{"info":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","description":"<html><head></head><body><p>Lukka Data APIs — complete reference collection for pricing, market data, and streaming products.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21085636","collectionId":"1d068d44-5b08-4c54-8919-68d2cca21cec","publishedId":"2sBXqFNhqB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2026-04-22T22:53:36.000Z"},"item":[{"name":"Okta Authorization","item":[],"id":"72641b01-5e24-4f04-a916-d300254f00b4","description":"<p>Authorization is done through Okta. Client ID and Secret are provided and will be used to acquire a JWT Token.</p>\n<p><strong>Description:</strong> Makes a request to Okta for a JWT Token.</p>\n<p>Clients should encode the provided Client ID and Secrets in Base64 and provide it in the authorization header as <strong>Basic</strong> authorization.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>--header 'Authorization: Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}'\n\n</code></pre><p>Replace <code>{INPUT_BASE64_ENCODED_CREDENTIALS_HERE}</code> in the Authorization header with the base64 encoding of your client id and secret concatenated around a colon. For example, on Unix systems, this can be achieved with the following shell snippet:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-shell\">export CLIENT_ID=\"MY_CLIENT_ID\"\nexport CLIENT_SECRET=\"MY_CLIENT_SECRET\"\nexport BASE64_ENCODED_CREDENTIALS=\"$(echo -n \"$CLIENT_ID:$CLIENT_SECRET\" | base64)\"\necho $BASE64_ENCODED_CREDENTIALS\n\n</code></pre>\n<p>If successful, they will see the following response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 86400,\n  \"access_token\": \"${OKTA_JWT_TOKEN}\",\n  \"scope\": \"pricing\"\n}\n\n</code></pre>\n<p>The access token in the response is used in all Client APIs in the authorization header. Be aware that it is a <strong>Bearer</strong> authorization unlike above.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>--header 'Authorization: Bearer ${OKTA_JWT_TOKEN}'\n\n</code></pre>","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"08c6bbfc-17d6-4d02-a72b-0ff69a674c4f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"780e5b2c-2b72-44e1-aa71-23ff51a874ac"}}],"_postman_id":"72641b01-5e24-4f04-a916-d300254f00b4"},{"name":"Pricing","item":[{"name":"Legacy Versions","item":[{"name":"Available Sources","id":"f91c7bf1-5944-4116-867a-2b0b0a77f3a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/4002","description":"<p><strong>Description:</strong> Gets all configured sources for the client. An array of pricing sources available (based on API keys permissions) will be returned by this endpoint.</p>\n","urlObject":{"path":["v1","pricing","sources","4002"],"host":["{{lukka_data_pricing}}"],"query":[],"variable":[]}},"response":[{"id":"19f201bf-7cc1-4620-9c6a-21ea40969561","name":"Available Sources","originalRequest":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 May 2023 03:09:05 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"18"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c04d2dedcd41f2a-DEN"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"sourceId\": 4001,\n        \"sourceName\": \"Kraken\"\n    },\n    {\n        \"sourceId\": 4002,\n        \"sourceName\": \"Coinbase\"\n    },\n    {\n        \"sourceId\": 4005,\n        \"sourceName\": \"Binance\"\n    },\n    {\n        \"sourceId\": 4006,\n        \"sourceName\": \"Bitflyer\"\n    },\n    {\n        \"sourceId\": 4008,\n        \"sourceName\": \"Gemini\"\n    },\n    {\n        \"sourceId\": 1000,\n        \"sourceName\": \"EOD Prices\"\n    },\n    {\n        \"sourceId\": 2000,\n        \"sourceName\": \"Intraday Prices\"\n    },\n    {\n        \"sourceId\": 3000,\n        \"sourceName\": \"Hourly Prices\"\n    }\n]"}],"_postman_id":"f91c7bf1-5944-4116-867a-2b0b0a77f3a6"},{"name":"Source Details","id":"a0b0b86a-15ce-4d9f-a19c-cef6d8da4cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/3000","description":"<p><strong>Description:</strong> Get the details for the given pricing source.\nEach source object will contain an array of pairs that it supports.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources","3000"],"host":["{{lukka_data_pricing}}"],"query":[],"variable":[]}},"response":[{"id":"f77b90c6-440e-40a7-a3be-77016904fe3d","name":"Source Details","originalRequest":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/4008"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 May 2023 03:12:08 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"871"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c04d7502f431f2a-DEN"}],"cookie":[],"responseTime":null,"body":"{\n    \"sourceId\": 4008,\n    \"sourceName\": \"Gemini\",\n    \"pairs\": [\n        {\n            \"pairCode\": \"ORC-USD\",\n            \"baseAsset\": \"ORC\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA3C7C29RR9\",\n            \"baseAssetName\": \"Orchid Token\"\n        },\n        {\n            \"pairCode\": \"BUSD-USD\",\n            \"baseAsset\": \"BUSD\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA0Y44036E0\",\n            \"baseAssetName\": \"Binance USD (ERC20)\"\n        },\n        {\n            \"pairCode\": \"PAXG-USD\",\n            \"baseAsset\": \"PAXG\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA12AGMPCH8\",\n            \"baseAssetName\": \"PAX Gold\"\n        },\n        {\n            \"pairCode\": \"RNDR-USD\",\n            \"baseAsset\": \"RNDR\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA7RVU9QAS5\",\n            \"baseAssetName\": \"Render Token\"\n        },\n        {\n            \"pairCode\": \"SOLN-USD\",\n            \"baseAsset\": \"SOLN\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA1DB6PX4M7\",\n            \"baseAssetName\": \"Solana Token\"\n        },\n        {\n            \"pairCode\": \"BALR-USD\",\n            \"baseAsset\": \"BALR\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA8MT7Y5M31\",\n            \"baseAssetName\": \"Balancer\"\n        },\n        {\n            \"pairCode\": \"SANDB-USD\",\n            \"baseAsset\": \"SANDB\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA1Z9L3ZAD1\",\n            \"baseAssetName\": \"The Sandbox\"\n        },\n        {\n            \"pairCode\": \"QRDO-USD\",\n            \"baseAsset\": \"QRDO\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4RXJTS6X8\",\n            \"baseAssetName\": \"Qredo Token\"\n        },\n        {\n            \"pairCode\": \"EUL-USD\",\n            \"baseAsset\": \"EUL\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA19PR3TDZ5\",\n            \"baseAssetName\": \"Euler\"\n        },\n        {\n            \"pairCode\": \"BTT-XBT\",\n            \"baseAsset\": \"BTT\",\n            \"counterAsset\": \"XBT\",\n            \"baseAssetLukkaId\": \"LA582W6NAZ0\",\n            \"baseAssetName\": \"Basic Attention Token\"\n        },\n        {\n            \"pairCode\": \"ZEC-XLT\",\n            \"baseAsset\": \"ZEC\",\n            \"counterAsset\": \"XLT\",\n            \"baseAssetLukkaId\": \"LA0KKUNXTT0\",\n            \"baseAssetName\": \"Zcash\"\n        },\n        {\n            \"pairCode\": \"ZEC-BCH\",\n            \"baseAsset\": \"ZEC\",\n            \"counterAsset\": \"BCH\",\n            \"baseAssetLukkaId\": \"LA0KKUNXTT0\",\n            \"baseAssetName\": \"Zcash\"\n        },\n        {\n            \"pairCode\": \"ETH-GUSD\",\n            \"baseAsset\": \"ETH\",\n            \"counterAsset\": \"GUSD\",\n            \"baseAssetLukkaId\": \"LA8VRAGEMT1\",\n            \"baseAssetName\": \"Ether\"\n        },\n        {\n            \"pairCode\": \"NMR-USD\",\n            \"baseAsset\": \"NMR\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA44S9Q6Z06\",\n            \"baseAssetName\": \"Numeraire\"\n        },\n        {\n            \"pairCode\": \"BCH-USD\",\n            \"baseAsset\": \"BCH\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA7LPZBEZZ0\",\n            \"baseAssetName\": \"Bitcoin Cash\"\n        },\n        {\n            \"pairCode\": \"ZRX-USD\",\n            \"baseAsset\": \"ZRX\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA8M5PN2HV3\",\n            \"baseAssetName\": \"0x project\"\n        },\n        {\n            \"pairCode\": \"TRU-USD\",\n            \"baseAsset\": \"TRU\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA026ST8BC1\",\n            \"baseAssetName\": \"TrustToken\"\n        },\n        {\n            \"pairCode\": \"INDEXT-USD\",\n            \"baseAsset\": \"INDEXT\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA41AUJRFQ2\",\n            \"baseAssetName\": \"Index Cooperative\"\n        },\n        {\n            \"pairCode\": \"FIDA-USD\",\n            \"baseAsset\": \"FIDA\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA1NAYENP56\",\n            \"baseAssetName\": \"Bonfida\"\n        },\n        {\n            \"pairCode\": \"MASK-USD\",\n            \"baseAsset\": \"MASK\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA1TG4C9AL3\",\n            \"baseAssetName\": \"Mask Network\"\n        },\n        {\n            \"pairCode\": \"RAD-USD\",\n            \"baseAsset\": \"RAD\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA11S3T0W01\",\n            \"baseAssetName\": \"Radicle\"\n        },\n        {\n            \"pairCode\": \"ERN1-USD\",\n            \"baseAsset\": \"ERN1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA5DZTFDKN1\",\n            \"baseAssetName\": \"Ethernity\"\n        },\n        {\n            \"pairCode\": \"CRX1-USD\",\n            \"baseAsset\": \"CRX1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA2P3D701V0\",\n            \"baseAssetName\": \"CryptEx\"\n        },\n        {\n            \"pairCode\": \"ASH-USD\",\n            \"baseAsset\": \"ASH\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA6ZDWUVYH4\",\n            \"baseAssetName\": \"Ash\"\n        },\n        {\n            \"pairCode\": \"ORC-ETH\",\n            \"baseAsset\": \"ORC\",\n            \"counterAsset\": \"ETH\",\n            \"baseAssetLukkaId\": \"LA3C7C29RR9\",\n            \"baseAssetName\": \"Orchid Token\"\n        },\n        {\n            \"pairCode\": \"XBT-MCD\",\n            \"baseAsset\": \"XBT\",\n            \"counterAsset\": \"MCD\",\n            \"baseAssetLukkaId\": \"LA6EV2NKQ95\",\n            \"baseAssetName\": \"Bitcoin\"\n        },\n        {\n            \"pairCode\": \"ETH-GBP\",\n            \"baseAsset\": \"ETH\",\n            \"counterAsset\": \"GBP\",\n            \"baseAssetLukkaId\": \"LA8VRAGEMT1\",\n            \"baseAssetName\": \"Ether\"\n        },\n        {\n            \"pairCode\": \"XBT-USD\",\n            \"baseAsset\": \"XBT\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA6EV2NKQ95\",\n            \"baseAssetName\": \"Bitcoin\"\n        },\n        {\n            \"pairCode\": \"XTZ-USD\",\n            \"baseAsset\": \"XTZ\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA33P8DWU59\",\n            \"baseAssetName\": \"Tezos\"\n        },\n        {\n            \"pairCode\": \"HVV-USD\",\n            \"baseAsset\": \"HVV\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA5GQ5KP4B1\",\n            \"baseAssetName\": \"Synthetix Network Token\"\n        },\n        {\n            \"pairCode\": \"CHZ-USD\",\n            \"baseAsset\": \"CHZ\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA8WQG0TU08\",\n            \"baseAssetName\": \"Chiliz\"\n        },\n        {\n            \"pairCode\": \"MCD-USD\",\n            \"baseAsset\": \"MCD\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA1LC6NTDP7\",\n            \"baseAssetName\": \"Multi_Collateral Dai\"\n        },\n        {\n            \"pairCode\": \"UNISW-USD\",\n            \"baseAsset\": \"UNISW\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA79U4XBU94\",\n            \"baseAssetName\": \"Uniswap\"\n        },\n        {\n            \"pairCode\": \"PLAYD-USD\",\n            \"baseAsset\": \"PLAYD\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA147DUGHT0\",\n            \"baseAssetName\": \"PlayDapp\"\n        },\n        {\n            \"pairCode\": \"BOND-USD\",\n            \"baseAsset\": \"BOND\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4DFRBRRB1\",\n            \"baseAssetName\": \"BarnBridge\"\n        },\n        {\n            \"pairCode\": \"AAVE-USD\",\n            \"baseAsset\": \"AAVE\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA2EYFUQT32\",\n            \"baseAssetName\": \"Aave Token\"\n        },\n        {\n            \"pairCode\": \"1INCH-USD\",\n            \"baseAsset\": \"1INCH\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA1MRQXUME4\",\n            \"baseAssetName\": \"1inch Network (ERC20)\"\n        },\n        {\n            \"pairCode\": \"LDO-USD\",\n            \"baseAsset\": \"LDO\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA0CDQSPEJ4\",\n            \"baseAssetName\": \"Lido DAO Token\"\n        },\n        {\n            \"pairCode\": \"SLP1-USD\",\n            \"baseAsset\": \"SLP1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4PCXN6C15\",\n            \"baseAssetName\": \"Smooth Love Potion\"\n        },\n        {\n            \"pairCode\": \"GFI1-USD\",\n            \"baseAsset\": \"GFI1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA6YCTNECP1\",\n            \"baseAssetName\": \"Goldfinch\"\n        },\n        {\n            \"pairCode\": \"ZBC1-USD\",\n            \"baseAsset\": \"ZBC1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA34E5FF7R6\",\n            \"baseAssetName\": \"Zebec\"\n        },\n        {\n            \"pairCode\": \"GUSD-GBP\",\n            \"baseAsset\": \"GUSD\",\n            \"counterAsset\": \"GBP\",\n            \"baseAssetLukkaId\": \"LA7BKFY5DR3\",\n            \"baseAssetName\": \"Gemini Dollar\"\n        },\n        {\n            \"pairCode\": \"KNK-USD\",\n            \"baseAsset\": \"KNK\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4FWC4Y657\",\n            \"baseAssetName\": \"Kyber Network Legacy\"\n        },\n        {\n            \"pairCode\": \"QNT-USD\",\n            \"baseAsset\": \"QNT\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA2YMJFWJY9\",\n            \"baseAssetName\": \"Quant Network\"\n        },\n        {\n            \"pairCode\": \"LNA-USD\",\n            \"baseAsset\": \"LNA\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA0CPJ7PSE2\",\n            \"baseAssetName\": \"Luna Classic\"\n        },\n        {\n            \"pairCode\": \"UST-USD\",\n            \"baseAsset\": \"UST\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA5UWXEH194\",\n            \"baseAssetName\": \"TerraClassicUSD\"\n        },\n        {\n            \"pairCode\": \"INJ-USD\",\n            \"baseAsset\": \"INJ\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA0VXV35LE6\",\n            \"baseAssetName\": \"Injective Protocol\"\n        },\n        {\n            \"pairCode\": \"KP3R-USD\",\n            \"baseAsset\": \"KP3R\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA03656GMM9\",\n            \"baseAssetName\": \"Keep3r Network\"\n        },\n        {\n            \"pairCode\": \"API3-USD\",\n            \"baseAsset\": \"API3\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4YH94ZFQ3\",\n            \"baseAssetName\": \"API3\"\n        },\n        {\n            \"pairCode\": \"CUBE1-USD\",\n            \"baseAsset\": \"CUBE1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA625EL2QA7\",\n            \"baseAssetName\": \"Somnium Space CUBE\"\n        },\n        {\n            \"pairCode\": \"SPELL-USD\",\n            \"baseAsset\": \"SPELL\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA403UQARV5\",\n            \"baseAssetName\": \"Spell Token\"\n        },\n        {\n            \"pairCode\": \"IOTX2-USD\",\n            \"baseAsset\": \"IOTX2\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA660HBQQG6\",\n            \"baseAssetName\": \"IoTeX Network (ERC20)\"\n        },\n        {\n            \"pairCode\": \"JAM1-USD\",\n            \"baseAsset\": \"JAM1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA58SBP6MB1\",\n            \"baseAssetName\": \"Geojam\"\n        },\n        {\n            \"pairCode\": \"ETH-EUR\",\n            \"baseAsset\": \"ETH\",\n            \"counterAsset\": \"EUR\",\n            \"baseAssetLukkaId\": \"LA8VRAGEMT1\",\n            \"baseAssetName\": \"Ether\"\n        },\n        {\n            \"pairCode\": \"ETH-XBT\",\n            \"baseAsset\": \"ETH\",\n            \"counterAsset\": \"XBT\",\n            \"baseAssetLukkaId\": \"LA8VRAGEMT1\",\n            \"baseAssetName\": \"Ether\"\n        },\n        {\n            \"pairCode\": \"DOGE-ETH\",\n            \"baseAsset\": \"DOGE\",\n            \"counterAsset\": \"ETH\",\n            \"baseAssetLukkaId\": \"LA2KTXEB1J7\",\n            \"baseAssetName\": \"Dogecoin\"\n        },\n        {\n            \"pairCode\": \"XLT-ETH\",\n            \"baseAsset\": \"XLT\",\n            \"counterAsset\": \"ETH\",\n            \"baseAssetLukkaId\": \"LA58RADHS00\",\n            \"baseAssetName\": \"Litecoin\"\n        },\n        {\n            \"pairCode\": \"BCH-XLT\",\n            \"baseAsset\": \"BCH\",\n            \"counterAsset\": \"XLT\",\n            \"baseAssetLukkaId\": \"LA7LPZBEZZ0\",\n            \"baseAssetName\": \"Bitcoin Cash\"\n        },\n        {\n            \"pairCode\": \"ENJ-USD\",\n            \"baseAsset\": \"ENJ\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA3MJLJ8AQ5\",\n            \"baseAssetName\": \"Enjin Coin\"\n        },\n        {\n            \"pairCode\": \"LRC-USD\",\n            \"baseAsset\": \"LRC\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA70VPRXYD8\",\n            \"baseAssetName\": \"Loopring\"\n        },\n        {\n            \"pairCode\": \"BTT-USD\",\n            \"baseAsset\": \"BTT\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA582W6NAZ0\",\n            \"baseAssetName\": \"Basic Attention Token\"\n        },\n        {\n            \"pairCode\": \"REN-USD\",\n            \"baseAsset\": \"REN\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4LRTT9577\",\n            \"baseAssetName\": \"Ren\"\n        },\n        {\n            \"pairCode\": \"MIR1-USD\",\n            \"baseAsset\": \"MIR1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA7PY7CG6H0\",\n            \"baseAssetName\": \"Wrapped MIR Token\"\n        },\n        {\n            \"pairCode\": \"FXS-USD\",\n            \"baseAsset\": \"FXS\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA19V2XQ2U3\",\n            \"baseAssetName\": \"Frax Share\"\n        },\n        {\n            \"pairCode\": \"LQTY-USD\",\n            \"baseAsset\": \"LQTY\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA8R84X5597\",\n            \"baseAssetName\": \"Liquity\"\n        },\n        {\n            \"pairCode\": \"LUSD1-USD\",\n            \"baseAsset\": \"LUSD1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA1EJ5XTNJ0\",\n            \"baseAssetName\": \"Liquity USD\"\n        },\n        {\n            \"pairCode\": \"METIS-USD\",\n            \"baseAsset\": \"METIS\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA08QT5PB81\",\n            \"baseAssetName\": \"Metis\"\n        },\n        {\n            \"pairCode\": \"AXS1-USD\",\n            \"baseAsset\": \"AXS1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA2TGYZW7Q0\",\n            \"baseAssetName\": \"Axie Infinity Shards\"\n        },\n        {\n            \"pairCode\": \"SAMO-USD\",\n            \"baseAsset\": \"SAMO\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA3EFBH0XA9\",\n            \"baseAssetName\": \"Samoyedcoin\"\n        },\n        {\n            \"pairCode\": \"BICO-USD\",\n            \"baseAsset\": \"BICO\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA87T4WE1B8\",\n            \"baseAssetName\": \"Biconomy Token\"\n        },\n        {\n            \"pairCode\": \"DOGE-XBT\",\n            \"baseAsset\": \"DOGE\",\n            \"counterAsset\": \"XBT\",\n            \"baseAssetLukkaId\": \"LA2KTXEB1J7\",\n            \"baseAssetName\": \"Dogecoin\"\n        },\n        {\n            \"pairCode\": \"GUSD-SGD\",\n            \"baseAsset\": \"GUSD\",\n            \"counterAsset\": \"SGD\",\n            \"baseAssetLukkaId\": \"LA7BKFY5DR3\",\n            \"baseAssetName\": \"Gemini Dollar\"\n        },\n        {\n            \"pairCode\": \"FIL-USD\",\n            \"baseAsset\": \"FIL\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4N4WSETC3\",\n            \"baseAssetName\": \"Filecoin\"\n        },\n        {\n            \"pairCode\": \"USDC-USD\",\n            \"baseAsset\": \"USDC\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA1S39UVDK1\",\n            \"baseAssetName\": \"USD Coin (Ethereum)\"\n        },\n        {\n            \"pairCode\": \"UMA-USD\",\n            \"baseAsset\": \"UMA\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA7P4N59YH6\",\n            \"baseAssetName\": \"UMA Voting Token\"\n        },\n        {\n            \"pairCode\": \"GALAG-USD\",\n            \"baseAsset\": \"GALAG\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA1HCAJ9UD5\",\n            \"baseAssetName\": \"GALA\"\n        },\n        {\n            \"pairCode\": \"GRT1-USD\",\n            \"baseAsset\": \"GRT1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA07D2Y9704\",\n            \"baseAssetName\": \"The Graph\"\n        },\n        {\n            \"pairCode\": \"ALCX-USD\",\n            \"baseAsset\": \"ALCX\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA8F7CDVCR0\",\n            \"baseAssetName\": \"Alchemix\"\n        },\n        {\n            \"pairCode\": \"MPL-USD\",\n            \"baseAsset\": \"MPL\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA0Q0CRFD70\",\n            \"baseAssetName\": \"Maple\"\n        },\n        {\n            \"pairCode\": \"GMT3-USD\",\n            \"baseAsset\": \"GMT3\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA3XZEU4246\",\n            \"baseAssetName\": \"Green Metaverse Token\"\n        },\n        {\n            \"pairCode\": \"XBT-GBP\",\n            \"baseAsset\": \"XBT\",\n            \"counterAsset\": \"GBP\",\n            \"baseAssetLukkaId\": \"LA6EV2NKQ95\",\n            \"baseAssetName\": \"Bitcoin\"\n        },\n        {\n            \"pairCode\": \"MKR-USD\",\n            \"baseAsset\": \"MKR\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA183PCSYJ5\",\n            \"baseAssetName\": \"Maker\"\n        },\n        {\n            \"pairCode\": \"COMPG-USD\",\n            \"baseAsset\": \"COMPG\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA7VE8A7C84\",\n            \"baseAssetName\": \"Compound Governance Token\"\n        },\n        {\n            \"pairCode\": \"DPI-USD\",\n            \"baseAsset\": \"DPI\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA5N3SEQEU4\",\n            \"baseAssetName\": \"DeFi Pulse Index\"\n        },\n        {\n            \"pairCode\": \"RLY-USD\",\n            \"baseAsset\": \"RLY\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA3G6D4VXR6\",\n            \"baseAssetName\": \"Rally\"\n        },\n        {\n            \"pairCode\": \"FET1-USD\",\n            \"baseAsset\": \"FET1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA6ZQE1P6R2\",\n            \"baseAssetName\": \"Fetch Token\"\n        },\n        {\n            \"pairCode\": \"MC1-USD\",\n            \"baseAsset\": \"MC1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA79V1E4BU6\",\n            \"baseAssetName\": \"Merit Circle Token\"\n        },\n        {\n            \"pairCode\": \"ALI1-USD\",\n            \"baseAsset\": \"ALI1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA741KKWS57\",\n            \"baseAssetName\": \"Artificial Liquid Intelligence Token\"\n        },\n        {\n            \"pairCode\": \"ZEC-ETH\",\n            \"baseAsset\": \"ZEC\",\n            \"counterAsset\": \"ETH\",\n            \"baseAssetLukkaId\": \"LA0KKUNXTT0\",\n            \"baseAssetName\": \"Zcash\"\n        },\n        {\n            \"pairCode\": \"BTT-ETH\",\n            \"baseAsset\": \"BTT\",\n            \"counterAsset\": \"ETH\",\n            \"baseAssetLukkaId\": \"LA582W6NAZ0\",\n            \"baseAssetName\": \"Basic Attention Token\"\n        },\n        {\n            \"pairCode\": \"DOGE-USD\",\n            \"baseAsset\": \"DOGE\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA2KTXEB1J7\",\n            \"baseAssetName\": \"Dogecoin\"\n        },\n        {\n            \"pairCode\": \"CVC-USD\",\n            \"baseAsset\": \"CVC\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA02CAGRPE5\",\n            \"baseAssetName\": \"Civic\"\n        },\n        {\n            \"pairCode\": \"STORJ-USD\",\n            \"baseAsset\": \"STORJ\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA1X71BUCT5\",\n            \"baseAssetName\": \"Storj\"\n        },\n        {\n            \"pairCode\": \"LPT-USD\",\n            \"baseAsset\": \"LPT\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA04TF82B57\",\n            \"baseAssetName\": \"Livepeer\"\n        },\n        {\n            \"pairCode\": \"CRV-USD\",\n            \"baseAsset\": \"CRV\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA1UKLMMDV5\",\n            \"baseAssetName\": \"Curve DAO Token\"\n        },\n        {\n            \"pairCode\": \"RBN-USD\",\n            \"baseAsset\": \"RBN\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA6HF8YJRD7\",\n            \"baseAssetName\": \"Ribbon\"\n        },\n        {\n            \"pairCode\": \"LINK-XBT\",\n            \"baseAsset\": \"LINK\",\n            \"counterAsset\": \"XBT\",\n            \"baseAssetLukkaId\": \"LA7U39EMAF1\",\n            \"baseAssetName\": \"ChainLink\"\n        },\n        {\n            \"pairCode\": \"BNT-USD\",\n            \"baseAsset\": \"BNT\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4GW3JZYZ0\",\n            \"baseAssetName\": \"Bancor Network Token\"\n        },\n        {\n            \"pairCode\": \"MANA-USD\",\n            \"baseAsset\": \"MANA\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA86174LGN9\",\n            \"baseAssetName\": \"Decentraland\"\n        },\n        {\n            \"pairCode\": \"MATIC-USD\",\n            \"baseAsset\": \"MATIC\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4X5RK5X35\",\n            \"baseAssetName\": \"Polygon\"\n        },\n        {\n            \"pairCode\": \"RAY-USD\",\n            \"baseAsset\": \"RAY\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA6ZDHAN1T7\",\n            \"baseAssetName\": \"Raydium\"\n        },\n        {\n            \"pairCode\": \"WCFG-USD\",\n            \"baseAsset\": \"WCFG\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA6DSQYZTW9\",\n            \"baseAssetName\": \"Wrapped Centrifuge\"\n        },\n        {\n            \"pairCode\": \"SBR-USD\",\n            \"baseAsset\": \"SBR\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4NJ0KD8X7\",\n            \"baseAssetName\": \"Saber Protocol Token\"\n        },\n        {\n            \"pairCode\": \"MIM1-USD\",\n            \"baseAsset\": \"MIM1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA0GSQ4JKK6\",\n            \"baseAssetName\": \"Magic Internet Money\"\n        },\n        {\n            \"pairCode\": \"IMX2-USD\",\n            \"baseAsset\": \"IMX2\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA3Z0M9XLU6\",\n            \"baseAssetName\": \"Immutable X Token\"\n        },\n        {\n            \"pairCode\": \"ENS1-USD\",\n            \"baseAsset\": \"ENS1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA7ZAJ2PKC7\",\n            \"baseAssetName\": \"Ethereum Name Service Token\"\n        },\n        {\n            \"pairCode\": \"XBT-EUR\",\n            \"baseAsset\": \"XBT\",\n            \"counterAsset\": \"EUR\",\n            \"baseAssetLukkaId\": \"LA6EV2NKQ95\",\n            \"baseAssetName\": \"Bitcoin\"\n        },\n        {\n            \"pairCode\": \"BCH-XBT\",\n            \"baseAsset\": \"BCH\",\n            \"counterAsset\": \"XBT\",\n            \"baseAssetLukkaId\": \"LA7LPZBEZZ0\",\n            \"baseAssetName\": \"Bitcoin Cash\"\n        },\n        {\n            \"pairCode\": \"XBT-SGD\",\n            \"baseAsset\": \"XBT\",\n            \"counterAsset\": \"SGD\",\n            \"baseAssetLukkaId\": \"LA6EV2NKQ95\",\n            \"baseAssetName\": \"Bitcoin\"\n        },\n        {\n            \"pairCode\": \"XLT-USD\",\n            \"baseAsset\": \"XLT\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA58RADHS00\",\n            \"baseAssetName\": \"Litecoin\"\n        },\n        {\n            \"pairCode\": \"GUSD-USD\",\n            \"baseAsset\": \"GUSD\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA7BKFY5DR3\",\n            \"baseAssetName\": \"Gemini Dollar\"\n        },\n        {\n            \"pairCode\": \"COS-USD\",\n            \"baseAsset\": \"COS\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA5035CKJ49\",\n            \"baseAssetName\": \"Cosmos\"\n        },\n        {\n            \"pairCode\": \"PDT-USD\",\n            \"baseAsset\": \"PDT\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA8FGEG06T7\",\n            \"baseAssetName\": \"Polkadot\"\n        },\n        {\n            \"pairCode\": \"YFI-USD\",\n            \"baseAsset\": \"YFI\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA7ZY16ENY6\",\n            \"baseAssetName\": \"yearn.finance\"\n        },\n        {\n            \"pairCode\": \"AVAX-USD\",\n            \"baseAsset\": \"AVAX\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA1R2QPRFJ6\",\n            \"baseAssetName\": \"Avalanche\"\n        },\n        {\n            \"pairCode\": \"SUSHI-USD\",\n            \"baseAsset\": \"SUSHI\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA18TX7JEU2\",\n            \"baseAssetName\": \"SushiSwap\"\n        },\n        {\n            \"pairCode\": \"AUDIO-USD\",\n            \"baseAsset\": \"AUDIO\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA50WF0RR83\",\n            \"baseAssetName\": \"Audius\"\n        },\n        {\n            \"pairCode\": \"SKL-USD\",\n            \"baseAsset\": \"SKL\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA424V978M0\",\n            \"baseAssetName\": \"SKALE Network\"\n        },\n        {\n            \"pairCode\": \"MCO2-USD\",\n            \"baseAsset\": \"MCO2\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA7BZJVCF04\",\n            \"baseAssetName\": \"Moss Carbon Credit\"\n        },\n        {\n            \"pairCode\": \"KNC1-USD\",\n            \"baseAsset\": \"KNC1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA6N9MNF1Z5\",\n            \"baseAssetName\": \"Kyber Network Crystal v2\"\n        },\n        {\n            \"pairCode\": \"RARE1-USD\",\n            \"baseAsset\": \"RARE1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4UMYUTQS0\",\n            \"baseAssetName\": \"SuperRare\"\n        },\n        {\n            \"pairCode\": \"ZEC-XBT\",\n            \"baseAsset\": \"ZEC\",\n            \"counterAsset\": \"XBT\",\n            \"baseAssetLukkaId\": \"LA0KKUNXTT0\",\n            \"baseAssetName\": \"Zcash\"\n        },\n        {\n            \"pairCode\": \"ETH-SGD\",\n            \"baseAsset\": \"ETH\",\n            \"counterAsset\": \"SGD\",\n            \"baseAssetLukkaId\": \"LA8VRAGEMT1\",\n            \"baseAssetName\": \"Ether\"\n        },\n        {\n            \"pairCode\": \"ETH-USD\",\n            \"baseAsset\": \"ETH\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA8VRAGEMT1\",\n            \"baseAssetName\": \"Ether\"\n        },\n        {\n            \"pairCode\": \"ZEC-USD\",\n            \"baseAsset\": \"ZEC\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA0KKUNXTT0\",\n            \"baseAssetName\": \"Zcash\"\n        },\n        {\n            \"pairCode\": \"LINK-USD\",\n            \"baseAsset\": \"LINK\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA7U39EMAF1\",\n            \"baseAssetName\": \"ChainLink\"\n        },\n        {\n            \"pairCode\": \"FTM-USD\",\n            \"baseAsset\": \"FTM\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4UB4BY886\",\n            \"baseAssetName\": \"Fantom Token\"\n        },\n        {\n            \"pairCode\": \"ANKR-USD\",\n            \"baseAsset\": \"ANKR\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA2A3P5MSG5\",\n            \"baseAssetName\": \"Ankr Network\"\n        },\n        {\n            \"pairCode\": \"SHIB-USD\",\n            \"baseAsset\": \"SHIB\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA2U45DXKM4\",\n            \"baseAssetName\": \"SHIBA INU\"\n        },\n        {\n            \"pairCode\": \"REVV-USD\",\n            \"baseAsset\": \"REVV\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA46YNQ14W2\",\n            \"baseAssetName\": \"REVV Motorsport Token\"\n        },\n        {\n            \"pairCode\": \"AMP1-USD\",\n            \"baseAsset\": \"AMP1\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA2FFMQZW27\",\n            \"baseAssetName\": \"AMP\"\n        },\n        {\n            \"pairCode\": \"APE2-USD\",\n            \"baseAsset\": \"APE2\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA07HZNJ663\",\n            \"baseAssetName\": \"ApeCoin\"\n        },\n        {\n            \"pairCode\": \"GAL2-USD\",\n            \"baseAsset\": \"GAL2\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA8QD1V59E4\",\n            \"baseAssetName\": \"Galxe\"\n        },\n        {\n            \"pairCode\": \"ORC-XBT\",\n            \"baseAsset\": \"ORC\",\n            \"counterAsset\": \"XBT\",\n            \"baseAssetLukkaId\": \"LA3C7C29RR9\",\n            \"baseAssetName\": \"Orchid Token\"\n        },\n        {\n            \"pairCode\": \"XBT-GUSD\",\n            \"baseAsset\": \"XBT\",\n            \"counterAsset\": \"GUSD\",\n            \"baseAssetLukkaId\": \"LA6EV2NKQ95\",\n            \"baseAssetName\": \"Bitcoin\"\n        },\n        {\n            \"pairCode\": \"ETH-MCD\",\n            \"baseAsset\": \"ETH\",\n            \"counterAsset\": \"MCD\",\n            \"baseAssetLukkaId\": \"LA8VRAGEMT1\",\n            \"baseAssetName\": \"Ether\"\n        },\n        {\n            \"pairCode\": \"ELON-USD\",\n            \"baseAsset\": \"ELON\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA4XTF9TXW1\",\n            \"baseAssetName\": \"Dogelon\"\n        },\n        {\n            \"pairCode\": \"TOKE-USD\",\n            \"baseAsset\": \"TOKE\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA5W9KYDPQ3\",\n            \"baseAssetName\": \"Tokemak\"\n        },\n        {\n            \"pairCode\": \"ORCA-USD\",\n            \"baseAsset\": \"ORCA\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA0C87NY071\",\n            \"baseAssetName\": \"ORCA Governance Token\"\n        },\n        {\n            \"pairCode\": \"XLT-XBT\",\n            \"baseAsset\": \"XLT\",\n            \"counterAsset\": \"XBT\",\n            \"baseAssetLukkaId\": \"LA58RADHS00\",\n            \"baseAssetName\": \"Litecoin\"\n        },\n        {\n            \"pairCode\": \"BCH-ETH\",\n            \"baseAsset\": \"BCH\",\n            \"counterAsset\": \"ETH\",\n            \"baseAssetLukkaId\": \"LA7LPZBEZZ0\",\n            \"baseAssetName\": \"Bitcoin Cash\"\n        },\n        {\n            \"pairCode\": \"LINK-ETH\",\n            \"baseAsset\": \"LINK\",\n            \"counterAsset\": \"ETH\",\n            \"baseAssetLukkaId\": \"LA7U39EMAF1\",\n            \"baseAssetName\": \"ChainLink\"\n        }\n    ]\n}"}],"_postman_id":"a0b0b86a-15ce-4d9f-a19c-cef6d8da4cfa"}],"id":"4540f321-c913-403c-9c36-41f80a1e972d","_postman_id":"4540f321-c913-403c-9c36-41f80a1e972d","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}}},{"name":"Okta JWT Authorization - Pricing","event":[{"listen":"test","script":{"exec":["tests[\"response code is 200\"] = responseCode.code === 200;","tests[\"Body contains access_token\"] = responseBody.has(\"access_token\");","","var jsonData = pm.response.json();","var a = jsonData.access_token;","pm.globals.set(\"access_token\", a);","","var jsonData = JSON.parse(responseBody);","console.log(jsonData[\"access_token\"]);","postman.setEnvironmentVariable(\"pricing_token\", jsonData[\"access_token\"]);"],"type":"text/javascript","id":"0ed310f8-5fd9-4608-8376-f2236814e56d"}}],"id":"5517f474-bb97-4108-ae2f-b461991d6bf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"username":"<username>","password":"<password>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>Okta's grant type</p>\n","type":"text"},{"key":"scope","value":"pricing","description":"<p>Scope provided to client</p>\n","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2fqcx5Ik4Q0h8/v1/token","urlObject":{"protocol":"https","path":["oauth2","aus1imo2fqcx5Ik4Q0h8","v1","token"],"host":["sso","lukka","tech"],"query":[],"variable":[]}},"response":[{"id":"7354840f-30f4-436d-9289-241135d66640","name":"Okta JWT Authorization - Pricing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Cache-Control","type":"text","value":"no-cache"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"Okta's grant type","type":"text"},{"key":"scope","value":"pricing","description":"Scope provided to client","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2fqcx5Ik4Q0h8/v1/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 May 2020 19:22:08 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-okta-request-id","value":"Xs1sYGTDmjkiwgJ6JlcDbAAAAFw"},{"key":"x-xss-protection","value":"1; mode=block; report=https://okta.report-uri.com/r/d/xss/enforce"},{"key":"p3p","value":"CP=\"HONK\""},{"key":"x-rate-limit-limit","value":"3000"},{"key":"x-rate-limit-remaining","value":"2989"},{"key":"x-rate-limit-reset","value":"1590520958"},{"key":"cache-control","value":"no-cache, no-store"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=315360000"},{"key":"X-Robots-Tag","value":"none"},{"key":"set-cookie","value":"sid=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"set-cookie","value":"JSESSIONID=6842B4C3FF886B7864A75F2B31AA4F34; Path=/; Secure; HttpOnly"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f4086eaa0000e6ac10bd6200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5999dcf77a76e6ac-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 43200,\n    \"access_token\": \"**REDACTED**\",\n    \"scope\": \"pricing\"\n}"}],"_postman_id":"5517f474-bb97-4108-ae2f-b461991d6bf5"},{"name":"Available Sources by Product","id":"250fa3fb-92ed-4089-8553-694fcc2dbf7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/details/:productType","description":"<p><strong>Description:</strong> Gets all configured sources for the client based on a defined product type. An array of sources available, based on API key permissions and inputted product type will be returned by this endpoint.</p>\n<p>URL should follow the below format:</p>\n<p><a href=\"https://data-pricing-api.lukka.tech/v1/pricing/sources/details/%7BproductType%7D\">https://data-pricing-api.lukka.tech/v1/pricing/sources/details/{productType}</a></p>\n<p>Available Product types include: prices, variances, mvwaps, trades, candles, market-caps, indices, quotes, order-book-liquidity-spot, order-book-liquidity-derivative</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources","details",":productType"],"host":["{{lukka_data_pricing}}"],"query":[],"variable":[{"id":"b390da7b-a490-4223-8d30-0fad4c6adb92","description":{"content":"<p>See description for allowed values</p>\n","type":"text/plain"},"type":"any","value":"prices","key":"productType"}]}},"response":[{"id":"7f2019b2-bf19-41a8-bd1d-0fd519ad3fc4","name":"Available Sources by Product","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/details/:productType","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources","details",":productType"],"variable":[{"key":"productType","value":"prices","description":"See description for allowed values"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"sourceId\": 4001,\n        \"entityCode\": \"KRAK\",\n        \"sourceName\": \"Kraken\",\n        \"marketLid\": \"LM7LWWLBC02\",\n        \"firstDate\": \"2022-02-07T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4002,\n        \"entityCode\": \"CPRO\",\n        \"sourceName\": \"Coinbase\",\n        \"marketLid\": \"LM8PY1VW6K1\",\n        \"firstDate\": \"2022-07-03T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4003,\n        \"entityCode\": \"BITT\",\n        \"sourceName\": \"Bittrex\",\n        \"marketLid\": \"LM4VG9ELVW6\",\n        \"firstDate\": \"2021-09-28T15:20:22Z\",\n        \"lastDate\": \"2023-12-06T12:56:17Z\",\n        \"status\": \"INACTIVE\"\n    },\n    {\n        \"sourceId\": 4004,\n        \"entityCode\": \"BFNX\",\n        \"sourceName\": \"Bitfinex\",\n        \"marketLid\": \"LM0QVHVUKN6\",\n        \"firstDate\": \"2022-07-03T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4006,\n        \"entityCode\": \"BFLY\",\n        \"sourceName\": \"Bitflyer\",\n        \"marketLid\": \"LM0NCPR5EC8\",\n        \"firstDate\": \"2022-07-03T00:03:04Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4007,\n        \"entityCode\": \"GATE\",\n        \"sourceName\": \"Gate.io\",\n        \"marketLid\": \"LM89V00FRJ6\",\n        \"firstDate\": \"2024-02-23T21:17:43Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4008,\n        \"entityCode\": \"GMNI\",\n        \"sourceName\": \"Gemini\",\n        \"marketLid\": \"LM5VSM9N2A0\",\n        \"firstDate\": \"2022-01-28T00:00:03Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4009,\n        \"entityCode\": \"HUOB\",\n        \"sourceName\": \"Huobi\",\n        \"marketLid\": \"LM2RNWLQPZ5\",\n        \"firstDate\": \"2022-02-07T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4010,\n        \"entityCode\": \"KUCO\",\n        \"sourceName\": \"KuCoin\",\n        \"marketLid\": \"LM8NH16CLN9\",\n        \"firstDate\": \"2022-07-03T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4012,\n        \"entityCode\": \"FTXX\",\n        \"sourceName\": \"FTX\",\n        \"marketLid\": \"LM15CZWZHC1\",\n        \"firstDate\": \"2022-07-03T00:00:00Z\",\n        \"lastDate\": \"2022-07-03T23:59:59Z\",\n        \"status\": \"INACTIVE\"\n    },\n    {\n        \"sourceId\": 4013,\n        \"entityCode\": \"FTXU\",\n        \"sourceName\": \"FTX US\",\n        \"marketLid\": \"LM2PMF30A68\",\n        \"firstDate\": \"2022-07-03T00:00:00Z\",\n        \"lastDate\": \"2022-07-03T23:59:55Z\",\n        \"status\": \"INACTIVE\"\n    },\n    {\n        \"sourceId\": 4014,\n        \"entityCode\": \"OKCN\",\n        \"sourceName\": \"OKCoin\",\n        \"marketLid\": \"LM026ST8BC1\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"lastDate\": \"2025-06-18T00:00:00Z\",\n        \"status\": \"INACTIVE\"\n    },\n    {\n        \"sourceId\": 4015,\n        \"entityCode\": \"BYBT\",\n        \"sourceName\": \"Bybit\",\n        \"marketLid\": \"LM3AVZF3SD3\",\n        \"firstDate\": \"2024-02-23T17:25:58Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4016,\n        \"entityCode\": \"BSTM\",\n        \"sourceName\": \"Bitstamp\",\n        \"marketLid\": \"LM5VMCEX2B2\",\n        \"firstDate\": \"2022-02-07T00:00:08Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4017,\n        \"entityCode\": \"POLO\",\n        \"sourceName\": \"Poloniex\",\n        \"marketLid\": \"LM7ZXSZJYA7\",\n        \"firstDate\": \"2022-07-03T00:00:20Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4018,\n        \"entityCode\": \"CRCM\",\n        \"sourceName\": \"Crypto.com\",\n        \"marketLid\": \"LM26MFWJKP5\",\n        \"firstDate\": \"2022-07-03T00:00:44Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4019,\n        \"entityCode\": \"BMEX\",\n        \"sourceName\": \"Bitmex\",\n        \"marketLid\": \"LM5HW7ZSV28\",\n        \"firstDate\": \"2023-09-27T13:53:07Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4020,\n        \"entityCode\": \"CMCP\",\n        \"sourceName\": \"CoinMarketCap\",\n        \"firstDate\": \"2021-10-13T16:00:05Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4021,\n        \"entityCode\": \"CCAP\",\n        \"sourceName\": \"CoinCap\",\n        \"firstDate\": \"2022-07-03T00:00:00Z\",\n        \"lastDate\": \"2025-04-07T15:00:00Z\",\n        \"status\": \"INACTIVE\"\n    },\n    {\n        \"sourceId\": 4022,\n        \"entityCode\": \"DERI\",\n        \"sourceName\": \"Deribit\",\n        \"marketLid\": \"LM4GCG78T72\",\n        \"firstDate\": \"2023-09-29T19:44:12Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4024,\n        \"entityCode\": \"OKEX\",\n        \"sourceName\": \"OKEx\",\n        \"marketLid\": \"LM21MQR2EU5\",\n        \"firstDate\": \"2022-02-07T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4025,\n        \"entityCode\": \"HBTC\",\n        \"sourceName\": \"HitBTC\",\n        \"marketLid\": \"LM4AWB221V1\",\n        \"firstDate\": \"2022-02-07T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4026,\n        \"entityCode\": \"COMP\",\n        \"sourceName\": \"Compound\",\n        \"marketLid\": \"LM6BAAD91A4\",\n        \"firstDate\": \"2022-07-03T00:00:56Z\",\n        \"lastDate\": \"2023-10-19T23:59:59Z\",\n        \"status\": \"INACTIVE\"\n    },\n    {\n        \"sourceId\": 4028,\n        \"entityCode\": \"BKCN\",\n        \"sourceName\": \"Blockchain.com\",\n        \"marketLid\": \"LM1HX4AF4V7\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4032,\n        \"entityCode\": \"LMAX\",\n        \"sourceName\": \"LMAX\",\n        \"marketLid\": \"LM5TFX4GZ59\",\n        \"firstDate\": \"2023-09-29T19:43:35Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4033,\n        \"entityCode\": \"BIUS\",\n        \"sourceName\": \"Binance US\",\n        \"marketLid\": \"LM4DTPJM858\",\n        \"firstDate\": \"2023-09-29T19:44:07Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4034,\n        \"entityCode\": \"CBSEINT\",\n        \"sourceName\": \"Coinbase International\",\n        \"marketLid\": \"LM727DCEDF5\",\n        \"firstDate\": \"2024-02-23T17:27:11Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4035,\n        \"entityCode\": \"DELTAEX\",\n        \"sourceName\": \"Delta Exchange\",\n        \"marketLid\": \"LM24RMAL9F8\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4036,\n        \"entityCode\": \"MEXC\",\n        \"sourceName\": \"MEXC Global\",\n        \"marketLid\": \"LM3P1D8UYB3\",\n        \"firstDate\": \"2024-03-21T20:56:27Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4037,\n        \"entityCode\": \"BULLISH\",\n        \"sourceName\": \"Bullish\",\n        \"marketLid\": \"LM0JWQWJ4G2\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4038,\n        \"entityCode\": \"VALRX\",\n        \"sourceName\": \"VALR\",\n        \"marketLid\": \"LM0EL70BVY4\",\n        \"firstDate\": \"2024-04-23T15:24:13Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4039,\n        \"entityCode\": \"MERC\",\n        \"sourceName\": \"Mercado Bitcoin\",\n        \"marketLid\": \"LM8SGQU33P4\",\n        \"firstDate\": \"2024-04-04T18:05:24Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4046,\n        \"entityCode\": \"ITBT\",\n        \"sourceName\": \"itBit\",\n        \"marketLid\": \"LM561VU33S5\",\n        \"firstDate\": \"2024-02-29T20:59:44Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4047,\n        \"entityCode\": \"UPBT\",\n        \"sourceName\": \"Upbit\",\n        \"marketLid\": \"LM6M1CKSMN0\",\n        \"firstDate\": \"2024-04-27T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4048,\n        \"entityCode\": \"CNEX\",\n        \"sourceName\": \"CoinEx\",\n        \"marketLid\": \"LM8QRGYNBE5\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4050,\n        \"entityCode\": \"HSKYPRO\",\n        \"sourceName\": \"HashKey Pro\",\n        \"marketLid\": \"LM0693A2CB3\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4051,\n        \"entityCode\": \"HUOBIJP\",\n        \"sourceName\": \"Huobi Japan\",\n        \"marketLid\": \"LM7V6DL29S2\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4052,\n        \"entityCode\": \"BTSO\",\n        \"sourceName\": \"Bitso\",\n        \"marketLid\": \"LM3146MJD51\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4053,\n        \"entityCode\": \"CHCK\",\n        \"sourceName\": \"Coincheck\",\n        \"marketLid\": \"LM14SKMDN12\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4054,\n        \"entityCode\": \"BTHM\",\n        \"sourceName\": \"Bithumb\",\n        \"marketLid\": \"LM41RU0NQA3\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4055,\n        \"entityCode\": \"OPEX\",\n        \"sourceName\": \"Open Exchange Rates\"\n    },\n    {\n        \"sourceId\": 4056,\n        \"entityCode\": \"BITGET\",\n        \"sourceName\": \"Bitget\",\n        \"marketLid\": \"LM57MKK6QD5\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4057,\n        \"entityCode\": \"MART\",\n        \"sourceName\": \"BitMart\",\n        \"marketLid\": \"LM87Q2EM3P3\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4058,\n        \"entityCode\": \"BBNK\",\n        \"sourceName\": \"Bitbank\",\n        \"marketLid\": \"LM4C7SXCU78\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4059,\n        \"entityCode\": \"BIBO\",\n        \"sourceName\": \"Bibox\",\n        \"marketLid\": \"LM856WD3H67\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"lastDate\": \"2025-06-19T21:00:00Z\",\n        \"status\": \"INACTIVE\"\n    },\n    {\n        \"sourceId\": 4061,\n        \"entityCode\": \"PHMX\",\n        \"sourceName\": \"Phemex\",\n        \"marketLid\": \"LM2BLLBWCW3\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4062,\n        \"entityCode\": \"WOO\",\n        \"sourceName\": \"WOO Network\",\n        \"marketLid\": \"LM5KZGA23J3\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4063,\n        \"entityCode\": \"NOVADAX\",\n        \"sourceName\": \"NovaDAX\",\n        \"marketLid\": \"LM05L5053R2\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4064,\n        \"entityCode\": \"TOBITX\",\n        \"sourceName\": \"Toobit\",\n        \"marketLid\": \"LM85262D232\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4065,\n        \"entityCode\": \"BTCT\",\n        \"sourceName\": \"BTCTurk\",\n        \"marketLid\": \"LM4UETF0YJ5\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4066,\n        \"entityCode\": \"IRSV\",\n        \"sourceName\": \"Independent Reserve\",\n        \"marketLid\": \"LM3B9WUX6X5\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4067,\n        \"entityCode\": \"BTRU\",\n        \"sourceName\": \"Bitrue\",\n        \"marketLid\": \"LM8J7BQ69K5\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4068,\n        \"entityCode\": \"LATK\",\n        \"sourceName\": \"LATOKEN\",\n        \"marketLid\": \"LM3C79QJC43\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4069,\n        \"entityCode\": \"BCONMY\",\n        \"sourceName\": \"Biconomy\",\n        \"marketLid\": \"LM4TTFQTK46\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4070,\n        \"entityCode\": \"BITKUB\",\n        \"sourceName\": \"Bitkub\",\n        \"marketLid\": \"LM0DMUBWE44\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4071,\n        \"entityCode\": \"CHGLYPRO\",\n        \"sourceName\": \"Changelly PRO\",\n        \"marketLid\": \"LM3KQM7YR01\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4072,\n        \"entityCode\": \"DEXTRADE\",\n        \"sourceName\": \"Dex-Trade\",\n        \"marketLid\": \"LM1NVY7MQ93\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4073,\n        \"entityCode\": \"DIFX\",\n        \"sourceName\": \"DIFX\",\n        \"marketLid\": \"LM6EXF4CW63\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4074,\n        \"entityCode\": \"DIGI\",\n        \"sourceName\": \"DigiFinex\",\n        \"marketLid\": \"LM2UWAB7LZ8\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4075,\n        \"entityCode\": \"GMOC\",\n        \"sourceName\": \"GMO Coin\",\n        \"marketLid\": \"LM3XYJTGUP8\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4076,\n        \"entityCode\": \"LUNO\",\n        \"sourceName\": \"Luno\",\n        \"marketLid\": \"LM6C47UMUG7\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4077,\n        \"entityCode\": \"PPBB\",\n        \"sourceName\": \"P2PB2B\",\n        \"marketLid\": \"LM6Q6YLMP86\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"lastDate\": \"2026-04-02T15:00:00Z\",\n        \"status\": \"INACTIVE\"\n    },\n    {\n        \"sourceId\": 4078,\n        \"entityCode\": \"PIONX\",\n        \"sourceName\": \"Pionex\",\n        \"marketLid\": \"LM5GUX1X8Z1\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4079,\n        \"entityCode\": \"PNTPAY\",\n        \"sourceName\": \"PointPay\",\n        \"marketLid\": \"LM0UFV7G8K0\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4080,\n        \"entityCode\": \"MEXOEX\",\n        \"sourceName\": \"TruBit Pro\",\n        \"marketLid\": \"LM59KBHKCP8\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4081,\n        \"entityCode\": \"CMEG\",\n        \"sourceName\": \"CME Group\",\n        \"marketLid\": \"LM1601E3D64\",\n        \"firstDate\": \"2025-03-03T00:00:00Z\",\n        \"lastDate\": \"2025-04-25T18:00:00Z\",\n        \"status\": \"INACTIVE\"\n    },\n    {\n        \"sourceId\": 4082,\n        \"entityCode\": \"FOXB\",\n        \"sourceName\": \"FoxBit\",\n        \"marketLid\": \"LM84KE0E9B7\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4083,\n        \"entityCode\": \"CXIO\",\n        \"sourceName\": \"CEX.IO\",\n        \"marketLid\": \"LM6K8SAF5D6\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4084,\n        \"entityCode\": \"BTMX\",\n        \"sourceName\": \"Ascendex\",\n        \"marketLid\": \"LM1CDKZBZ71\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4085,\n        \"entityCode\": \"BINGBON\",\n        \"sourceName\": \"Bingbon\",\n        \"marketLid\": \"LM3YEWPW889\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4086,\n        \"entityCode\": \"INDXDX\",\n        \"sourceName\": \"Indodax\",\n        \"marketLid\": \"LM8D6CSYP53\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4087,\n        \"entityCode\": \"COINCALL\",\n        \"sourceName\": \"Coincall\",\n        \"marketLid\": \"LM2A279E959\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"lastDate\": \"2026-04-02T15:00:00Z\",\n        \"status\": \"INACTIVE\"\n    },\n    {\n        \"sourceId\": 4088,\n        \"entityCode\": \"ORGNX\",\n        \"sourceName\": \"OrangeX\",\n        \"marketLid\": \"LM4F7EB31E4\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4089,\n        \"entityCode\": \"BTNL\",\n        \"sourceName\": \"Bitnomial\",\n        \"marketLid\": \"LM7E443C985\",\n        \"firstDate\": \"2025-02-13T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4090,\n        \"entityCode\": \"BITCOMX\",\n        \"sourceName\": \"Bit.com\",\n        \"marketLid\": \"LM41HZ6A6U8\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"lastDate\": \"2026-01-31T06:00:00Z\",\n        \"status\": \"INACTIVE\"\n    },\n    {\n        \"sourceId\": 4091,\n        \"entityCode\": \"THALX\",\n        \"sourceName\": \"Thalex\",\n        \"marketLid\": \"LM977F33B87\",\n        \"firstDate\": \"2025-02-13T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4093,\n        \"entityCode\": \"LBNK\",\n        \"sourceName\": \"LBank\",\n        \"marketLid\": \"LM4T17N3UK9\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4094,\n        \"entityCode\": \"DYDXX\",\n        \"sourceName\": \"dYdX\",\n        \"marketLid\": \"LM5W6KMQF10\",\n        \"firstDate\": \"2025-02-12T00:00:00Z\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4137,\n        \"entityCode\": \"POLYMARK\",\n        \"sourceName\": \"Polymarket\",\n        \"marketLid\": \"LM8A3FFC399\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"sourceId\": 4141,\n        \"entityCode\": \"KALSHI\",\n        \"sourceName\": \"Kalshi\",\n        \"marketLid\": \"LM4E6ABFEE4\"\n    }\n]"}],"_postman_id":"250fa3fb-92ed-4089-8553-694fcc2dbf7e"},{"name":"Get Source Details by Product","id":"1a914373-65cd-48db-a9b2-caf7bc3b5a8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/details/:productType/:sourceId","description":"<p><strong>Description:</strong> Get the details for the given product type and specified pricing/market data source ID. Each source object will contain an array of pairs and additional metadata that it supports.</p>\n<p>This endpoint will only return the instruments for a given source ID that are permissioned for that specific Client API KEY</p>\n<p>URL should follow the below format:</p>\n<p><a href=\"https://data-pricing-api.lukka.tech/v1/pricing/sources/details/\">https://data-pricing-api.lukka.tech/v1/pricing/sources/details/</a>{productType}/{sourceID}</p>\n<p>Available Product types include: prices, variances, mvwaps, trades, candles, market-caps, indices, quotes, order-book-liquidity-spot, order-book-liquidity-derivative</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources","details",":productType",":sourceId"],"host":["{{lukka_data_pricing}}"],"query":[{"disabled":true,"description":{"content":"<p>Optional. Returns all pairs that match the specified Lukka base asset code</p>\n","type":"text/plain"},"key":"baseAsset","value":"XBT"},{"disabled":true,"description":{"content":"<p>Optional. Returns all pairs that match the specified counter asset code</p>\n","type":"text/plain"},"key":"counterAsset","value":"USD"},{"disabled":true,"description":{"content":"<p>Specify whether to return \"active\" or \"inactive\" instruments. Default response will include both active and inactive instruments</p>\n","type":"text/plain"},"key":"status","value":"active"},{"disabled":true,"description":{"content":"<p>Specify the type of instrument that is returned. Available options include \"spot\" and \"derivative\"</p>\n","type":"text/plain"},"key":"instrumentType","value":"SPOT"}],"variable":[{"id":"bf44dbae-97df-4b76-a0cd-8112dac09e71","description":{"content":"<p>See description for allowed values</p>\n","type":"text/plain"},"type":"any","value":"prices","key":"productType"},{"id":"d2d68aab-4751-4505-a9ca-243148599d71","type":"any","value":"4002","key":"sourceId"}]}},"response":[{"id":"5bd73aa1-8f1a-46b8-80a2-bd0078831642","name":"Get Source Details by Product","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/details/:productType/:sourceId","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources","details",":productType",":sourceId"],"query":[{"key":"baseAsset","value":"XBT","description":"Optional. Returns all pairs that match the specified Lukka base asset code","disabled":true},{"key":"counterAsset","value":"USD","description":"Optional. Returns all pairs that match the specified counter asset code","disabled":true},{"key":"status","value":"active","description":"Specify whether to return \"active\" or \"inactive\" instruments. Default response will include both active and inactive instruments","disabled":true},{"key":"instrumentType","value":"SPOT","description":"Specify the type of instrument that is returned. Available options include \"spot\" and \"derivative\"","disabled":true}],"variable":[{"key":"productType","value":"prices","description":"See description for allowed values"},{"key":"sourceId","value":"4002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"sourceId\": 4002,\n    \"sourceName\": \"Coinbase\",\n    \"pairs\": [\n        {\n            \"pairCode\": \"XBT-USD\",\n            \"firstDate\": \"2022-07-03T00:00:59Z\",\n            \"baseAsset\": \"XBT\",\n            \"counterAsset\": \"USD\",\n            \"baseAssetLukkaId\": \"LA6EV2NKQ95\",\n            \"counterAssetLukkaId\": \"LA3YM6GRUJ4\",\n            \"baseAssetName\": \"Bitcoin\",\n            \"counterAssetName\": \"US Dollar\",\n            \"baseAssetWhitepaperCode\": \"BTC\",\n            \"baseAssetCommonStreetCode\": \"BTC\",\n            \"counterAssetCommonStreetCode\": \"USD\",\n            \"instrumentType\": \"SPOT\",\n            \"status\": \"ACTIVE\"\n        }\n    ]\n}"}],"_postman_id":"1a914373-65cd-48db-a9b2-caf7bc3b5a8d"},{"name":"Get Derivative Source Details (Paginated)","id":"b53be512-194e-4967-a79c-6d94f02f754c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/details/:productType/:sourceId/derivatives","description":"<p><strong>Description:</strong> Get the details for the given product type and specified pricing/market data source ID. Each source object will contain an array of pairs and additional metadata.</p>\n<p>This endpoint will only return the instruments for a given source ID that are permissioned for that specific Client API KEY</p>\n<p>URL should follow the below format:</p>\n<p><a href=\"https://data-pricing-api.lukka.tech/v1/pricing/sources/details/\">https://data-pricing-api.lukka.tech/v1/pricing/sources/details/</a>{productType}/{sourceID}/derivatives</p>\n<p>Response is paginated via a <code>nextPageUrl</code> cursor. Available Product types are the same as the other <code>/sources/details/*</code> endpoints.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources","details",":productType",":sourceId","derivatives"],"host":["{{lukka_data_pricing}}"],"query":[{"disabled":true,"description":{"content":"<p>active | inactive</p>\n","type":"text/plain"},"key":"status","value":"active"},{"disabled":true,"description":{"content":"<p>Max 50000</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"disabled":true,"key":"offset","value":"0"}],"variable":[{"id":"d6aac20a-e818-4be3-9cfe-f1f01b4a02a2","type":"any","value":"candles","key":"productType"},{"id":"6b84cfb9-4e81-4fd1-b037-1a96bab809e1","type":"any","value":"4005","key":"sourceId"}]}},"response":[{"id":"336a7801-cb13-4695-8c0c-cd635f25cee9","name":"Get Derivative Source Details (Paginated)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/details/:productType/:sourceId/derivatives","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources","details",":productType",":sourceId","derivatives"],"query":[{"key":"status","value":"active","description":"active | inactive","disabled":true},{"key":"limit","value":"100","description":"Max 50000","disabled":true},{"key":"offset","value":"0","disabled":true}],"variable":[{"key":"productType","value":"candles"},{"key":"sourceId","value":"4005"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"sourceId\": 4005,\n    \"sourceName\": \"Binance\",\n    \"count\": 893,\n    \"pairs\": [\n        {\n            \"derivativePricingCode\": \"0GUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-0G-USDT\",\n            \"derivativeName\": \"Binance Zero Gravity Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"0G\",\n            \"underlyingAssetLid\": \"LA1E5AA4345\",\n            \"firstDate\": \"2025-09-18T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000000BOBUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000000BOB-USDT\",\n            \"derivativeName\": \"Binance Binance 1000000 BOB Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BINA1000000BOB\",\n            \"underlyingAssetLid\": \"LA1D61877B8\",\n            \"firstDate\": \"2025-06-06T12:30:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000000MOGUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000000MOG-USDT\",\n            \"derivativeName\": \"Binance Binance 1000000 MOG Coin Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BINA1000000MOG\",\n            \"underlyingAssetLid\": \"LA11CDB5B80\",\n            \"firstDate\": \"2024-11-08T17:42:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000BONKUSDC.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000BONK-USDC\",\n            \"derivativeName\": \"Binance Binance 1000 Bonk Perpetual\",\n            \"quoteAssetCode\": \"USDC\",\n            \"quoteAssetLid\": \"LA1S39UVDK1\",\n            \"underlyingAssetCode\": \"BINA1000BONK\",\n            \"underlyingAssetLid\": \"LA7W43NVMW6\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000BONKUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000BONK-USDT\",\n            \"derivativeName\": \"Binance Binance 1000 Bonk Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BINA1000BONK\",\n            \"underlyingAssetLid\": \"LA7W43NVMW6\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000CATUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000CAT-USDT\",\n            \"derivativeName\": \"Binance Binance 1000 Simon's Cat Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BINA1000CAT\",\n            \"underlyingAssetLid\": \"LA9F0C75AF9\",\n            \"firstDate\": \"2024-10-22T21:07:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000CHEEMSUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000CHEEMS-USDT\",\n            \"derivativeName\": \"Binance BINA 1000 CHEEMS Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BINA1000CHEEMS\",\n            \"underlyingAssetLid\": \"LA3A2F328A8\",\n            \"firstDate\": \"2024-12-02T14:42:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000FLOKIUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000FLOKI-USDT\",\n            \"derivativeName\": \"Binance Binance 1000 Floki Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BINA1000FLOKI\",\n            \"underlyingAssetLid\": \"LA3AG60I4K1\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000LUNCUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000LUNC-USDT\",\n            \"derivativeName\": \"Binance Binance 1000 Luna Classic Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BINA1000LUNC\",\n            \"underlyingAssetLid\": \"LA5JUJQGJV7\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000PEPEUSDC.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000PEPE-USDC\",\n            \"derivativeName\": \"Binance Binance 1000 Pepe Perpetual\",\n            \"quoteAssetCode\": \"USDC\",\n            \"quoteAssetLid\": \"LA1S39UVDK1\",\n            \"underlyingAssetCode\": \"BINA1000PEPE\",\n            \"underlyingAssetLid\": \"LA6Y6BSGON2\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000PEPEUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000PEPE-USDT\",\n            \"derivativeName\": \"Binance Binanace 1000PEPE Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BINA1000PEPE\",\n            \"underlyingAssetLid\": \"LA6Y6BSGON2\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000RATSUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000RATS-USDT\",\n            \"derivativeName\": \"Binance Binance 1000 RATS Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BINA1000RATS\",\n            \"underlyingAssetLid\": \"LA3R7ZXT497\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000SATSUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-1000SATSBSC-USDT\",\n            \"derivativeName\": \"Binance BRC-20 Sats Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"1000SATSBSC\",\n            \"underlyingAssetLid\": \"LA9BBKYVLN2\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000SHIBUSDC.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000SHIB-USDC\",\n            \"derivativeName\": \"Binance Binance 1000 Shiba Inu Perpetual\",\n            \"quoteAssetCode\": \"USDC\",\n            \"quoteAssetLid\": \"LA1S39UVDK1\",\n            \"underlyingAssetCode\": \"BINA1000SHIB\",\n            \"underlyingAssetLid\": \"LA46MJ9SML1\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000SHIBUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000SHIB-USDT\",\n            \"derivativeName\": \"Binance Binance 1000 SHIBA INU Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BINA1000SHIB\",\n            \"underlyingAssetLid\": \"LA46MJ9SML1\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1000XECUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000XEC-USDT\",\n            \"derivativeName\": \"Binance Binance 1000 eCash Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BINA1000XEC\",\n            \"underlyingAssetLid\": \"LA2D6KDWY94\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1INCHUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-1INCH-USDT\",\n            \"derivativeName\": \"Binance 1inch Network (ERC20) Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"1INCH\",\n            \"underlyingAssetLid\": \"LA1MRQXUME4\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"1MBABYDOGEUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1MBABYDOGE-USDT\",\n            \"derivativeName\": \"Binance Binance 1M BabyDoge Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BINA1MBABYDOGE\",\n            \"underlyingAssetLid\": \"LA1B6E7F581\",\n            \"firstDate\": \"2024-09-16T22:57:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"2ZUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-2ZDOUBLE0-USDT\",\n            \"derivativeName\": \"Binance DoubleZero Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"2ZDOUBLE0\",\n            \"underlyingAssetLid\": \"LA16A810191\",\n            \"firstDate\": \"2025-10-02T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"4USDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-4BSC-USDT\",\n            \"derivativeName\": \"Binance 4 Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"4BSC\",\n            \"underlyingAssetLid\": \"LA4CEB4E583\",\n            \"firstDate\": \"2025-10-08T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AAVEUSDC.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AAVE-USDC\",\n            \"derivativeName\": \"Binance Aave Token Perpetual\",\n            \"quoteAssetCode\": \"USDC\",\n            \"quoteAssetLid\": \"LA1S39UVDK1\",\n            \"underlyingAssetCode\": \"AAVE\",\n            \"underlyingAssetLid\": \"LA2EYFUQT32\",\n            \"firstDate\": \"2025-06-16T18:54:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AAVEUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AAVE-USDT\",\n            \"derivativeName\": \"Binance Aave Token Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AAVE\",\n            \"underlyingAssetLid\": \"LA2EYFUQT32\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AAVEUSD_PERP.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AAVE-USD\",\n            \"derivativeName\": \"Binance Aave Token Perpetual\",\n            \"quoteAssetCode\": \"USD\",\n            \"quoteAssetLid\": \"LA3YM6GRUJ4\",\n            \"underlyingAssetCode\": \"AAVE\",\n            \"underlyingAssetLid\": \"LA2EYFUQT32\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ACEUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ACE4-USDT\",\n            \"derivativeName\": \"Binance Fusionist Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ACE4\",\n            \"underlyingAssetLid\": \"LA4CI0YHGQ7\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ACHUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ALCH-USDT\",\n            \"derivativeName\": \"Binance Alchemy Token Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ALCH\",\n            \"underlyingAssetLid\": \"LA8QPR6D5W4\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ACTUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ACTAFW-USDT\",\n            \"derivativeName\": \"Binance Act I : The AI Prophecy Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ACTAFW\",\n            \"underlyingAssetLid\": \"LA850B7B4C1\",\n            \"firstDate\": \"2024-11-12T10:42:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ACUUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ACU216-USDT\",\n            \"derivativeName\": \"Binance Acurast Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ACU216\",\n            \"underlyingAssetLid\": \"LA8741EF2D6\",\n            \"firstDate\": \"2026-01-21T14:43:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ACXUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ACX1-USDT\",\n            \"derivativeName\": \"Binance Across Protocol Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ACX1\",\n            \"underlyingAssetLid\": \"LA00GEQO4L0\",\n            \"firstDate\": \"2024-12-07T10:42:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ADAUSDC.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ADA-USDC\",\n            \"derivativeName\": \"Binance Ada Perpetual\",\n            \"quoteAssetCode\": \"USDC\",\n            \"quoteAssetLid\": \"LA1S39UVDK1\",\n            \"underlyingAssetCode\": \"ADA\",\n            \"underlyingAssetLid\": \"LA7SQV7F4A4\",\n            \"firstDate\": \"2025-03-06T17:13:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ADAUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ADA-USDT\",\n            \"derivativeName\": \"Binance Cardano Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ADA\",\n            \"underlyingAssetLid\": \"LA7SQV7F4A4\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ADAUSD_PERP.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ADA-USD\",\n            \"derivativeName\": \"Binance Cardano Perpetual\",\n            \"quoteAssetCode\": \"USD\",\n            \"quoteAssetLid\": \"LA3YM6GRUJ4\",\n            \"underlyingAssetCode\": \"ADA\",\n            \"underlyingAssetLid\": \"LA7SQV7F4A4\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AERGOUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AERGO1-USDT\",\n            \"derivativeName\": \"Binance Aergo Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AERGO1\",\n            \"underlyingAssetLid\": \"LA2JB3J8RX2\",\n            \"firstDate\": \"2024-09-10T22:57:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AEROUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AERO0X91-USDT\",\n            \"derivativeName\": \"Binance Aerodrome Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AERO0X91\",\n            \"underlyingAssetLid\": \"LA1TR20T8S3\",\n            \"firstDate\": \"2024-12-09T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AEVOUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AEVO-USDT\",\n            \"derivativeName\": \"Binance AEVO Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AEVO\",\n            \"underlyingAssetLid\": \"LA2QYM7SN37\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AGLDUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AGLD-USDT\",\n            \"derivativeName\": \"Binance Adventure Gold Token Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AGLD\",\n            \"underlyingAssetLid\": \"LA7UUS5TGJ4\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AGTUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AGT2-USDT\",\n            \"derivativeName\": \"Binance Alaya AI Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AGT2\",\n            \"underlyingAssetLid\": \"LA483686EA4\",\n            \"firstDate\": \"2025-05-23T00:02:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AIAUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AIASUI-USDT\",\n            \"derivativeName\": \"Binance DeAgentAI Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AIASUI\",\n            \"underlyingAssetLid\": \"LA72388D528\",\n            \"firstDate\": \"2025-09-18T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AINUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AINBSC-USDT\",\n            \"derivativeName\": \"Binance Infinity Ground Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AINBSC\",\n            \"underlyingAssetLid\": \"LA21FD5DAD0\",\n            \"firstDate\": \"2025-07-10T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AIOTUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AIOT55A-USDT\",\n            \"derivativeName\": \"Binance OKZOO Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AIOT55A\",\n            \"underlyingAssetLid\": \"LA39F64D062\",\n            \"firstDate\": \"2025-05-01T17:30:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AIOUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AIO1-USDT\",\n            \"derivativeName\": \"Binance OLAXBT Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AIO1\",\n            \"underlyingAssetLid\": \"LA824801E04\",\n            \"firstDate\": \"2025-08-13T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AIUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AI6-USDT\",\n            \"derivativeName\": \"Binance Sleepless AI Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AI6\",\n            \"underlyingAssetLid\": \"LA14DGTE616\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AIXBTUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AIXBT-USDT\",\n            \"derivativeName\": \"Binance aixbt by Virtuals Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AIXBT\",\n            \"underlyingAssetLid\": \"LA05A81C664\",\n            \"firstDate\": \"2024-12-23T16:42:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AKEUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AKE1-USDT\",\n            \"derivativeName\": \"Binance AKEDO Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AKE1\",\n            \"underlyingAssetLid\": \"LA170B4EEA7\",\n            \"firstDate\": \"2025-09-28T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AKTUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AKSHT-USDT\",\n            \"derivativeName\": \"Binance Akash Network Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AKSHT\",\n            \"underlyingAssetLid\": \"LA6Q5EN1E73\",\n            \"firstDate\": \"2024-11-19T13:42:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ALCHUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ALCH2-USDT\",\n            \"derivativeName\": \"Binance Alchemist AI Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ALCH2\",\n            \"underlyingAssetLid\": \"LA5BB1E7729\",\n            \"firstDate\": \"2025-01-07T21:13:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ALGOUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ALGO-USDT\",\n            \"derivativeName\": \"Binance Algorand Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ALGO\",\n            \"underlyingAssetLid\": \"LA2N2L1G0G8\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ALICEUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ALICE-USDT\",\n            \"derivativeName\": \"Binance My Neighbor Alice Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ALICE\",\n            \"underlyingAssetLid\": \"LA6YMAFC161\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ALLOUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ALLOBSC-USDT\",\n            \"derivativeName\": \"Binance Allora Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ALLOBSC\",\n            \"underlyingAssetLid\": \"LA205BE0557\",\n            \"firstDate\": \"2025-11-11T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ALLUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ALLBINA-USDT\",\n            \"derivativeName\": \"Binance Binance ALL Index Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ALLBINA\",\n            \"underlyingAssetLid\": \"LA968FBCBC4\",\n            \"firstDate\": \"2025-08-07T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ALPINEUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ALPINE-USDT\",\n            \"derivativeName\": \"Binance Alpine F1 Team Fan Token Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ALPINE\",\n            \"underlyingAssetLid\": \"LA11HGGAJJ0\",\n            \"firstDate\": \"2025-05-06T17:30:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ALTUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ALTL-USDT\",\n            \"derivativeName\": \"Binance AltLayer Token Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ALTL\",\n            \"underlyingAssetLid\": \"LA4GQ2Y3GR0\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AMZNUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AMZNX-USDT\",\n            \"derivativeName\": \"Binance Amazon xStock Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AMZNX\",\n            \"underlyingAssetLid\": \"LA3A20D7A71\",\n            \"firstDate\": \"2026-03-31T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ANIMEUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ANIME22-USDT\",\n            \"derivativeName\": \"Binance AnimeCoin Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ANIME22\",\n            \"underlyingAssetLid\": \"LA8864F6550\",\n            \"firstDate\": \"2025-01-23T22:42:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ANKRUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ANKR-USDT\",\n            \"derivativeName\": \"Binance Ankr Network Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ANKR\",\n            \"underlyingAssetLid\": \"LA2A3P5MSG5\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"APEUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-APE2-USDT\",\n            \"derivativeName\": \"Binance ApeCoin Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"APE2\",\n            \"underlyingAssetLid\": \"LA07HZNJ663\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"API3USDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-API3-USDT\",\n            \"derivativeName\": \"Binance API3 Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"API3\",\n            \"underlyingAssetLid\": \"LA4YH94ZFQ3\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"APRUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-APR1ETH-USDT\",\n            \"derivativeName\": \"Binance aPriori Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"APR1ETH\",\n            \"underlyingAssetLid\": \"LA07CF3FED2\",\n            \"firstDate\": \"2025-10-23T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"APTUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-APTM-USDT\",\n            \"derivativeName\": \"Binance Aptos Mainnet Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"APTM\",\n            \"underlyingAssetLid\": \"LA8ZUPOFWX2\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ARBUSDC.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ARB2-USDC\",\n            \"derivativeName\": \"Binance Arbitrum Perpetual\",\n            \"quoteAssetCode\": \"USDC\",\n            \"quoteAssetLid\": \"LA1S39UVDK1\",\n            \"underlyingAssetCode\": \"ARB2\",\n            \"underlyingAssetLid\": \"LA434VT69M7\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ARBUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ARB2-USDT\",\n            \"derivativeName\": \"Binance Arbitrum Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ARB2\",\n            \"underlyingAssetLid\": \"LA434VT69M7\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ARCUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ARCV8V-USDT\",\n            \"derivativeName\": \"Binance AI Rig Complex Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ARCV8V\",\n            \"underlyingAssetLid\": \"LA9675434F8\",\n            \"firstDate\": \"2025-01-23T21:41:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ARIAUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ARIA2-USDT\",\n            \"derivativeName\": \"Binance AriaAI Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ARIA2\",\n            \"underlyingAssetLid\": \"LA1520EEB43\",\n            \"firstDate\": \"2025-09-03T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ARKMUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ARKM-USDT\",\n            \"derivativeName\": \"Binance Arkham Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ARKM\",\n            \"underlyingAssetLid\": \"LA45LLLTMU4\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ARKUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ARK-USDT\",\n            \"derivativeName\": \"Binance Ark Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ARK\",\n            \"underlyingAssetLid\": \"LA7KTB40013\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ARPAUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ARPA-USDT\",\n            \"derivativeName\": \"Binance ARPA Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ARPA\",\n            \"underlyingAssetLid\": \"LA49FMA2977\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ARUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AR-USDT\",\n            \"derivativeName\": \"Binance Arweave Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AR\",\n            \"underlyingAssetLid\": \"LA15LYEZJJ4\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ASRUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ASR-USDT\",\n            \"derivativeName\": \"Binance AS Roma Fan Token Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ASR\",\n            \"underlyingAssetLid\": \"LA8MTRXHQ53\",\n            \"firstDate\": \"2025-05-06T17:30:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ASTERUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ASTERBSC-USDT\",\n            \"derivativeName\": \"Binance Aster Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ASTERBSC\",\n            \"underlyingAssetLid\": \"LA8A6E18A65\",\n            \"firstDate\": \"2025-09-19T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ASTRUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ASTA1-USDT\",\n            \"derivativeName\": \"Binance Astar Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ASTA1\",\n            \"underlyingAssetLid\": \"LA4YNZSERR5\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ATAUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ATA-USDT\",\n            \"derivativeName\": \"Binance Automata Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ATA\",\n            \"underlyingAssetLid\": \"LA5EWFL07V4\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ATHUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ATHETH-USDT\",\n            \"derivativeName\": \"Binance Aethir Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ATHETH\",\n            \"underlyingAssetLid\": \"LA0UPEPB1A7\",\n            \"firstDate\": \"2025-04-03T15:16:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ATOMUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-COS-USDT\",\n            \"derivativeName\": \"Binance Cosmos Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"COS\",\n            \"underlyingAssetLid\": \"LA5035CKJ49\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"ATUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ATBSC-USDT\",\n            \"derivativeName\": \"Binance Apro Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"ATBSC\",\n            \"underlyingAssetLid\": \"LA21BCA38A9\",\n            \"firstDate\": \"2025-10-29T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AUCTIONUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AUCTION-USDT\",\n            \"derivativeName\": \"Binance Bounce Token Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AUCTION\",\n            \"underlyingAssetLid\": \"LA48EGV4RX0\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AEOS-USDT\",\n            \"derivativeName\": \"Binance Vaulta Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AEOS\",\n            \"underlyingAssetLid\": \"LA0A5CBC107\",\n            \"firstDate\": \"2025-05-28T17:31:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AVAAIUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AVAAI22-USDT\",\n            \"derivativeName\": \"Binance AVA AI Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AVAAI22\",\n            \"underlyingAssetLid\": \"LA444B0F478\",\n            \"firstDate\": \"2025-01-23T21:41:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AVAUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AVA-USDT\",\n            \"derivativeName\": \"Binance Travala Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AVA\",\n            \"underlyingAssetLid\": \"LA8VFBWQR37\",\n            \"firstDate\": \"2024-12-13T22:42:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AVAXUSDC.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AVAX-USDC\",\n            \"derivativeName\": \"Binance Avalanche Perpetual\",\n            \"quoteAssetCode\": \"USDC\",\n            \"quoteAssetLid\": \"LA1S39UVDK1\",\n            \"underlyingAssetCode\": \"AVAX\",\n            \"underlyingAssetLid\": \"LA1R2QPRFJ6\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AVAXUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AVAX-USDT\",\n            \"derivativeName\": \"Binance Avalanche Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AVAX\",\n            \"underlyingAssetLid\": \"LA1R2QPRFJ6\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AVAXUSD_PERP.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AVAX-USD\",\n            \"derivativeName\": \"Binance Avalanche Perpetual\",\n            \"quoteAssetCode\": \"USD\",\n            \"quoteAssetLid\": \"LA3YM6GRUJ4\",\n            \"underlyingAssetCode\": \"AVAX\",\n            \"underlyingAssetLid\": \"LA1R2QPRFJ6\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AVNTUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AVNTBASE-USDT\",\n            \"derivativeName\": \"Binance Avantis Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AVNTBASE\",\n            \"underlyingAssetLid\": \"LA2E06ABA14\",\n            \"firstDate\": \"2025-09-09T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AWEUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AWEBASE-USDT\",\n            \"derivativeName\": \"Binance Autonomous Worlds Engine Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AWEBASE\",\n            \"underlyingAssetLid\": \"LA321CB99D1\",\n            \"firstDate\": \"2025-05-21T16:43:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AXLUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AXLBSC-USDT\",\n            \"derivativeName\": \"Binance Axelar Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AXLBSC\",\n            \"underlyingAssetLid\": \"LA4LVYIYA00\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AXSUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AXS1-USDT\",\n            \"derivativeName\": \"Binance Axie Infinity Shards Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AXS1\",\n            \"underlyingAssetLid\": \"LA2TGYZW7Q0\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"AZTECUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-AZTECETH-USDT\",\n            \"derivativeName\": \"Binance AZTEC Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"AZTECETH\",\n            \"underlyingAssetLid\": \"LA4F51BC4A1\",\n            \"firstDate\": \"2026-03-31T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"B2USDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-B2-USDT\",\n            \"derivativeName\": \"Binance BSquared Network Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"B2\",\n            \"underlyingAssetLid\": \"LA136FA4AA0\",\n            \"firstDate\": \"2025-05-07T09:30:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"B3USDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-B3B3B-USDT\",\n            \"derivativeName\": \"Binance B3 Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"B3B3B\",\n            \"underlyingAssetLid\": \"LA245A0B3A9\",\n            \"firstDate\": \"2025-02-14T04:42:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BABYUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BABYM-USDT\",\n            \"derivativeName\": \"Binance Babylon Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BABYM\",\n            \"underlyingAssetLid\": \"LA0E871B9E6\",\n            \"firstDate\": \"2025-04-08T13:16:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BANANAS31USDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BANANAS31-USDT\",\n            \"derivativeName\": \"Binance Banana For Scale Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BANANAS31\",\n            \"underlyingAssetLid\": \"LA7D812A505\",\n            \"firstDate\": \"2025-03-25T07:17:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BANANAUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BANANAGUN-USDT\",\n            \"derivativeName\": \"Binance Banana Gun Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BANANAGUN\",\n            \"underlyingAssetLid\": \"LA405716DA5\",\n            \"firstDate\": \"2024-08-15T10:47:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BANDUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BAND-USDT\",\n            \"derivativeName\": \"Binance BAND Token Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BAND\",\n            \"underlyingAssetLid\": \"LA6AK2LLP88\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BANKUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BANK3AE-USDT\",\n            \"derivativeName\": \"Binance Lorenzo Protocol Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BANK3AE\",\n            \"underlyingAssetLid\": \"LA7B3BDA054\",\n            \"firstDate\": \"2025-04-23T16:53:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BANUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BAN1-USDT\",\n            \"derivativeName\": \"Binance Comedian Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BAN1\",\n            \"underlyingAssetLid\": \"LA64951FC57\",\n            \"firstDate\": \"2024-11-19T16:42:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BARDUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BARDETH-USDT\",\n            \"derivativeName\": \"Binance Lombard Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BARDETH\",\n            \"underlyingAssetLid\": \"LA2F905ABF3\",\n            \"firstDate\": \"2025-09-18T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BASUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BAS4-USDT\",\n            \"derivativeName\": \"Binance BAS Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BAS4\",\n            \"underlyingAssetLid\": \"LA7BDF2D0F2\",\n            \"firstDate\": \"2025-08-26T00:00:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BATUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BTT-USDT\",\n            \"derivativeName\": \"Binance Basic Attention Token Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BTT\",\n            \"underlyingAssetLid\": \"LA582W6NAZ0\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BBUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BB2-USDT\",\n            \"derivativeName\": \"Binance BounceBit Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BB2\",\n            \"underlyingAssetLid\": \"LA9ICRKHSZ2\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BCHUSDC.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BCH-USDC\",\n            \"derivativeName\": \"Binance Bitcoin Cash Perpetual\",\n            \"quoteAssetCode\": \"USDC\",\n            \"quoteAssetLid\": \"LA1S39UVDK1\",\n            \"underlyingAssetCode\": \"BCH\",\n            \"underlyingAssetLid\": \"LA7LPZBEZZ0\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BCHUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BCH-USDT\",\n            \"derivativeName\": \"Binance Bitcoin Cash Perpetual\",\n            \"quoteAssetCode\": \"USDT\",\n            \"quoteAssetLid\": \"LA176YWNB05\",\n            \"underlyingAssetCode\": \"BCH\",\n            \"underlyingAssetLid\": \"LA7LPZBEZZ0\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"derivativePricingCode\": \"BCHUSD_PERP.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-BCH-USD\",\n            \"derivativeName\": \"Binance Bitcoin Cash Perpetual\",\n            \"quoteAssetCode\": \"USD\",\n            \"quoteAssetLid\": \"LA3YM6GRUJ4\",\n            \"underlyingAssetCode\": \"BCH\",\n            \"underlyingAssetLid\": \"LA7LPZBEZZ0\",\n            \"firstDate\": \"2024-06-11T15:49:00Z\",\n            \"status\": \"ACTIVE\"\n        }\n    ],\n    \"nextPageUrl\": \"https://data-pricing-api.lukka.tech/v1/pricing/sources/details/candles/4005/derivatives?status=active&limit=100&offset=100\"\n}"}],"_postman_id":"b53be512-194e-4967-a79c-6d94f02f754c"},{"name":"Get Latest Prices","id":"6e804588-da06-4bc6-be17-404e32c6e513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/2000/prices?pairCodes=XBT-USD,ETH-USD&lookback=172800000","description":"<p><strong>Description:</strong> Get the price as of the given timestamp from the given pair codes. If pairCodes is left blank, then all pairCodes will be listed for given sourceID.</p>\n<p>Keep in mind of the 2048 character limit in a GET request. The pairCodes query parameters should only be used to get a small sub-set of prices. Otherwise use default, which is ALL pairs.</p>\n<p>This endpoint is typically used to retrieve Lukka Prime (source 1000, 2000, 3000) or Exchange-level (source 4001–4999) prices.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources","2000","prices"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>Comma delimited list of pair codes. Defaults to all available pair for the source.</p>\n","type":"text/plain"},"key":"pairCodes","value":"XBT-USD,ETH-USD"},{"disabled":true,"description":{"content":"<p>Prices as of the given timestamp in UTC. Defaults to now.</p>\n","type":"text/plain"},"key":"asOf","value":""},{"description":{"content":"<p>Number of milliseconds to lookback for a latest price relative to the asOf date parameter. Default behavior is 172800000 (2 days). \nMinimum value is 1 and maximum value is 31556952000 (1 year)</p>\n","type":"text/plain"},"key":"lookback","value":"172800000"},{"disabled":true,"description":{"content":"<p>Specify additional fields to include in the output. Requires Variances product access (same as the /variances endpoint). Available values (Lukka Prime sources 1000/2000/3000 only):\n  principalExchange — the exchange selected as the principal price source for that minute\n  trustedAssetCode — the trusted asset code used in the calculation\nComma-separate multiple values.</p>\n","type":"text/plain"},"key":"fields","value":"principalExchange"},{"disabled":true,"description":{"content":"<p>If true, searches from epoch regardless of lookback. Overrides lookback parameter. Defaults to false.</p>\n","type":"text/plain"},"key":"fullLookback","value":"false"}],"variable":[]}},"response":[{"id":"f9acbd2a-8e01-49e8-8a51-6844a4e5a067","name":"Get Latest Prices","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/2000/prices?pairCodes=XBT-USD,ETH-USD&lookback=172800000","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources","2000","prices"],"query":[{"key":"pairCodes","value":"XBT-USD,ETH-USD","description":"Comma delimited list of pair codes. Defaults to all available pair for the source."},{"key":"asOf","value":"","description":"Prices as of the given timestamp in UTC. Defaults to now.","disabled":true},{"key":"lookback","value":"172800000","description":"Number of milliseconds to lookback for a latest price relative to the asOf date parameter. Default behavior is 172800000 (2 days). \nMinimum value is 1 and maximum value is 31556952000 (1 year)"},{"key":"fields","value":"principalExchange","description":"Specify additional fields to include in the output. Requires Variances product access (same as the /variances endpoint). Available values (Lukka Prime sources 1000/2000/3000 only):\n  principalExchange — the exchange selected as the principal price source for that minute\n  trustedAssetCode — the trusted asset code used in the calculation\nComma-separate multiple values.","disabled":true},{"key":"fullLookback","value":"false","description":"If true, searches from epoch regardless of lookback. Overrides lookback parameter. Defaults to false.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"pairCode\": \"XBT-USD\",\n        \"price\": \"79126.46\",\n        \"ts\": \"2026-04-22T15:35:00Z\"\n    },\n    {\n        \"pairCode\": \"ETH-USD\",\n        \"price\": \"2399.01\",\n        \"ts\": \"2026-04-22T15:35:00Z\"\n    }\n]"}],"_postman_id":"6e804588-da06-4bc6-be17-404e32c6e513"},{"name":"Get Historical Prices","id":"5a15d336-a1b2-424a-97bc-284c97d2463e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/prices/pairs/:pairCode?from=2026-04-20T12:00:00Z&to=2026-04-20T13:00:00Z","description":"<p><strong>Description:</strong> Get the price history for a single pair.</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response. The nextPageUrl is used to paginate the response and can be called to request the next batch of records prior to what was returned. nextPageUrl will continue to be included in the response until all of the requested records have been returned.</p>\n<p>This endpoint is typically used to retrieve Lukka Prime (source 1000, 2000, 3000) or Exchange-level (source 4001–4999) prices.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources",":sourceId","prices","pairs",":pairCode"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the minute.</p>\n","type":"text/plain"},"key":"from","value":"2026-04-20T12:00:00Z"},{"description":{"content":"<p>All prices before or on the given time. Defaults to now. Truncated to the minute.</p>\n","type":"text/plain"},"key":"to","value":"2026-04-20T13:00:00Z"},{"disabled":true,"description":{"content":"<p>Max amount of prices. Defaults to 1440 (1 Day). Max limit is 1440</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>The Interval that defines the frequency of data within the response object. Parameter value is specified in milliseconds. Supported values: 1000, 5000, 30000, 60000, 300000, 1800000, 3600000, 86400000</p>\n","type":"text/plain"},"key":"interval","value":"60000"},{"disabled":true,"description":{"content":"<p>Forward fill gaps in prices with the last known price, if set to TRUE. Defaults to FALSE</p>\n","type":"text/plain"},"key":"fill","value":"false"},{"disabled":true,"description":{"content":"<p>Specify additional fields to include in the output. Requires Variances product access (same as the /variances endpoint). Available values (Lukka Prime sources 1000/2000/3000 only):\n  principalExchange — the exchange selected as the principal price source for that minute\n  trustedAssetCode — the trusted asset code used in the calculation\nComma-separate multiple values.</p>\n","type":"text/plain"},"key":"fields","value":"principalExchange"}],"variable":[{"id":"f00efdde-5a6d-47ab-9a60-2407e5050182","type":"any","value":"2000","key":"sourceId"},{"id":"07ef70ec-762d-4c5e-82ac-553d3fb1e13f","type":"any","value":"XBT-USD","key":"pairCode"}]}},"response":[{"id":"76fba2d2-6259-4748-bbfc-d64dc3c0190c","name":"Get Historical Prices","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/prices/pairs/:pairCode?from=2026-04-20T12:00:00Z&to=2026-04-20T13:00:00Z","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources",":sourceId","prices","pairs",":pairCode"],"query":[{"key":"from","value":"2026-04-20T12:00:00Z","description":"All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the minute."},{"key":"to","value":"2026-04-20T13:00:00Z","description":"All prices before or on the given time. Defaults to now. Truncated to the minute."},{"key":"limit","value":"10","description":"Max amount of prices. Defaults to 1440 (1 Day). Max limit is 1440","disabled":true},{"key":"interval","value":"60000","description":"The Interval that defines the frequency of data within the response object. Parameter value is specified in milliseconds. Supported values: 1000, 5000, 30000, 60000, 300000, 1800000, 3600000, 86400000","disabled":true},{"key":"fill","value":"false","description":"Forward fill gaps in prices with the last known price, if set to TRUE. Defaults to FALSE","disabled":true},{"key":"fields","value":"principalExchange","description":"Specify additional fields to include in the output. Requires Variances product access (same as the /variances endpoint). Available values (Lukka Prime sources 1000/2000/3000 only):\n  principalExchange — the exchange selected as the principal price source for that minute\n  trustedAssetCode — the trusted asset code used in the calculation\nComma-separate multiple values.","disabled":true}],"variable":[{"key":"sourceId","value":"2000"},{"key":"pairCode","value":"XBT-USD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"pairCode\": \"XBT-USD\",\n    \"firstDate\": \"2026-04-20T12:00:00Z\",\n    \"lastDate\": \"2026-04-20T12:09:00Z\",\n    \"nextPageUrl\": \"/v1/pricing/sources/2000/prices/pairs/XBT-USD?from=2026-04-20T12%3A10%3A00Z&to=2026-04-20T13%3A00%3A00Z&limit=10\",\n    \"pricesCount\": 10,\n    \"prices\": [\n        {\n            \"ts\": \"2026-04-20T12:00:00Z\",\n            \"price\": \"75220.66\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:01:00Z\",\n            \"price\": \"75186.78\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:02:00Z\",\n            \"price\": \"75137.49\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:03:00Z\",\n            \"price\": \"75151.02\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:04:00Z\",\n            \"price\": \"75132.49\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:05:00Z\",\n            \"price\": \"75227.41\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:06:00Z\",\n            \"price\": \"75291.91\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:07:00Z\",\n            \"price\": \"75311.03\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:08:00Z\",\n            \"price\": \"75335.02\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:09:00Z\",\n            \"price\": \"75320.39\"\n        }\n    ]\n}"}],"_postman_id":"5a15d336-a1b2-424a-97bc-284c97d2463e"},{"name":"Get Price Variances by Pair","id":"ef04825f-1bae-4479-b367-85bfc1fd91b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/prices/pairs/:pairCode/variances?from=2026-04-20T12:00:00Z&to=2026-04-20T12:10:00Z&limit=3","description":"<p><strong>Description:</strong> Get the price history for a single pair along with its market variances. For each exchange, daily volume, daily trade counts, hourly volume, and hourly trade counts are provided. Lukka Prime takes all these parameters into consideration when choosing a principal exchange for the minute's price.</p>\n<p>Exchanges under market variances are sorted in a descending order by its <strong>hourly volume</strong>.</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources",":sourceId","prices","pairs",":pairCode","variances"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>All prices after or on the given time. Defaults to 1970-01-01 00:00:00. Truncated to the minute.</p>\n","type":"text/plain"},"key":"from","value":"2026-04-20T12:00:00Z"},{"description":{"content":"<p>All prices before or on the given time. Defaults to now. Truncated to the minute.</p>\n","type":"text/plain"},"key":"to","value":"2026-04-20T12:10:00Z"},{"description":{"content":"<p>Max amount of prices. Defaults to 1440 (1 Day)</p>\n","type":"text/plain"},"key":"limit","value":"3"}],"variable":[{"id":"780d4d1f-559f-4d82-b5aa-70d8059b82d8","type":"any","value":"2000","key":"sourceId"},{"id":"89fcf8e0-4fd7-4cae-afe7-166c30e00de6","type":"any","value":"XBT-USD","key":"pairCode"}]}},"response":[{"id":"a09e77a1-86cb-49f4-ad7b-a56f2492883c","name":"Get Price Variances by Pair","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/prices/pairs/:pairCode/variances?from=2026-04-20T12:00:00Z&to=2026-04-20T12:10:00Z&limit=3","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources",":sourceId","prices","pairs",":pairCode","variances"],"query":[{"key":"from","value":"2026-04-20T12:00:00Z","description":"All prices after or on the given time. Defaults to 1970-01-01 00:00:00. Truncated to the minute."},{"key":"to","value":"2026-04-20T12:10:00Z","description":"All prices before or on the given time. Defaults to now. Truncated to the minute."},{"key":"limit","value":"3","description":"Max amount of prices. Defaults to 1440 (1 Day)"}],"variable":[{"key":"sourceId","value":"2000"},{"key":"pairCode","value":"XBT-USD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"pairCode\": \"XBT-USD\",\n    \"firstDate\": \"2026-04-20T12:00:00Z\",\n    \"lastDate\": \"2026-04-20T12:02:00Z\",\n    \"pricesCount\": 3,\n    \"prices\": [\n        {\n            \"ts\": \"2026-04-20T12:00:00Z\",\n            \"price\": \"75220.66\",\n            \"principalExchange\": \"CRCM\",\n            \"varianceUrl\": \"/v1/pricing/sources/2000/prices/pairs/XBT-USD/variances\",\n            \"marketVariances\": [\n                {\n                    \"entityCode\": \"CPRO\",\n                    \"exchange\": \"Coinbase\",\n                    \"price\": \"75223.96\",\n                    \"tradeTs\": \"2026-04-20T11:59:59.297Z\",\n                    \"hourlyVolume\": \"214.01224983\",\n                    \"hourlyTradeCount\": 24480,\n                    \"dailyVolume\": \"6599.7449845\",\n                    \"dailyTradeCount\": 649028\n                },\n                {\n                    \"entityCode\": \"CRCM\",\n                    \"exchange\": \"Crypto.com\",\n                    \"price\": \"75220.66\",\n                    \"tradeTs\": \"2026-04-20T11:59:59.221Z\",\n                    \"hourlyVolume\": \"129.79658\",\n                    \"hourlyTradeCount\": 9985,\n                    \"dailyVolume\": \"6503.08829\",\n                    \"dailyTradeCount\": 291314\n                },\n                {\n                    \"entityCode\": \"BULLISH\",\n                    \"exchange\": \"Bullish\",\n                    \"price\": \"75220.95\",\n                    \"tradeTs\": \"2026-04-20T11:59:54.829Z\",\n                    \"hourlyVolume\": \"50.40793495\",\n                    \"hourlyTradeCount\": 1296,\n                    \"dailyVolume\": \"1443.99529097\",\n                    \"dailyTradeCount\": 44023\n                },\n                {\n                    \"entityCode\": \"KRAK\",\n                    \"exchange\": \"Kraken\",\n                    \"price\": \"75219.0\",\n                    \"tradeTs\": \"2026-04-20T11:59:59.094Z\",\n                    \"hourlyVolume\": \"33.92995926\",\n                    \"hourlyTradeCount\": 1750,\n                    \"dailyVolume\": \"1427.46000393\",\n                    \"dailyTradeCount\": 49483\n                },\n                {\n                    \"entityCode\": \"BFNX\",\n                    \"exchange\": \"Bitfinex\",\n                    \"price\": \"75205.0\",\n                    \"tradeTs\": \"2026-04-20T11:59:59.305Z\",\n                    \"hourlyVolume\": \"29.23819859\",\n                    \"hourlyTradeCount\": 3501,\n                    \"dailyVolume\": \"1301.05712416\",\n                    \"dailyTradeCount\": 84371\n                },\n                {\n                    \"entityCode\": \"BSTM\",\n                    \"exchange\": \"Bitstamp\",\n                    \"price\": \"75226.0\",\n                    \"tradeTs\": \"2026-04-20T11:59:56.201Z\",\n                    \"hourlyVolume\": \"19.09699212\",\n                    \"hourlyTradeCount\": 718,\n                    \"dailyVolume\": \"919.8367485\",\n                    \"dailyTradeCount\": 29869\n                },\n                {\n                    \"entityCode\": \"OKEX\",\n                    \"exchange\": \"OKEx\",\n                    \"price\": \"75230.8\",\n                    \"tradeTs\": \"2026-04-20T11:59:56.605Z\",\n                    \"hourlyVolume\": \"4.78059403\",\n                    \"hourlyTradeCount\": 581,\n                    \"dailyVolume\": \"216.99242673\",\n                    \"dailyTradeCount\": 21112\n                },\n                {\n                    \"entityCode\": \"LMAX\",\n                    \"exchange\": \"LMAX\",\n                    \"price\": \"75209.742\",\n                    \"tradeTs\": \"2026-04-20T11:59:28.422Z\",\n                    \"hourlyVolume\": \"3.81\",\n                    \"hourlyTradeCount\": 89,\n                    \"dailyVolume\": \"329.45\",\n                    \"dailyTradeCount\": 4956\n                },\n                {\n                    \"entityCode\": \"ITBT\",\n                    \"exchange\": \"itBit\",\n                    \"price\": \"75200.25\",\n                    \"tradeTs\": \"2026-04-20T11:59:55.057Z\",\n                    \"hourlyVolume\": \"2.48625148\",\n                    \"hourlyTradeCount\": 799,\n                    \"dailyVolume\": \"85.41927917\",\n                    \"dailyTradeCount\": 27579\n                },\n                {\n                    \"entityCode\": \"GMNI\",\n                    \"exchange\": \"Gemini\",\n                    \"price\": \"75223.01\",\n                    \"tradeTs\": \"2026-04-20T11:59:48.310Z\",\n                    \"hourlyVolume\": \"1.72127183\",\n                    \"hourlyTradeCount\": 207,\n                    \"dailyVolume\": \"108.47606515\",\n                    \"dailyTradeCount\": 8154\n                },\n                {\n                    \"entityCode\": \"BINA\",\n                    \"exchange\": \"Binance\",\n                    \"price\": \"75268.23\",\n                    \"tradeTs\": \"2026-04-20T11:54:07.313Z\",\n                    \"hourlyVolume\": \"0.17028\",\n                    \"hourlyTradeCount\": 30,\n                    \"dailyVolume\": \"1.99686\",\n                    \"dailyTradeCount\": 689\n                },\n                {\n                    \"entityCode\": \"BFLY\",\n                    \"exchange\": \"Bitflyer\",\n                    \"price\": \"74000.0\",\n                    \"tradeTs\": \"2026-04-19T23:32:36.626Z\",\n                    \"hourlyVolume\": \"0.0\",\n                    \"hourlyTradeCount\": 0,\n                    \"dailyVolume\": \"0.10756071\",\n                    \"dailyTradeCount\": 3\n                }\n            ]\n        },\n        {\n            \"ts\": \"2026-04-20T12:01:00Z\",\n            \"price\": \"75186.78\",\n            \"principalExchange\": \"CRCM\",\n            \"varianceUrl\": \"/v1/pricing/sources/2000/prices/pairs/XBT-USD/variances\",\n            \"marketVariances\": [\n                {\n                    \"entityCode\": \"CPRO\",\n                    \"exchange\": \"Coinbase\",\n                    \"price\": \"75183.32\",\n                    \"tradeTs\": \"2026-04-20T12:00:59.924Z\",\n                    \"hourlyVolume\": \"212.34327062\",\n                    \"hourlyTradeCount\": 24547,\n                    \"dailyVolume\": \"6600.61739065\",\n                    \"dailyTradeCount\": 649202\n                },\n                {\n                    \"entityCode\": \"CRCM\",\n                    \"exchange\": \"Crypto.com\",\n                    \"price\": \"75186.78\",\n                    \"tradeTs\": \"2026-04-20T12:00:59.564Z\",\n                    \"hourlyVolume\": \"135.06203\",\n                    \"hourlyTradeCount\": 10151,\n                    \"dailyVolume\": \"6505.13216\",\n                    \"dailyTradeCount\": 291483\n                },\n                {\n                    \"entityCode\": \"BULLISH\",\n                    \"exchange\": \"Bullish\",\n                    \"price\": \"75179.5585\",\n                    \"tradeTs\": \"2026-04-20T12:00:34.366Z\",\n                    \"hourlyVolume\": \"50.110775\",\n                    \"hourlyTradeCount\": 1293,\n                    \"dailyVolume\": \"1444.01013961\",\n                    \"dailyTradeCount\": 44027\n                },\n                {\n                    \"entityCode\": \"BFNX\",\n                    \"exchange\": \"Bitfinex\",\n                    \"price\": \"75167.0\",\n                    \"tradeTs\": \"2026-04-20T12:00:59.956Z\",\n                    \"hourlyVolume\": \"33.90072169\",\n                    \"hourlyTradeCount\": 3514,\n                    \"dailyVolume\": \"1305.58366771\",\n                    \"dailyTradeCount\": 84392\n                },\n                {\n                    \"entityCode\": \"KRAK\",\n                    \"exchange\": \"Kraken\",\n                    \"price\": \"75173.2\",\n                    \"tradeTs\": \"2026-04-20T12:00:59.681Z\",\n                    \"hourlyVolume\": \"33.76900141\",\n                    \"hourlyTradeCount\": 1749,\n                    \"dailyVolume\": \"1427.44146162\",\n                    \"dailyTradeCount\": 49505\n                },\n                {\n                    \"entityCode\": \"BSTM\",\n                    \"exchange\": \"Bitstamp\",\n                    \"price\": \"75177.0\",\n                    \"tradeTs\": \"2026-04-20T12:00:56.371Z\",\n                    \"hourlyVolume\": \"19.69828046\",\n                    \"hourlyTradeCount\": 732,\n                    \"dailyVolume\": \"920.41829927\",\n                    \"dailyTradeCount\": 29877\n                },\n                {\n                    \"entityCode\": \"OKEX\",\n                    \"exchange\": \"OKEx\",\n                    \"price\": \"75184.1\",\n                    \"tradeTs\": \"2026-04-20T12:00:54.278Z\",\n                    \"hourlyVolume\": \"5.05013756\",\n                    \"hourlyTradeCount\": 602,\n                    \"dailyVolume\": \"217.89715312\",\n                    \"dailyTradeCount\": 21148\n                },\n                {\n                    \"entityCode\": \"LMAX\",\n                    \"exchange\": \"LMAX\",\n                    \"price\": \"75173.999\",\n                    \"tradeTs\": \"2026-04-20T12:00:47.741Z\",\n                    \"hourlyVolume\": \"3.86\",\n                    \"hourlyTradeCount\": 90,\n                    \"dailyVolume\": \"329.45\",\n                    \"dailyTradeCount\": 4957\n                },\n                {\n                    \"entityCode\": \"ITBT\",\n                    \"exchange\": \"itBit\",\n                    \"price\": \"75160.25\",\n                    \"tradeTs\": \"2026-04-20T12:00:57.506Z\",\n                    \"hourlyVolume\": \"2.5681448\",\n                    \"hourlyTradeCount\": 804,\n                    \"dailyVolume\": \"85.53412459\",\n                    \"dailyTradeCount\": 27584\n                },\n                {\n                    \"entityCode\": \"GMNI\",\n                    \"exchange\": \"Gemini\",\n                    \"price\": \"75181.59\",\n                    \"tradeTs\": \"2026-04-20T12:00:47.717Z\",\n                    \"hourlyVolume\": \"1.74016094\",\n                    \"hourlyTradeCount\": 209,\n                    \"dailyVolume\": \"108.48908879\",\n                    \"dailyTradeCount\": 8156\n                },\n                {\n                    \"entityCode\": \"BINA\",\n                    \"exchange\": \"Binance\",\n                    \"price\": \"75190.0\",\n                    \"tradeTs\": \"2026-04-20T12:00:25.198Z\",\n                    \"hourlyVolume\": \"0.25255\",\n                    \"hourlyTradeCount\": 58,\n                    \"dailyVolume\": \"2.07926\",\n                    \"dailyTradeCount\": 718\n                },\n                {\n                    \"entityCode\": \"BFLY\",\n                    \"exchange\": \"Bitflyer\",\n                    \"price\": \"74000.0\",\n                    \"tradeTs\": \"2026-04-19T23:32:36.626Z\",\n                    \"hourlyVolume\": \"0.0\",\n                    \"hourlyTradeCount\": 0,\n                    \"dailyVolume\": \"0.10756071\",\n                    \"dailyTradeCount\": 3\n                }\n            ]\n        },\n        {\n            \"ts\": \"2026-04-20T12:02:00Z\",\n            \"price\": \"75137.49\",\n            \"principalExchange\": \"CRCM\",\n            \"varianceUrl\": \"/v1/pricing/sources/2000/prices/pairs/XBT-USD/variances\",\n            \"marketVariances\": [\n                {\n                    \"entityCode\": \"CPRO\",\n                    \"exchange\": \"Coinbase\",\n                    \"price\": \"75134.0\",\n                    \"tradeTs\": \"2026-04-20T12:01:59.925Z\",\n                    \"hourlyVolume\": \"209.98974908\",\n                    \"hourlyTradeCount\": 24646,\n                    \"dailyVolume\": \"6600.79485567\",\n                    \"dailyTradeCount\": 649401\n                },\n                {\n                    \"entityCode\": \"CRCM\",\n                    \"exchange\": \"Crypto.com\",\n                    \"price\": \"75137.49\",\n                    \"tradeTs\": \"2026-04-20T12:01:59.286Z\",\n                    \"hourlyVolume\": \"133.08159\",\n                    \"hourlyTradeCount\": 10079,\n                    \"dailyVolume\": \"6505.26431\",\n                    \"dailyTradeCount\": 291554\n                },\n                {\n                    \"entityCode\": \"BULLISH\",\n                    \"exchange\": \"Bullish\",\n                    \"price\": \"75147.512\",\n                    \"tradeTs\": \"2026-04-20T12:01:56.410Z\",\n                    \"hourlyVolume\": \"49.99589014\",\n                    \"hourlyTradeCount\": 1291,\n                    \"dailyVolume\": \"1446.19898094\",\n                    \"dailyTradeCount\": 44074\n                },\n                {\n                    \"entityCode\": \"KRAK\",\n                    \"exchange\": \"Kraken\",\n                    \"price\": \"75146.3\",\n                    \"tradeTs\": \"2026-04-20T12:01:33.637Z\",\n                    \"hourlyVolume\": \"33.66221123\",\n                    \"hourlyTradeCount\": 1724,\n                    \"dailyVolume\": \"1427.4993816\",\n                    \"dailyTradeCount\": 49511\n                },\n                {\n                    \"entityCode\": \"BFNX\",\n                    \"exchange\": \"Bitfinex\",\n                    \"price\": \"75130.0\",\n                    \"tradeTs\": \"2026-04-20T12:01:55.169Z\",\n                    \"hourlyVolume\": \"33.27173051\",\n                    \"hourlyTradeCount\": 3496,\n                    \"dailyVolume\": \"1305.8958735\",\n                    \"dailyTradeCount\": 84427\n                },\n                {\n                    \"entityCode\": \"BSTM\",\n                    \"exchange\": \"Bitstamp\",\n                    \"price\": \"75136.0\",\n                    \"tradeTs\": \"2026-04-20T12:01:58.228Z\",\n                    \"hourlyVolume\": \"19.65222338\",\n                    \"hourlyTradeCount\": 732,\n                    \"dailyVolume\": \"920.73715572\",\n                    \"dailyTradeCount\": 29891\n                },\n                {\n                    \"entityCode\": \"OKEX\",\n                    \"exchange\": \"OKEx\",\n                    \"price\": \"75152.5\",\n                    \"tradeTs\": \"2026-04-20T12:01:56.105Z\",\n                    \"hourlyVolume\": \"4.88857088\",\n                    \"hourlyTradeCount\": 583,\n                    \"dailyVolume\": \"217.86124909\",\n                    \"dailyTradeCount\": 21147\n                },\n                {\n                    \"entityCode\": \"LMAX\",\n                    \"exchange\": \"LMAX\",\n                    \"price\": \"75173.999\",\n                    \"tradeTs\": \"2026-04-20T12:00:47.741Z\",\n                    \"hourlyVolume\": \"3.82\",\n                    \"hourlyTradeCount\": 89,\n                    \"dailyVolume\": \"329.44\",\n                    \"dailyTradeCount\": 4956\n                },\n                {\n                    \"entityCode\": \"ITBT\",\n                    \"exchange\": \"itBit\",\n                    \"price\": \"75141.75\",\n                    \"tradeTs\": \"2026-04-20T12:01:57.256Z\",\n                    \"hourlyVolume\": \"2.53195827\",\n                    \"hourlyTradeCount\": 800,\n                    \"dailyVolume\": \"85.53561466\",\n                    \"dailyTradeCount\": 27581\n                },\n                {\n                    \"entityCode\": \"GMNI\",\n                    \"exchange\": \"Gemini\",\n                    \"price\": \"75144.01\",\n                    \"tradeTs\": \"2026-04-20T12:01:52.923Z\",\n                    \"hourlyVolume\": \"1.86833837\",\n                    \"hourlyTradeCount\": 207,\n                    \"dailyVolume\": \"108.62300366\",\n                    \"dailyTradeCount\": 8159\n                },\n                {\n                    \"entityCode\": \"BINA\",\n                    \"exchange\": \"Binance\",\n                    \"price\": \"75190.0\",\n                    \"tradeTs\": \"2026-04-20T12:00:25.198Z\",\n                    \"hourlyVolume\": \"0.25255\",\n                    \"hourlyTradeCount\": 58,\n                    \"dailyVolume\": \"2.07895\",\n                    \"dailyTradeCount\": 717\n                },\n                {\n                    \"entityCode\": \"BFLY\",\n                    \"exchange\": \"Bitflyer\",\n                    \"price\": \"74000.0\",\n                    \"tradeTs\": \"2026-04-19T23:32:36.626Z\",\n                    \"hourlyVolume\": \"0.0\",\n                    \"hourlyTradeCount\": 0,\n                    \"dailyVolume\": \"0.10756071\",\n                    \"dailyTradeCount\": 3\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"ef04825f-1bae-4479-b367-85bfc1fd91b0"},{"name":"Get Latest MVWAPs","id":"379744a9-b56b-4e34-85cd-cbdbd1ccb120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/5005/mvwaps?pairCodes=XBT-USD,ETH-USD","description":"<p><strong>Description:</strong> Get the latest Moving Volume Weighted Average Price (MVWAP) as of the given timestamp from the given pair codes. If pairCodes is left blank, then all pairCodes will be listed for the given sourceID. Example uses source 5005 (15s/1s MVWAP).</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources","5005","mvwaps"],"host":["{{lukka_data_pricing}}"],"query":[{"key":"pairCodes","value":"XBT-USD,ETH-USD"},{"disabled":true,"key":"asOf","value":""}],"variable":[]}},"response":[{"id":"4ba6cd24-92e2-4262-b066-3ed5a909b2b6","name":"Get Latest MVWAPs","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/5005/mvwaps?pairCodes=XBT-USD,ETH-USD","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources","5005","mvwaps"],"query":[{"key":"pairCodes","value":"XBT-USD,ETH-USD"},{"key":"asOf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"pairCode\": \"ETH-USD\",\n        \"mvwap60min\": \"2410.769550194882\",\n        \"ts\": \"2026-04-22T15:39:27Z\"\n    },\n    {\n        \"pairCode\": \"XBT-USD\",\n        \"mvwap60min\": \"79304.33066181457\",\n        \"ts\": \"2026-04-22T15:39:27Z\"\n    }\n]"}],"_postman_id":"379744a9-b56b-4e34-85cd-cbdbd1ccb120"},{"name":"Get Historical MVWAP by Pair","id":"d9db7eea-31e8-49b8-8ccf-957c5b3463ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/mvwaps/pairs/:pairCode?from=2026-04-20T12:00:00Z&to=2026-04-20T12:10:00Z&limit=5","description":"<p><strong>Description:</strong> Get the MVWAP history for a single pair.</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response. The nextPageUrl is used to paginate the response and can be called to request the next batch of records prior to what was returned.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources",":sourceId","mvwaps","pairs",":pairCode"],"host":["{{lukka_data_pricing}}"],"query":[{"key":"from","value":"2026-04-20T12:00:00Z"},{"key":"to","value":"2026-04-20T12:10:00Z"},{"key":"limit","value":"5"},{"disabled":true,"key":"fill","value":"false"}],"variable":[{"id":"0a5454d9-342d-48f2-8345-2d2538ead8a8","type":"any","value":"5005","key":"sourceId"},{"id":"90f67913-fc4d-40c3-b4fd-7cd65370b565","type":"any","value":"XBT-USD","key":"pairCode"}]}},"response":[{"id":"62a70178-5365-4907-b51d-0f458fdb3525","name":"Get Historical MVWAP by Pair","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/mvwaps/pairs/:pairCode?from=2026-04-20T12:00:00Z&to=2026-04-20T12:10:00Z&limit=5","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources",":sourceId","mvwaps","pairs",":pairCode"],"query":[{"key":"from","value":"2026-04-20T12:00:00Z"},{"key":"to","value":"2026-04-20T12:10:00Z"},{"key":"limit","value":"5"},{"key":"fill","value":"false","disabled":true}],"variable":[{"key":"sourceId","value":"5005"},{"key":"pairCode","value":"XBT-USD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"pairCode\": \"XBT-USD\",\n    \"firstDate\": \"2026-04-20T12:01:00Z\",\n    \"lastDate\": \"2026-04-20T12:05:00Z\",\n    \"nextPageUrl\": \"/v1/pricing/sources/5005/mvwaps/pairs/XBT-USD?from=2026-04-20T12%3A06%3A00Z&to=2026-04-20T12%3A10%3A00Z&limit=5\",\n    \"mvwaps\": [\n        {\n            \"ts\": \"2026-04-20T12:01:00Z\",\n            \"mvwap60min\": \"75177.94675145515\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:02:00Z\",\n            \"mvwap60min\": \"75146.26034069767\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:03:00Z\",\n            \"mvwap60min\": \"75144.55591463677\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:04:00Z\",\n            \"mvwap60min\": \"75121.14617724055\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:05:00Z\",\n            \"mvwap60min\": \"75213.56715791079\"\n        }\n    ]\n}"}],"_postman_id":"d9db7eea-31e8-49b8-8ccf-957c5b3463ed"},{"name":"Get Multi-Source VWAP by Pair","id":"497c3de7-8670-4f1a-afa3-65deba35491b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/vwaps/:pairCode?sourceIds=4002,4005&from=2026-04-20T12:00:00Z&to=2026-04-20T13:00:00Z&interval=60000","description":"<p><strong>Description:</strong> Get the 60 minute Volume Weighted Average Price (VWAP) for a given pair code and given Source Exchanges. The VWAP output price for any given timestamp is the volume-weighted price of all executed trades in the previous 60 minutes from the inputted list of Market Data Source IDs that support the requested Pair Code.</p>\n<p>Max date range is 7 days. <code>periodicityCalculation</code> and <code>interval</code> are both in milliseconds.</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources","vwaps",":pairCode"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>The Lukka numeric Identifier for the input Source Exchanges used in the VWAP calculation. Entered as a comma delimited list</p>\n","type":"text/plain"},"key":"sourceIds","value":"4002,4005"},{"description":{"content":"<p>All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the minute.</p>\n","type":"text/plain"},"key":"from","value":"2026-04-20T12:00:00Z"},{"description":{"content":"<p>All prices before or on the given time. Defaults to now. Truncated to the minute.</p>\n","type":"text/plain"},"key":"to","value":"2026-04-20T13:00:00Z"},{"description":{"content":"<p>Interval that defines the frequency of returned data within the response object. Parameter value is specified in milliseconds. Defaults to 60000 (1 minute). </p>\n<p>Parameter only impacts the frequency of data returned, does not impact the calculation window</p>\n","type":"text/plain"},"key":"interval","value":"60000"},{"disabled":true,"description":{"content":"<p>Calculation window in milliseconds (60000–86400000)</p>\n","type":"text/plain"},"key":"periodicityCalculation","value":"60000"},{"disabled":true,"description":{"content":"<p>Max amount of records. Defaults to 1440</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[{"id":"598f61bb-9564-41e3-9273-314cc63bd247","type":"any","value":"XBT-USD","key":"pairCode"}]}},"response":[{"id":"0f19153b-ffe0-4472-a8c3-dbff210a429e","name":"Get Multi-Source VWAP by Pair","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/vwaps/:pairCode?sourceIds=4002,4005&from=2026-04-20T12:00:00Z&to=2026-04-20T13:00:00Z&interval=60000","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources","vwaps",":pairCode"],"query":[{"key":"sourceIds","value":"4002,4005","description":"The Lukka numeric Identifier for the input Source Exchanges used in the VWAP calculation. Entered as a comma delimited list"},{"key":"from","value":"2026-04-20T12:00:00Z","description":"All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the minute."},{"key":"to","value":"2026-04-20T13:00:00Z","description":"All prices before or on the given time. Defaults to now. Truncated to the minute."},{"key":"interval","value":"60000","description":"Interval that defines the frequency of returned data within the response object. Parameter value is specified in milliseconds. Defaults to 60000 (1 minute). \n\nParameter only impacts the frequency of data returned, does not impact the calculation window"},{"key":"periodicityCalculation","value":"60000","description":"Calculation window in milliseconds (60000–86400000)","disabled":true},{"key":"limit","value":"10","description":"Max amount of records. Defaults to 1440","disabled":true}],"variable":[{"key":"pairCode","value":"XBT-USD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"pairCode\": \"XBT-USD\",\n    \"sourceIds\": [\n        4005\n    ],\n    \"interval\": 60000,\n    \"nextPageUrl\": \"/v1/pricing/sources/vwaps/XBT-USD?sourceIds=4002%2C4005&from=2026-04-20T12%3A10%3A00Z&to=2026-04-20T13%3A00%3A00Z&interval=60000&limit=10\",\n    \"vwaps\": [\n        {\n            \"ts\": \"2026-04-20T12:00:00Z\",\n            \"vwap\": \"75261.5824265915004405\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:01:00Z\",\n            \"vwap\": \"75238.3213660661282716\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:02:00Z\",\n            \"vwap\": \"75238.3213660661282716\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:03:00Z\",\n            \"vwap\": \"75238.3213660661282716\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:04:00Z\",\n            \"vwap\": \"75238.3213660661282716\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:05:00Z\",\n            \"vwap\": \"75238.3213660661282716\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:06:00Z\",\n            \"vwap\": \"75238.3213660661282716\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:07:00Z\",\n            \"vwap\": \"75238.3213660661282716\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:08:00Z\",\n            \"vwap\": \"75239.4090866061676381\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:09:00Z\",\n            \"vwap\": \"75239.4090866061676381\"\n        }\n    ]\n}"}],"_postman_id":"497c3de7-8670-4f1a-afa3-65deba35491b"},{"name":"Get Latest Reference Rate","id":"de29a533-e1a2-4dc2-ae78-a896d0e71265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/5001/prices?pairCodes=XBT-USD,ETH-USD","description":"<p><strong>Description:</strong> Get the latest Lukka Reference Rate as of the given timestamp for the given pair codes. If pairCodes is left blank, then all pairCodes will be listed for the given sourceID. Example uses source 5001.</p>\n<p>Keep in mind the 2048 character limit in a GET request. The pairCodes query parameter should only be used to get a small sub-set of prices. Otherwise use default, which is ALL pairs.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources","5001","prices"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>Comma delimited list of pair codes. Defaults to all available pairs for the source.</p>\n","type":"text/plain"},"key":"pairCodes","value":"XBT-USD,ETH-USD"},{"disabled":true,"description":{"content":"<p>Prices as of the given timestamp in UTC. Defaults to now.</p>\n","type":"text/plain"},"key":"asOf","value":""},{"disabled":true,"description":{"content":"<p>Number of milliseconds to lookback for a latest price relative to the asOf date parameter. Default behavior is 172800000 (2 days).</p>\n","type":"text/plain"},"key":"lookback","value":"172800000"},{"disabled":true,"description":{"content":"<p>Specify additional fields to include in the output:\n  partitions — per-exchange partition data used to compute the reference rate\n  details — calculation metadata (window timestamps, exchange counts, thresholds, fallback flag)\nComma-separate multiple values.</p>\n","type":"text/plain"},"key":"fields","value":"partitions"}],"variable":[]}},"response":[{"id":"eb146415-e015-4b70-a170-9f14d98f81bd","name":"Get Latest Reference Rate","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/5001/prices?pairCodes=XBT-USD,ETH-USD","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources","5001","prices"],"query":[{"key":"pairCodes","value":"XBT-USD,ETH-USD","description":"Comma delimited list of pair codes. Defaults to all available pairs for the source."},{"key":"asOf","value":"","description":"Prices as of the given timestamp in UTC. Defaults to now.","disabled":true},{"key":"lookback","value":"172800000","description":"Number of milliseconds to lookback for a latest price relative to the asOf date parameter. Default behavior is 172800000 (2 days).","disabled":true},{"key":"fields","value":"partitions","description":"Specify additional fields to include in the output:\n  partitions — per-exchange partition data used to compute the reference rate\n  details — calculation metadata (window timestamps, exchange counts, thresholds, fallback flag)\nComma-separate multiple values.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ts\": \"2026-04-22T15:00:00Z\",\n        \"pairCode\": \"ETH-USD\",\n        \"price\": \"2409.734887766603\"\n    },\n    {\n        \"ts\": \"2026-04-22T15:00:00Z\",\n        \"pairCode\": \"XBT-USD\",\n        \"price\": \"78927.50762860353\"\n    }\n]"}],"_postman_id":"de29a533-e1a2-4dc2-ae78-a896d0e71265"},{"name":"Get Historical Reference Rate by Pair","id":"6375e3e2-a95f-49a0-b3bf-b01102eb98d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/5001/prices/pairs/:pairCode?from=2026-04-20T00:00:00Z&to=2026-04-20T03:00:00Z&interval=3600000","description":"<p><strong>Description:</strong> Get the Lukka Reference Rate history for a single pair.</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response. The nextPageUrl is used to paginate the response and can be called to request the next batch of records prior to what was returned.</p>\n<p><code>interval</code> must be 3600000 (1h) or 86400000 (1d).</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources","5001","prices","pairs",":pairCode"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the hour.</p>\n","type":"text/plain"},"key":"from","value":"2026-04-20T00:00:00Z"},{"description":{"content":"<p>All prices before or on the given time. Defaults to now.</p>\n","type":"text/plain"},"key":"to","value":"2026-04-20T03:00:00Z"},{"description":{"content":"<p>The Interval that defines the frequency of data within the response object. Supported values: 3600000 (1h) or 86400000 (1d). Defaults to 3600000.</p>\n","type":"text/plain"},"key":"interval","value":"3600000"},{"disabled":true,"description":{"content":"<p>Max amount of prices. Defaults to 1440.</p>\n","type":"text/plain"},"key":"limit","value":"3"},{"disabled":true,"description":{"content":"<p>Specify additional fields to include in the output:\n  partitions — per-exchange partition data used to compute the reference rate\n  details — calculation metadata (window timestamps, exchange counts, thresholds, fallback flag)\nComma-separate multiple values.</p>\n","type":"text/plain"},"key":"fields","value":"partitions"}],"variable":[{"id":"e5870b89-b649-47f6-bd34-678cb589b0f6","type":"any","value":"XBT-USD","key":"pairCode"}]}},"response":[{"id":"23158329-54a3-4aa4-8a67-936915df2054","name":"Get Historical Reference Rate by Pair","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/5001/prices/pairs/:pairCode?from=2026-04-20T00:00:00Z&to=2026-04-20T03:00:00Z&interval=3600000","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources","5001","prices","pairs",":pairCode"],"query":[{"key":"from","value":"2026-04-20T00:00:00Z","description":"All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the hour."},{"key":"to","value":"2026-04-20T03:00:00Z","description":"All prices before or on the given time. Defaults to now."},{"key":"interval","value":"3600000","description":"The Interval that defines the frequency of data within the response object. Supported values: 3600000 (1h) or 86400000 (1d). Defaults to 3600000."},{"key":"limit","value":"3","description":"Max amount of prices. Defaults to 1440.","disabled":true},{"key":"fields","value":"partitions","description":"Specify additional fields to include in the output:\n  partitions — per-exchange partition data used to compute the reference rate\n  details — calculation metadata (window timestamps, exchange counts, thresholds, fallback flag)\nComma-separate multiple values.","disabled":true}],"variable":[{"key":"pairCode","value":"XBT-USD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"pairCode\": \"XBT-USD\",\n    \"firstDate\": \"2026-04-20T00:00:00Z\",\n    \"lastDate\": \"2026-04-20T02:00:00Z\",\n    \"nextPageUrl\": \"/v1/pricing/sources/5001/prices/pairs/XBT-USD?from=2026-04-20T03%3A00%3A00Z&to=2026-04-20T03%3A00%3A00Z&interval=3600000&limit=3\",\n    \"pricesCount\": 3,\n    \"prices\": [\n        {\n            \"ts\": \"2026-04-20T00:00:00Z\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": \"73922.79679093281\"\n        },\n        {\n            \"ts\": \"2026-04-20T01:00:00Z\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": \"74200.48992173481\"\n        },\n        {\n            \"ts\": \"2026-04-20T02:00:00Z\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": \"74485.24994657465\"\n        }\n    ]\n}"}],"_postman_id":"6375e3e2-a95f-49a0-b3bf-b01102eb98d5"},{"name":"Get Latest Index Prices","id":"e46d301c-76e6-41a1-b7b1-66688f8fd056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/indices","description":"<p><strong>Description:</strong> Get the price as of the given timestamp from the given pair codes. If pairCodes is left blank, then all pairCodes will be listed for given sourceID.</p>\n<p>Keep in mind of the 2048 character limit in a GET request. The pairCodes query parameters should only be used to get a small sub-set of prices. Otherwise use default, which is ALL pairs.</p>\n<p><code>sourceId</code> must match the 6xxx (indices) range. Default lookback is 5400000 ms (90 min).</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources",":sourceId","indices"],"host":["{{lukka_data_pricing}}"],"query":[{"disabled":true,"description":{"content":"<p>Comma delimited list of pair codes. Defaults to all available pairs for the source.</p>\n","type":"text/plain"},"key":"pairCodes","value":"CUSTOMINDEX.6999"},{"disabled":true,"key":"asOf","value":""},{"disabled":true,"description":{"content":"<p>Milliseconds, default 5400000 (90 min)</p>\n","type":"text/plain"},"key":"lookback","value":"5400000"},{"disabled":true,"key":"fullLookback","value":"false"}],"variable":[{"id":"ce203961-9b00-472f-82d6-bef05aa87c21","description":{"content":"<p>Index source ID (6xxx range) — replace with your assigned index source ID</p>\n","type":"text/plain"},"type":"any","value":"6999","key":"sourceId"}]}},"response":[{"id":"052a49e3-be41-44da-adba-da5490d014d9","name":"Get Latest Index Prices","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/indices","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources",":sourceId","indices"],"query":[{"key":"pairCodes","value":"CUSTOMINDEX.6999","description":"Comma delimited list of pair codes. Defaults to all available pairs for the source.","disabled":true},{"key":"asOf","value":"","disabled":true},{"key":"lookback","value":"5400000","description":"Milliseconds, default 5400000 (90 min)","disabled":true},{"key":"fullLookback","value":"false","disabled":true}],"variable":[{"key":"sourceId","value":"6999","description":"Index source ID (6xxx range) — replace with your assigned index source ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"businessTime\": \"2026-04-22T15:39:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0554125751556742,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6221492.617187838,\n                    \"instrumentId\": \"b70858e5-6396-4acc-9b8b-2227078b53b6\",\n                    \"businessTime\": 1776872370000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0005897919027744,\n                    \"quantity\": 65607.55,\n                    \"value\": 65607.55,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.0302071041984093,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3406608.295370725,\n                    \"instrumentId\": \"5d2cb639-6f9e-4453-af2d-647b378fc9db\",\n                    \"businessTime\": 1776872370000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1264437363753679,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 14342312.826203719,\n                    \"instrumentId\": \"10037d90-5d90-493b-b011-7716bb9bf290\",\n                    \"businessTime\": 1776872370000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028874100040171,\n                    \"quantity\": 1783532.82900998,\n                    \"value\": 323809.89982396894,\n                    \"instrumentId\": \"9f7bebb0-0467-4207-bd02-9fbb928f39c4\",\n                    \"businessTime\": 1776872370000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035887292167665,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 398886.9363895392,\n                    \"instrumentId\": \"df8e972b-3803-4854-acbb-3f98838a8dfe\",\n                    \"businessTime\": 1776872370000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7747994781014437,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 88148329.4569846,\n                    \"instrumentId\": \"043ee4a3-a84e-4821-a2dd-590b03dcadb3\",\n                    \"businessTime\": 1776872370000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060711750455469,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 679065.5098328806,\n                    \"instrumentId\": \"fe14b4e4-aabc-4487-b657-d35218cdeefd\",\n                    \"businessTime\": 1776872370000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7da7376e-3e02-4520-8e2e-e9c31ceea32f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.962410033707076\",\n            \"valueUnit\": \"USD\"\n        }\n    ]\n}"}],"_postman_id":"e46d301c-76e6-41a1-b7b1-66688f8fd056"},{"name":"Get Historical Index Prices","id":"24ff0c3a-9ba2-4c9e-bef4-34632147ee18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/indices/historical?from=2026-04-20T12:00:00Z&to=2026-04-20T13:00:00Z","description":"<p><strong>Description:</strong> Get the price history for a single pair.</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response. The nextPageUrl is used to paginate the response and can be called to request the next batch of records prior to what was returned.</p>\n<p><code>sourceId</code> must match the 6xxx (indices) range.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","name":"Pricing","type":"folder"}},"urlObject":{"path":["v1","pricing","sources",":sourceId","indices","historical"],"host":["{{lukka_data_pricing}}"],"query":[{"disabled":true,"description":{"content":"<p>Comma delimited list of pair codes. Defaults to all available pairs for the source.</p>\n","type":"text/plain"},"key":"pairCodes","value":"CUSTOMINDEX.6999"},{"description":{"content":"<p>All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z.</p>\n","type":"text/plain"},"key":"from","value":"2026-04-20T12:00:00Z"},{"description":{"content":"<p>All prices before or on the given time. Defaults to now.</p>\n","type":"text/plain"},"key":"to","value":"2026-04-20T13:00:00Z"},{"disabled":true,"description":{"content":"<p>Max amount of prices. Defaults to 1440.</p>\n","type":"text/plain"},"key":"limit","value":"5"},{"disabled":true,"description":{"content":"<p>Interval in milliseconds. Defaults to 60000 (1 min).</p>\n","type":"text/plain"},"key":"interval","value":"60000"}],"variable":[{"id":"f872c374-4a23-435a-bf7f-859049df555e","description":{"content":"<p>Index source ID (6xxx range) — replace with your assigned index source ID</p>\n","type":"text/plain"},"type":"any","value":"6999","key":"sourceId"}]}},"response":[{"id":"c4f1dc62-2503-4d7b-abcf-10a3ae5fc8f1","name":"Get Historical Index Prices","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/indices/historical?from=2026-04-20T12:00:00Z&to=2026-04-20T13:00:00Z","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources",":sourceId","indices","historical"],"query":[{"key":"pairCodes","value":"CUSTOMINDEX.6999","description":"Comma delimited list of pair codes. Defaults to all available pairs for the source.","disabled":true},{"key":"from","value":"2026-04-20T12:00:00Z","description":"All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z."},{"key":"to","value":"2026-04-20T13:00:00Z","description":"All prices before or on the given time. Defaults to now."},{"key":"limit","value":"5","description":"Max amount of prices. Defaults to 1440.","disabled":true},{"key":"interval","value":"60000","description":"Interval in milliseconds. Defaults to 60000 (1 min).","disabled":true}],"variable":[{"key":"sourceId","value":"6999","description":"Index source ID (6xxx range) — replace with your assigned index source ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"businessTime\": \"2026-04-20T12:00:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046119.740958695,\n                    \"instrumentId\": \"eaaf6a2d-230b-4dea-a941-4705a2e45123\",\n                    \"businessTime\": 1776686399000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276964.7434082697,\n                    \"instrumentId\": \"1ceb7347-485b-4b7c-8306-a33c01c66290\",\n                    \"businessTime\": 1776686399000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13738252.036825998,\n                    \"instrumentId\": \"35e01edb-1a36-4299-a45b-50e92f661dbb\",\n                    \"businessTime\": 1776686399000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299250.28897717997,\n                    \"instrumentId\": \"ec2148fb-b077-4a44-95db-c7f3d6d94b18\",\n                    \"businessTime\": 1776686399000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386844.0289550099,\n                    \"instrumentId\": \"d5482ec1-af25-435e-8d79-6fcb908b1f09\",\n                    \"businessTime\": 1776686399000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83604645.80005327,\n                    \"instrumentId\": \"a420b2ec-fbaa-4966-a442-b9d3fbcb3169\",\n                    \"businessTime\": 1776686399000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655024.9111536298,\n                    \"instrumentId\": \"5f7027d4-6685-46fa-bcc4-7df40f0ba20e\",\n                    \"businessTime\": 1776686399000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"11808ff6-26d8-43c9-9906-5b23b624c30d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.993678103749044\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046119.740958695,\n                    \"instrumentId\": \"3fb9831f-e557-497e-b3d5-9a7f8c70fc5b\",\n                    \"businessTime\": 1776686400000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276511.9350866196,\n                    \"instrumentId\": \"1a477028-7711-44f2-9aaa-0af3fbda8feb\",\n                    \"businessTime\": 1776686400000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737861.233964454,\n                    \"instrumentId\": \"602c56a9-1926-420d-85ee-07ec0885cdf2\",\n                    \"businessTime\": 1776686400000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299250.28897717997,\n                    \"instrumentId\": \"f58ec1d4-5cfd-4b16-a604-aeb34d848e7e\",\n                    \"businessTime\": 1776686400000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386844.0289550099,\n                    \"instrumentId\": \"44bc5824-39c3-472e-b99c-3fb6053a6cde\",\n                    \"businessTime\": 1776686400000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83604958.99393798,\n                    \"instrumentId\": \"61dd848c-fa71-4ca2-a555-cd139471051e\",\n                    \"businessTime\": 1776686400000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655024.9111536298,\n                    \"instrumentId\": \"fa919144-92fa-47af-b5ac-98318369fff1\",\n                    \"businessTime\": 1776686400000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"378023ae-9300-4965-9f32-d41dae03d313\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99358488454017\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046119.740958695,\n                    \"instrumentId\": \"39bdbfd9-1242-46fd-8668-c77e67135b54\",\n                    \"businessTime\": 1776686401000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276509.029858557,\n                    \"instrumentId\": \"0d8f703e-3e40-45a1-81ad-4a15086d5078\",\n                    \"businessTime\": 1776686401000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737665.7354436,\n                    \"instrumentId\": \"528e9d19-dd3f-4c6a-86a6-cc497e7298cd\",\n                    \"businessTime\": 1776686401000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299250.28897717997,\n                    \"instrumentId\": \"3ad0b038-bca2-4d4d-8309-ea49cc089263\",\n                    \"businessTime\": 1776686401000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386844.0289550099,\n                    \"instrumentId\": \"847359a9-fd1a-4f01-8a79-f9be088ea2d1\",\n                    \"businessTime\": 1776686401000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83605275.5175259,\n                    \"instrumentId\": \"8a7a3fe9-858d-4439-955d-b8923e4eb01f\",\n                    \"businessTime\": 1776686401000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655024.9111536298,\n                    \"instrumentId\": \"cbc7f87a-06cb-4b09-92e5-e35361cec8db\",\n                    \"businessTime\": 1776686401000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d3f9633f-5e1c-439c-92fe-093e9612325d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99360564373859\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046283.069472176,\n                    \"instrumentId\": \"f3da1283-d941-4c03-a919-41dd2eef457d\",\n                    \"businessTime\": 1776686402000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276507.245146961,\n                    \"instrumentId\": \"90f5cbb8-6238-4639-b85f-fd7451ea667e\",\n                    \"businessTime\": 1776686402000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737509.319975154,\n                    \"instrumentId\": \"23a5c196-1c6d-4733-97dc-c809b9fd6742\",\n                    \"businessTime\": 1776686402000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299249.60367691255,\n                    \"instrumentId\": \"85ac3f24-e6a0-4c9f-8107-abbe01372053\",\n                    \"businessTime\": 1776686402000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386853.22142658726,\n                    \"instrumentId\": \"732fc095-9f29-4be5-b450-03d9b1d187ef\",\n                    \"businessTime\": 1776686402000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83606425.77878936,\n                    \"instrumentId\": \"e6637db7-c19d-4913-bc70-be24d79c87e7\",\n                    \"businessTime\": 1776686402000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655062.1679283242,\n                    \"instrumentId\": \"54af7443-4077-454d-9426-88373d42f7d1\",\n                    \"businessTime\": 1776686402000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b55b5cfd-e615-4fae-b141-3b43d0f8019a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99381674277952\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046293.045380808,\n                    \"instrumentId\": \"bd433b57-0d11-438f-a5eb-754d877f0d0d\",\n                    \"businessTime\": 1776686403000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276508.1751593295,\n                    \"instrumentId\": \"f01fe64e-0a96-4e2c-98ef-7c3f5ef1acaf\",\n                    \"businessTime\": 1776686403000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737509.319975154,\n                    \"instrumentId\": \"265b15f1-5556-4098-8e4c-b55f420ccd35\",\n                    \"businessTime\": 1776686403000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299249.60367691255,\n                    \"instrumentId\": \"0fc81054-6d8c-4272-be1e-a6acc57d64aa\",\n                    \"businessTime\": 1776686403000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386853.22142658726,\n                    \"instrumentId\": \"b85bdd51-8fe3-4ca0-acd8-397241b21feb\",\n                    \"businessTime\": 1776686403000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83607329.72502546,\n                    \"instrumentId\": \"c7ca30ee-3b30-430d-b26e-e4a62a7151d0\",\n                    \"businessTime\": 1776686403000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655062.1679283242,\n                    \"instrumentId\": \"1636750a-883c-4846-8ae0-abb7fe6aa381\",\n                    \"businessTime\": 1776686403000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9c7766e9-7ebb-4760-86ff-fb5d60699a88\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.993977525232438\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046293.045380808,\n                    \"instrumentId\": \"ae1d81fc-cd3f-4a36-ae82-9740930867f9\",\n                    \"businessTime\": 1776686404000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276502.9099501614,\n                    \"instrumentId\": \"76f72a11-2746-49fc-a267-8026c259dba8\",\n                    \"businessTime\": 1776686404000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737509.319975154,\n                    \"instrumentId\": \"f255e86d-b456-4867-a776-51e0804b32b4\",\n                    \"businessTime\": 1776686404000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299249.60367691255,\n                    \"instrumentId\": \"23801f2a-8470-444d-a347-9e7ffc5d9390\",\n                    \"businessTime\": 1776686404000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386853.22142658726,\n                    \"instrumentId\": \"df92e86f-8a93-47c9-86dd-80e9b55a399e\",\n                    \"businessTime\": 1776686404000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83607860.67164709,\n                    \"instrumentId\": \"f0849b75-a3f3-48dd-ae60-9c2f6f81f9c9\",\n                    \"businessTime\": 1776686404000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655062.1679283242,\n                    \"instrumentId\": \"7b50e1ff-d635-4b42-8828-462b79a5618d\",\n                    \"businessTime\": 1776686404000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e4b8a641-3bba-4dc8-a1bf-cc353e4c79a4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99406991212391\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046420.925743069,\n                    \"instrumentId\": \"cecdb22b-244d-47e1-b2b5-cbb41fecf34b\",\n                    \"businessTime\": 1776686405000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276497.484968801,\n                    \"instrumentId\": \"be7abe10-98f2-48e8-a71b-e6d88667c6e7\",\n                    \"businessTime\": 1776686405000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737161.284609515,\n                    \"instrumentId\": \"83807d87-7483-47d2-98ef-e741d900ef5e\",\n                    \"businessTime\": 1776686405000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"71b4739a-de96-421a-a274-71d42bf17723\",\n                    \"businessTime\": 1776686405000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386853.22142658726,\n                    \"instrumentId\": \"c357ad2b-2267-4dd1-b751-dee4aedf64d6\",\n                    \"businessTime\": 1776686405000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83602207.19575791,\n                    \"instrumentId\": \"bab382ad-61ea-4006-82cb-ae0bc6b5146c\",\n                    \"businessTime\": 1776686405000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655062.1679283242,\n                    \"instrumentId\": \"fb5e7bc1-f5c3-4269-a8b1-9a8ff570d8a1\",\n                    \"businessTime\": 1776686405000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6ea35194-6a14-4772-9109-5f9f4cf8f100\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.993028929319646\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046465.524862478,\n                    \"instrumentId\": \"9b0979cd-8cc5-40ec-b4e1-c14a7088d5be\",\n                    \"businessTime\": 1776686406000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276490.580333471,\n                    \"instrumentId\": \"8f12463e-6c79-4d3c-a6a8-60915431aa97\",\n                    \"businessTime\": 1776686406000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737161.284609515,\n                    \"instrumentId\": \"3454be20-847e-40dd-9270-74d17b0bbf33\",\n                    \"businessTime\": 1776686406000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"aed86f3a-30b0-4ef5-b023-606d92876a94\",\n                    \"businessTime\": 1776686406000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386853.22142658726,\n                    \"instrumentId\": \"56caa173-3e0f-435d-8ccd-f4fa02e8d170\",\n                    \"businessTime\": 1776686406000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83601062.83394955,\n                    \"instrumentId\": \"71473ece-9a70-4b78-82bf-0f40d92a2087\",\n                    \"businessTime\": 1776686406000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655062.967029062,\n                    \"instrumentId\": \"a5bece97-fec9-4d51-9174-ddafd2458071\",\n                    \"businessTime\": 1776686406000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9966f57b-ab87-494a-90d4-1c4e62b231fd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.992834576380535\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046465.524862478,\n                    \"instrumentId\": \"ccb952ef-fe9a-4b5b-8ba5-d9b620a052a0\",\n                    \"businessTime\": 1776686407000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276476.993220567,\n                    \"instrumentId\": \"ff0ec8e2-6002-4447-a858-2b063988f71e\",\n                    \"businessTime\": 1776686407000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737003.037995785,\n                    \"instrumentId\": \"9ebbb629-899d-4bb0-9dd4-f8ea5c2c3d12\",\n                    \"businessTime\": 1776686407000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"f234d08d-ef0f-420c-9303-06e3a97a2f43\",\n                    \"businessTime\": 1776686407000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386853.22142658726,\n                    \"instrumentId\": \"aaaf86ea-9714-417f-a356-cff9f0ff90f1\",\n                    \"businessTime\": 1776686407000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83600905.56570457,\n                    \"instrumentId\": \"d6f2ae4d-d430-41fb-b506-2bef828d641f\",\n                    \"businessTime\": 1776686407000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655062.967029062,\n                    \"instrumentId\": \"a0c17aa3-aa42-48e3-b7c5-44034fab5a52\",\n                    \"businessTime\": 1776686407000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c840956b-8b71-417f-9748-c1c5c6f2cac8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.9927767377212\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046465.524862478,\n                    \"instrumentId\": \"594adfc1-f46e-425c-890f-f8b8f2959c5c\",\n                    \"businessTime\": 1776686408000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276496.648998397,\n                    \"instrumentId\": \"a802b0e0-3e32-4927-aafe-7db48bd2c7a1\",\n                    \"businessTime\": 1776686408000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737003.037995785,\n                    \"instrumentId\": \"a88333ef-df12-42cc-b5d8-3bd38b342f8c\",\n                    \"businessTime\": 1776686408000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"0b33a8bd-7009-4e01-8a11-eb46c5d3ae46\",\n                    \"businessTime\": 1776686408000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386853.22142658726,\n                    \"instrumentId\": \"88c657cc-f5d1-4a75-aaba-3db5d4bed3f1\",\n                    \"businessTime\": 1776686408000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83600736.57903793,\n                    \"instrumentId\": \"8fad892c-b572-41fc-9c47-b2fdd59b944a\",\n                    \"businessTime\": 1776686408000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655062.967029062,\n                    \"instrumentId\": \"787ed715-315c-4a61-a175-88c7f5ba82d0\",\n                    \"businessTime\": 1776686408000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"115c3649-5b07-4f68-927e-d9471dfd88cb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99275049327677\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046465.524862478,\n                    \"instrumentId\": \"a59627aa-83be-4a80-87ed-a46b4540e1e9\",\n                    \"businessTime\": 1776686409000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276496.648998397,\n                    \"instrumentId\": \"e0f49b73-f951-4f64-8e67-f6093f278f98\",\n                    \"businessTime\": 1776686409000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13736983.105409104,\n                    \"instrumentId\": \"a74f20b6-ac8a-48f1-b60e-ed65122401c1\",\n                    \"businessTime\": 1776686409000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"827cfa7e-7fd5-4f73-bdc6-fdc172da15bd\",\n                    \"businessTime\": 1776686409000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386853.22142658726,\n                    \"instrumentId\": \"0a663a0c-ad64-452b-b2b9-9d872d5db203\",\n                    \"businessTime\": 1776686409000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83600847.52953999,\n                    \"instrumentId\": \"cae71db9-0fd8-4e24-9db0-43aea114593b\",\n                    \"businessTime\": 1776686409000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655065.7333050835,\n                    \"instrumentId\": \"89638861-d2a7-49ab-a338-2ca950259d9d\",\n                    \"businessTime\": 1776686409000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"961eb314-b0ff-49a9-9003-f5a8e2a0d9a0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99276697555997\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046514.888455883,\n                    \"instrumentId\": \"b0e3fbd4-7a49-4513-9966-49d73cfddf17\",\n                    \"businessTime\": 1776686410000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276496.648998397,\n                    \"instrumentId\": \"0c5e181a-5912-4b91-8d88-5c393e1cb86a\",\n                    \"businessTime\": 1776686410000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13736285.184685608,\n                    \"instrumentId\": \"88aef1d1-15aa-43ab-967b-7640ffa6c21b\",\n                    \"businessTime\": 1776686410000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"99be0a04-33d5-4fce-ac39-c83fd52aa4b0\",\n                    \"businessTime\": 1776686410000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387046.51268888416,\n                    \"instrumentId\": \"7172e7ea-3494-441a-b92e-84f032808f49\",\n                    \"businessTime\": 1776686410000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83600735.6738407,\n                    \"instrumentId\": \"d180e267-396a-4151-917c-ff3ac805d864\",\n                    \"businessTime\": 1776686410000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655065.7333050835,\n                    \"instrumentId\": \"3a82217c-35df-4422-8c92-d8939ba3903c\",\n                    \"businessTime\": 1776686410000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e624c33b-1113-438d-8754-306b34de837d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.992667305688776\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045494.445691371,\n                    \"instrumentId\": \"c2c796fc-6aa6-4ab4-9ba9-06fdca90f95a\",\n                    \"businessTime\": 1776686411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276496.648998397,\n                    \"instrumentId\": \"3c88fca7-c8bd-4001-9f2d-10792461bf68\",\n                    \"businessTime\": 1776686411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13736285.184685608,\n                    \"instrumentId\": \"385de105-a034-4624-b17d-9f5721fec15c\",\n                    \"businessTime\": 1776686411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"8732db43-eb88-4307-9d8f-ce8fbf51f236\",\n                    \"businessTime\": 1776686411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387046.51268888416,\n                    \"instrumentId\": \"6ee50495-7f22-46da-8d96-5a72a1366331\",\n                    \"businessTime\": 1776686411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83600643.68298244,\n                    \"instrumentId\": \"a63ef154-797b-4a56-b642-8080af77b580\",\n                    \"businessTime\": 1776686411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655065.7333050835,\n                    \"instrumentId\": \"81ab8d19-1f08-456d-878b-efdf04bdcfbc\",\n                    \"businessTime\": 1776686411000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3c35bd3b-88b3-4833-8b88-773af6c6495a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.992471798900944\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044884.436927874,\n                    \"instrumentId\": \"899a3ad5-df7b-438a-929d-717cda8d0300\",\n                    \"businessTime\": 1776686412000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276476.324900684,\n                    \"instrumentId\": \"061c46a1-25fc-45a3-903b-b63120c4c3f3\",\n                    \"businessTime\": 1776686412000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13735944.84794854,\n                    \"instrumentId\": \"7c211390-1754-4e0b-81a9-86107f006596\",\n                    \"businessTime\": 1776686412000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299228.38268870156,\n                    \"instrumentId\": \"638c9c8f-fdcf-47f5-a009-882fd193c091\",\n                    \"businessTime\": 1776686412000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387046.51268888416,\n                    \"instrumentId\": \"6ee50495-7f22-46da-8d96-5a72a1366331\",\n                    \"businessTime\": 1776686411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83600594.39867975,\n                    \"instrumentId\": \"72519e68-56ea-46bd-be6b-fc05421e6691\",\n                    \"businessTime\": 1776686412000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655182.9006579415,\n                    \"instrumentId\": \"66bcf5a0-b9d1-4492-a67e-e5ff053fa2d4\",\n                    \"businessTime\": 1776686412000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8345195f-7ef3-46b1-9273-17c7f54af48b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99231716423416\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044842.108891488,\n                    \"instrumentId\": \"8039c52d-642c-4bbd-80d7-c69cda880ea3\",\n                    \"businessTime\": 1776686413000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276271.7371980376,\n                    \"instrumentId\": \"db9821e6-837f-4a12-80ef-f203b579217b\",\n                    \"businessTime\": 1776686413000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13734904.132674942,\n                    \"instrumentId\": \"6861802a-b889-4d41-9cd9-d2a6283923ec\",\n                    \"businessTime\": 1776686413000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299228.38268870156,\n                    \"instrumentId\": \"2d9a21d2-d2e3-478e-ba47-1b794820480a\",\n                    \"businessTime\": 1776686413000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387046.51268888416,\n                    \"instrumentId\": \"6ee50495-7f22-46da-8d96-5a72a1366331\",\n                    \"businessTime\": 1776686411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83597922.54487218,\n                    \"instrumentId\": \"696982f0-3466-4898-9c7f-843def05f7ae\",\n                    \"businessTime\": 1776686413000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655182.9006579415,\n                    \"instrumentId\": \"90fa272d-aeba-415a-9cfc-5b33a0ac84b8\",\n                    \"businessTime\": 1776686413000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6e72908a-2a1b-4639-a7ad-be62ed35e856\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.991621296954687\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044842.108891488,\n                    \"instrumentId\": \"f7b5b168-58a6-4d35-9211-b5a497f8de4c\",\n                    \"businessTime\": 1776686414000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276059.537225198,\n                    \"instrumentId\": \"301f84e0-963a-43f0-88ae-f8c9570d66d7\",\n                    \"businessTime\": 1776686414000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13734594.239847686,\n                    \"instrumentId\": \"57ccaf73-9c21-4631-a8fa-0dd31bd91118\",\n                    \"businessTime\": 1776686414000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299228.3866363747,\n                    \"instrumentId\": \"af15312d-2cbb-4943-9373-c9833a2d5cb2\",\n                    \"businessTime\": 1776686414000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387046.51268888416,\n                    \"instrumentId\": \"6ee50495-7f22-46da-8d96-5a72a1366331\",\n                    \"businessTime\": 1776686411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83597844.65859589,\n                    \"instrumentId\": \"23116efb-3825-4a4b-88e0-1974680d40ec\",\n                    \"businessTime\": 1776686414000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655025.9958841002,\n                    \"instrumentId\": \"27bc0ca5-7fdf-4525-8708-cf708b17d5b6\",\n                    \"businessTime\": 1776686414000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5f8c5840-f098-4d7b-aab6-8672d35f5f6b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99148827763965\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044571.395416157,\n                    \"instrumentId\": \"fa515e2e-7688-4306-9687-0343402cb2c9\",\n                    \"businessTime\": 1776686415000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276088.136871389,\n                    \"instrumentId\": \"716455cd-9c2e-4392-930b-87f5c50d8aa2\",\n                    \"businessTime\": 1776686415000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13734209.047023213,\n                    \"instrumentId\": \"b1293d82-ff89-41bc-8cb3-bf30ea45ffd2\",\n                    \"businessTime\": 1776686415000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299228.3866363747,\n                    \"instrumentId\": \"3b8937d2-6a51-467a-90c4-189fc4af08d6\",\n                    \"businessTime\": 1776686415000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386942.8020264475,\n                    \"instrumentId\": \"d2de0edf-3e81-4b0e-bda9-0468715cb0fc\",\n                    \"businessTime\": 1776686415000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83595526.80651511,\n                    \"instrumentId\": \"693a6799-aec6-4cdc-8155-f4945779d64b\",\n                    \"businessTime\": 1776686415000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655025.9958841002,\n                    \"instrumentId\": \"b37b5ccb-0e2a-4db3-8f3c-5e58251ea44f\",\n                    \"businessTime\": 1776686415000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4d238b31-1291-408c-99ef-9e6cdf3e5ac3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.990952448220174\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044567.049464079,\n                    \"instrumentId\": \"746fd0b3-d78f-4e00-b131-7dd3b6c88342\",\n                    \"businessTime\": 1776686416000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276069.611136213,\n                    \"instrumentId\": \"ec770c85-bd62-43a4-af13-86a93c652ad4\",\n                    \"businessTime\": 1776686416000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13733388.406683628,\n                    \"instrumentId\": \"a0ce0d76-e48c-4135-b4b9-8b42f86e23d0\",\n                    \"businessTime\": 1776686416000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299228.37429888215,\n                    \"instrumentId\": \"f2f9d4b4-c4ab-42ee-ac8f-4586c3fe3cc6\",\n                    \"businessTime\": 1776686416000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386960.51531262463,\n                    \"instrumentId\": \"c5027a50-7ebd-497a-a548-6563cd0f92f8\",\n                    \"businessTime\": 1776686416000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83593967.14616364,\n                    \"instrumentId\": \"304289f9-3cf6-48a6-bcee-b7f157d1761b\",\n                    \"businessTime\": 1776686416000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655025.9958841002,\n                    \"instrumentId\": \"8ad09016-0040-40fc-8a1c-1811496237a4\",\n                    \"businessTime\": 1776686416000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"17301ecd-3266-4e4b-8104-6dbb6090632d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.990533208953103\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044539.575305669,\n                    \"instrumentId\": \"2f7baeb5-820b-4839-b9fa-37abe5f7ca62\",\n                    \"businessTime\": 1776686417000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276075.508319567,\n                    \"instrumentId\": \"b79915bc-379e-4750-8380-7e7ce0c821d3\",\n                    \"businessTime\": 1776686417000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13733388.406683628,\n                    \"instrumentId\": \"742375f1-d3c6-418c-8da1-d5c00ade97e8\",\n                    \"businessTime\": 1776686417000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299228.37429888215,\n                    \"instrumentId\": \"53b42c4d-080e-42cc-9155-53259ecff9f3\",\n                    \"businessTime\": 1776686417000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386840.6940480779,\n                    \"instrumentId\": \"9efb83ce-6857-4b53-b094-f4febd2c5fd4\",\n                    \"businessTime\": 1776686417000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83593967.14616364,\n                    \"instrumentId\": \"6cf02c69-33f8-47b4-b207-d3494df05e74\",\n                    \"businessTime\": 1776686417000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655025.9958841002,\n                    \"instrumentId\": \"7e7eb78d-2750-4f75-9bae-7b7150817e74\",\n                    \"businessTime\": 1776686417000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fab8026c-accc-4a24-b40a-37bf7b150418\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.990508358647375\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6042059.810292519,\n                    \"instrumentId\": \"90509e7b-2e95-42c0-9129-32df9c45dd36\",\n                    \"businessTime\": 1776686418000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276075.508319567,\n                    \"instrumentId\": \"e83a899a-63da-4abc-ae36-47f1b1d2af19\",\n                    \"businessTime\": 1776686418000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13731877.652977021,\n                    \"instrumentId\": \"57311507-c7f7-4bd6-9374-c0f7b222c1bd\",\n                    \"businessTime\": 1776686418000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299119.2474335273,\n                    \"instrumentId\": \"15bae319-3b6c-4c78-be58-7e196cb2c724\",\n                    \"businessTime\": 1776686418000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386840.6361145373,\n                    \"instrumentId\": \"d2382ebc-c5af-4425-a8fa-163703e4db9d\",\n                    \"businessTime\": 1776686418000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83592770.20396408,\n                    \"instrumentId\": \"c258bf14-86d8-4057-8c60-55cf888ec09a\",\n                    \"businessTime\": 1776686418000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655025.9958841002,\n                    \"instrumentId\": \"f0185433-234c-4e97-92d0-736711d4e24a\",\n                    \"businessTime\": 1776686418000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a960ee93-ebae-4f76-981f-57a8736b8a10\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98957748945261\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6042059.810292519,\n                    \"instrumentId\": \"b609e74e-f3c6-460c-be41-14f0c837477a\",\n                    \"businessTime\": 1776686419000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275967.9871614724,\n                    \"instrumentId\": \"9cf96eac-565f-41ac-b8f4-5fe17e9f7de8\",\n                    \"businessTime\": 1776686419000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13731870.993721263,\n                    \"instrumentId\": \"0f0a1dcc-f79b-45f0-b66a-d67176d15603\",\n                    \"businessTime\": 1776686419000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299119.2474335273,\n                    \"instrumentId\": \"b279e569-bb7e-4986-b7dc-f495432b44f5\",\n                    \"businessTime\": 1776686419000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386840.6361145373,\n                    \"instrumentId\": \"8069adcd-b24c-4ec1-b07a-4306deeb28ae\",\n                    \"businessTime\": 1776686419000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83572467.1148643,\n                    \"instrumentId\": \"1428a527-045a-49a0-826c-f59dfca48e39\",\n                    \"businessTime\": 1776686419000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655025.9958841002,\n                    \"instrumentId\": \"df9335ce-babc-4ff0-8108-74fe2b627bbb\",\n                    \"businessTime\": 1776686419000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"973e3a84-ecec-4e62-b6a1-2f8fddee1613\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.985989217130356\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6042059.810292519,\n                    \"instrumentId\": \"9b21b47d-6705-4232-934f-47202c228e81\",\n                    \"businessTime\": 1776686420000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275937.2300571194,\n                    \"instrumentId\": \"e5bdae99-0cd0-466a-a1e1-7d7b9399bf0c\",\n                    \"businessTime\": 1776686420000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13730024.436892781,\n                    \"instrumentId\": \"55d494b7-392e-4c53-b3f4-020563fa3463\",\n                    \"businessTime\": 1776686420000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299119.2474335273,\n                    \"instrumentId\": \"b7a58cb0-a331-47b5-b32c-6a198dab6f8b\",\n                    \"businessTime\": 1776686420000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386840.6361145373,\n                    \"instrumentId\": \"9606414e-0ac6-4bc2-b436-5af6c807ad06\",\n                    \"businessTime\": 1776686420000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83567868.80929844,\n                    \"instrumentId\": \"bfca7718-cb66-4691-b489-10cbd144f56a\",\n                    \"businessTime\": 1776686420000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655025.9958841002,\n                    \"instrumentId\": \"a8a5de9e-a345-412e-ba2e-e43bb91868c1\",\n                    \"businessTime\": 1776686420000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"adf9cb49-ad9d-490e-acab-b060b08b6da6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.984851146919688\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040453.832900898,\n                    \"instrumentId\": \"9b194c2e-f746-42e6-b630-b2f5268ed499\",\n                    \"businessTime\": 1776686421000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275763.995976921,\n                    \"instrumentId\": \"36545606-9201-4036-95cf-e421d2471f0f\",\n                    \"businessTime\": 1776686421000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13729151.162127653,\n                    \"instrumentId\": \"7eabe488-02a9-4f72-9a87-d594f9eab3c0\",\n                    \"businessTime\": 1776686421000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299119.2474335273,\n                    \"instrumentId\": \"73c8af87-c677-4c53-80f4-72a85dfaef56\",\n                    \"businessTime\": 1776686421000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386840.6361145373,\n                    \"instrumentId\": \"b8ddc447-e92c-41c8-9ec0-a6ad8e3cbd32\",\n                    \"businessTime\": 1776686421000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83567082.3531761,\n                    \"instrumentId\": \"358a9cf1-2882-47b3-8288-53e88a543335\",\n                    \"businessTime\": 1776686421000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655025.9958841002,\n                    \"instrumentId\": \"ecdc9981-4c7b-4ac3-a21a-d6487b9ed934\",\n                    \"businessTime\": 1776686421000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bae34984-4c13-4426-8cfa-8ec093164d1e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.984246763376756\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040456.3806657195,\n                    \"instrumentId\": \"a55d25a3-6a55-4abd-aa38-a7dc2b036bfc\",\n                    \"businessTime\": 1776686422000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275761.9971674955,\n                    \"instrumentId\": \"a5dab1ab-39b6-4d22-877c-fd1db5b2a1bc\",\n                    \"businessTime\": 1776686422000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13729143.459800882,\n                    \"instrumentId\": \"082ff9c0-d97b-4f81-ae31-d8698d1c41ff\",\n                    \"businessTime\": 1776686422000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299119.2474335273,\n                    \"instrumentId\": \"c296b418-6da2-48dc-8172-8bb2a3b8ba59\",\n                    \"businessTime\": 1776686422000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386840.6361145373,\n                    \"instrumentId\": \"a252e698-9fee-4b56-9fdc-1368d18433ab\",\n                    \"businessTime\": 1776686422000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83566041.13602959,\n                    \"instrumentId\": \"228e54e1-2a93-452a-9f45-bc6f40218c58\",\n                    \"businessTime\": 1776686422000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655022.5367598721,\n                    \"instrumentId\": \"323566c4-898d-4410-912c-b9e94115d17d\",\n                    \"businessTime\": 1776686422000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"22bf78d0-9204-431a-b8b9-4fef9622f2f5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.984061907552128\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040457.120753377,\n                    \"instrumentId\": \"065559d2-11f4-407b-99dd-fda97a48fac4\",\n                    \"businessTime\": 1776686423000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275761.9971674955,\n                    \"instrumentId\": \"19c02427-73c6-439d-99e8-20f417f520d7\",\n                    \"businessTime\": 1776686423000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13729143.459800882,\n                    \"instrumentId\": \"247c224b-1545-40a2-a593-3c60cc015d33\",\n                    \"businessTime\": 1776686423000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299119.2474335273,\n                    \"instrumentId\": \"0da4ff90-3c0b-4056-9a77-4b84372c2e74\",\n                    \"businessTime\": 1776686423000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386840.6361145373,\n                    \"instrumentId\": \"4810df43-1a6d-4d81-9ddb-8725b1e33199\",\n                    \"businessTime\": 1776686423000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83565959.14268535,\n                    \"instrumentId\": \"1d7d4388-76bb-48b4-ad7e-492dbed1b1c3\",\n                    \"businessTime\": 1776686423000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654927.2284950622,\n                    \"instrumentId\": \"34ae4d8a-268a-4539-a1c0-b5741a169360\",\n                    \"businessTime\": 1776686423000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"291a83fe-f96a-49f4-8f43-ab0c950d27ba\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.984030877407776\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040457.120753377,\n                    \"instrumentId\": \"5a63f9da-d848-4833-98f1-53627be9312a\",\n                    \"businessTime\": 1776686424000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275761.9971674955,\n                    \"instrumentId\": \"af7a4813-4357-4c78-8130-7fe40e9adc08\",\n                    \"businessTime\": 1776686424000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13728861.52963212,\n                    \"instrumentId\": \"608b3ba2-13e7-47ba-9e04-b09288946dd1\",\n                    \"businessTime\": 1776686424000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299119.247433594,\n                    \"instrumentId\": \"a05c8949-096a-4a19-800f-71d2c9b91e68\",\n                    \"businessTime\": 1776686424000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386859.1358642758,\n                    \"instrumentId\": \"aac80f9b-9e54-4e8a-9d8a-c8279efcaf84\",\n                    \"businessTime\": 1776686424000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83565958.74369805,\n                    \"instrumentId\": \"79ab56d3-51a0-4130-aa39-09f08bcb0b0e\",\n                    \"businessTime\": 1776686424000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654904.1251270577,\n                    \"instrumentId\": \"2ece0232-3d0a-4904-bdea-831a652c9c54\",\n                    \"businessTime\": 1776686424000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7f1a1c32-9c21-4f4a-82c4-3b58cbf076f0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98398044985518\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040419.556065423,\n                    \"instrumentId\": \"cf2b72f6-e12d-453c-9f03-8cf3bfc13df0\",\n                    \"businessTime\": 1776686425000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275641.2249139897,\n                    \"instrumentId\": \"9750b0b8-3457-4c3c-897b-571b641ae696\",\n                    \"businessTime\": 1776686425000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13726109.762798224,\n                    \"instrumentId\": \"0d6242e9-01a8-4239-b7ec-7e516091ed00\",\n                    \"businessTime\": 1776686425000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299099.16926396097,\n                    \"instrumentId\": \"0210f99b-4ea1-4f8c-8764-c5ed466106f0\",\n                    \"businessTime\": 1776686425000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386858.2495770791,\n                    \"instrumentId\": \"8ffac002-bb50-49a0-a68a-fec2e2fec010\",\n                    \"businessTime\": 1776686425000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83563413.38826749,\n                    \"instrumentId\": \"d850bdb8-e7be-4697-9cc1-d5af2ea7ccc9\",\n                    \"businessTime\": 1776686425000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654904.1251270577,\n                    \"instrumentId\": \"84d91273-1468-4966-addf-b87804789948\",\n                    \"businessTime\": 1776686425000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"06f749c9-d9c4-4a53-b92b-013e814ffec5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98301798523958\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040383.218384481,\n                    \"instrumentId\": \"a49d00fb-78ba-4fba-b1fc-49014f96653d\",\n                    \"businessTime\": 1776686426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275480.601408241,\n                    \"instrumentId\": \"a5792837-ae02-4cd4-a97b-767f8811c754\",\n                    \"businessTime\": 1776686426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13726103.951828009,\n                    \"instrumentId\": \"46aeb4a8-4e0d-4bec-b6c4-2cacad44a8d5\",\n                    \"businessTime\": 1776686426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299099.16926396097,\n                    \"instrumentId\": \"ac13f0e1-625a-4e5a-8fe9-a607bb0bb52b\",\n                    \"businessTime\": 1776686426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386858.2495770791,\n                    \"instrumentId\": \"754e497d-c83f-4af5-a861-8bf6e30416d2\",\n                    \"businessTime\": 1776686426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83559225.51100065,\n                    \"instrumentId\": \"a83efe0b-24bc-4f6c-bd8c-4399d8becf4f\",\n                    \"businessTime\": 1776686426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654888.3253962995,\n                    \"instrumentId\": \"56a0b534-77ce-4a17-bac6-828eacd004e0\",\n                    \"businessTime\": 1776686426000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d86a46d0-2f43-4c65-bbf4-4a05233113df\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.982243565353027\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040377.357051151,\n                    \"instrumentId\": \"e149c97b-89b2-4d9b-9f7f-52527bb5968e\",\n                    \"businessTime\": 1776686427000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275480.601408241,\n                    \"instrumentId\": \"651d8a06-2a6f-4c56-b867-de5c7e6597b5\",\n                    \"businessTime\": 1776686427000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724651.928839946,\n                    \"instrumentId\": \"c1ba3236-16ce-40f8-998c-cffa2b746909\",\n                    \"businessTime\": 1776686427000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299099.16926396097,\n                    \"instrumentId\": \"83b30232-35a9-4fda-ae02-c16a8133a7aa\",\n                    \"businessTime\": 1776686427000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386857.5623181039,\n                    \"instrumentId\": \"a8946797-5afd-4b23-8d6b-27039799b7c0\",\n                    \"businessTime\": 1776686427000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83558581.97903043,\n                    \"instrumentId\": \"c90cc396-3304-443e-81cf-75ca73fa4fb1\",\n                    \"businessTime\": 1776686427000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654888.3253962995,\n                    \"instrumentId\": \"ee7c1546-a4aa-4b93-9dbc-3126512afa23\",\n                    \"businessTime\": 1776686427000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8c3a8c5e-f5fc-48bd-a39c-16a003c752b4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98187412711918\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038825.499923352,\n                    \"instrumentId\": \"20c3b212-1ce1-4d4f-a44e-371238d675a6\",\n                    \"businessTime\": 1776686428000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275123.1076513072,\n                    \"instrumentId\": \"e65921a4-bc37-48c5-9368-301e223c17c1\",\n                    \"businessTime\": 1776686428000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724517.54535105,\n                    \"instrumentId\": \"33186e84-e862-4a0f-a782-2990c8eb04a3\",\n                    \"businessTime\": 1776686428000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299011.91572009306,\n                    \"instrumentId\": \"f87f6c72-23aa-40db-862a-a0457958d4f1\",\n                    \"businessTime\": 1776686428000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386857.5623181039,\n                    \"instrumentId\": \"0a4bffae-9334-4be2-8bb7-c5366788b906\",\n                    \"businessTime\": 1776686428000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83558271.76998998,\n                    \"instrumentId\": \"cfd0665a-ca79-45fb-bc26-a2b1eb5d0d60\",\n                    \"businessTime\": 1776686428000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654551.4261332754,\n                    \"instrumentId\": \"f5c80c40-7319-4bf1-8588-92610a6160fe\",\n                    \"businessTime\": 1776686428000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"84e85663-a0d5-460f-8842-dfdb0d55f2e6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98138588525258\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038827.933129347,\n                    \"instrumentId\": \"f73cb35a-9048-4428-94fb-d430de11e296\",\n                    \"businessTime\": 1776686429000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274584.6066691275,\n                    \"instrumentId\": \"05f7bfcf-4f0d-4c15-9855-69964f83f651\",\n                    \"businessTime\": 1776686429000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724515.974611225,\n                    \"instrumentId\": \"8a87750a-4372-44ae-a19e-3167d43efbfa\",\n                    \"businessTime\": 1776686429000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299011.91572009306,\n                    \"instrumentId\": \"2707b0d3-9c4c-4446-8a2e-0f287d9b2dfd\",\n                    \"businessTime\": 1776686429000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386857.5623181039,\n                    \"instrumentId\": \"473c048f-b99a-419f-aab0-541dcfdcae84\",\n                    \"businessTime\": 1776686429000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83558243.84886405,\n                    \"instrumentId\": \"c0a71668-2ccd-4e7b-8c99-3d38321882e1\",\n                    \"businessTime\": 1776686429000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654560.5454176303,\n                    \"instrumentId\": \"2fe8b86c-d2f0-46c8-a4dc-208de3030d08\",\n                    \"businessTime\": 1776686429000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"06d0ca3c-df57-4e0d-b071-ac069849faee\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.981288092571102\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038833.099974434,\n                    \"instrumentId\": \"d12016bd-51d9-47eb-a395-8817aef22d4c\",\n                    \"businessTime\": 1776686430000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274534.0075290515,\n                    \"instrumentId\": \"825ffb54-c333-4df9-8351-1034e1fc607b\",\n                    \"businessTime\": 1776686430000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724286.950939918,\n                    \"instrumentId\": \"69873eb2-c0c4-4ce7-9a25-1b01e1bfe6bf\",\n                    \"businessTime\": 1776686430000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299011.91572009306,\n                    \"instrumentId\": \"bb922cc3-6852-49b6-b0a4-ee9749f54645\",\n                    \"businessTime\": 1776686430000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386865.12613669556,\n                    \"instrumentId\": \"332a464d-d419-46cc-8595-8c0136f8b801\",\n                    \"businessTime\": 1776686430000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83555899.6371303,\n                    \"instrumentId\": \"91b2772b-a98d-48e0-ad03-fb60f5b1e086\",\n                    \"businessTime\": 1776686430000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654560.5454176303,\n                    \"instrumentId\": \"5d424424-e933-4fc5-8d0f-9909420db2de\",\n                    \"businessTime\": 1776686430000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f2dddaca-044a-4530-9b61-c27dd9ea061d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.980829199094575\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038833.099974434,\n                    \"instrumentId\": \"0623b3c9-421f-4313-9e12-bd66d2761be2\",\n                    \"businessTime\": 1776686431000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274518.5620397152,\n                    \"instrumentId\": \"191f8ea4-daa9-4ff3-bc65-2a059d544e17\",\n                    \"businessTime\": 1776686431000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724362.374832796,\n                    \"instrumentId\": \"87b869d0-3569-4654-9982-e04c8aa384c9\",\n                    \"businessTime\": 1776686431000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299011.86467459035,\n                    \"instrumentId\": \"de25ae5d-27d3-4b1d-a4b7-ffb6b3e38b1c\",\n                    \"businessTime\": 1776686431000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386865.12613669556,\n                    \"instrumentId\": \"ac8e8597-8b45-4d13-a071-16e7aff98702\",\n                    \"businessTime\": 1776686431000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83555676.67333815,\n                    \"instrumentId\": \"0c5950cd-7a01-4d9e-a4d5-5fd683c5bd6a\",\n                    \"businessTime\": 1776686431000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654581.6161024919,\n                    \"instrumentId\": \"c9845f0b-cc57-4ebb-a5b1-bb43b904c45f\",\n                    \"businessTime\": 1776686431000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f41fbde1-8d8f-40c8-ae86-58ff4fe8afad\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98080424905077\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038828.464955263,\n                    \"instrumentId\": \"c326657f-b073-41f0-9654-101e1a613450\",\n                    \"businessTime\": 1776686432000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274402.9636650663,\n                    \"instrumentId\": \"5631d3a9-4943-4b20-9d88-cfc7252a7040\",\n                    \"businessTime\": 1776686432000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723951.662221855,\n                    \"instrumentId\": \"2424a82d-fe06-4997-82db-feedf55d6422\",\n                    \"businessTime\": 1776686432000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299007.4890711467,\n                    \"instrumentId\": \"9a3c9be2-4e25-45cc-8340-697e7e8767c0\",\n                    \"businessTime\": 1776686432000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386881.2444886667,\n                    \"instrumentId\": \"1bb38957-d694-4c4d-80ba-9ce5772fdd2e\",\n                    \"businessTime\": 1776686432000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83553894.62710135,\n                    \"instrumentId\": \"b367b342-2683-4db7-85dc-4e8f2cef7536\",\n                    \"businessTime\": 1776686432000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654581.6161024919,\n                    \"instrumentId\": \"b0665175-f86c-43cd-9331-727c0d9a521d\",\n                    \"businessTime\": 1776686432000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a41cfb4b-b408-4760-8a63-447a3aeb4cf6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.980399811530024\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038828.464955263,\n                    \"instrumentId\": \"f56f2948-1e67-4515-9dd0-bdc9c17ec976\",\n                    \"businessTime\": 1776686433000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274402.9636650663,\n                    \"instrumentId\": \"9ac2d21d-3a8d-40af-9cbd-e24602da26cb\",\n                    \"businessTime\": 1776686433000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723956.673670786,\n                    \"instrumentId\": \"1f82f7c9-5fd7-4a80-bb82-a2c66f6e6750\",\n                    \"businessTime\": 1776686433000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299007.4890711467,\n                    \"instrumentId\": \"7536547f-d882-4396-9177-02882ead70dc\",\n                    \"businessTime\": 1776686433000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386881.2444886667,\n                    \"instrumentId\": \"05c7df12-9774-4d15-959e-2484bdf98c39\",\n                    \"businessTime\": 1776686433000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83553893.33830774,\n                    \"instrumentId\": \"f6600a62-53f0-4d4c-a572-eb39541a7bee\",\n                    \"businessTime\": 1776686433000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654592.2745646632,\n                    \"instrumentId\": \"ae7b1f56-7d89-4d99-afa6-00acfa2465a7\",\n                    \"businessTime\": 1776686433000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8079bc1c-74ed-42a5-ab9a-72a1f445d862\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.980402338967195\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041259.951883102,\n                    \"instrumentId\": \"640e9a97-aaa6-46ac-b62b-8631ccdcf3ab\",\n                    \"businessTime\": 1776686434000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274364.4115843284,\n                    \"instrumentId\": \"8904ad9c-0918-426c-9970-2154f5cca79b\",\n                    \"businessTime\": 1776686434000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723807.529756838,\n                    \"instrumentId\": \"5dc4cda2-5dae-40bc-8914-0c21d1c389bd\",\n                    \"businessTime\": 1776686434000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298993.4518133599,\n                    \"instrumentId\": \"4358fee5-c242-402d-9c37-3ae5fee1b723\",\n                    \"businessTime\": 1776686434000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386859.70628038567,\n                    \"instrumentId\": \"15c5efea-8a0e-4548-9f35-27ceb4bbbd39\",\n                    \"businessTime\": 1776686434000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83549699.60012008,\n                    \"instrumentId\": \"59cba0aa-0fc5-4135-b3e9-cf028c3e443c\",\n                    \"businessTime\": 1776686434000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654523.847968226,\n                    \"instrumentId\": \"72dc4039-7601-46c9-ab27-d4217898787a\",\n                    \"businessTime\": 1776686434000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"64ba0a4e-6c83-42e9-9d32-75561a244eb5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.980041363691797\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041259.951883102,\n                    \"instrumentId\": \"8aedfda9-54fa-4877-b932-0e2185109ada\",\n                    \"businessTime\": 1776686435000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274352.128108456,\n                    \"instrumentId\": \"9d502cf7-28b4-4f9f-97ee-a7a55137c748\",\n                    \"businessTime\": 1776686435000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723727.649041558,\n                    \"instrumentId\": \"d82da599-1c4e-461a-a473-3d1b485b86ba\",\n                    \"businessTime\": 1776686435000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298993.4518133599,\n                    \"instrumentId\": \"245c65e3-07de-439f-bd7e-34c1ad0cbccb\",\n                    \"businessTime\": 1776686435000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386859.70628038567,\n                    \"instrumentId\": \"98ba0a0c-3e83-4c24-a1ed-7f2a04b6a0ef\",\n                    \"businessTime\": 1776686435000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83549622.35489444,\n                    \"instrumentId\": \"038f2d9a-9c0d-4f41-a2e6-dfe8e7bc5086\",\n                    \"businessTime\": 1776686435000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654523.847968226,\n                    \"instrumentId\": \"70652b22-6b67-416b-8c90-0fa6abc03b75\",\n                    \"businessTime\": 1776686435000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"72186cb1-a08c-4e61-9314-f29881cc7c0c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.980011590507825\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041154.95867405,\n                    \"instrumentId\": \"ea74d915-05f0-4e87-b671-14877ef07128\",\n                    \"businessTime\": 1776686436000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274351.7985888985,\n                    \"instrumentId\": \"b36ac1ae-4d97-4d19-bd45-e003d59abc30\",\n                    \"businessTime\": 1776686436000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723711.952286894,\n                    \"instrumentId\": \"eab30a23-aabc-4cc8-a85e-264201f88a62\",\n                    \"businessTime\": 1776686436000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298993.4518133599,\n                    \"instrumentId\": \"ed805e54-b7bc-4dd0-8c32-800d26ef11d7\",\n                    \"businessTime\": 1776686436000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386765.34469837,\n                    \"instrumentId\": \"a98925da-5633-4f2b-812a-a608017594e1\",\n                    \"businessTime\": 1776686436000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83549441.67075431,\n                    \"instrumentId\": \"d1c96932-afea-4365-b395-9568cf48ff30\",\n                    \"businessTime\": 1776686436000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654523.847968226,\n                    \"instrumentId\": \"a88079c3-012b-4c77-ab7e-45bd49d376bf\",\n                    \"businessTime\": 1776686436000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ac3b0434-1db2-4597-891c-53b053b949c2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.9799419832661\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041154.95867405,\n                    \"instrumentId\": \"ff94fb7a-93b2-4657-8f7c-46e95c6cddf7\",\n                    \"businessTime\": 1776686437000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274351.7985888985,\n                    \"instrumentId\": \"8b3f52ff-fdb4-4277-80b6-46dffff3c24a\",\n                    \"businessTime\": 1776686437000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723711.823122105,\n                    \"instrumentId\": \"a47570c7-0aca-4494-a273-2bc07cb12ec6\",\n                    \"businessTime\": 1776686437000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298993.4518133599,\n                    \"instrumentId\": \"2d7d46d1-383f-4dc5-88fb-40bdb700e814\",\n                    \"businessTime\": 1776686437000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386765.34469837,\n                    \"instrumentId\": \"a1b085a9-231a-491d-a708-c0e37ee56e78\",\n                    \"businessTime\": 1776686437000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83549031.50789763,\n                    \"instrumentId\": \"bf1e2ec1-4498-4aa0-bd6a-4ff8ece5bb25\",\n                    \"businessTime\": 1776686437000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654523.847968226,\n                    \"instrumentId\": \"33945140-1ede-4032-a9ed-47f7b0fc8114\",\n                    \"businessTime\": 1776686437000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9c222c7a-8dd4-4ee3-b513-183c4e574a1f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97986987570521\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041136.697566288,\n                    \"instrumentId\": \"50ddd132-a9bc-4b8b-a620-9e5db5fb0a6c\",\n                    \"businessTime\": 1776686438000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274348.2877436527,\n                    \"instrumentId\": \"67c96b65-867e-46b2-8f0f-dfbb558dde20\",\n                    \"businessTime\": 1776686438000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723705.447085626,\n                    \"instrumentId\": \"d627f5e6-132e-48f5-9ff6-33a11b529035\",\n                    \"businessTime\": 1776686438000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298993.4518133599,\n                    \"instrumentId\": \"900a7b94-b811-4042-92ea-2f53a2d005ea\",\n                    \"businessTime\": 1776686438000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386765.34469837,\n                    \"instrumentId\": \"973b561f-df0e-468c-a2b1-0eedbad8eac8\",\n                    \"businessTime\": 1776686438000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83548645.35509433,\n                    \"instrumentId\": \"5af2611a-2218-444f-9ba9-2b4467fb2f3a\",\n                    \"businessTime\": 1776686438000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654523.847968226,\n                    \"instrumentId\": \"b6684592-83bc-45cf-a89f-f8e2d1e1cbe7\",\n                    \"businessTime\": 1776686438000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c8e2b3e9-cfab-4f92-afd9-f245a16576d2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979797063615088\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041123.537835127,\n                    \"instrumentId\": \"3e5308f7-9cb7-40b2-9ebb-d39a7963ec3a\",\n                    \"businessTime\": 1776686439000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274348.2877436527,\n                    \"instrumentId\": \"7139ff5b-e3dc-4258-9f13-6f6345d34754\",\n                    \"businessTime\": 1776686439000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723704.988066645,\n                    \"instrumentId\": \"5f46a5b6-96b2-43f1-b2e0-ce37290976c0\",\n                    \"businessTime\": 1776686439000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298993.4518133599,\n                    \"instrumentId\": \"995f8933-bff5-4404-ba7b-1f15bde6a25b\",\n                    \"businessTime\": 1776686439000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386727.3192217935,\n                    \"instrumentId\": \"17746139-b06d-4795-9405-32a5075fe58b\",\n                    \"businessTime\": 1776686439000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83548645.35509433,\n                    \"instrumentId\": \"e70a574f-b164-439c-9e5b-54e696363297\",\n                    \"businessTime\": 1776686439000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654523.847968226,\n                    \"instrumentId\": \"725a2821-9111-4db3-8573-75a527b9c9d8\",\n                    \"businessTime\": 1776686439000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0c2eb085-f7bf-46fa-a84a-e173e9c282ed\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979787987301076\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041160.79935398,\n                    \"instrumentId\": \"078b8ab0-9170-42b3-9b9b-0ef0a62557a2\",\n                    \"businessTime\": 1776686440000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274356.905535994,\n                    \"instrumentId\": \"cfad6bf4-ad9f-4c9e-abd6-0211226e98d9\",\n                    \"businessTime\": 1776686440000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723404.067092413,\n                    \"instrumentId\": \"350ec2ed-3e75-459f-9504-28455525a197\",\n                    \"businessTime\": 1776686440000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298993.4518133599,\n                    \"instrumentId\": \"1f05ad0a-f239-409f-94da-d44e2c3b3ad3\",\n                    \"businessTime\": 1776686440000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386727.3192217935,\n                    \"instrumentId\": \"10e35e11-8bba-442a-a642-4d4a28e5a4a1\",\n                    \"businessTime\": 1776686440000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83547214.79407768,\n                    \"instrumentId\": \"1739e0c2-4aa2-4baf-abf9-c89d44b4355a\",\n                    \"businessTime\": 1776686440000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654502.5174019835,\n                    \"instrumentId\": \"5b54db02-574f-435c-8251-7e1038ab9348\",\n                    \"businessTime\": 1776686440000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b89e7864-2dad-426d-8c2b-4eb84c6179a2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.9794879990329\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041472.591603315,\n                    \"instrumentId\": \"05e1a5f2-2a7b-44db-8ddc-89ec67cefb17\",\n                    \"businessTime\": 1776686441000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274360.422770551,\n                    \"instrumentId\": \"15a768ff-6821-4ad7-a56c-858ebf743ff8\",\n                    \"businessTime\": 1776686441000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724484.423826253,\n                    \"instrumentId\": \"48fb2b82-d688-4e80-9f24-f0699e808f68\",\n                    \"businessTime\": 1776686441000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"5bd00092-d55f-491f-a1c3-57be29e5af18\",\n                    \"businessTime\": 1776686441000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386725.35075244925,\n                    \"instrumentId\": \"d67dff07-f1e8-4e70-900b-d8af9094e07e\",\n                    \"businessTime\": 1776686441000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83548121.68810259,\n                    \"instrumentId\": \"c4564c25-ef59-4503-8b25-10943e5bea64\",\n                    \"businessTime\": 1776686441000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654502.5174019835,\n                    \"instrumentId\": \"759daf8f-2142-429b-ac32-5d962c74ea13\",\n                    \"businessTime\": 1776686441000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bddc979d-b2ad-4c71-bb0a-b96382579a58\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979929582047752\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041553.290406735,\n                    \"instrumentId\": \"a8060b6f-7292-42e4-9baf-dcd828d26d3a\",\n                    \"businessTime\": 1776686442000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274359.438968412,\n                    \"instrumentId\": \"977f0691-9e4d-4f13-803e-2cc05f1db6be\",\n                    \"businessTime\": 1776686442000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724484.371524408,\n                    \"instrumentId\": \"37224b7c-9ccb-45a7-b394-7d5374320cff\",\n                    \"businessTime\": 1776686442000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"2e97cda0-7f07-4942-80c2-ca8abd1c5abd\",\n                    \"businessTime\": 1776686442000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386725.35075244925,\n                    \"instrumentId\": \"420b009f-a9e9-4772-b4e5-621500649d8b\",\n                    \"businessTime\": 1776686442000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83548469.79001367,\n                    \"instrumentId\": \"53f2364f-25dd-4200-8d91-bb5724cba807\",\n                    \"businessTime\": 1776686442000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654502.3478744879,\n                    \"instrumentId\": \"8f7bd11a-6038-4781-9718-6eaf0a843056\",\n                    \"businessTime\": 1776686442000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9bcf7326-b62f-49e9-a2be-d338c6d38b9e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.980004730568496\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041553.290406735,\n                    \"instrumentId\": \"4edb199d-cd4c-4bb9-a2cb-bb0bf1ca67dc\",\n                    \"businessTime\": 1776686443000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274359.4637418473,\n                    \"instrumentId\": \"c828df8e-4b57-4c8b-809c-a922c059b220\",\n                    \"businessTime\": 1776686443000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724484.159970623,\n                    \"instrumentId\": \"5b4fc623-fdd5-48f5-85f2-e8152327d9d2\",\n                    \"businessTime\": 1776686443000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"9036e18d-d524-43e0-9448-d2e834ed7c2c\",\n                    \"businessTime\": 1776686443000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386764.6635761418,\n                    \"instrumentId\": \"a316f46e-3e78-4c1e-b0f2-692bb70d577e\",\n                    \"businessTime\": 1776686443000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83547670.34743702,\n                    \"instrumentId\": \"35be85cf-eef7-4ef3-ae40-1082913a7c3b\",\n                    \"businessTime\": 1776686443000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654502.3478744879,\n                    \"instrumentId\": \"b37ed741-c65d-404f-9f5e-308fc85d4926\",\n                    \"businessTime\": 1776686443000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"af83a5fc-0f77-4e08-97a7-a863d482f84d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979871107276175\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041636.095429808,\n                    \"instrumentId\": \"04473a8e-3015-47fc-8de9-62d8052cab63\",\n                    \"businessTime\": 1776686444000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274359.4637418473,\n                    \"instrumentId\": \"5ddbcf9e-e31f-4879-9a0d-ac23ed875458\",\n                    \"businessTime\": 1776686444000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724485.731344368,\n                    \"instrumentId\": \"8a0b770f-4673-4866-9531-2d59516517a4\",\n                    \"businessTime\": 1776686444000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"5df2f04f-e940-4ab0-b4d8-cb11b8a71cf7\",\n                    \"businessTime\": 1776686444000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386764.6635761418,\n                    \"instrumentId\": \"f70584da-d6a4-4c84-8f68-bf28b9b6da2d\",\n                    \"businessTime\": 1776686444000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83546612.63668731,\n                    \"instrumentId\": \"f1e28236-6fa8-440a-b461-708429ac2ab1\",\n                    \"businessTime\": 1776686444000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654502.3478744879,\n                    \"instrumentId\": \"5b1fed54-a771-4afa-9cd8-5ea94468ce8e\",\n                    \"businessTime\": 1776686444000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6570c633-a11d-4b9f-8fe8-c0a7d3450ee7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979700046757213\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041636.095429808,\n                    \"instrumentId\": \"25fd1365-3abc-4ebe-bc91-4fb33f7b1379\",\n                    \"businessTime\": 1776686445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274294.4260870228,\n                    \"instrumentId\": \"046d6635-5580-4592-9f02-6b042f6b2f8a\",\n                    \"businessTime\": 1776686445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724485.731344368,\n                    \"instrumentId\": \"ebdd0afc-d132-4cc2-bcb1-8ded7a178b7e\",\n                    \"businessTime\": 1776686445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"d7583649-426f-4eb6-b083-1b03643f2574\",\n                    \"businessTime\": 1776686445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386764.6635761418,\n                    \"instrumentId\": \"97736ab7-acdb-4929-81ea-11764345b2cd\",\n                    \"businessTime\": 1776686445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83547025.5134506,\n                    \"instrumentId\": \"3fbed2e3-1640-4602-add0-dab2198fe5ec\",\n                    \"businessTime\": 1776686445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654502.3478744879,\n                    \"instrumentId\": \"324e55a3-cc31-4e0b-9d5a-623a12b1dd10\",\n                    \"businessTime\": 1776686445000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2db4630a-4e42-444f-8587-b2aa54aae8ea\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979761178410723\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041686.038150149,\n                    \"instrumentId\": \"63c23108-f13e-4667-990a-1084424ea4c8\",\n                    \"businessTime\": 1776686446000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274300.9926806157,\n                    \"instrumentId\": \"63facb75-4b9d-48f8-9f57-f321e1173eb2\",\n                    \"businessTime\": 1776686446000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724209.589174911,\n                    \"instrumentId\": \"c8220ba7-2c6e-457c-8645-85cd39d01492\",\n                    \"businessTime\": 1776686446000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"e8f71de2-62ef-4469-9f93-1915907cc868\",\n                    \"businessTime\": 1776686446000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386764.6635761418,\n                    \"instrumentId\": \"c796de31-86be-47d2-a5c2-7c85734b1548\",\n                    \"businessTime\": 1776686446000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83546311.15514916,\n                    \"instrumentId\": \"643b8e7a-eac5-4efa-951b-8670c6fd65fe\",\n                    \"businessTime\": 1776686446000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654389.4450971049,\n                    \"instrumentId\": \"8eb17e91-3e27-4dc8-9252-a623a6702964\",\n                    \"businessTime\": 1776686446000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2e8701f9-34db-48f7-ac34-b754d42cd1a4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97957719002156\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040486.108043434,\n                    \"instrumentId\": \"0bddf991-e268-43cc-b6bc-c9292407919a\",\n                    \"businessTime\": 1776686447000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273780.8702233536,\n                    \"instrumentId\": \"705e93dd-5dbb-4298-9be7-03da8d58cc6c\",\n                    \"businessTime\": 1776686447000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723663.690375188,\n                    \"instrumentId\": \"3da9b702-dccb-4f53-972b-7161a51aac04\",\n                    \"businessTime\": 1776686447000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"387eb183-70f2-4785-a1c4-a0a078738ee8\",\n                    \"businessTime\": 1776686447000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386764.6635761418,\n                    \"instrumentId\": \"9b51472d-f0a5-4a6e-b2fb-98df2cb9188d\",\n                    \"businessTime\": 1776686447000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83546513.65663604,\n                    \"instrumentId\": \"b6ffb69d-02d3-406c-803e-1b45d4d73c33\",\n                    \"businessTime\": 1776686447000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654387.4219890604,\n                    \"instrumentId\": \"8bbae14e-4edf-4f10-8bac-bf14d70de509\",\n                    \"businessTime\": 1776686447000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"894b7566-abb8-4de4-9dcb-77d359b79741\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979214189496975\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040486.108043434,\n                    \"instrumentId\": \"e713082d-c1d0-4c99-a1c6-eac085dd9df0\",\n                    \"businessTime\": 1776686448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273787.140318071,\n                    \"instrumentId\": \"339f9856-f79c-4118-b563-9076ad071e30\",\n                    \"businessTime\": 1776686448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723667.486731146,\n                    \"instrumentId\": \"aec2edf7-644d-4096-b025-26076ec319ec\",\n                    \"businessTime\": 1776686448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"56474685-72db-42fe-a27d-c19ad0c12e1f\",\n                    \"businessTime\": 1776686448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386764.6635761418,\n                    \"instrumentId\": \"39b1f0c1-1dfa-484c-aad9-703d2f8eed9f\",\n                    \"businessTime\": 1776686448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83547444.35682516,\n                    \"instrumentId\": \"4fd07b9b-55b1-4f5e-838f-02af13113b98\",\n                    \"businessTime\": 1776686448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654387.4219890604,\n                    \"instrumentId\": \"a302d142-f3f3-4024-ac35-0ba2bcbf6b94\",\n                    \"businessTime\": 1776686448000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"46a76f04-a7f4-41b7-86c3-581f49375061\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979379526340526\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040376.377031285,\n                    \"instrumentId\": \"aff48638-d272-43f9-ade7-d32ba4fdc45d\",\n                    \"businessTime\": 1776686449000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273787.140318071,\n                    \"instrumentId\": \"36c81738-35e5-4b79-82fe-5dece33798c8\",\n                    \"businessTime\": 1776686449000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723709.408638433,\n                    \"instrumentId\": \"43767867-a0e4-4046-96a9-89d967def5a8\",\n                    \"businessTime\": 1776686449000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"56474685-72db-42fe-a27d-c19ad0c12e1f\",\n                    \"businessTime\": 1776686448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386764.6635761418,\n                    \"instrumentId\": \"6d381ba9-475d-476b-bac8-83698c5af516\",\n                    \"businessTime\": 1776686449000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83546961.15970781,\n                    \"instrumentId\": \"931e3ffd-f9f4-4aa9-aa77-06ee62eaf525\",\n                    \"businessTime\": 1776686449000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654332.952630296,\n                    \"instrumentId\": \"74f55036-962b-46e0-a753-bdc0a6f9d6d3\",\n                    \"businessTime\": 1776686449000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d8c3f148-415d-46ba-a4ec-2e9c7fa40726\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979273115869354\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040019.903026251,\n                    \"instrumentId\": \"11114fbb-7ae5-4751-a25e-8c49b8c49c22\",\n                    \"businessTime\": 1776686450000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273762.3540192107,\n                    \"instrumentId\": \"78d56b96-fafe-4d18-9268-968a829b4a2b\",\n                    \"businessTime\": 1776686450000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723680.691101523,\n                    \"instrumentId\": \"9e1cd312-7d67-4d62-8001-6cf55bd576b4\",\n                    \"businessTime\": 1776686450000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"56474685-72db-42fe-a27d-c19ad0c12e1f\",\n                    \"businessTime\": 1776686448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386764.6635761418,\n                    \"instrumentId\": \"a7c282e3-e2d7-4f75-bb36-7cb3e699185e\",\n                    \"businessTime\": 1776686450000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83546963.14203827,\n                    \"instrumentId\": \"30289c42-0893-441f-a5be-c11d9b4b3fdd\",\n                    \"businessTime\": 1776686450000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654369.5271934769,\n                    \"instrumentId\": \"ba7c28f1-0fae-4537-8712-bb321ee3d33c\",\n                    \"businessTime\": 1776686450000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f3c06fe0-f43b-43c8-a010-cf51b5fedddd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97920783978022\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040024.642873019,\n                    \"instrumentId\": \"d607ebdd-9995-4780-978e-76d5719d5b52\",\n                    \"businessTime\": 1776686451000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273750.1876660264,\n                    \"instrumentId\": \"b2f80133-ca3f-474c-ae46-92bf895fdb39\",\n                    \"businessTime\": 1776686451000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723682.301816823,\n                    \"instrumentId\": \"5ec87032-36ae-4334-a595-7698ca914c71\",\n                    \"businessTime\": 1776686451000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"56474685-72db-42fe-a27d-c19ad0c12e1f\",\n                    \"businessTime\": 1776686448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386764.6635761418,\n                    \"instrumentId\": \"bf791fb3-96d6-423c-9a9f-f197ae696d64\",\n                    \"businessTime\": 1776686451000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83547229.88770954,\n                    \"instrumentId\": \"752ea4f7-d16b-4db8-a003-321426fbf4cf\",\n                    \"businessTime\": 1776686451000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654369.5271934769,\n                    \"instrumentId\": \"8c332d79-5f45-499a-bbbb-016deedf1836\",\n                    \"businessTime\": 1776686451000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"136ef2e2-113c-4202-9ade-35e31787d26e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97925369740415\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040038.081621633,\n                    \"instrumentId\": \"74b99dce-9cce-4209-9b99-61f8db70c5dc\",\n                    \"businessTime\": 1776686452000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273751.0939400718,\n                    \"instrumentId\": \"e8549463-a4e9-44cf-a75b-c560ece288c4\",\n                    \"businessTime\": 1776686452000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723682.301816823,\n                    \"instrumentId\": \"5eeecfec-cde1-41ae-b0e6-0aa506a17a3e\",\n                    \"businessTime\": 1776686452000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299205.46739458,\n                    \"instrumentId\": \"56474685-72db-42fe-a27d-c19ad0c12e1f\",\n                    \"businessTime\": 1776686448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387130.4889337722,\n                    \"instrumentId\": \"9ea0dc45-e28b-43ad-906a-b76b632f6899\",\n                    \"businessTime\": 1776686452000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83547251.85188417,\n                    \"instrumentId\": \"98b3a45c-b8f2-4e10-b4fd-c1a169fe29eb\",\n                    \"businessTime\": 1776686452000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654365.3977081227,\n                    \"instrumentId\": \"f7f27d30-012f-406d-9b73-1fe903224a6d\",\n                    \"businessTime\": 1776686452000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"259b5480-2611-494c-af23-e6b1014e5faf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979323645571032\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040036.05139933,\n                    \"instrumentId\": \"a22553b8-3c60-414a-90f9-a019e3d63b0d\",\n                    \"businessTime\": 1776686453000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273665.4587414037,\n                    \"instrumentId\": \"12d1ec19-504b-495f-852f-a9ddcae85566\",\n                    \"businessTime\": 1776686453000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723721.784475498,\n                    \"instrumentId\": \"3b3823d4-9a69-4f92-84b1-7136d762c464\",\n                    \"businessTime\": 1776686453000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298957.55633134773,\n                    \"instrumentId\": \"5a3f1eb2-5410-4d05-a4fd-c87a3e077a73\",\n                    \"businessTime\": 1776686453000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387130.4889337722,\n                    \"instrumentId\": \"c636c6ea-2e52-42fb-8340-902f1fff703f\",\n                    \"businessTime\": 1776686453000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83547519.1050888,\n                    \"instrumentId\": \"0ec4d508-e4f7-46cf-bc09-4575a1700f43\",\n                    \"businessTime\": 1776686453000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654365.3977081227,\n                    \"instrumentId\": \"c912c416-ae0a-478b-acf2-3ff8944f83b1\",\n                    \"businessTime\": 1776686453000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fa83182c-cfd7-4c5a-9f6f-199a5eadbe4a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97931857692061\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039951.5092012705,\n                    \"instrumentId\": \"1e0906c1-4ff5-46e9-be76-f30baf3f8289\",\n                    \"businessTime\": 1776686454000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273064.5105868643,\n                    \"instrumentId\": \"df680742-d912-464c-b22e-d8b8f12b3112\",\n                    \"businessTime\": 1776686454000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723743.60426361,\n                    \"instrumentId\": \"dfb52659-6d82-4918-bf6f-cefc1ca9974b\",\n                    \"businessTime\": 1776686454000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298957.55633134773,\n                    \"instrumentId\": \"4672fc06-8db7-42ff-92db-0599c0ef7835\",\n                    \"businessTime\": 1776686454000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386931.0513597584,\n                    \"instrumentId\": \"595721af-c166-47b4-bace-17dea7716b6a\",\n                    \"businessTime\": 1776686454000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83548134.41055198,\n                    \"instrumentId\": \"e9322212-93d8-41f1-957d-8fdbe39ce6e2\",\n                    \"businessTime\": 1776686454000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654365.3977081227,\n                    \"instrumentId\": \"199108bb-a105-4960-b538-466f316ac321\",\n                    \"businessTime\": 1776686454000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9dfa6d0b-08d3-4845-ac65-57184f3f678d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979275026362558\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039951.5092012705,\n                    \"instrumentId\": \"ab8c7f40-5bfe-4b9a-b8a6-3a1874982709\",\n                    \"businessTime\": 1776686455000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273062.7767203413,\n                    \"instrumentId\": \"12b152bb-fcf1-4e98-97d3-c4a5c0b2409a\",\n                    \"businessTime\": 1776686455000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13725567.974441882,\n                    \"instrumentId\": \"35cb24c8-19ce-4b7b-bb80-f6fbe7d20a9b\",\n                    \"businessTime\": 1776686455000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298957.55633134773,\n                    \"instrumentId\": \"98df1743-3bff-4550-9cda-36f9038c885a\",\n                    \"businessTime\": 1776686455000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386931.0513597584,\n                    \"instrumentId\": \"8368aeac-9d64-4b80-9c71-7fa887b5766a\",\n                    \"businessTime\": 1776686455000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83548443.01574941,\n                    \"instrumentId\": \"93be1516-3c01-4f42-a7af-e6ee3a0ed1a8\",\n                    \"businessTime\": 1776686455000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654356.6935042621,\n                    \"instrumentId\": \"a0774b31-373f-4f2c-af87-dc73b54d57d1\",\n                    \"businessTime\": 1776686455000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"85a88b36-3bc6-493a-a1df-cd426e606c43\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979648055765953\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039823.540856954,\n                    \"instrumentId\": \"04d0770c-adee-452c-bd73-1f70c9947d53\",\n                    \"businessTime\": 1776686456000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272767.489955538,\n                    \"instrumentId\": \"059fcd23-9b91-47aa-8651-b23de344468a\",\n                    \"businessTime\": 1776686456000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13725601.707758212,\n                    \"instrumentId\": \"68b5d545-8d3a-4577-b089-8a77c407b08f\",\n                    \"businessTime\": 1776686456000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298957.55633134773,\n                    \"instrumentId\": \"c6ecd3f3-44f3-47b4-817d-2df3aaf5d3ea\",\n                    \"businessTime\": 1776686456000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386752.5958317761,\n                    \"instrumentId\": \"65d297ca-10fb-435f-ad30-7fe75ac18d8b\",\n                    \"businessTime\": 1776686456000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83550400.75179806,\n                    \"instrumentId\": \"7c90b112-3309-4032-8437-78e9679d04f0\",\n                    \"businessTime\": 1776686456000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654356.6935042621,\n                    \"instrumentId\": \"de214c08-b47e-4507-8f0e-e62d32252841\",\n                    \"businessTime\": 1776686456000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1ae8cfa0-6e84-422d-a8be-7b1d93aab36a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979892301588077\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039825.313029255,\n                    \"instrumentId\": \"9ac87076-775c-4109-abc3-4d78ebfb318a\",\n                    \"businessTime\": 1776686457000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272769.591682146,\n                    \"instrumentId\": \"6912fe4b-4faf-4fa8-98d5-aa8c60a8b9e7\",\n                    \"businessTime\": 1776686457000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13725588.060605789,\n                    \"instrumentId\": \"99e8e09b-f676-48a8-8f69-fc27e4233841\",\n                    \"businessTime\": 1776686457000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298957.55633134773,\n                    \"instrumentId\": \"a8d6674c-0229-4269-856f-9d6b7a905b41\",\n                    \"businessTime\": 1776686457000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386752.5958317761,\n                    \"instrumentId\": \"4c3b7b27-08c7-49b7-9a1c-1c26a91fb829\",\n                    \"businessTime\": 1776686457000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83550743.7173697,\n                    \"instrumentId\": \"c595286a-5614-42ef-9c9a-e44e72523089\",\n                    \"businessTime\": 1776686457000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654356.6935042621,\n                    \"instrumentId\": \"bd3185c2-9603-4777-a256-597ebe1ec179\",\n                    \"businessTime\": 1776686457000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a6cb6b2c-e722-4a97-b32e-5854016ae705\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97995085911323\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:00:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039825.221667815,\n                    \"instrumentId\": \"950297e9-91c8-45ad-a9c0-515e53c324ef\",\n                    \"businessTime\": 1776686458000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272766.0892324843,\n                    \"instrumentId\": \"38c508bd-fa5d-4f4a-9447-502295854cff\",\n                    \"businessTime\": 1776686458000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13725692.73767641,\n                    \"instrumentId\": \"a1f5bf80-921b-477f-bd4a-190c70230d47\",\n                    \"businessTime\": 1776686458000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298957.55633134773,\n                    \"instrumentId\": \"4496879e-b5a6-4c34-8ca8-39fe8d5b1778\",\n                    \"businessTime\": 1776686458000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386752.5958317761,\n                    \"instrumentId\": \"992b33a2-19a1-4123-b893-d78006e25384\",\n                    \"businessTime\": 1776686458000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83551163.17200534,\n                    \"instrumentId\": \"4699fabe-f5a2-4497-b8de-d3c042d7056b\",\n                    \"businessTime\": 1776686458000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654356.6935042621,\n                    \"instrumentId\": \"14ebf465-1a26-4dbd-bece-8ad00b3da46d\",\n                    \"businessTime\": 1776686458000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0c53d94f-e365-42a8-917a-aa18a9308ad4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98004234204735\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039825.221667815,\n                    \"instrumentId\": \"b73ef1bb-31d2-462b-9f36-f4a0e660c4f4\",\n                    \"businessTime\": 1776686459000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272766.0892324843,\n                    \"instrumentId\": \"497563b1-ffc5-46d0-9732-aa95772d955f\",\n                    \"businessTime\": 1776686459000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13725692.73767641,\n                    \"instrumentId\": \"6cbcf773-1133-4c29-94d4-8077b62d47a3\",\n                    \"businessTime\": 1776686459000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298957.55633134773,\n                    \"instrumentId\": \"aa17ec1a-f9a9-4e1b-89e9-cbf4822fd6b7\",\n                    \"businessTime\": 1776686459000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386752.5958317761,\n                    \"instrumentId\": \"17fe65f8-536d-4ee0-badc-c20720746c77\",\n                    \"businessTime\": 1776686459000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83553684.51632564,\n                    \"instrumentId\": \"d1a8bced-3d11-49a0-8df1-f22c5567d87c\",\n                    \"businessTime\": 1776686459000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654356.6935042621,\n                    \"instrumentId\": \"94f5ec30-83ae-4bde-b9db-af0ce0823ca3\",\n                    \"businessTime\": 1776686459000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"81534c84-6ae8-4f48-a010-bb348b10086d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98048546055707\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039833.779504835,\n                    \"instrumentId\": \"ba187937-b0da-4c58-adda-a8681f262518\",\n                    \"businessTime\": 1776686460000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272727.3250632146,\n                    \"instrumentId\": \"67015fa1-02e4-4201-9d1a-59082d640ecb\",\n                    \"businessTime\": 1776686460000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13726100.115694545,\n                    \"instrumentId\": \"36293518-b1f9-4bc0-a324-c5e79d962ead\",\n                    \"businessTime\": 1776686460000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298941.34756382986,\n                    \"instrumentId\": \"083b6134-5664-4852-8342-fa5973829f26\",\n                    \"businessTime\": 1776686460000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386677.95028076455,\n                    \"instrumentId\": \"4b2cb542-aac9-458d-be9e-8994becf1d82\",\n                    \"businessTime\": 1776686460000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83556011.86526719,\n                    \"instrumentId\": \"327ce8e5-1c98-4b0c-9e09-ae800c03eaa2\",\n                    \"businessTime\": 1776686460000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654323.7618125487,\n                    \"instrumentId\": \"a6e34665-441b-466c-a162-3f7a9c2b430c\",\n                    \"businessTime\": 1776686460000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6607e34f-cec7-45f8-ac75-f85dff8af7c8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98093901672881\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039833.779504835,\n                    \"instrumentId\": \"2f25a2f3-d17d-4e92-ae91-19ad175964de\",\n                    \"businessTime\": 1776686461000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272693.761162222,\n                    \"instrumentId\": \"4ab10807-10ed-444e-a43f-88dd35e963f8\",\n                    \"businessTime\": 1776686461000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13725791.185991641,\n                    \"instrumentId\": \"a18469e2-e5a2-4762-9dd2-025b78d96087\",\n                    \"businessTime\": 1776686461000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298938.31378657615,\n                    \"instrumentId\": \"e62342ec-7aa8-40d1-a377-d2e329d65023\",\n                    \"businessTime\": 1776686461000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386760.44939096185,\n                    \"instrumentId\": \"4becdf9b-d5a1-4e4b-a022-aae164a24a56\",\n                    \"businessTime\": 1776686461000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83556445.61432621,\n                    \"instrumentId\": \"691ed3e6-5065-4ef6-b71c-9c2721a16a21\",\n                    \"businessTime\": 1776686461000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654323.7618125487,\n                    \"instrumentId\": \"d04d4f79-c0cc-4e14-9821-504071a3de4d\",\n                    \"businessTime\": 1776686461000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4fb04fa5-bbad-4bcf-9661-d6315b31780e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98096902038225\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039876.005573774,\n                    \"instrumentId\": \"239f436b-ae24-484a-bad0-551abdfc93e8\",\n                    \"businessTime\": 1776686462000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272693.7570380745,\n                    \"instrumentId\": \"fc707375-5d91-4d73-b0c9-f77158d482b5\",\n                    \"businessTime\": 1776686462000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13725074.807862408,\n                    \"instrumentId\": \"e14bcca3-6352-4fcd-8eda-f447a61735eb\",\n                    \"businessTime\": 1776686462000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298938.31378657615,\n                    \"instrumentId\": \"c05429e7-d808-4d0f-b333-d50b378b4e28\",\n                    \"businessTime\": 1776686462000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386760.44939096185,\n                    \"instrumentId\": \"d8627e9b-d62a-4882-8c77-360729919f89\",\n                    \"businessTime\": 1776686462000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83553020.28999983,\n                    \"instrumentId\": \"114c9825-5edf-468f-94a3-d165faff140a\",\n                    \"businessTime\": 1776686462000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654323.7618125487,\n                    \"instrumentId\": \"465821f8-6620-4ef8-9b11-81907b140544\",\n                    \"businessTime\": 1776686462000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"96965adc-fc59-4003-97c7-058c0caa7854\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.980248549290717\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039845.214440782,\n                    \"instrumentId\": \"51c173ce-d9e5-4f10-a2ac-1ae29f54278d\",\n                    \"businessTime\": 1776686463000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272498.696246482,\n                    \"instrumentId\": \"77ec5820-6f06-41b7-bbec-07c342c8a1de\",\n                    \"businessTime\": 1776686463000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724799.256373044,\n                    \"instrumentId\": \"6ae19df5-8fdd-4c0e-8dc4-56d835395d74\",\n                    \"businessTime\": 1776686463000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298915.9496822486,\n                    \"instrumentId\": \"3d6e44bf-42f4-4992-b470-07ef27c6fdf6\",\n                    \"businessTime\": 1776686463000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386760.44939096185,\n                    \"instrumentId\": \"707de0ce-ced2-4745-9fb8-828d9c717602\",\n                    \"businessTime\": 1776686463000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83550573.4548236,\n                    \"instrumentId\": \"875eafe8-c06b-49b7-8edb-702773b87871\",\n                    \"businessTime\": 1776686463000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654210.9371175384,\n                    \"instrumentId\": \"e5e45caf-c710-4d37-9328-bec7a4184d16\",\n                    \"businessTime\": 1776686463000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"370ba48c-f411-4fab-a248-9bc5f35884e3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979706646410307\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039822.56670417,\n                    \"instrumentId\": \"7de332f3-203e-4c71-a780-1a245ff38c69\",\n                    \"businessTime\": 1776686464000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272493.8805522285,\n                    \"instrumentId\": \"5ff15f1c-09be-4144-910b-7463e5d79356\",\n                    \"businessTime\": 1776686464000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724059.818650618,\n                    \"instrumentId\": \"2f96909c-4157-4446-b76d-0432c205c472\",\n                    \"businessTime\": 1776686464000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298915.9496822486,\n                    \"instrumentId\": \"52d4156a-7ae6-42ec-8a56-35bf20dd5356\",\n                    \"businessTime\": 1776686464000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386760.44939096185,\n                    \"instrumentId\": \"5a03fd2d-6a30-4829-b1be-d39033811bcf\",\n                    \"businessTime\": 1776686464000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83549084.20534514,\n                    \"instrumentId\": \"67d3caf7-bd1a-44f2-9af9-d73cebab823a\",\n                    \"businessTime\": 1776686464000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654210.9371175384,\n                    \"instrumentId\": \"44688cc6-4c72-4628-87fc-198a2b93b89a\",\n                    \"businessTime\": 1776686464000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"63d57a8b-d174-43d8-b0ea-a071d013e12e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979310134875732\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039822.56670417,\n                    \"instrumentId\": \"f917205f-2a22-45df-9966-8ca0f080b680\",\n                    \"businessTime\": 1776686465000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272468.5179282674,\n                    \"instrumentId\": \"02825d5a-5d11-4553-949d-e27a64b75ad8\",\n                    \"businessTime\": 1776686465000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724059.326307813,\n                    \"instrumentId\": \"e3ed59da-99e8-4702-b1e4-4b24452732e0\",\n                    \"businessTime\": 1776686465000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298915.9496822486,\n                    \"instrumentId\": \"aaeeb3b9-dc5f-4894-a3cc-d16599dd36ab\",\n                    \"businessTime\": 1776686465000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386753.9288747673,\n                    \"instrumentId\": \"0b262835-8840-49fb-a5cd-ce3ad85ac867\",\n                    \"businessTime\": 1776686465000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83549024.50804594,\n                    \"instrumentId\": \"4cbbc73e-2043-4ac1-80ce-fc863f2c0cce\",\n                    \"businessTime\": 1776686465000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654210.9371175384,\n                    \"instrumentId\": \"980cbd34-fd1c-498b-b1ad-7903560a562f\",\n                    \"businessTime\": 1776686465000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9ea10bb2-f889-49b1-a3a0-dbd85ee43b86\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979293953367442\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039822.56670417,\n                    \"instrumentId\": \"a4033b8d-7f7d-472f-ab4f-292dfead4be5\",\n                    \"businessTime\": 1776686466000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272468.5179282674,\n                    \"instrumentId\": \"ded2d1de-d844-4297-8372-076d1ed92f08\",\n                    \"businessTime\": 1776686466000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724037.851530684,\n                    \"instrumentId\": \"0f7aed1e-2c78-47fb-b64e-3b9d04c003de\",\n                    \"businessTime\": 1776686466000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298915.9496822486,\n                    \"instrumentId\": \"75fb7c03-7230-46d9-a79f-55bf6d90928b\",\n                    \"businessTime\": 1776686466000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386753.9288747673,\n                    \"instrumentId\": \"ad841a3c-3f86-4bb0-9ebe-18fdded88082\",\n                    \"businessTime\": 1776686466000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83549241.90448867,\n                    \"instrumentId\": \"abe8132a-9bf4-4d25-9bc6-c0f1a107132f\",\n                    \"businessTime\": 1776686466000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654210.9371175384,\n                    \"instrumentId\": \"cb1a9e56-a618-4e2e-bc87-5b626bc70289\",\n                    \"businessTime\": 1776686466000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bff5f0a2-503b-4b02-8aa1-07fc6b4c0219\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.9793283859976\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039821.706576839,\n                    \"instrumentId\": \"21764d06-d7d7-4b99-bbde-4629f38e8bc2\",\n                    \"businessTime\": 1776686467000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272468.5179282674,\n                    \"instrumentId\": \"88f3e41d-68a4-47d9-8e2d-2b494b203fef\",\n                    \"businessTime\": 1776686467000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724035.789751608,\n                    \"instrumentId\": \"5ba9fa0c-0e69-448b-9154-a7ccbdb38bc7\",\n                    \"businessTime\": 1776686467000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298915.9496822486,\n                    \"instrumentId\": \"98075aee-48c3-4b20-bfcd-ae9b7f9d9c52\",\n                    \"businessTime\": 1776686467000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386750.08221786993,\n                    \"instrumentId\": \"505bb3d1-2869-435e-95f1-c5213b847988\",\n                    \"businessTime\": 1776686467000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83545173.42612645,\n                    \"instrumentId\": \"ba4a1c7d-4524-4d30-8bc5-c9bcbafd50b6\",\n                    \"businessTime\": 1776686467000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654210.9371175384,\n                    \"instrumentId\": \"df2cfa56-79c1-4091-bd1d-64e7c531aea6\",\n                    \"businessTime\": 1776686467000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e37f7732-239d-4d4d-b284-6dea3d10d114\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97861217388415\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039362.897020723,\n                    \"instrumentId\": \"0784484b-8c58-474a-889d-1dd2be87fed9\",\n                    \"businessTime\": 1776686468000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272365.738961745,\n                    \"instrumentId\": \"ff9bbddb-c56a-481e-a0a8-72de4d2cb0ea\",\n                    \"businessTime\": 1776686468000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723416.928660154,\n                    \"instrumentId\": \"0614f7f2-5ae7-4c55-8716-c531f14ce7df\",\n                    \"businessTime\": 1776686468000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298905.75380938564,\n                    \"instrumentId\": \"7573a7ad-c34c-41aa-8351-50294f003100\",\n                    \"businessTime\": 1776686468000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386750.08221786993,\n                    \"instrumentId\": \"516e4cf1-cbab-4951-a754-c15f1cc44aa7\",\n                    \"businessTime\": 1776686468000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83545104.90776686,\n                    \"instrumentId\": \"5d2612c3-5bbd-4b61-b3c7-4277d9d421fa\",\n                    \"businessTime\": 1776686468000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654210.4758018682,\n                    \"instrumentId\": \"573647a7-f8b7-490b-8563-b7c6d2e21afb\",\n                    \"businessTime\": 1776686468000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ebf950e9-22f0-4112-a163-b878882d4ae8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97839079863596\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039362.897020723,\n                    \"instrumentId\": \"c972ca43-1416-443c-be03-50b407de6cc0\",\n                    \"businessTime\": 1776686469000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272124.9226256744,\n                    \"instrumentId\": \"5c11922c-328f-4b57-857f-e4dd95b0e107\",\n                    \"businessTime\": 1776686469000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723236.05489473,\n                    \"instrumentId\": \"5a53e08b-9bd7-4920-8f24-b451f84a023b\",\n                    \"businessTime\": 1776686469000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298905.75380938564,\n                    \"instrumentId\": \"92d4649a-86e9-4c10-851f-c1b667e2ce15\",\n                    \"businessTime\": 1776686469000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386750.08221786993,\n                    \"instrumentId\": \"f74e47c2-73a0-446d-a4cd-c9ed510b02b2\",\n                    \"businessTime\": 1776686469000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83543735.3073752,\n                    \"instrumentId\": \"6ef70cfc-b9fb-4945-b189-dfa7ab8e862d\",\n                    \"businessTime\": 1776686469000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654210.4758018682,\n                    \"instrumentId\": \"f226c911-6b12-4466-8c37-9f72937be437\",\n                    \"businessTime\": 1776686469000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5cb75f2f-a381-47c4-9e63-36b1788e0a57\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.978075984841027\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038925.073864081,\n                    \"instrumentId\": \"af952810-f3af-44f3-8d1f-1917a5c6e326\",\n                    \"businessTime\": 1776686470000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271919.001732307,\n                    \"instrumentId\": \"2fc93a7e-cd7a-4b02-b402-b118412d4906\",\n                    \"businessTime\": 1776686470000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723040.067401238,\n                    \"instrumentId\": \"2fb29230-1423-4f07-8590-89f62ef727e7\",\n                    \"businessTime\": 1776686470000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298905.75380938564,\n                    \"instrumentId\": \"9be8a9a3-e44d-4d19-be87-17cff8fd7cdf\",\n                    \"businessTime\": 1776686470000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386738.0255996126,\n                    \"instrumentId\": \"f6d96250-e22d-4f9a-978b-c9df21974cc4\",\n                    \"businessTime\": 1776686470000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83543416.52715191,\n                    \"instrumentId\": \"34f59a9e-e1bf-4572-8804-9ead6b6d68bc\",\n                    \"businessTime\": 1776686470000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654210.4758018682,\n                    \"instrumentId\": \"3231117f-41b7-4787-a232-e831b94a0314\",\n                    \"businessTime\": 1776686470000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"186058da-4c0a-4782-898e-17d1e0c6d7b1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97787026104752\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038925.073864081,\n                    \"instrumentId\": \"4f71151a-b51c-4513-800d-ade5d27839d7\",\n                    \"businessTime\": 1776686471000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271843.823896876,\n                    \"instrumentId\": \"c1e453b3-3a4d-4ecf-861f-106e52b67e08\",\n                    \"businessTime\": 1776686471000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720651.697529709,\n                    \"instrumentId\": \"8cb86bdf-71bc-4207-83b6-e37faa366567\",\n                    \"businessTime\": 1776686471000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298905.31538952794,\n                    \"instrumentId\": \"e4dca96f-80d5-466a-935e-6e1783572bbe\",\n                    \"businessTime\": 1776686471000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386738.0255996126,\n                    \"instrumentId\": \"87eefaf0-d468-472f-9946-da24afb68928\",\n                    \"businessTime\": 1776686471000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83541027.61929688,\n                    \"instrumentId\": \"bd7c58ee-1624-40ee-8cfc-7eded85acc29\",\n                    \"businessTime\": 1776686471000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654210.1839644525,\n                    \"instrumentId\": \"99821321-5280-48ad-97b6-75fea7511698\",\n                    \"businessTime\": 1776686471000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"75c42032-98fd-4b21-bd0c-a0a4215e3365\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.977017328566106\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038268.9319053935,\n                    \"instrumentId\": \"c6a3b3b5-5d0a-4182-8e65-e4c3f4c766ea\",\n                    \"businessTime\": 1776686472000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271820.333355607,\n                    \"instrumentId\": \"a716a7f3-225a-479c-aae2-98291f5d3433\",\n                    \"businessTime\": 1776686472000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721165.282636268,\n                    \"instrumentId\": \"7093c6aa-ae3d-4ac8-bd52-46ce768c3a5f\",\n                    \"businessTime\": 1776686472000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298905.31538952794,\n                    \"instrumentId\": \"8d7c6712-fe62-4ad3-b71c-424b614d53c6\",\n                    \"businessTime\": 1776686472000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386738.0255996126,\n                    \"instrumentId\": \"2d1f4597-66a8-45b5-a968-cbf5416ba7b2\",\n                    \"businessTime\": 1776686472000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83538785.39446196,\n                    \"instrumentId\": \"4716f8fd-9639-42bc-97f7-b46f9e51229a\",\n                    \"businessTime\": 1776686472000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654210.1839644525,\n                    \"instrumentId\": \"f5132e5f-0827-4e54-b3ff-030df2ba4ec5\",\n                    \"businessTime\": 1776686472000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c8a70998-b484-4b51-af46-0ccc8405dc08\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97659408212879\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038245.287823855,\n                    \"instrumentId\": \"83ddfe55-09a6-4cf1-9132-30c67ea10178\",\n                    \"businessTime\": 1776686473000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271553.116308875,\n                    \"instrumentId\": \"817d5ae8-f9fa-45ae-b044-8e2dbe0fe101\",\n                    \"businessTime\": 1776686473000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721048.605707329,\n                    \"instrumentId\": \"39fda86f-aa12-451b-83cc-cc3342a78738\",\n                    \"businessTime\": 1776686473000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298905.31538952794,\n                    \"instrumentId\": \"ef594b42-d804-4ae7-8388-2a3eaedb88db\",\n                    \"businessTime\": 1776686473000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386588.5493338703,\n                    \"instrumentId\": \"81ed7291-de6b-43e8-9bf6-e0be66caf800\",\n                    \"businessTime\": 1776686473000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83538787.6208456,\n                    \"instrumentId\": \"242c5e28-04e2-4555-8dce-83241fe9a5a9\",\n                    \"businessTime\": 1776686473000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654210.1839644525,\n                    \"instrumentId\": \"c5b34520-3c8c-4456-864b-232e99f8175b\",\n                    \"businessTime\": 1776686473000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"03775777-d075-4f39-a579-7a0af30e31c5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.976496579854746\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038121.216320834,\n                    \"instrumentId\": \"8be298c4-57cc-4670-ad7c-29bb638a664e\",\n                    \"businessTime\": 1776686474000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271480.622491147,\n                    \"instrumentId\": \"d0c309f4-4eea-4b6b-bb42-61582debf0a0\",\n                    \"businessTime\": 1776686474000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720984.184043508,\n                    \"instrumentId\": \"829ca215-9fa2-4abc-837c-ffb9dd8e7249\",\n                    \"businessTime\": 1776686474000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298905.31538952794,\n                    \"instrumentId\": \"43ac51ed-2779-4f75-828c-cfbbaf85e8ea\",\n                    \"businessTime\": 1776686474000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386585.0779750658,\n                    \"instrumentId\": \"c074f378-03b3-40c8-90da-892c42a8e88f\",\n                    \"businessTime\": 1776686474000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83537205.88340345,\n                    \"instrumentId\": \"6647e593-1c77-4fab-ae4d-fadda6e99b62\",\n                    \"businessTime\": 1776686474000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654209.1648213571,\n                    \"instrumentId\": \"8c68a279-5620-4e6f-8405-1455bf08eb91\",\n                    \"businessTime\": 1776686474000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9c187539-9fdf-4c08-8eed-601617a255d3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.976171937512284\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038121.216320834,\n                    \"instrumentId\": \"723cb3f7-bf02-418d-949a-1184cb9f246a\",\n                    \"businessTime\": 1776686475000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271470.9224093184,\n                    \"instrumentId\": \"282a88c7-4b39-4e19-831f-2e366addaa47\",\n                    \"businessTime\": 1776686475000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720984.184043508,\n                    \"instrumentId\": \"becdd4f9-53bb-46c0-a3e2-6bbc8491260d\",\n                    \"businessTime\": 1776686475000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298905.31538952794,\n                    \"instrumentId\": \"2b14187b-ba98-4568-91d4-3c7c72789d4f\",\n                    \"businessTime\": 1776686475000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386586.0088829857,\n                    \"instrumentId\": \"79fd1528-22a0-4aa5-867d-430115170374\",\n                    \"businessTime\": 1776686475000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83537186.94936107,\n                    \"instrumentId\": \"b4ac1642-3031-42a7-b8cc-edfbd6d36499\",\n                    \"businessTime\": 1776686475000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654209.1648213571,\n                    \"instrumentId\": \"16ec8a59-297a-479d-be03-bcb010308dab\",\n                    \"businessTime\": 1776686475000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b84c09ea-d267-4599-a28f-e91c2ad4ee91\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.976167068757224\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037804.9917050265,\n                    \"instrumentId\": \"b473a079-39d9-4ac0-904a-6d5ab36763c8\",\n                    \"businessTime\": 1776686476000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271303.4015110214,\n                    \"instrumentId\": \"bd94b165-18a5-4850-a157-fd199f365922\",\n                    \"businessTime\": 1776686476000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720307.829330238,\n                    \"instrumentId\": \"28b4f0a7-856f-4a4c-995d-da8743f92412\",\n                    \"businessTime\": 1776686476000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298905.31538952794,\n                    \"instrumentId\": \"125fc689-db91-4133-a7d6-6c1d96eda88e\",\n                    \"businessTime\": 1776686476000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386586.0088829857,\n                    \"instrumentId\": \"04299f4b-bcb9-4e60-b4df-5420f5bfe50d\",\n                    \"businessTime\": 1776686476000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83529944.69658431,\n                    \"instrumentId\": \"26cadf73-a878-4618-85d6-c936ea65404f\",\n                    \"businessTime\": 1776686476000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654209.1648213571,\n                    \"instrumentId\": \"a531812c-3911-451c-a395-42eb964a21fa\",\n                    \"businessTime\": 1776686476000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"43ce86e6-6ded-4da5-9c15-34a6863e8ed5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97469038105878\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037816.029661847,\n                    \"instrumentId\": \"87d732d0-f1eb-4d73-b995-384f9692d897\",\n                    \"businessTime\": 1776686477000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270898.7061895584,\n                    \"instrumentId\": \"d8476258-714d-4056-acd1-5e4300dbce68\",\n                    \"businessTime\": 1776686477000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720218.469589485,\n                    \"instrumentId\": \"50dbf508-5bd6-474a-975a-4a862aecad0b\",\n                    \"businessTime\": 1776686477000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298886.60719396133,\n                    \"instrumentId\": \"67b26577-5645-45d4-bd4e-a0451bb329da\",\n                    \"businessTime\": 1776686477000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386584.9372565289,\n                    \"instrumentId\": \"d5fec175-b8a7-4afb-b411-1e54d469e7e5\",\n                    \"businessTime\": 1776686477000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83523959.29365431,\n                    \"instrumentId\": \"36606e1c-2de9-4b30-aadb-7f2556c7e2bc\",\n                    \"businessTime\": 1776686477000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653976.4805618834,\n                    \"instrumentId\": \"ceb33064-ead3-4a09-966b-0c841bf725c5\",\n                    \"businessTime\": 1776686477000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f1914f51-de31-4e23-ac97-914a777370d4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973509206345796\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037832.794017708,\n                    \"instrumentId\": \"c51019c6-a9b7-4c12-9c0b-2ca62573e685\",\n                    \"businessTime\": 1776686478000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270610.703778733,\n                    \"instrumentId\": \"5e3a3bc0-7c4e-4b5b-beb6-9cae25f09b63\",\n                    \"businessTime\": 1776686478000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720262.07296328,\n                    \"instrumentId\": \"cb90644b-0bff-44e7-b279-e2e75463210d\",\n                    \"businessTime\": 1776686478000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298886.60719396133,\n                    \"instrumentId\": \"fb7c557b-12ce-4ead-8757-1c40e63a8ec3\",\n                    \"businessTime\": 1776686478000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386584.9372565289,\n                    \"instrumentId\": \"d3084690-c663-4fc1-a798-f4eebfe867c9\",\n                    \"businessTime\": 1776686478000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83522183.12170982,\n                    \"instrumentId\": \"b7e3440f-db58-4418-a941-3932ad15d525\",\n                    \"businessTime\": 1776686478000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653976.4805618834,\n                    \"instrumentId\": \"c7402269-7f1d-434c-976c-8abba0227e3f\",\n                    \"businessTime\": 1776686478000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0f6d1bc1-7385-4f8e-b433-b665841b255f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973157043494187\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037812.3385670455,\n                    \"instrumentId\": \"65b19358-53e6-4f79-9dcd-c8e645d38992\",\n                    \"businessTime\": 1776686479000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270606.577438084,\n                    \"instrumentId\": \"3234097a-1182-49e1-81ed-ca4d10c0f937\",\n                    \"businessTime\": 1776686479000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720249.723704096,\n                    \"instrumentId\": \"6067954d-7115-4974-9710-b49cd4d8e486\",\n                    \"businessTime\": 1776686479000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298901.02100639004,\n                    \"instrumentId\": \"1102f030-6ad3-4efc-9d64-0bbba1cb4973\",\n                    \"businessTime\": 1776686479000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386584.9372565289,\n                    \"instrumentId\": \"4411fd92-e190-4dbf-8624-bebd181b270b\",\n                    \"businessTime\": 1776686479000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83523115.64181454,\n                    \"instrumentId\": \"7006586e-4fa5-4f09-aaef-09d949157623\",\n                    \"businessTime\": 1776686479000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653976.4805618834,\n                    \"instrumentId\": \"17e4a25e-a5ff-47a8-b00b-e7f057b7a994\",\n                    \"businessTime\": 1776686479000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4d5e3bd1-bab4-4b32-b44e-f53ff2793f4a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97331697369922\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037808.950472156,\n                    \"instrumentId\": \"0ea9ed82-13e1-45e7-860a-59e2612b8377\",\n                    \"businessTime\": 1776686480000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270684.2354320306,\n                    \"instrumentId\": \"0956a3e4-5008-4d00-aa45-fa2bb8bbabce\",\n                    \"businessTime\": 1776686480000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720268.47232628,\n                    \"instrumentId\": \"bef948ad-2635-457b-a019-e388d776fa74\",\n                    \"businessTime\": 1776686480000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298901.02100639004,\n                    \"instrumentId\": \"b281e376-6688-4d27-9dc0-f9daa596662b\",\n                    \"businessTime\": 1776686480000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386584.9372565289,\n                    \"instrumentId\": \"d36900f6-3e41-45c8-a0d6-ab4248fee40e\",\n                    \"businessTime\": 1776686480000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83523077.95026112,\n                    \"instrumentId\": \"5d59569a-fc4b-48f3-ac38-a3e647ea5991\",\n                    \"businessTime\": 1776686480000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653976.4805618834,\n                    \"instrumentId\": \"ef7c56f3-4dd5-49c4-90ee-5db99dd70215\",\n                    \"businessTime\": 1776686480000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6e2bcd98-96df-4aa3-b630-a9159894f2b1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973326697243653\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037808.950472156,\n                    \"instrumentId\": \"39b6a462-35b3-4381-bdbc-e3f4771addf3\",\n                    \"businessTime\": 1776686481000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270765.254318159,\n                    \"instrumentId\": \"6132b1d8-8c21-440e-b452-7249ee28c227\",\n                    \"businessTime\": 1776686481000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721497.11678879,\n                    \"instrumentId\": \"9b563d4f-686a-426f-9837-f0dbe92a4fe4\",\n                    \"businessTime\": 1776686481000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298901.02100639004,\n                    \"instrumentId\": \"21a6127a-20d3-4b95-b1b5-a90e843b85a4\",\n                    \"businessTime\": 1776686481000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386585.3874156387,\n                    \"instrumentId\": \"f4c7ce2c-dc58-40c4-a7c0-06097bffee38\",\n                    \"businessTime\": 1776686481000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83523266.87063943,\n                    \"instrumentId\": \"9f2baa13-e29d-4853-8153-762eb21cf9dd\",\n                    \"businessTime\": 1776686481000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653976.4805618834,\n                    \"instrumentId\": \"5628d8ad-5666-45c5-b655-ba8c56dadc66\",\n                    \"businessTime\": 1776686481000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f338fb7a-028f-4b28-9c96-13aeeacbc17b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973590147838742\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037808.950472156,\n                    \"instrumentId\": \"e881a563-f4c9-46f6-94e8-2110bce18433\",\n                    \"businessTime\": 1776686482000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270765.254318159,\n                    \"instrumentId\": \"944b8273-3a4d-4b25-91b5-5371a7050589\",\n                    \"businessTime\": 1776686482000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721660.602233179,\n                    \"instrumentId\": \"b3d95403-6a16-490a-a692-3087fcb73e1d\",\n                    \"businessTime\": 1776686482000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298901.02100639004,\n                    \"instrumentId\": \"221a2851-6e23-4cc3-9a60-aae86c5d34fb\",\n                    \"businessTime\": 1776686482000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386585.3874156387,\n                    \"instrumentId\": \"fed53d81-5664-4d09-b082-36f1b81566ef\",\n                    \"businessTime\": 1776686482000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83527908.32805538,\n                    \"instrumentId\": \"ea79832e-966c-4b3a-ac27-a22b04c7c466\",\n                    \"businessTime\": 1776686482000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653976.4805618834,\n                    \"instrumentId\": \"b1f0a450-43ba-4d97-9394-53b5811edc91\",\n                    \"businessTime\": 1776686482000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a885a793-e1c8-4ec8-bfbd-c0f7f11c955a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.974434601768504\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037817.5737834,\n                    \"instrumentId\": \"788e8841-93d5-4461-b2cf-bd5cbc90a82c\",\n                    \"businessTime\": 1776686483000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270766.2346772724,\n                    \"instrumentId\": \"a908105d-532a-45e4-94e2-c9cb22fa697e\",\n                    \"businessTime\": 1776686483000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721767.561131107,\n                    \"instrumentId\": \"15139304-c45e-4ee7-afc7-f484d1c6dc2c\",\n                    \"businessTime\": 1776686483000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298902.26681364846,\n                    \"instrumentId\": \"a741a05d-a639-4e90-b220-8179cd940485\",\n                    \"businessTime\": 1776686483000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386587.321184153,\n                    \"instrumentId\": \"411eaedb-4370-4ac5-bc2a-0c4b7680c62c\",\n                    \"businessTime\": 1776686483000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83527984.78775631,\n                    \"instrumentId\": \"a1f22271-5356-402a-8ef9-223d1146bf31\",\n                    \"businessTime\": 1776686483000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653976.4805618834,\n                    \"instrumentId\": \"648fdd25-2bbe-4909-a79f-9e50bb4d948d\",\n                    \"businessTime\": 1776686483000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"05159d14-8f2b-484b-85e9-ceebd5ca6785\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.974469083639327\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037856.435495264,\n                    \"instrumentId\": \"be0b1cd5-565c-488c-aed1-a819c32b33c7\",\n                    \"businessTime\": 1776686484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271274.9583183387,\n                    \"instrumentId\": \"74ea4558-324f-4f97-9b4d-60ec676198b7\",\n                    \"businessTime\": 1776686484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721858.284453548,\n                    \"instrumentId\": \"21767a24-83d2-4b5b-9e22-618511633ed0\",\n                    \"businessTime\": 1776686484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298902.26681364846,\n                    \"instrumentId\": \"143362a6-e76a-4b88-a910-dc3fbfe5f227\",\n                    \"businessTime\": 1776686484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386587.321184153,\n                    \"instrumentId\": \"fcf5ec80-9c86-444d-be9d-7fa691119986\",\n                    \"businessTime\": 1776686484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83528077.20752446,\n                    \"instrumentId\": \"abb9bbe5-9166-4a6a-aca5-8c38419d96a9\",\n                    \"businessTime\": 1776686484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653976.4805618834,\n                    \"instrumentId\": \"ca656a0e-108f-4bac-85e9-c0d49fd9a323\",\n                    \"businessTime\": 1776686484000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b6bd35bf-b2c7-4870-b034-96dc5b37c7a6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.974597506915867\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037891.990659582,\n                    \"instrumentId\": \"3729e87e-aa2a-44e3-a736-facb63a65380\",\n                    \"businessTime\": 1776686485000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271274.9583183387,\n                    \"instrumentId\": \"13132475-4248-4adc-81ed-3fa800ab97e6\",\n                    \"businessTime\": 1776686485000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721910.366144946,\n                    \"instrumentId\": \"19d91a4a-8aa8-404a-a7cb-9cc65a7ecf94\",\n                    \"businessTime\": 1776686485000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298902.26681364846,\n                    \"instrumentId\": \"e3eab2bd-f7f5-422b-95e0-868efe3f19bd\",\n                    \"businessTime\": 1776686485000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386587.321184153,\n                    \"instrumentId\": \"71cf7767-6c77-4718-a24b-4d3f440c031a\",\n                    \"businessTime\": 1776686485000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83528215.02180836,\n                    \"instrumentId\": \"a91607f6-aaa1-4890-9d01-15001bf277a0\",\n                    \"businessTime\": 1776686485000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654023.8207025202,\n                    \"instrumentId\": \"81640db6-3045-4519-8f66-117f0bfe5628\",\n                    \"businessTime\": 1776686485000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5016d2fe-331b-4541-9033-300ea1d01efa\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.974645449144383\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037892.609586968,\n                    \"instrumentId\": \"81fe0476-e7b7-4b67-9d00-e400d7789b15\",\n                    \"businessTime\": 1776686486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271360.0130692217,\n                    \"instrumentId\": \"3c456140-75d2-4d36-ab77-1e96977ca35c\",\n                    \"businessTime\": 1776686486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724043.13699983,\n                    \"instrumentId\": \"90cfa399-0694-4535-ad5b-07c2632b16d5\",\n                    \"businessTime\": 1776686486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298902.26681364846,\n                    \"instrumentId\": \"63c6447b-9ead-4ad3-af98-fac0aa97b064\",\n                    \"businessTime\": 1776686486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386587.321184153,\n                    \"instrumentId\": \"877a6b37-d898-4acb-992f-9ab19318c1a1\",\n                    \"businessTime\": 1776686486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83530037.11664852,\n                    \"instrumentId\": \"2baa1a6b-944e-404e-8dc4-3d45af5ddd71\",\n                    \"businessTime\": 1776686486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654023.8207025202,\n                    \"instrumentId\": \"4bffdbde-5f4d-4fc9-8482-533554613be8\",\n                    \"businessTime\": 1776686486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"472beb18-f7a4-4c0a-8aee-938841ecdc2d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.975355561512277\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037836.600613193,\n                    \"instrumentId\": \"cf58d159-5414-4aea-be41-5f229a2353a8\",\n                    \"businessTime\": 1776686487000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271439.341684082,\n                    \"instrumentId\": \"9581fb32-dc17-4f51-b8ba-04738e4ecb11\",\n                    \"businessTime\": 1776686487000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13724948.303178973,\n                    \"instrumentId\": \"6fcc9175-c745-4b0d-a115-2b32d8261d67\",\n                    \"businessTime\": 1776686487000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298902.26681364846,\n                    \"instrumentId\": \"63c6447b-9ead-4ad3-af98-fac0aa97b064\",\n                    \"businessTime\": 1776686486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386587.321184153,\n                    \"instrumentId\": \"ddebefca-3993-4ba2-81eb-831207a76a7e\",\n                    \"businessTime\": 1776686487000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83534545.65758541,\n                    \"instrumentId\": \"68ee4716-162b-482e-a6f5-b551dbc5d24e\",\n                    \"businessTime\": 1776686487000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654023.8207025202,\n                    \"instrumentId\": \"2f65354e-429f-4c0c-9b07-dee3ea7bdd92\",\n                    \"businessTime\": 1776686487000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"45844857-5a9a-4dce-a370-b93100aa9763\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97631110224288\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037828.088591891,\n                    \"instrumentId\": \"1dc576f5-cd7b-4481-8f19-7ffd0d5fabeb\",\n                    \"businessTime\": 1776686488000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271431.827935736,\n                    \"instrumentId\": \"33105cd7-fb85-4248-bf6c-0a1519841d53\",\n                    \"businessTime\": 1776686488000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723561.193785183,\n                    \"instrumentId\": \"513d79c9-520e-4d93-be71-f377f3b9936d\",\n                    \"businessTime\": 1776686488000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298902.26681364846,\n                    \"instrumentId\": \"63c6447b-9ead-4ad3-af98-fac0aa97b064\",\n                    \"businessTime\": 1776686486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386587.321184153,\n                    \"instrumentId\": \"3a16ac5c-83dd-4f5c-ae75-88d35ee9d0b9\",\n                    \"businessTime\": 1776686488000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83535944.466527,\n                    \"instrumentId\": \"16673b42-009b-4d46-a498-d543fcd893df\",\n                    \"businessTime\": 1776686488000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654023.8207025202,\n                    \"instrumentId\": \"8d726a83-0bb8-4de8-bf1f-a12d1ff55ec1\",\n                    \"businessTime\": 1776686488000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"578332e3-6591-4788-b715-78b9049b4254\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.976310341922694\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037827.654676366,\n                    \"instrumentId\": \"23b63a5b-67a6-4df9-83c3-54fa2ca8a6f7\",\n                    \"businessTime\": 1776686489000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271420.076333103,\n                    \"instrumentId\": \"11f2c5a4-c583-4f49-8e07-121480a9fdcb\",\n                    \"businessTime\": 1776686489000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723561.193785183,\n                    \"instrumentId\": \"16713b06-05bb-451a-8e47-d40779ce28db\",\n                    \"businessTime\": 1776686489000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298859.46202575223,\n                    \"instrumentId\": \"4df60f62-58b6-4d56-886f-4100ebd0f68a\",\n                    \"businessTime\": 1776686489000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386590.062262306,\n                    \"instrumentId\": \"329e7be1-f7fc-469d-b800-d6a296162bdd\",\n                    \"businessTime\": 1776686489000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83534339.99891724,\n                    \"instrumentId\": \"27c3a0bb-12d7-418d-b406-2963b1418711\",\n                    \"businessTime\": 1776686489000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654023.8207025202,\n                    \"instrumentId\": \"7eb22c57-b9b8-46b6-a790-97e01cd301ee\",\n                    \"businessTime\": 1776686489000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6648cb34-adff-4bef-8d42-9e8dba54ac9c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.976019179033823\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037827.654676366,\n                    \"instrumentId\": \"6e1ddd1d-561a-4fbf-a6f5-1b5b2182526f\",\n                    \"businessTime\": 1776686490000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271420.076333103,\n                    \"instrumentId\": \"c14e546c-9be2-4632-bffd-9e6cff4b2d28\",\n                    \"businessTime\": 1776686490000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723273.187393328,\n                    \"instrumentId\": \"69d3150e-0fd9-4128-946a-7553d419dc76\",\n                    \"businessTime\": 1776686490000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298859.46202575223,\n                    \"instrumentId\": \"c793d2dc-c236-467f-b3d7-196aee35fc5a\",\n                    \"businessTime\": 1776686490000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386649.0855859246,\n                    \"instrumentId\": \"154129d2-dbd3-40d6-8827-c1fcb9758087\",\n                    \"businessTime\": 1776686490000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83527857.72286303,\n                    \"instrumentId\": \"eed77989-33b7-482a-955c-aa9f82939ee6\",\n                    \"businessTime\": 1776686490000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654023.8207025202,\n                    \"instrumentId\": \"bd4632fa-93dc-4c6e-91b7-fdb210cd5429\",\n                    \"businessTime\": 1776686490000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b66359ad-cf68-4c42-9a08-77fd9cdd7232\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97483969588401\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037827.654676366,\n                    \"instrumentId\": \"33f4c4c6-75b2-43b8-9a71-e11d8f851771\",\n                    \"businessTime\": 1776686491000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271396.5944060595,\n                    \"instrumentId\": \"74c257f0-3b90-4803-af86-ca6e636630dd\",\n                    \"businessTime\": 1776686491000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723222.618145416,\n                    \"instrumentId\": \"4937c970-2970-45c1-94a6-63b161f2f7fd\",\n                    \"businessTime\": 1776686491000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298859.46202575223,\n                    \"instrumentId\": \"36cdb325-0f5a-48c9-ad5b-4306a144de64\",\n                    \"businessTime\": 1776686491000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386722.3562727682,\n                    \"instrumentId\": \"106d151d-285e-4592-b818-780de290eab8\",\n                    \"businessTime\": 1776686491000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83527275.35317153,\n                    \"instrumentId\": \"92878838-820f-4fa5-9112-2d3bc688e7c2\",\n                    \"businessTime\": 1776686491000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"ee52590f-b153-4fae-ae18-972ebfc4d508\",\n                    \"businessTime\": 1776686491000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a7db9113-f01b-4c04-9de3-e31366059411\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.974737290374073\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037773.855567641,\n                    \"instrumentId\": \"b5ddddde-4620-41cd-8b94-7e94eec2df1f\",\n                    \"businessTime\": 1776686492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271396.5944060595,\n                    \"instrumentId\": \"980f5ee1-fc2c-4ecf-b61b-4281360fbc07\",\n                    \"businessTime\": 1776686492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723222.618145416,\n                    \"instrumentId\": \"12b575c9-3f27-47eb-855d-4842d4a3c077\",\n                    \"businessTime\": 1776686492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298859.46202575223,\n                    \"instrumentId\": \"2f03b3a9-f8eb-4e18-8588-503cb6934ab1\",\n                    \"businessTime\": 1776686492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386715.22640280094,\n                    \"instrumentId\": \"bcd2e241-2a3c-469f-981a-ec0071a8e261\",\n                    \"businessTime\": 1776686492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83527035.9004715,\n                    \"instrumentId\": \"50b8e6cb-fc05-4f58-838b-8da13d1b06a8\",\n                    \"businessTime\": 1776686492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"9840f638-0128-4c13-a218-eb5ad2f8478a\",\n                    \"businessTime\": 1776686492000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0a7e3be6-f112-41f0-8516-41d456d8a494\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.974684499217883\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037769.975630796,\n                    \"instrumentId\": \"98469f52-1b87-4c48-9efa-f0e4a5b53087\",\n                    \"businessTime\": 1776686493000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271397.86922925,\n                    \"instrumentId\": \"55cf6c85-2007-4f3a-859f-62a44140d29a\",\n                    \"businessTime\": 1776686493000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13722627.166290993,\n                    \"instrumentId\": \"8ca31378-dbaa-4058-9daa-e334cdf3bd2a\",\n                    \"businessTime\": 1776686493000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299012.62793016917,\n                    \"instrumentId\": \"e83211e6-6b11-4ac3-b132-2816b18dbf5e\",\n                    \"businessTime\": 1776686493000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386715.22640280094,\n                    \"instrumentId\": \"bcd2e241-2a3c-469f-981a-ec0071a8e261\",\n                    \"businessTime\": 1776686492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83526924.15152904,\n                    \"instrumentId\": \"1d51de9d-42e2-44a0-8fad-854971b7127e\",\n                    \"businessTime\": 1776686493000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"5b786267-ee47-4fbe-9cf4-fca752e64006\",\n                    \"businessTime\": 1776686493000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7a1d39c5-2175-41c0-9c4d-d9760affeadb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.974586671448794\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037764.873202344,\n                    \"instrumentId\": \"2c3b6214-077b-4d78-9da3-12dc481fa275\",\n                    \"businessTime\": 1776686494000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271397.86922925,\n                    \"instrumentId\": \"dfd53380-0173-402c-afe2-db2ba3885fee\",\n                    \"businessTime\": 1776686494000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13722088.428546036,\n                    \"instrumentId\": \"7d6ee712-2288-4ad5-9ba6-9a680ce8d04c\",\n                    \"businessTime\": 1776686494000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299012.62793016917,\n                    \"instrumentId\": \"45498f6d-c736-40ad-9ce3-58be3e2aa5c2\",\n                    \"businessTime\": 1776686494000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386715.22640280094,\n                    \"instrumentId\": \"bcd2e241-2a3c-469f-981a-ec0071a8e261\",\n                    \"businessTime\": 1776686492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83526247.93665677,\n                    \"instrumentId\": \"f26776d2-e075-45ba-9974-2f52e45e9786\",\n                    \"businessTime\": 1776686494000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"095397ca-f7c3-4d62-9bb2-33603ff6f8df\",\n                    \"businessTime\": 1776686494000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"de5f4976-3fe9-4b74-9da4-abbb61e3e985\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.974372250526883\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036703.621771143,\n                    \"instrumentId\": \"2c856e5f-fdb0-48b4-b0f4-5919fe63189e\",\n                    \"businessTime\": 1776686495000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271106.3474123976,\n                    \"instrumentId\": \"ffd9d069-14d1-4e2f-8634-2d957b7d5967\",\n                    \"businessTime\": 1776686495000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721782.597607192,\n                    \"instrumentId\": \"c90d2cad-6ddf-430d-9b3a-60ed63fd0972\",\n                    \"businessTime\": 1776686495000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298961.044407486,\n                    \"instrumentId\": \"e596503e-9082-43e8-bcad-eee54656fa04\",\n                    \"businessTime\": 1776686495000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386715.22640280094,\n                    \"instrumentId\": \"bcd2e241-2a3c-469f-981a-ec0071a8e261\",\n                    \"businessTime\": 1776686492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83521940.73788033,\n                    \"instrumentId\": \"f3230bf7-dd8b-496b-b5d8-39ff359bd5b2\",\n                    \"businessTime\": 1776686495000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"a3a010f5-92ab-4b45-81da-4c95ddb2ce0d\",\n                    \"businessTime\": 1776686495000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a0781671-460a-49ad-bb07-2407383c970a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973314713358867\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036703.621771143,\n                    \"instrumentId\": \"b984bc39-907f-40d8-97b4-2572929288ce\",\n                    \"businessTime\": 1776686496000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271012.8449337315,\n                    \"instrumentId\": \"97e8d386-2610-42d1-a246-261580c0378e\",\n                    \"businessTime\": 1776686496000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721188.908031592,\n                    \"instrumentId\": \"dc2416e5-df2e-4986-b68a-fc1a0a11c581\",\n                    \"businessTime\": 1776686496000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298952.3972791161,\n                    \"instrumentId\": \"a26d1f7b-ecd6-4496-b19b-ea6907324c9a\",\n                    \"businessTime\": 1776686496000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386715.22640280094,\n                    \"instrumentId\": \"bcd2e241-2a3c-469f-981a-ec0071a8e261\",\n                    \"businessTime\": 1776686492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83521737.5244514,\n                    \"instrumentId\": \"09a7c7ea-1dc6-4de0-b927-61f4e85ee547\",\n                    \"businessTime\": 1776686496000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"24ed80f6-b703-41ed-b36e-df72bcb60bf7\",\n                    \"businessTime\": 1776686496000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"37f133e8-21a1-4c87-954c-e7e5239dbb66\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97315670762748\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036465.109427002,\n                    \"instrumentId\": \"422056be-984d-4b9f-8f3d-624aa59402f0\",\n                    \"businessTime\": 1776686497000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271059.8548635226,\n                    \"instrumentId\": \"f813bc28-b222-43b9-9d54-7136232f9682\",\n                    \"businessTime\": 1776686497000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721035.178028796,\n                    \"instrumentId\": \"266e13fa-8112-48d7-b5e2-0860d6e20625\",\n                    \"businessTime\": 1776686497000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298952.3972791161,\n                    \"instrumentId\": \"ab680f6b-9d39-406d-90d7-414e947a434c\",\n                    \"businessTime\": 1776686497000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386715.22640280094,\n                    \"instrumentId\": \"bcd2e241-2a3c-469f-981a-ec0071a8e261\",\n                    \"businessTime\": 1776686492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83521714.15022457,\n                    \"instrumentId\": \"827c07b0-8a3a-4795-86d7-43dcecaafc25\",\n                    \"businessTime\": 1776686497000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"72ca6350-6a3c-479a-abc9-5d088cb1b72e\",\n                    \"businessTime\": 1776686497000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f9b10ffb-6d2e-4ff0-9bb2-82bbb0e85d75\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97309192614348\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036757.194633628,\n                    \"instrumentId\": \"baddbb52-5b1b-4514-98bc-8795711ddc1d\",\n                    \"businessTime\": 1776686498000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271059.8548635226,\n                    \"instrumentId\": \"5da9108e-d8b7-4fd7-b2c8-93ce1351e2a3\",\n                    \"businessTime\": 1776686498000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721129.013126604,\n                    \"instrumentId\": \"2b383d74-657b-405c-99bc-2f6d6da1a8a8\",\n                    \"businessTime\": 1776686498000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298952.3972791161,\n                    \"instrumentId\": \"23cf2ba1-03b5-4350-94e4-835be1beccee\",\n                    \"businessTime\": 1776686498000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"1112e9ff-3355-42a7-ba41-5709e8fda92c\",\n                    \"businessTime\": 1776686498000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83522383.39189172,\n                    \"instrumentId\": \"cd9a92fc-0261-484a-9793-6d9116c94945\",\n                    \"businessTime\": 1776686498000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"a66105d1-49c4-4037-b4f9-6a041e115438\",\n                    \"businessTime\": 1776686498000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c29540e4-3822-4d28-b43e-f41b4c2e8c11\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97328235188245\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036757.400678569,\n                    \"instrumentId\": \"ebe5e48e-d462-4fc3-aaa1-e6f3db38e646\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271059.8548635226,\n                    \"instrumentId\": \"33e5057e-96e9-4289-9496-d57f641b69e0\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721138.641926425,\n                    \"instrumentId\": \"716dc92f-9ef4-4486-aafc-fb0a8f45fbc0\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298952.68787869945,\n                    \"instrumentId\": \"1e41dfe1-a249-4c13-b23a-8c397c13e813\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"84f2fc34-456d-482a-9313-c520ed35eaea\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83522381.24664503,\n                    \"instrumentId\": \"d8f4dc40-3206-4998-aa57-33b6fd289d22\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"7271dcc3-1a73-401b-988b-3f33e8268ac3\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5036682f-e4f4-4c4b-bb84-a0264bc27aa5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973283754377647\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036800.965316332,\n                    \"instrumentId\": \"668d2201-7aa4-405f-8576-296d255e680f\",\n                    \"businessTime\": 1776686500000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271263.43602815,\n                    \"instrumentId\": \"ab768914-a61c-4a1e-8e3e-9ea601148159\",\n                    \"businessTime\": 1776686500000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721125.135264745,\n                    \"instrumentId\": \"b77a11a6-957b-4daf-8fd3-0cf9d99bde0d\",\n                    \"businessTime\": 1776686500000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298952.68787869945,\n                    \"instrumentId\": \"7634e280-236b-4233-bfd4-cea095251814\",\n                    \"businessTime\": 1776686500000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"451b04cd-9499-4f3b-98e3-dc587f3fa808\",\n                    \"businessTime\": 1776686500000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83522361.1372003,\n                    \"instrumentId\": \"ff743b52-c459-45cf-bb8d-32accda32e5c\",\n                    \"businessTime\": 1776686500000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"7271dcc3-1a73-401b-988b-3f33e8268ac3\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3b468ddb-ed16-4bf7-870b-97f6df81f008\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97332128156499\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036664.091385865,\n                    \"instrumentId\": \"657db71a-59d0-4d19-8e22-da1d86f3c94a\",\n                    \"businessTime\": 1776686501000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271263.4950722284,\n                    \"instrumentId\": \"8dc33bb8-2736-4aca-8e49-88803d1fcaeb\",\n                    \"businessTime\": 1776686501000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721127.341478067,\n                    \"instrumentId\": \"ff079253-d41c-4f3d-a8b1-88fa5c02a6d5\",\n                    \"businessTime\": 1776686501000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298952.68787869945,\n                    \"instrumentId\": \"680621cb-57ce-4130-a9da-47e979a535ca\",\n                    \"businessTime\": 1776686501000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"c8d038fa-2fad-448f-8f54-3410665d7a65\",\n                    \"businessTime\": 1776686501000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83522366.77356279,\n                    \"instrumentId\": \"6a9e446f-077a-4b63-8de7-26b484e7dd03\",\n                    \"businessTime\": 1776686501000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"7271dcc3-1a73-401b-988b-3f33e8268ac3\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5833bb74-ae5d-43f9-a817-452ea1a25d93\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97329861507807\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036664.091385865,\n                    \"instrumentId\": \"a47d8af9-c4a1-42f3-9cc5-600d3dcd631a\",\n                    \"businessTime\": 1776686502000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271263.90163036,\n                    \"instrumentId\": \"cc194618-7df4-48c2-8425-83fae523be23\",\n                    \"businessTime\": 1776686502000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721130.985208029,\n                    \"instrumentId\": \"c8c0305a-f538-41eb-beae-b943e4ba9dcd\",\n                    \"businessTime\": 1776686502000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298952.68787869945,\n                    \"instrumentId\": \"011a4dd7-2f2d-4690-b9e3-486590521ace\",\n                    \"businessTime\": 1776686502000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"3cca3e18-5e20-484d-a636-4ec0d304e456\",\n                    \"businessTime\": 1776686502000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83522447.23289351,\n                    \"instrumentId\": \"05966c97-31c2-4ee6-83cf-d23182445764\",\n                    \"businessTime\": 1776686502000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"7271dcc3-1a73-401b-988b-3f33e8268ac3\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a18da6da-ae25-4a56-95a5-78a39a766140\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973313467383658\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036662.114252666,\n                    \"instrumentId\": \"ed3e586a-5b36-4e53-afc6-47c33223b1a5\",\n                    \"businessTime\": 1776686503000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271263.90163036,\n                    \"instrumentId\": \"dfa392eb-4706-4e94-baf4-65817052e21a\",\n                    \"businessTime\": 1776686503000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720224.057517882,\n                    \"instrumentId\": \"c3172976-ade9-4cd9-a4c6-d1ba991d4d58\",\n                    \"businessTime\": 1776686503000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298952.68787869945,\n                    \"instrumentId\": \"b34e65fb-86c4-4c8f-8d1b-fa78d5c347f0\",\n                    \"businessTime\": 1776686503000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"b5d47247-6a38-4f8c-b2e9-8c8e7e1cd8ce\",\n                    \"businessTime\": 1776686503000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83520238.01389475,\n                    \"instrumentId\": \"0fa35bf2-ea83-4fd5-8f4a-f3189deabb30\",\n                    \"businessTime\": 1776686503000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"7271dcc3-1a73-401b-988b-3f33e8268ac3\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"746e6043-9b20-46ab-a70d-7cc3a7f97d53\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972765466711934\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036755.883387361,\n                    \"instrumentId\": \"6a84b703-71b5-446f-9133-8d00b698fcc3\",\n                    \"businessTime\": 1776686504000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271255.862396924,\n                    \"instrumentId\": \"b344bbc6-8d0d-40d2-b937-aa5949d7a1c4\",\n                    \"businessTime\": 1776686504000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719922.382572351,\n                    \"instrumentId\": \"eb779eec-5985-4175-96a9-064c88ddbcf9\",\n                    \"businessTime\": 1776686504000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298945.3014014283,\n                    \"instrumentId\": \"4e78123d-212d-40e0-9339-24a087907b45\",\n                    \"businessTime\": 1776686504000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"97e34627-a6f2-483b-8250-c0989f271e43\",\n                    \"businessTime\": 1776686504000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83519675.09978826,\n                    \"instrumentId\": \"b6de7699-9783-42f6-a5ac-f9de13016f62\",\n                    \"businessTime\": 1776686504000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"7271dcc3-1a73-401b-988b-3f33e8268ac3\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0617a00c-bfd7-4b43-b125-e76bac7f3510\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972627286460963\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036770.026609891,\n                    \"instrumentId\": \"33661ee9-f53b-4b10-b631-064368d19d1c\",\n                    \"businessTime\": 1776686505000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271255.338073023,\n                    \"instrumentId\": \"aec44598-e701-42cf-9a25-18d14d369e9e\",\n                    \"businessTime\": 1776686505000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719940.597791089,\n                    \"instrumentId\": \"1ccfa4cd-33d0-4bdd-b240-c47290c4f5f9\",\n                    \"businessTime\": 1776686505000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298945.3014014283,\n                    \"instrumentId\": \"349a8303-024d-46f4-82a8-290b463cd6e7\",\n                    \"businessTime\": 1776686505000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"fcf2c565-2627-4618-9c1d-e4e61ee58ddc\",\n                    \"businessTime\": 1776686505000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83519518.41842034,\n                    \"instrumentId\": \"8fc4e718-3e2b-4106-9786-0e3834913cfe\",\n                    \"businessTime\": 1776686505000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"7271dcc3-1a73-401b-988b-3f33e8268ac3\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"396e69d9-e492-4d04-a1af-ca0d3a2c700c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972605344940657\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036769.895991543,\n                    \"instrumentId\": \"295a2a55-fd88-461b-96fc-70a8e50fc23d\",\n                    \"businessTime\": 1776686506000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271255.338073023,\n                    \"instrumentId\": \"72d5b0fb-62d1-41d4-bf4b-267c1e9c8d11\",\n                    \"businessTime\": 1776686506000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720004.586932462,\n                    \"instrumentId\": \"546b5550-307f-4dc4-bba9-502c4aa0a5d9\",\n                    \"businessTime\": 1776686506000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298945.3014014283,\n                    \"instrumentId\": \"3d26c62d-d663-48d2-82dd-60629fa35089\",\n                    \"businessTime\": 1776686506000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"a1464988-5ed3-4eae-889b-c00d498b1d44\",\n                    \"businessTime\": 1776686506000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83519570.19504324,\n                    \"instrumentId\": \"dd52e32f-d7aa-451d-a05d-134e4f1b14ae\",\n                    \"businessTime\": 1776686506000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"7271dcc3-1a73-401b-988b-3f33e8268ac3\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8da807be-9e02-442c-ac56-97e9ae285520\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972625667461905\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037132.901822981,\n                    \"instrumentId\": \"3e6abbbb-1de7-41dc-b8f2-4e6726e0b850\",\n                    \"businessTime\": 1776686507000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271256.1822128054,\n                    \"instrumentId\": \"710dd067-ad9d-4af6-a645-e185c4093fce\",\n                    \"businessTime\": 1776686507000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720059.590116618,\n                    \"instrumentId\": \"7f5d3569-b4d3-452c-bc40-9ee07694ddcd\",\n                    \"businessTime\": 1776686507000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298945.3014014283,\n                    \"instrumentId\": \"c5c946c6-0202-436e-becc-60516df0aad7\",\n                    \"businessTime\": 1776686507000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"7f76eaf2-7541-4210-8efd-a1dd47d26594\",\n                    \"businessTime\": 1776686507000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83519654.30199587,\n                    \"instrumentId\": \"e1d36367-a833-4de6-86b5-ad7bd9a30404\",\n                    \"businessTime\": 1776686507000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"7271dcc3-1a73-401b-988b-3f33e8268ac3\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"13241046-cb65-4bf9-8cf0-b3f04ac394c4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972714061154\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037132.901822981,\n                    \"instrumentId\": \"88708226-0b9e-421e-b9a0-61c085ec767d\",\n                    \"businessTime\": 1776686508000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271247.8701063627,\n                    \"instrumentId\": \"78992ba4-58e5-4b9b-8d59-184244de6656\",\n                    \"businessTime\": 1776686508000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720486.480017621,\n                    \"instrumentId\": \"d4330008-3feb-4644-95b8-3cf9e82416f4\",\n                    \"businessTime\": 1776686508000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298945.3014014283,\n                    \"instrumentId\": \"27ec6c10-fdcf-4989-8337-a6d608ae39e1\",\n                    \"businessTime\": 1776686508000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"920a5286-f175-45d9-a185-bc96b40454d9\",\n                    \"businessTime\": 1776686508000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83519731.25263979,\n                    \"instrumentId\": \"5573e5c2-c641-46a6-bb9b-53327f75d9bd\",\n                    \"businessTime\": 1776686508000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"7271dcc3-1a73-401b-988b-3f33e8268ac3\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"59efcc6d-08ec-4b98-af4c-637a5ef54391\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972801148753028\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037429.89224467,\n                    \"instrumentId\": \"a1ef0e57-07c9-4247-aae4-444d7d5956c3\",\n                    \"businessTime\": 1776686509000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271225.5725422455,\n                    \"instrumentId\": \"e349779c-30af-451f-adea-d2941204e29f\",\n                    \"businessTime\": 1776686509000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720902.330627216,\n                    \"instrumentId\": \"7565cfd2-9c68-4fc8-a1ad-ff0a4a573664\",\n                    \"businessTime\": 1776686509000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298940.9721827365,\n                    \"instrumentId\": \"89a3c64a-e5b5-4c67-a5b9-1ecd2ba1913d\",\n                    \"businessTime\": 1776686509000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"4cad9d07-6b1c-4a16-92e2-05d60e3b7ec7\",\n                    \"businessTime\": 1776686509000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83520585.82634,\n                    \"instrumentId\": \"a68e080b-f4fd-4926-be73-5f09cdf51cb1\",\n                    \"businessTime\": 1776686509000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654024.2835305907,\n                    \"instrumentId\": \"7271dcc3-1a73-401b-988b-3f33e8268ac3\",\n                    \"businessTime\": 1776686499000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ad5793d1-cbec-4f1a-acaf-a21d088a381c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973071937496208\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037467.275995107,\n                    \"instrumentId\": \"3ccbda49-a5dc-4754-8f22-0a1779cb7523\",\n                    \"businessTime\": 1776686510000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271184.014473316,\n                    \"instrumentId\": \"d580ecb4-6fd1-48c4-baec-71d654aa53ee\",\n                    \"businessTime\": 1776686510000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720841.508345392,\n                    \"instrumentId\": \"652db8f8-799c-4c08-9d90-4ca5b3c09122\",\n                    \"businessTime\": 1776686510000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298850.1160419114,\n                    \"instrumentId\": \"f8d20264-1ac1-4c99-91a0-49f5a9b82d24\",\n                    \"businessTime\": 1776686510000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"f0d93826-2fe2-4498-b902-8bc36967a9a3\",\n                    \"businessTime\": 1776686510000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83524615.5731705,\n                    \"instrumentId\": \"c83ee8a8-25ad-49da-93bd-a0ad60e8cb74\",\n                    \"businessTime\": 1776686510000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"c4cbbfad-ceac-4d8d-9118-712ff59db232\",\n                    \"businessTime\": 1776686510000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b239a18f-6bc1-45ff-a82b-c96cbc103428\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973720091038473\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037609.639248299,\n                    \"instrumentId\": \"60192ece-7dc0-433f-bf3e-a400f848d467\",\n                    \"businessTime\": 1776686511000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271183.880986861,\n                    \"instrumentId\": \"43a35645-e7d0-41bb-b35b-708dfcede37f\",\n                    \"businessTime\": 1776686511000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720417.550155489,\n                    \"instrumentId\": \"ec644d3f-d0f4-49bf-9d5d-b7213ec9e1d7\",\n                    \"businessTime\": 1776686511000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298850.1160419114,\n                    \"instrumentId\": \"907a990b-c437-4b06-bb4f-80c02175c0e8\",\n                    \"businessTime\": 1776686511000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"9b0027c5-8011-4e6f-969e-ed72df7a569c\",\n                    \"businessTime\": 1776686511000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83524706.27147679,\n                    \"instrumentId\": \"8666a0d2-45c4-4a01-bf95-4b8a07f54a74\",\n                    \"businessTime\": 1776686511000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"3dbf7235-a998-45c7-9c9b-85f5097f1b92\",\n                    \"businessTime\": 1776686511000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ba682095-2f7e-4605-bbbc-633ca3edd6e4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97368651808296\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037691.339844195,\n                    \"instrumentId\": \"9f86097f-ac8b-4e27-b5ef-12eefb1162c1\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271150.949551894,\n                    \"instrumentId\": \"340b348f-ce00-4643-a952-19deb29cfab2\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720417.550155489,\n                    \"instrumentId\": \"f64ebd19-657d-4bed-ad26-a36da7706346\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298843.4989862468,\n                    \"instrumentId\": \"7a540b2f-ed56-49d2-9767-ac083e4036dd\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"2316d26f-1507-40ed-82a6-f5f939b8c17a\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83525757.96845151,\n                    \"instrumentId\": \"11e85704-57d7-4149-844b-45f511916a7c\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"9ce7464d-a2f4-4cd1-aaa3-4e7e30ea8a83\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3d1c9c7f-a1b1-49dc-870e-3cb4c262f2ab\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973878758694557\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037838.141746955,\n                    \"instrumentId\": \"f9d8dbee-a161-4c0d-93b2-7925d6838aef\",\n                    \"businessTime\": 1776686513000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271099.013871118,\n                    \"instrumentId\": \"6d26a090-4089-44f6-a582-d3f9d2eeb34f\",\n                    \"businessTime\": 1776686513000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720018.441213487,\n                    \"instrumentId\": \"734e850a-d3ae-4162-a81c-4509022a1881\",\n                    \"businessTime\": 1776686513000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298843.2630126786,\n                    \"instrumentId\": \"8546b00f-cdf1-43c4-81ad-08b822526673\",\n                    \"businessTime\": 1776686513000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"2316d26f-1507-40ed-82a6-f5f939b8c17a\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83523713.7231859,\n                    \"instrumentId\": \"873b511d-a2e9-4067-8299-7b2ccb64b7ab\",\n                    \"businessTime\": 1776686513000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"0c67c5dd-afae-4518-8807-0743b860067e\",\n                    \"businessTime\": 1776686513000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fec6679e-08ba-47c4-87b6-81a902659029\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973465977682395\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037838.892059178,\n                    \"instrumentId\": \"ecb5399c-e792-4bb7-8c21-68aa65707d66\",\n                    \"businessTime\": 1776686514000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271091.109910959,\n                    \"instrumentId\": \"4cd9c9fb-f6db-40ce-9109-6dd5ad34d56a\",\n                    \"businessTime\": 1776686514000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13718965.547316432,\n                    \"instrumentId\": \"29c99167-5099-4e06-8ddd-ae8839a24253\",\n                    \"businessTime\": 1776686514000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298842.6216943022,\n                    \"instrumentId\": \"bf8f0956-65cc-454f-8614-6a5afa795c90\",\n                    \"businessTime\": 1776686514000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"2316d26f-1507-40ed-82a6-f5f939b8c17a\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83519969.98971346,\n                    \"instrumentId\": \"098127c1-fe7e-4c87-9e2a-eea4d6f6a324\",\n                    \"businessTime\": 1776686514000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"54335d21-c587-491f-8adb-72399a46091e\",\n                    \"businessTime\": 1776686514000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dababfff-21d1-47bf-8635-d65ea7154197\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972621615233223\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037888.917871828,\n                    \"instrumentId\": \"0e8e5ec3-a749-45cc-b0ae-106b73b3fe0f\",\n                    \"businessTime\": 1776686515000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270965.9759839796,\n                    \"instrumentId\": \"eb379f4f-194c-4356-9843-09772f91bfb7\",\n                    \"businessTime\": 1776686515000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716646.13631562,\n                    \"instrumentId\": \"44058a84-d538-4768-aa53-b335c3f4ba6e\",\n                    \"businessTime\": 1776686515000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298842.6216943022,\n                    \"instrumentId\": \"d17f67cb-e733-42a3-9e54-203d8f076f89\",\n                    \"businessTime\": 1776686515000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"2316d26f-1507-40ed-82a6-f5f939b8c17a\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83519720.8646106,\n                    \"instrumentId\": \"9b194e69-5b81-4952-965b-e13d5e2f9d35\",\n                    \"businessTime\": 1776686515000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"4fafc956-bc44-4e99-9ff8-7b66a433198b\",\n                    \"businessTime\": 1776686515000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e6cb8f50-3fcb-443c-8d70-6d170604508a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972157002892622\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037888.917871828,\n                    \"instrumentId\": \"29a87af1-8f25-4575-86dd-5d5f860c3ae0\",\n                    \"businessTime\": 1776686516000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270965.7829690976,\n                    \"instrumentId\": \"b9c0efd5-5815-4f77-949d-c3fbfd7de907\",\n                    \"businessTime\": 1776686516000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716527.357773947,\n                    \"instrumentId\": \"38abac0a-7b6a-42de-ae6c-9c2f7e7af766\",\n                    \"businessTime\": 1776686516000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298842.6216943022,\n                    \"instrumentId\": \"91d132f8-a583-45a6-8c72-f660210eada7\",\n                    \"businessTime\": 1776686516000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"2316d26f-1507-40ed-82a6-f5f939b8c17a\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83519596.92716351,\n                    \"instrumentId\": \"937176f7-12c8-48ce-9fb9-034a8ce9f8dd\",\n                    \"businessTime\": 1776686516000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"8083d62e-8941-409c-9399-d168c2dc87ab\",\n                    \"businessTime\": 1776686516000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0c3ba898-3781-4775-97ab-5f0c0e1ce8d2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972114312382317\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037888.917871828,\n                    \"instrumentId\": \"ea3d87b9-f253-49b8-ab16-7dd2dc0b84f1\",\n                    \"businessTime\": 1776686517000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270965.7829690976,\n                    \"instrumentId\": \"d5beb7b7-b842-4d0e-b681-281b0062a531\",\n                    \"businessTime\": 1776686517000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716310.229119577,\n                    \"instrumentId\": \"d8de8800-e254-4dd8-a457-a2ac0255244d\",\n                    \"businessTime\": 1776686517000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298842.6216943022,\n                    \"instrumentId\": \"b337e9ca-2c41-4c77-b6d3-128517ef9b27\",\n                    \"businessTime\": 1776686517000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"2316d26f-1507-40ed-82a6-f5f939b8c17a\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83520792.16935456,\n                    \"instrumentId\": \"6e9a544e-d514-4d86-88e6-9084e84b037f\",\n                    \"businessTime\": 1776686517000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"ce65db9c-d8ef-41df-b6cf-67ee413a0e72\",\n                    \"businessTime\": 1776686517000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"129726f6-fbc1-4e3e-9a02-b8b2d0b0fb19\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972286212828127\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:01:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037888.917871828,\n                    \"instrumentId\": \"98253276-241a-4f0b-a5bc-a2be043af70d\",\n                    \"businessTime\": 1776686518000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270965.7829690976,\n                    \"instrumentId\": \"82691fe0-f6a7-4298-abe0-d2bd9e6aa377\",\n                    \"businessTime\": 1776686518000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715909.391786326,\n                    \"instrumentId\": \"5a51a350-d420-4465-b8a8-187b95727e31\",\n                    \"businessTime\": 1776686518000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298842.6216943022,\n                    \"instrumentId\": \"0be75e30-e1c5-4b2f-9828-b9a5949f2618\",\n                    \"businessTime\": 1776686518000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"2316d26f-1507-40ed-82a6-f5f939b8c17a\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83520659.89818515,\n                    \"instrumentId\": \"dd941d47-1671-457e-be5d-ca3167d2f8b9\",\n                    \"businessTime\": 1776686518000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"7163a512-a814-49f5-ac2c-96752a626345\",\n                    \"businessTime\": 1776686518000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c8a5e981-f258-4cfb-ae45-50bdf9f1fc12\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.9721925206484\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037879.992086317,\n                    \"instrumentId\": \"dae782f5-3af4-4e5d-812d-eacaa1bb3cdc\",\n                    \"businessTime\": 1776686519000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270965.770996725,\n                    \"instrumentId\": \"3d62e0b7-1d7e-4b33-9156-ef84e3e92d60\",\n                    \"businessTime\": 1776686519000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715868.811162721,\n                    \"instrumentId\": \"97c3c1ad-86c0-4825-a04a-cdf14a4f5b23\",\n                    \"businessTime\": 1776686519000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298842.6216943022,\n                    \"instrumentId\": \"cd4dc07b-f72a-46a5-ba21-6f031f2b9600\",\n                    \"businessTime\": 1776686519000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"2316d26f-1507-40ed-82a6-f5f939b8c17a\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83512619.64349516,\n                    \"instrumentId\": \"9dbe8136-6779-4057-a9e4-e20a1e06a400\",\n                    \"businessTime\": 1776686519000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"bf97ebf9-59df-4678-bbf8-42be86aff2da\",\n                    \"businessTime\": 1776686519000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c40b782d-c0bc-4c14-b600-1845bdfee591\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97077076791176\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037877.75702213,\n                    \"instrumentId\": \"23f0bbbc-14d2-40b1-beea-d33a720cd06d\",\n                    \"businessTime\": 1776686520000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270962.760807617,\n                    \"instrumentId\": \"a0875a11-526e-4464-a7c9-cbd617f3478a\",\n                    \"businessTime\": 1776686520000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715868.811162721,\n                    \"instrumentId\": \"7d9a3a4a-892d-48f7-9950-391e1078f5e9\",\n                    \"businessTime\": 1776686520000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298842.6216943022,\n                    \"instrumentId\": \"6cf8634f-0e96-44fb-a443-b65612092dbd\",\n                    \"businessTime\": 1776686520000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386743.58688596444,\n                    \"instrumentId\": \"2316d26f-1507-40ed-82a6-f5f939b8c17a\",\n                    \"businessTime\": 1776686512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83512380.33528084,\n                    \"instrumentId\": \"570e6d86-a6aa-4748-8e2e-8e0a8b31c9c8\",\n                    \"businessTime\": 1776686520000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"a307a331-1303-4b82-a562-34d24bc78c69\",\n                    \"businessTime\": 1776686520000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"acbfe040-0b7b-4d81-bb19-55184829cec4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97072778839197\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037878.843973596,\n                    \"instrumentId\": \"b35b54fb-7307-414b-b025-1a49369619a7\",\n                    \"businessTime\": 1776686521000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270962.2366202585,\n                    \"instrumentId\": \"d1029471-c7e2-49a0-96e8-316c8d75a440\",\n                    \"businessTime\": 1776686521000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715068.996927151,\n                    \"instrumentId\": \"7dc72958-8061-40a1-80ec-bed9950c8155\",\n                    \"businessTime\": 1776686521000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298842.6216943022,\n                    \"instrumentId\": \"679a549e-95c1-4784-96e0-0a31c7a66a6b\",\n                    \"businessTime\": 1776686521000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386668.6195868881,\n                    \"instrumentId\": \"e8236ae5-64a6-44b1-abe6-b0ee37f12f43\",\n                    \"businessTime\": 1776686521000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83512367.12473756,\n                    \"instrumentId\": \"f810b5e4-f4a4-475a-896f-bc4cc7dae449\",\n                    \"businessTime\": 1776686521000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"4060bc99-53df-4d84-87c7-916b624a58a2\",\n                    \"businessTime\": 1776686521000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e8791b33-ce88-4611-883f-d658ff10b392\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97057182541942\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037878.742187976,\n                    \"instrumentId\": \"9422a945-bf6c-4bfe-b73a-c9265c89f04e\",\n                    \"businessTime\": 1776686522000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270853.4163110666,\n                    \"instrumentId\": \"9f129814-d83f-4998-9bc9-71e92313164b\",\n                    \"businessTime\": 1776686522000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715112.879423173,\n                    \"instrumentId\": \"6093da24-7a42-4007-b2aa-c138a13bf324\",\n                    \"businessTime\": 1776686522000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298842.6216943022,\n                    \"instrumentId\": \"a87920f0-46bb-4465-b895-658e9fc5a799\",\n                    \"businessTime\": 1776686522000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386668.6195868881,\n                    \"instrumentId\": \"16cd4f81-de3b-472a-b876-dc5367e063a3\",\n                    \"businessTime\": 1776686522000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83507708.48949747,\n                    \"instrumentId\": \"6d4d61af-e715-43d5-baba-e4b149005dd6\",\n                    \"businessTime\": 1776686522000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"07c789df-7d60-4bba-b7a6-44e4fe521d55\",\n                    \"businessTime\": 1776686522000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"273de106-c969-4096-b5df-1cefa431a1f0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.969741654094484\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037876.24185916,\n                    \"instrumentId\": \"2ef33683-4abb-43f1-b021-6dfd12ca6498\",\n                    \"businessTime\": 1776686523000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270658.3192951903,\n                    \"instrumentId\": \"fcfbb4b5-195c-40d9-a622-f8dfddaaa13e\",\n                    \"businessTime\": 1776686523000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714631.99176215,\n                    \"instrumentId\": \"4ba64480-2133-48e8-96d9-9ae2eebd6acc\",\n                    \"businessTime\": 1776686523000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298842.6216943022,\n                    \"instrumentId\": \"39a6e761-4989-4f44-9610-2fa7f1586427\",\n                    \"businessTime\": 1776686523000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386668.6195868881,\n                    \"instrumentId\": \"16856665-12c8-4056-82de-08f6dc81fe50\",\n                    \"businessTime\": 1776686523000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83507646.54541095,\n                    \"instrumentId\": \"322aaea4-c30d-4af5-885c-31590ce09bfb\",\n                    \"businessTime\": 1776686523000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"e4b1885d-3eeb-4529-b62c-58deaf696b43\",\n                    \"businessTime\": 1776686523000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"262f2232-8a3e-4ab5-9300-48ccfc7db58f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.969611525958765\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037607.7596978,\n                    \"instrumentId\": \"720f7a9f-65ad-43f4-85bc-5e45c4e03b1b\",\n                    \"businessTime\": 1776686524000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270631.865112434,\n                    \"instrumentId\": \"b9cf7f4a-3e22-42fe-be17-beef46ee9839\",\n                    \"businessTime\": 1776686524000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714215.960659884,\n                    \"instrumentId\": \"b9f4d48d-e88d-4b2d-9472-475894aa804d\",\n                    \"businessTime\": 1776686524000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298842.6216943022,\n                    \"instrumentId\": \"a660977e-3123-4ebd-b53c-0f745179bda5\",\n                    \"businessTime\": 1776686524000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386668.6195868881,\n                    \"instrumentId\": \"d0410308-f061-46cc-8ce8-eb6bfac7f047\",\n                    \"businessTime\": 1776686524000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83506121.41019142,\n                    \"instrumentId\": \"b222d163-7c73-419c-983c-3f8697fa3cc5\",\n                    \"businessTime\": 1776686524000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"9be9a261-0219-4bf7-9b27-75163f019371\",\n                    \"businessTime\": 1776686524000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"54471434-2f1d-4273-858c-693d5765c1c5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96921853779252\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037607.349649157,\n                    \"instrumentId\": \"aae8a657-2097-417e-98c0-526c5e601669\",\n                    \"businessTime\": 1776686525000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270008.4064771836,\n                    \"instrumentId\": \"274ea0fd-c906-4fd8-a47c-d0a03c38cf2f\",\n                    \"businessTime\": 1776686525000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13713977.832450014,\n                    \"instrumentId\": \"228ba0db-ea0b-48bb-9ec8-224c29b58738\",\n                    \"businessTime\": 1776686525000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298733.872574884,\n                    \"instrumentId\": \"e9941ded-962a-4a0d-bd64-d435cfbbd517\",\n                    \"businessTime\": 1776686525000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386668.6195868881,\n                    \"instrumentId\": \"83201023-e14a-411b-b974-8df40ccbb88c\",\n                    \"businessTime\": 1776686525000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83505819.68885401,\n                    \"instrumentId\": \"84a4231c-ec7b-4673-a851-e28386a1ef22\",\n                    \"businessTime\": 1776686525000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"32650739-c127-4b6d-b8d9-e605122b3ced\",\n                    \"businessTime\": 1776686525000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"79124fa5-a86a-44b7-95d7-269897645bad\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96899490556922\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037775.075913328,\n                    \"instrumentId\": \"337d467a-12c7-4395-8846-77a36faeaaa9\",\n                    \"businessTime\": 1776686526000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270005.640958372,\n                    \"instrumentId\": \"e48b7a13-6f7e-45b9-98eb-f37c1edc5cba\",\n                    \"businessTime\": 1776686526000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13713967.33578226,\n                    \"instrumentId\": \"2fd28bf3-5fbb-4f63-a1c8-22790169b95c\",\n                    \"businessTime\": 1776686526000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298731.2175072134,\n                    \"instrumentId\": \"83a471e9-77bf-4076-b25c-20e0f71d9d2f\",\n                    \"businessTime\": 1776686526000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386668.6195868881,\n                    \"instrumentId\": \"2883b729-f7c0-4cc3-89bb-c0edd652c7db\",\n                    \"businessTime\": 1776686526000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83505236.62632084,\n                    \"instrumentId\": \"9b2b8a2b-c0fd-4350-aa16-d95b2ff91e30\",\n                    \"businessTime\": 1776686526000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"7bfc58b3-656b-4bbf-8e69-61feb4976c95\",\n                    \"businessTime\": 1776686526000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"df53e8fe-b914-4355-91ce-83bfa6d54839\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968919114088862\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037769.491958357,\n                    \"instrumentId\": \"a9032b2a-4d91-4514-a659-2920b6cad1f5\",\n                    \"businessTime\": 1776686527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270016.482452745,\n                    \"instrumentId\": \"0f62a95a-5761-4260-a8e8-a6085a21020b\",\n                    \"businessTime\": 1776686527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13713950.17453817,\n                    \"instrumentId\": \"b83bab63-2f92-4d65-91b8-2f68f7957e7c\",\n                    \"businessTime\": 1776686527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298731.2175072134,\n                    \"instrumentId\": \"fd82c322-206b-4113-83d6-dbc02c22af53\",\n                    \"businessTime\": 1776686527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386493.7746642647,\n                    \"instrumentId\": \"b15cedbf-67d1-4236-a6a1-9f72ba67ec31\",\n                    \"businessTime\": 1776686527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83505339.85254696,\n                    \"instrumentId\": \"17142e3c-e1ab-4e63-8014-e22c3a10ac6d\",\n                    \"businessTime\": 1776686527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"2299a10e-3e17-4a1b-8550-52a9e53cd67d\",\n                    \"businessTime\": 1776686527000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"afa2ffef-5d6f-41b7-a1da-cfe927a15812\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968904435283733\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037769.156958545,\n                    \"instrumentId\": \"c1a79fe7-fc94-4a80-a78b-81385c1a2da1\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270016.482452745,\n                    \"instrumentId\": \"8c8d6fe3-912f-46d3-991b-36cba2585282\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714054.28396806,\n                    \"instrumentId\": \"e3c8b372-7124-4d08-9f57-c8e46aff81e1\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298731.2175072134,\n                    \"instrumentId\": \"fd82c322-206b-4113-83d6-dbc02c22af53\",\n                    \"businessTime\": 1776686527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386493.7746642647,\n                    \"instrumentId\": \"e4ca0639-87cd-4111-80db-971167b66fe5\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83505088.0646269,\n                    \"instrumentId\": \"39c4e1af-aaf8-45da-b05c-72143fd422b1\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"14b886b5-4908-43ab-95db-35bd20f371ea\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f882fa7b-3f6d-458f-b6ee-49fe39a013e9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968878422368096\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037769.156958545,\n                    \"instrumentId\": \"7869c1fe-2095-4820-864f-e948eedc90ad\",\n                    \"businessTime\": 1776686529000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270065.9085066165,\n                    \"instrumentId\": \"5f9ca65d-2174-4100-8403-cbc1dcc70033\",\n                    \"businessTime\": 1776686529000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714158.688319433,\n                    \"instrumentId\": \"10432dbf-f5c7-492b-817e-0e11965331ed\",\n                    \"businessTime\": 1776686529000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298731.2175072134,\n                    \"instrumentId\": \"fd82c322-206b-4113-83d6-dbc02c22af53\",\n                    \"businessTime\": 1776686527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386493.7746642647,\n                    \"instrumentId\": \"cf420cb8-a3b8-46e0-a5f2-546b671a8c02\",\n                    \"businessTime\": 1776686529000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83504029.92708503,\n                    \"instrumentId\": \"ab1a0d12-ba3e-48d9-9f8e-0c010e9c112d\",\n                    \"businessTime\": 1776686529000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"14b886b5-4908-43ab-95db-35bd20f371ea\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6feeee10-a0b9-4d72-8969-8d3f70b9cd84\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96871949317009\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037679.641703756,\n                    \"instrumentId\": \"5bb38373-f80e-49b4-9c9a-65a9be3aa8d2\",\n                    \"businessTime\": 1776686530000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270065.9085066165,\n                    \"instrumentId\": \"3a26e035-53c9-4c84-bc61-1af5f36ec55b\",\n                    \"businessTime\": 1776686530000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714354.019926287,\n                    \"instrumentId\": \"a93909ec-5c48-44ed-9268-fdcadca3c696\",\n                    \"businessTime\": 1776686530000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298786.3371797629,\n                    \"instrumentId\": \"0b036c02-c1fb-4652-8b4a-9f55641882e5\",\n                    \"businessTime\": 1776686530000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386493.7746642647,\n                    \"instrumentId\": \"5335c3b4-c0f8-4e9c-b2ea-57b4e6a4d05f\",\n                    \"businessTime\": 1776686530000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83504379.70006998,\n                    \"instrumentId\": \"4a247347-9d96-4124-b5a8-b827fe4b4efb\",\n                    \"businessTime\": 1776686530000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"14b886b5-4908-43ab-95db-35bd20f371ea\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6aa5466f-cb5f-44ad-a421-a13229fae227\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968809248707803\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037679.641703756,\n                    \"instrumentId\": \"3fd19180-9a1b-4b1d-9fa0-ebd69b4e0644\",\n                    \"businessTime\": 1776686531000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270017.2339597284,\n                    \"instrumentId\": \"baf89f5a-0ff1-4c59-a1b9-90c0963d6785\",\n                    \"businessTime\": 1776686531000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714360.818000033,\n                    \"instrumentId\": \"67d04875-987f-4aa2-a6ed-704bf3a4451a\",\n                    \"businessTime\": 1776686531000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298786.3371797629,\n                    \"instrumentId\": \"d91e0302-281f-4572-be9a-751a311054b5\",\n                    \"businessTime\": 1776686531000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386493.7746642647,\n                    \"instrumentId\": \"2a1e20a0-a50a-4443-8110-74365d37b5c8\",\n                    \"businessTime\": 1776686531000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83504366.1153341,\n                    \"instrumentId\": \"0769ad78-18d7-4ad7-a39e-cd875f1e4ce9\",\n                    \"businessTime\": 1776686531000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"14b886b5-4908-43ab-95db-35bd20f371ea\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5767120f-354e-48ba-982b-1be0b9ab66c1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968799501570892\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037679.641703756,\n                    \"instrumentId\": \"83f4cf6f-137e-4294-a597-41fe528e0723\",\n                    \"businessTime\": 1776686532000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270017.2339597284,\n                    \"instrumentId\": \"eb68bde7-c164-4f56-a9a6-4dcb5050925f\",\n                    \"businessTime\": 1776686532000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714348.77640035,\n                    \"instrumentId\": \"84139315-798f-48c5-b3ae-5e1e064316b9\",\n                    \"businessTime\": 1776686532000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298786.3371797629,\n                    \"instrumentId\": \"1daf3748-86ad-4f73-a01b-545019c5d126\",\n                    \"businessTime\": 1776686532000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386493.7746642647,\n                    \"instrumentId\": \"b10ad56d-4f74-4b15-a2c9-1226552f4b71\",\n                    \"businessTime\": 1776686532000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83503462.31262901,\n                    \"instrumentId\": \"08cb0565-a36b-418e-a9d3-830693604f30\",\n                    \"businessTime\": 1776686532000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"14b886b5-4908-43ab-95db-35bd20f371ea\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dafdd0b0-9177-4587-8387-388d11059491\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968638544751073\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037679.641703756,\n                    \"instrumentId\": \"73a565f2-7892-494b-a67b-298730af9e3d\",\n                    \"businessTime\": 1776686533000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270017.2339597284,\n                    \"instrumentId\": \"36ab99d8-7a67-48f2-acc0-becb9f2fcc30\",\n                    \"businessTime\": 1776686533000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714301.602382751,\n                    \"instrumentId\": \"60096e8a-726d-4a17-b340-66a2eafddd8e\",\n                    \"businessTime\": 1776686533000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298786.3371797629,\n                    \"instrumentId\": \"b79c5b02-2fa4-4ee0-96bd-9a2d274cd315\",\n                    \"businessTime\": 1776686533000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386559.7037890857,\n                    \"instrumentId\": \"9c5e99b8-d840-4bca-8e23-7cd5b88ced02\",\n                    \"businessTime\": 1776686533000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83503450.46861678,\n                    \"instrumentId\": \"bf6b6d82-c1f1-4cdf-a3bf-45be0ea7096a\",\n                    \"businessTime\": 1776686533000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"14b886b5-4908-43ab-95db-35bd20f371ea\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"47d4713a-efa5-4162-8df6-6262c1e2a2d7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96863975935476\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037219.427687258,\n                    \"instrumentId\": \"8dc4af86-d47d-4a73-85b8-4071e200dc1e\",\n                    \"businessTime\": 1776686534000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270022.980393402,\n                    \"instrumentId\": \"ca3e8e20-bbdf-4354-bd1e-c0862bc3ede6\",\n                    \"businessTime\": 1776686534000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714294.907724649,\n                    \"instrumentId\": \"bfbf60a8-8acd-46f0-89d7-419e1452cf74\",\n                    \"businessTime\": 1776686534000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298786.3371797629,\n                    \"instrumentId\": \"f87d7410-243e-418a-8559-1a9c8df73fb1\",\n                    \"businessTime\": 1776686534000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386559.7037890857,\n                    \"instrumentId\": \"7aedb633-ef09-4fa2-bdd0-dd89eabe3ec6\",\n                    \"businessTime\": 1776686534000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83502303.12794727,\n                    \"instrumentId\": \"c3044c47-4b32-4056-b0b9-39357588669b\",\n                    \"businessTime\": 1776686534000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"14b886b5-4908-43ab-95db-35bd20f371ea\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e57aaa9c-28fc-4da7-b7ab-4cb465f13fa3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968357069915317\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037931.55872711,\n                    \"instrumentId\": \"9cafb3cb-4d3b-429e-b850-b521663a3626\",\n                    \"businessTime\": 1776686535000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270022.980393402,\n                    \"instrumentId\": \"7aa936ae-5ffa-4444-b156-ca08e4e4bd71\",\n                    \"businessTime\": 1776686535000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714472.02227848,\n                    \"instrumentId\": \"d6ac6379-7a6f-4a57-ad54-ceb4bce20f69\",\n                    \"businessTime\": 1776686535000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298786.3371797629,\n                    \"instrumentId\": \"83785cdb-fc99-4148-898d-dc0b325facab\",\n                    \"businessTime\": 1776686535000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386559.7037890857,\n                    \"instrumentId\": \"3df52f97-bde7-4641-9df4-da32ab072191\",\n                    \"businessTime\": 1776686535000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83502507.50001712,\n                    \"instrumentId\": \"92a48061-8a1f-49da-9627-e52baf407a2b\",\n                    \"businessTime\": 1776686535000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653838.3830967289,\n                    \"instrumentId\": \"14b886b5-4908-43ab-95db-35bd20f371ea\",\n                    \"businessTime\": 1776686528000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8aa37739-2597-437e-9e16-8749ea04c2e1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968549269856187\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037931.55872711,\n                    \"instrumentId\": \"94cf187d-903d-4332-8429-8f0bd4ecd374\",\n                    \"businessTime\": 1776686536000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270048.5188510343,\n                    \"instrumentId\": \"6e5285ec-f889-4477-947b-4ef03a395855\",\n                    \"businessTime\": 1776686536000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714476.326081192,\n                    \"instrumentId\": \"99180ad1-3155-488b-bae6-19726b2c41ca\",\n                    \"businessTime\": 1776686536000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298786.3371797629,\n                    \"instrumentId\": \"d5b8fcbe-7ad3-4c90-b958-a7cf20e34ad1\",\n                    \"businessTime\": 1776686536000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386621.0897240771,\n                    \"instrumentId\": \"8d44e616-b16d-46fd-85ca-ca2b6a13779d\",\n                    \"businessTime\": 1776686536000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83502660.1499193,\n                    \"instrumentId\": \"48968a95-52a8-4388-be15-1e7cac5a4255\",\n                    \"businessTime\": 1776686536000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"f4ad8490-935a-4ab0-8953-437098d983b7\",\n                    \"businessTime\": 1776686536000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b8656a59-5612-4eed-ab07-84461e6f6746\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96855285937114\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037959.7066054065,\n                    \"instrumentId\": \"bddabd75-bd70-4ec9-b02f-b811eacb220f\",\n                    \"businessTime\": 1776686537000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3269999.228633543,\n                    \"instrumentId\": \"f57b8d6c-7aa3-403a-8da3-26ced5342867\",\n                    \"businessTime\": 1776686537000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714655.09818072,\n                    \"instrumentId\": \"a66582c5-0a07-44a0-8822-6a035ecc3d95\",\n                    \"businessTime\": 1776686537000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298786.3371797629,\n                    \"instrumentId\": \"de2027aa-232b-4723-8ba9-66215299b375\",\n                    \"businessTime\": 1776686537000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386621.0897240771,\n                    \"instrumentId\": \"997e75eb-8fa0-41df-8e9e-b1ce95dcdc4c\",\n                    \"businessTime\": 1776686537000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83503723.56017646,\n                    \"instrumentId\": \"f148aa51-3ef1-41ec-ba66-078e89a6b894\",\n                    \"businessTime\": 1776686537000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"b2f3d310-eea8-46ad-9a09-bdb6d91fa4be\",\n                    \"businessTime\": 1776686537000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5b05ab49-a6c3-49e1-ae57-81d2578adc75\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968767453398822\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037959.7066054065,\n                    \"instrumentId\": \"438d7548-3082-4adb-877b-059072462bfa\",\n                    \"businessTime\": 1776686538000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270105.5403658194,\n                    \"instrumentId\": \"e1a20cc3-797d-4794-8018-ef97854c591a\",\n                    \"businessTime\": 1776686538000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714824.731891388,\n                    \"instrumentId\": \"524fad47-b2bb-4ebe-ab8b-d85445b14e47\",\n                    \"businessTime\": 1776686538000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298786.3386828958,\n                    \"instrumentId\": \"05da837b-075c-4152-bbc8-0e1cd14860e5\",\n                    \"businessTime\": 1776686538000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386621.0897240771,\n                    \"instrumentId\": \"d708798b-604a-4bef-8c44-e1daad8a6d96\",\n                    \"businessTime\": 1776686538000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83503728.60083835,\n                    \"instrumentId\": \"c89a0466-7e32-4189-8180-8b4679be6060\",\n                    \"businessTime\": 1776686538000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"48fe3c06-6e06-4fff-ab6c-e408d477b2b8\",\n                    \"businessTime\": 1776686538000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b89d8b43-1b32-480b-965e-c24681db437d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968816836106726\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037959.7066054065,\n                    \"instrumentId\": \"b5cd46c4-3b5d-4ec5-8637-6384d404a071\",\n                    \"businessTime\": 1776686539000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270105.5403658194,\n                    \"instrumentId\": \"6f2bb547-8ccc-4a78-b3cb-d70241b33181\",\n                    \"businessTime\": 1776686539000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715328.111101655,\n                    \"instrumentId\": \"41d139e4-191e-4bd1-acc1-9b1b2febd7f5\",\n                    \"businessTime\": 1776686539000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298787.9788500452,\n                    \"instrumentId\": \"c9c985a5-cdb4-4c0c-b18d-b63b2eee0aba\",\n                    \"businessTime\": 1776686539000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386621.0897240771,\n                    \"instrumentId\": \"fac1a17c-c402-4e9e-8fc5-c8b1fb51a074\",\n                    \"businessTime\": 1776686539000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83503724.04724334,\n                    \"instrumentId\": \"7f0504d9-22ff-4c0d-8e3d-9b6b51b6cfb7\",\n                    \"businessTime\": 1776686539000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"48c31c01-9c80-4420-93ef-a5eec7584e47\",\n                    \"businessTime\": 1776686539000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8e0b52e5-a96d-4e15-9bec-27b43cc3754c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968904791428763\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037959.7066054065,\n                    \"instrumentId\": \"31629438-7da9-4b46-9434-9566a8e4e813\",\n                    \"businessTime\": 1776686540000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270140.3633764405,\n                    \"instrumentId\": \"56632b93-513b-4b80-a08d-db26f8f9f0e0\",\n                    \"businessTime\": 1776686540000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715399.71745605,\n                    \"instrumentId\": \"d00e627b-2606-4afc-b68b-e7ed6582f00c\",\n                    \"businessTime\": 1776686540000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298787.9788500452,\n                    \"instrumentId\": \"65d27c72-6f93-40c0-9fbe-c8813acd4552\",\n                    \"businessTime\": 1776686540000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386621.0897240771,\n                    \"instrumentId\": \"5b56b3b7-2b35-457f-a5a3-2434dd7631c5\",\n                    \"businessTime\": 1776686540000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83503715.57925013,\n                    \"instrumentId\": \"9849e59f-78bd-4494-8111-da38fe2e9457\",\n                    \"businessTime\": 1776686540000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"7c5e6194-a480-496e-bec7-0baccdfc6e7d\",\n                    \"businessTime\": 1776686540000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5a6d10e2-568b-4c8d-be2a-559a965d02c4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96892200783857\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037959.912514589,\n                    \"instrumentId\": \"780e4979-7c25-4c21-873f-f06499120937\",\n                    \"businessTime\": 1776686541000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270151.8756871046,\n                    \"instrumentId\": \"e8501bc4-edf1-4976-a8b6-c644bcd118ea\",\n                    \"businessTime\": 1776686541000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715405.62145836,\n                    \"instrumentId\": \"fea1eed9-0461-4873-bd54-92ef0b334ef1\",\n                    \"businessTime\": 1776686541000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298787.9788500452,\n                    \"instrumentId\": \"b7596f9d-0428-40ca-9a02-e55216afe0f1\",\n                    \"businessTime\": 1776686541000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386621.0897240771,\n                    \"instrumentId\": \"00ee3dca-a92a-42c1-ac29-9876d260d766\",\n                    \"businessTime\": 1776686541000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83503717.6531236,\n                    \"instrumentId\": \"65a1d259-3d40-488b-9040-1e7700b90d7e\",\n                    \"businessTime\": 1776686541000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"1dc76bb2-066d-4a1b-9cb7-e9e0d364734d\",\n                    \"businessTime\": 1776686541000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c6528b9f-70f1-488a-a25b-6c802f4a5125\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968925469366802\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037959.912514589,\n                    \"instrumentId\": \"58e21d13-1c72-4ab3-bf1d-0e02f39ac942\",\n                    \"businessTime\": 1776686542000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270151.8756871046,\n                    \"instrumentId\": \"292c6fee-2f5d-4c59-b8d0-f5929d4e8962\",\n                    \"businessTime\": 1776686542000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715860.210968837,\n                    \"instrumentId\": \"212550b6-3b7b-4d01-9e43-ede270e327da\",\n                    \"businessTime\": 1776686542000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298787.9788500452,\n                    \"instrumentId\": \"f7089b70-9221-43b8-94db-4ad63634ccc5\",\n                    \"businessTime\": 1776686542000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386621.0897240771,\n                    \"instrumentId\": \"c9f47341-09a3-4bce-827d-5d9fa04c4b8f\",\n                    \"businessTime\": 1776686542000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83503434.13431486,\n                    \"instrumentId\": \"2fdd8b02-4528-4126-aabf-3f400d33b2db\",\n                    \"businessTime\": 1776686542000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"5763c435-65ac-432a-9bd5-f63fd840cf9a\",\n                    \"businessTime\": 1776686542000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2c1f5640-db08-4f05-8e85-eafb8a865238\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968955534516493\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037959.912514589,\n                    \"instrumentId\": \"cfd162fb-900c-4403-94cd-b1f09c4fb963\",\n                    \"businessTime\": 1776686543000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270175.5003512427,\n                    \"instrumentId\": \"105d48be-a362-48e1-a035-6d8f48d90d8b\",\n                    \"businessTime\": 1776686543000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715620.60392436,\n                    \"instrumentId\": \"96a0dedf-0c86-4a34-858d-ca16744c1ab8\",\n                    \"businessTime\": 1776686543000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298789.9519463412,\n                    \"instrumentId\": \"63eba5f5-b9c4-46bc-a533-bc07f14bb8e5\",\n                    \"businessTime\": 1776686543000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386626.6314644441,\n                    \"instrumentId\": \"6f86ee76-5ccf-4443-a998-e6c907a1d1af\",\n                    \"businessTime\": 1776686543000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83503435.88119191,\n                    \"instrumentId\": \"faef633a-4051-43b8-b24b-27df3d14c9ed\",\n                    \"businessTime\": 1776686543000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"9844ea4f-bcb8-47d5-9063-543752236b20\",\n                    \"businessTime\": 1776686543000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5da0e9de-a0cb-4501-81ee-76913dbe2f89\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968919203995114\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037960.41330324,\n                    \"instrumentId\": \"79b410fd-e17e-4346-87ec-d72302a2eeea\",\n                    \"businessTime\": 1776686544000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270170.6760701337,\n                    \"instrumentId\": \"22f54d64-5470-4bc0-992a-0877882836f0\",\n                    \"businessTime\": 1776686544000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716011.456185233,\n                    \"instrumentId\": \"341384e4-e412-4723-a811-854808b82642\",\n                    \"businessTime\": 1776686544000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298789.9519463412,\n                    \"instrumentId\": \"0c5115d3-0dbc-4628-97ed-aecd3c9f6f00\",\n                    \"businessTime\": 1776686544000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386626.6314644441,\n                    \"instrumentId\": \"2932e25d-e98c-455c-9a42-dda0eed25495\",\n                    \"businessTime\": 1776686544000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83503471.39882767,\n                    \"instrumentId\": \"aac4da1a-cffc-40ce-962b-561962c0ee91\",\n                    \"businessTime\": 1776686544000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"1cd14b45-4b3b-457b-b00f-e9f2254a721d\",\n                    \"businessTime\": 1776686544000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"72a0a637-ef4d-46d1-8292-9568f24520bb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968993377352614\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037960.41330324,\n                    \"instrumentId\": \"051d3c35-96be-4691-a583-2032718f3af1\",\n                    \"businessTime\": 1776686545000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270154.8938363637,\n                    \"instrumentId\": \"bdeef33b-9cc6-440e-9a99-c8f41bb6d7f3\",\n                    \"businessTime\": 1776686545000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715881.747228606,\n                    \"instrumentId\": \"67356ca6-7606-409f-8660-16392a6005b9\",\n                    \"businessTime\": 1776686545000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298801.38353167713,\n                    \"instrumentId\": \"7b7572c4-02ea-456b-9e81-81faf0937ac4\",\n                    \"businessTime\": 1776686545000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386626.6314644441,\n                    \"instrumentId\": \"ac218910-ca38-446a-b0f3-f9d1e05d2fb1\",\n                    \"businessTime\": 1776686545000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83502721.75176156,\n                    \"instrumentId\": \"6acd22e5-5abf-4873-9490-41d9d6b8a29a\",\n                    \"businessTime\": 1776686545000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"87878c0e-bb41-4a64-b52c-dc94ddfa0b7f\",\n                    \"businessTime\": 1776686545000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"096b351e-2dc7-4517-80c5-4f24a2c7e4e7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968838068623057\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037964.622241861,\n                    \"instrumentId\": \"68b8dc1d-df29-401a-af63-b20066e01ef0\",\n                    \"businessTime\": 1776686546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270154.8938363637,\n                    \"instrumentId\": \"8dc986c4-d27a-42e1-8527-19cd91748a7d\",\n                    \"businessTime\": 1776686546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715323.412646884,\n                    \"instrumentId\": \"3afc2186-826e-4f24-8cf5-db88ab8b6dec\",\n                    \"businessTime\": 1776686546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298726.1869178604,\n                    \"instrumentId\": \"34276146-9bdc-4b61-847a-ab38d05ae558\",\n                    \"businessTime\": 1776686546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386597.8396090539,\n                    \"instrumentId\": \"ca69e6ca-bf5b-478b-8f29-f8a934c23f66\",\n                    \"businessTime\": 1776686546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83502699.32978885,\n                    \"instrumentId\": \"b9bbdfa0-ee0d-4768-8317-1b37d5738820\",\n                    \"businessTime\": 1776686546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"2e750652-a003-4241-a2d1-6626cb54d964\",\n                    \"businessTime\": 1776686546000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fb264194-116d-403a-b98a-ef0d2b8252ed\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968718466499155\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037964.622241861,\n                    \"instrumentId\": \"d0ca4be7-bd98-4fb3-b54e-db2ce1667575\",\n                    \"businessTime\": 1776686547000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270387.3068534117,\n                    \"instrumentId\": \"1877f550-9a43-475b-a4b1-f422173ed009\",\n                    \"businessTime\": 1776686547000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714932.78176198,\n                    \"instrumentId\": \"21dafee9-5639-42b5-9d66-80cf3af673f2\",\n                    \"businessTime\": 1776686547000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298731.1041825371,\n                    \"instrumentId\": \"95a6f255-7b91-46ef-bc9d-5120a1d04292\",\n                    \"businessTime\": 1776686547000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386597.8396090539,\n                    \"instrumentId\": \"bdb21956-6f4a-4a60-abad-e9b8d8b8b7cf\",\n                    \"businessTime\": 1776686547000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83500168.64343973,\n                    \"instrumentId\": \"8b3c02c6-77a7-49e9-b626-7fd7c5e603d7\",\n                    \"businessTime\": 1776686547000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"ece14ca0-7605-4d29-a166-4ece48190b64\",\n                    \"businessTime\": 1776686547000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"954b3337-2a0f-4537-9911-d1b3a068d599\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96824676404708\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037964.622241861,\n                    \"instrumentId\": \"f82b6491-67e7-4a2f-8712-39090c04cecf\",\n                    \"businessTime\": 1776686548000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270387.3068534117,\n                    \"instrumentId\": \"9ac91b6c-a364-418e-a553-996bea815bee\",\n                    \"businessTime\": 1776686548000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715009.053115021,\n                    \"instrumentId\": \"61b7aff7-ed59-447e-a3af-2c0e96a48a62\",\n                    \"businessTime\": 1776686548000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298732.8300002679,\n                    \"instrumentId\": \"2b3bcd56-5a8a-481e-94c7-345b232e4d9a\",\n                    \"businessTime\": 1776686548000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386597.8396090539,\n                    \"instrumentId\": \"a54bc9cc-e4c0-41c0-8821-cba9ccb44f85\",\n                    \"businessTime\": 1776686548000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83498923.75837287,\n                    \"instrumentId\": \"7aee3cfa-b7c8-4754-9048-effc00874dbb\",\n                    \"businessTime\": 1776686548000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"7ccfc55a-116a-4168-9b6d-8607ec3330c4\",\n                    \"businessTime\": 1776686548000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f2f5a9a7-7e78-4f53-a262-722e4d167547\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968041687088192\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037964.622241861,\n                    \"instrumentId\": \"3dc213ce-21bd-4c53-9d36-ff2e75e05db3\",\n                    \"businessTime\": 1776686549000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270395.6647356492,\n                    \"instrumentId\": \"75fab656-ccb8-4de0-9a7e-a69d25410f0f\",\n                    \"businessTime\": 1776686549000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715018.058152828,\n                    \"instrumentId\": \"8f0fdfea-4765-40b9-a232-a6761feff233\",\n                    \"businessTime\": 1776686549000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298732.08848899626,\n                    \"instrumentId\": \"28867248-8d82-4b31-ba64-36dcea1d093e\",\n                    \"businessTime\": 1776686549000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386316.5540902073,\n                    \"instrumentId\": \"255b92ab-c7ef-4f16-8726-6586e10c2765\",\n                    \"businessTime\": 1776686549000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83498911.2943829,\n                    \"instrumentId\": \"676f1b76-1979-4f7c-8145-f43cf56974e9\",\n                    \"businessTime\": 1776686549000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"f6169844-6161-44af-af89-b43441fb52e8\",\n                    \"businessTime\": 1776686549000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4c67913b-4ae5-434a-b8ac-a8b61667f2f3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967992982676936\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037971.173904301,\n                    \"instrumentId\": \"dc3b5fc0-bea6-4d73-abf8-b86124411026\",\n                    \"businessTime\": 1776686550000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270391.3784218375,\n                    \"instrumentId\": \"5d9ceb81-357a-4b82-82b2-b8dc283b500e\",\n                    \"businessTime\": 1776686550000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714521.926831724,\n                    \"instrumentId\": \"faf11ec8-0d83-49c6-86fd-cb205c8ccd4d\",\n                    \"businessTime\": 1776686550000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298732.08848899626,\n                    \"instrumentId\": \"2d49169b-a5fa-4095-9ee6-051b371c7766\",\n                    \"businessTime\": 1776686550000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386316.5540902073,\n                    \"instrumentId\": \"c6623a10-8429-4ee5-9cf5-902825441114\",\n                    \"businessTime\": 1776686550000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83498190.59544143,\n                    \"instrumentId\": \"af5b064c-9214-42d3-9c72-ee20ab33aa9b\",\n                    \"businessTime\": 1776686550000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"af786e68-9de2-420f-8ccd-80950e71ca4b\",\n                    \"businessTime\": 1776686550000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a9ec9ebb-87a2-41e8-9b24-ebb9b060f7a6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96777952662879\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038129.856743056,\n                    \"instrumentId\": \"df56c1c1-d595-4ca3-b2fc-e84bf54ca139\",\n                    \"businessTime\": 1776686551000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270390.770610377,\n                    \"instrumentId\": \"fa313138-9eaf-45fc-9ef9-362089746198\",\n                    \"businessTime\": 1776686551000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714521.91416108,\n                    \"instrumentId\": \"533327a5-57f6-49ff-b26f-462c43c3ea5d\",\n                    \"businessTime\": 1776686551000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298732.08848899626,\n                    \"instrumentId\": \"d09eb16b-a33c-4378-8378-c01072bea490\",\n                    \"businessTime\": 1776686551000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386316.5540902073,\n                    \"instrumentId\": \"be903ae0-6c82-467d-aa61-b81a6c306f19\",\n                    \"businessTime\": 1776686551000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83497110.95767337,\n                    \"instrumentId\": \"9d24e9e6-ff64-4fe7-8ad7-abd3efab89f4\",\n                    \"businessTime\": 1776686551000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653614.9293393202,\n                    \"instrumentId\": \"af786e68-9de2-420f-8ccd-80950e71ca4b\",\n                    \"businessTime\": 1776686550000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ed24670a-8156-4020-8935-66119be975eb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967617562584607\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038127.103082775,\n                    \"instrumentId\": \"c56607ab-228c-4271-ba8c-7259a15cd96a\",\n                    \"businessTime\": 1776686552000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270390.3078341335,\n                    \"instrumentId\": \"31e4d02b-12e5-4b80-9506-01393ae14e92\",\n                    \"businessTime\": 1776686552000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714528.737460075,\n                    \"instrumentId\": \"9fff2fd4-f71e-4126-b700-5a590e623069\",\n                    \"businessTime\": 1776686552000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298731.8844019234,\n                    \"instrumentId\": \"95fd5b8b-a379-4315-b838-da1376e7cb76\",\n                    \"businessTime\": 1776686552000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386316.5540902073,\n                    \"instrumentId\": \"8c1824fc-489e-447a-8476-6ee45f13e1b4\",\n                    \"businessTime\": 1776686552000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83495115.49343017,\n                    \"instrumentId\": \"08da8e9d-cb3b-488d-9740-85b869b8c910\",\n                    \"businessTime\": 1776686552000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653782.0178442362,\n                    \"instrumentId\": \"b52bc494-b553-4b6b-9def-6355dc255d3a\",\n                    \"businessTime\": 1776686552000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a72fd4f9-c4d9-4e3c-9852-7f58acec440a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967296829199213\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038127.103082775,\n                    \"instrumentId\": \"d334be9d-8c33-4fbd-be96-c4bcf2b7aa99\",\n                    \"businessTime\": 1776686553000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270390.3078341335,\n                    \"instrumentId\": \"5d2f7393-60ed-4144-82ad-717facf77429\",\n                    \"businessTime\": 1776686553000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714528.737460075,\n                    \"instrumentId\": \"7d62249f-f51f-4288-8119-2fbd2b97bc41\",\n                    \"businessTime\": 1776686553000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298731.8844019234,\n                    \"instrumentId\": \"08df8b08-1023-4db0-9221-027b60a80e8a\",\n                    \"businessTime\": 1776686553000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386316.5540902073,\n                    \"instrumentId\": \"71b0113c-5aa4-46bc-8641-9a606f33b2c1\",\n                    \"businessTime\": 1776686553000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83494880.04033293,\n                    \"instrumentId\": \"670d9af3-b056-4718-aa4d-58f866ee095f\",\n                    \"businessTime\": 1776686553000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653782.0178442362,\n                    \"instrumentId\": \"341fe902-06d4-461d-87ef-223614dc34f1\",\n                    \"businessTime\": 1776686553000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1147124b-356f-4092-a903-7c6317e3c8e3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967255449041527\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038127.103082775,\n                    \"instrumentId\": \"81700921-0897-4a3b-855d-ad62c910309c\",\n                    \"businessTime\": 1776686554000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270391.8764616954,\n                    \"instrumentId\": \"640b607d-db34-4103-85a2-360210885267\",\n                    \"businessTime\": 1776686554000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714537.703116978,\n                    \"instrumentId\": \"e8a9f504-c1b1-43ab-9e4b-262e51d609f4\",\n                    \"businessTime\": 1776686554000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298702.1136371433,\n                    \"instrumentId\": \"85b4265f-6d80-495c-ba0c-622564f56707\",\n                    \"businessTime\": 1776686554000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386316.5540902073,\n                    \"instrumentId\": \"227a63d7-cc6b-4c2c-8538-67fb6c7b7cb3\",\n                    \"businessTime\": 1776686554000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83494434.63472068,\n                    \"instrumentId\": \"5016f96d-ac2b-41c4-b58a-3c25a0754566\",\n                    \"businessTime\": 1776686554000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653782.0178442362,\n                    \"instrumentId\": \"d5379234-aca1-48d4-8344-1aa186293f1c\",\n                    \"businessTime\": 1776686554000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"92d4d6a0-566e-4f49-901f-a332d5b4d5e3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967173789622798\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038228.256474161,\n                    \"instrumentId\": \"20aa49dc-50f6-435a-b78e-d0e4040e97c8\",\n                    \"businessTime\": 1776686555000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270391.8764616954,\n                    \"instrumentId\": \"e671759a-eaac-4c04-9dfa-e9e7b8d65a0a\",\n                    \"businessTime\": 1776686555000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714541.898287887,\n                    \"instrumentId\": \"665d9f03-1551-4aac-87dc-632310000653\",\n                    \"businessTime\": 1776686555000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298702.1136371433,\n                    \"instrumentId\": \"daeccab5-26d6-443d-b4f0-4db6d6198eef\",\n                    \"businessTime\": 1776686555000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386316.5540902073,\n                    \"instrumentId\": \"997b41f3-5cdc-498e-8d7c-30d2da3b0261\",\n                    \"businessTime\": 1776686555000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83494434.45900527,\n                    \"instrumentId\": \"1ef3f233-9cae-452c-b37d-2c2f4f3a976e\",\n                    \"businessTime\": 1776686555000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653782.0178442362,\n                    \"instrumentId\": \"c3bdaf4c-9573-46c0-bdb8-f6d62a79d869\",\n                    \"businessTime\": 1776686555000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f4123ce0-96dd-46c6-a667-2aba5a7ea0da\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96719227342717\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038228.256474161,\n                    \"instrumentId\": \"31677f4f-d060-48ff-affd-b13bf6108c98\",\n                    \"businessTime\": 1776686556000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270443.325616654,\n                    \"instrumentId\": \"e87efd14-adb7-4d44-a5a6-dec55e6130fb\",\n                    \"businessTime\": 1776686556000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714687.305606402,\n                    \"instrumentId\": \"013d28e8-58f3-466c-9f6f-8c05e9371aa2\",\n                    \"businessTime\": 1776686556000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298688.20530119893,\n                    \"instrumentId\": \"e0779f44-95bc-456f-99ac-bac121810d0f\",\n                    \"businessTime\": 1776686556000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386436.83944490156,\n                    \"instrumentId\": \"097f54cd-4b68-42f0-b4a4-91db6cdcade8\",\n                    \"businessTime\": 1776686556000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83493982.54664464,\n                    \"instrumentId\": \"d76d7e35-d147-4cc3-b1f8-1b29a27663d9\",\n                    \"businessTime\": 1776686556000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653978.2073616652,\n                    \"instrumentId\": \"b6d3f8dc-1cec-4011-93cc-57e07cc8c997\",\n                    \"businessTime\": 1776686556000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6651caee-099c-4b45-b885-4fcdcd33e988\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967200623277616\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040555.573357324,\n                    \"instrumentId\": \"2915a29d-a368-4962-a76a-72dea0c28361\",\n                    \"businessTime\": 1776686557000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270463.711594077,\n                    \"instrumentId\": \"b1f511e9-8158-4282-a068-18ff999b2416\",\n                    \"businessTime\": 1776686557000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13714695.688036999,\n                    \"instrumentId\": \"d242341d-83e9-47f9-9ac1-76959b88456b\",\n                    \"businessTime\": 1776686557000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298687.5452403525,\n                    \"instrumentId\": \"e952dc20-3509-48ea-a8ea-6a8f3a6db025\",\n                    \"businessTime\": 1776686557000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386491.044469232,\n                    \"instrumentId\": \"8c6b6650-d89e-4869-aad7-0817e95bded4\",\n                    \"businessTime\": 1776686557000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83494398.69802928,\n                    \"instrumentId\": \"62abb63a-91be-4559-8328-8f680e087d23\",\n                    \"businessTime\": 1776686557000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653978.2073616652,\n                    \"instrumentId\": \"496f39a3-9274-4b30-8d23-8c88154a80f2\",\n                    \"businessTime\": 1776686557000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9dc0bcf7-4fed-4142-977b-e66eb1209a34\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96769724570983\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040555.573357324,\n                    \"instrumentId\": \"a989fc91-7ec6-4b52-9567-f8546173f8cb\",\n                    \"businessTime\": 1776686558000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270463.711594077,\n                    \"instrumentId\": \"03703cac-5aaf-49e1-a48f-4e79ec267e99\",\n                    \"businessTime\": 1776686558000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715187.592896882,\n                    \"instrumentId\": \"07ba6914-4b89-4d10-9409-49ccd7d20a58\",\n                    \"businessTime\": 1776686558000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298685.8969683231,\n                    \"instrumentId\": \"9e6eaf37-c740-4c6c-9c30-f82a44e4965c\",\n                    \"businessTime\": 1776686558000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386491.044469232,\n                    \"instrumentId\": \"c27e22b2-8ebe-45bf-a5a4-67b075fc9b7f\",\n                    \"businessTime\": 1776686558000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83495085.1732395,\n                    \"instrumentId\": \"27636a5e-1651-4a0a-b7f1-b60430c86447\",\n                    \"businessTime\": 1776686558000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653978.2073616652,\n                    \"instrumentId\": \"2c839c91-4bb1-4973-9a23-6dfbd067fac3\",\n                    \"businessTime\": 1776686558000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b3890e01-06e5-4976-9b68-e927b1d30aae\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967904052704217\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040555.573357324,\n                    \"instrumentId\": \"f620089f-f1a9-41dd-a507-0b5e54afd6a0\",\n                    \"businessTime\": 1776686559000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270463.711594077,\n                    \"instrumentId\": \"0bc140bb-4707-4b2e-80db-1a82265ba7d9\",\n                    \"businessTime\": 1776686559000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715273.40355468,\n                    \"instrumentId\": \"c61cf9d6-fd80-4819-81b3-6d92d61662f4\",\n                    \"businessTime\": 1776686559000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298685.8969683231,\n                    \"instrumentId\": \"fd50082b-7d01-4aeb-a16e-c9494d04539b\",\n                    \"businessTime\": 1776686559000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386491.044469232,\n                    \"instrumentId\": \"66692a18-b67a-4b5b-8ccf-626f6ccd7c48\",\n                    \"businessTime\": 1776686559000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83496679.71767583,\n                    \"instrumentId\": \"9016aad1-eed3-460e-b471-a0c77149e548\",\n                    \"businessTime\": 1776686559000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653978.2073616652,\n                    \"instrumentId\": \"94104942-11c3-40b8-8e05-845aca9c6175\",\n                    \"businessTime\": 1776686559000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"074e63e5-6ade-47ab-85d3-20c67db2c70c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96819936994396\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040555.573357324,\n                    \"instrumentId\": \"b865533c-c4a1-4fc0-963c-90e4136ff996\",\n                    \"businessTime\": 1776686560000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270463.743003765,\n                    \"instrumentId\": \"9cd67ffc-bd71-46e7-ad68-82671c54cb44\",\n                    \"businessTime\": 1776686560000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715659.535421336,\n                    \"instrumentId\": \"0d267289-09bb-4d1c-ad4a-9eef015de3a0\",\n                    \"businessTime\": 1776686560000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298685.552390045,\n                    \"instrumentId\": \"c543e56c-41fa-420f-9602-51191d803ada\",\n                    \"businessTime\": 1776686560000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386491.044469232,\n                    \"instrumentId\": \"1bc50970-6146-4e70-a23f-aea2c46ed973\",\n                    \"businessTime\": 1776686560000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83496765.03927813,\n                    \"instrumentId\": \"3f6cc820-4394-4d73-9368-d41d31dd8c5c\",\n                    \"businessTime\": 1776686560000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653978.2073616652,\n                    \"instrumentId\": \"d62868c9-55d9-431a-992e-895734413087\",\n                    \"businessTime\": 1776686560000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6ba7e723-55a9-40d2-8089-33133624621f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968282171402727\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040555.573357324,\n                    \"instrumentId\": \"c3be12a1-b494-42f4-846d-3c091031cab6\",\n                    \"businessTime\": 1776686561000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270475.042473454,\n                    \"instrumentId\": \"0f60ae03-839a-47bc-91d4-e5de74468891\",\n                    \"businessTime\": 1776686561000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716168.766753757,\n                    \"instrumentId\": \"e3cebeb6-42f3-4ef9-82a0-a6700a2d529a\",\n                    \"businessTime\": 1776686561000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298685.552390045,\n                    \"instrumentId\": \"278883bf-f86d-4000-83d8-c140edb464ee\",\n                    \"businessTime\": 1776686561000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386491.044469232,\n                    \"instrumentId\": \"22bcb47e-fb47-4a57-83f7-70a6200585b1\",\n                    \"businessTime\": 1776686561000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83496829.8309622,\n                    \"instrumentId\": \"32030197-b875-4865-a71b-bf5202ddfe42\",\n                    \"businessTime\": 1776686561000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653978.2073616652,\n                    \"instrumentId\": \"146df39d-94ee-4b4d-881a-a8cc5ad15846\",\n                    \"businessTime\": 1776686561000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"726cd028-19bb-40e4-bc1a-129618009af4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968385040029467\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040889.5334883295,\n                    \"instrumentId\": \"b2992012-d7ae-4555-86e1-192a46ddd51e\",\n                    \"businessTime\": 1776686562000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272624.4547201465,\n                    \"instrumentId\": \"1fbfb398-c6b1-4eb9-b6a4-5c33aa118cb2\",\n                    \"businessTime\": 1776686562000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13718040.494242182,\n                    \"instrumentId\": \"2b25e58f-9d23-413b-b15e-5a2b6c9eb63c\",\n                    \"businessTime\": 1776686562000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298679.68361687474,\n                    \"instrumentId\": \"2298584b-0ffb-458e-be60-07280f3c7d8c\",\n                    \"businessTime\": 1776686562000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386812.42442672397,\n                    \"instrumentId\": \"079708ba-a19e-4a99-b095-9a690e0d7fa7\",\n                    \"businessTime\": 1776686562000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83499953.61406398,\n                    \"instrumentId\": \"ba2ef355-7f19-425d-88e5-7353475d774a\",\n                    \"businessTime\": 1776686562000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653995.4696385851,\n                    \"instrumentId\": \"3589be51-5712-454f-ae48-cbb9c66ef1b5\",\n                    \"businessTime\": 1776686562000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c9a080ef-f310-4c73-aba2-1161ca02535e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.969757914621585\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041052.135307159,\n                    \"instrumentId\": \"05955b68-b16f-442c-94ae-302327930001\",\n                    \"businessTime\": 1776686563000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272816.9567563673,\n                    \"instrumentId\": \"e0267aef-3cea-429b-bc77-777588eba730\",\n                    \"businessTime\": 1776686563000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719172.585898448,\n                    \"instrumentId\": \"77dafb40-4fd3-452d-a9b7-86b659269726\",\n                    \"businessTime\": 1776686563000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298675.74219738995,\n                    \"instrumentId\": \"50c7dff2-7d80-402e-a893-390c3482c835\",\n                    \"businessTime\": 1776686563000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386814.6238957908,\n                    \"instrumentId\": \"6412380d-7341-4b6a-a287-f14a8c696b85\",\n                    \"businessTime\": 1776686563000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83501235.40903087,\n                    \"instrumentId\": \"b2fd5df1-e8bc-427c-b9a0-053f1622fb80\",\n                    \"businessTime\": 1776686563000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654069.2475884967,\n                    \"instrumentId\": \"148e038d-02cf-449f-b89f-42fa741287a2\",\n                    \"businessTime\": 1776686563000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7966cf6a-f15f-4617-8605-746920eefae6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.970257216287262\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041048.882724217,\n                    \"instrumentId\": \"3efe21f3-0541-4235-9cbb-ee2b8992bcd0\",\n                    \"businessTime\": 1776686564000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272980.0358264064,\n                    \"instrumentId\": \"6f626807-7772-4155-a305-23a9e21df18b\",\n                    \"businessTime\": 1776686564000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719183.052451404,\n                    \"instrumentId\": \"8ae6ae6f-642e-42a1-a25d-a3239c13d816\",\n                    \"businessTime\": 1776686564000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298678.23851855635,\n                    \"instrumentId\": \"522953ec-53a5-4bb8-834e-2c7694f141a4\",\n                    \"businessTime\": 1776686564000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386815.509485362,\n                    \"instrumentId\": \"39550be3-cf07-40af-badf-0e641aeca2d1\",\n                    \"businessTime\": 1776686564000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83509130.21412188,\n                    \"instrumentId\": \"3ae9b70c-ecaf-437b-a117-68a975673738\",\n                    \"businessTime\": 1776686564000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654069.2475884967,\n                    \"instrumentId\": \"03d50443-00c2-4c32-8a3f-f0c6ccb02801\",\n                    \"businessTime\": 1776686564000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a2f8cb7a-326a-4723-8ab3-5adf241f8943\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.971675226839423\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041048.882724217,\n                    \"instrumentId\": \"8ac46420-ea5b-4ac9-a0cd-a458de17f91e\",\n                    \"businessTime\": 1776686565000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272980.7060105843,\n                    \"instrumentId\": \"4dac1185-64fe-491b-b933-41b772121cd6\",\n                    \"businessTime\": 1776686565000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720016.76518717,\n                    \"instrumentId\": \"be3eccad-3d97-4d1e-bd11-3577ef692752\",\n                    \"businessTime\": 1776686565000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298671.7130678955,\n                    \"instrumentId\": \"17f3ed5d-69b5-4459-83a2-389624fb8d8c\",\n                    \"businessTime\": 1776686565000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386812.72501155874,\n                    \"instrumentId\": \"c621dfab-1911-44a5-977a-5eacae5960bf\",\n                    \"businessTime\": 1776686565000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83509131.36605154,\n                    \"instrumentId\": \"2b45eb7e-3d80-4f33-aa8c-da2a572329c1\",\n                    \"businessTime\": 1776686565000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654069.2475884967,\n                    \"instrumentId\": \"d2835f2d-2153-411d-9a9e-15d4db92d82d\",\n                    \"businessTime\": 1776686565000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1caaaefc-2b99-4ff1-8281-351566d61614\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.971820433328904\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041158.069696751,\n                    \"instrumentId\": \"fb751220-974e-4750-9d2c-af0ca4fd79fe\",\n                    \"businessTime\": 1776686566000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273021.068990242,\n                    \"instrumentId\": \"9a1a9b6d-f164-40d4-9824-d0a2b7df132c\",\n                    \"businessTime\": 1776686566000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720114.02494773,\n                    \"instrumentId\": \"fd460413-1e0d-43fb-b443-b08ad1aa93e4\",\n                    \"businessTime\": 1776686566000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298671.7130678955,\n                    \"instrumentId\": \"a64afab2-d511-435a-a894-98e0edae8150\",\n                    \"businessTime\": 1776686566000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386811.5863688539,\n                    \"instrumentId\": \"b818be27-bdd8-4992-9186-08369dc292b1\",\n                    \"businessTime\": 1776686566000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83509941.61223292,\n                    \"instrumentId\": \"a366b5f8-27d4-4339-83aa-badf1233a467\",\n                    \"businessTime\": 1776686566000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654069.2475884967,\n                    \"instrumentId\": \"4aa6f9ab-da49-47ae-88f3-257218cd9cda\",\n                    \"businessTime\": 1776686566000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2277cda7-a5f6-4c0b-a9e2-b052739f3bed\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972006007538294\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041158.069696751,\n                    \"instrumentId\": \"0baac060-63e6-4fcc-971d-66498cf1f565\",\n                    \"businessTime\": 1776686567000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273021.068990242,\n                    \"instrumentId\": \"2efbd259-e540-4830-aa7c-33e5bd301ef9\",\n                    \"businessTime\": 1776686567000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719988.239148168,\n                    \"instrumentId\": \"dbfffefd-3ee9-48c6-a951-7d656f4b1154\",\n                    \"businessTime\": 1776686567000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298671.7130678955,\n                    \"instrumentId\": \"a563b013-ebd7-42bd-ba26-9358c69e2d1f\",\n                    \"businessTime\": 1776686567000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386811.5863688539,\n                    \"instrumentId\": \"04182458-9b11-49cc-8ed6-10e2a759cfdc\",\n                    \"businessTime\": 1776686567000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83511731.96203287,\n                    \"instrumentId\": \"03adfa5b-0d0e-46bd-a6f1-71de4a2b998f\",\n                    \"businessTime\": 1776686567000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654148.5218593952,\n                    \"instrumentId\": \"43ce8a49-899f-46e0-9fd9-6afc0d251009\",\n                    \"businessTime\": 1776686567000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f1b1583d-8023-4fdd-a6d5-c64350d0d1d5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972312481751175\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040965.776306973,\n                    \"instrumentId\": \"6b361112-ae10-4f45-a53b-50f7f9ed8103\",\n                    \"businessTime\": 1776686568000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273022.6449657534,\n                    \"instrumentId\": \"9909e922-2382-4d52-a1d6-b73bda83d8f0\",\n                    \"businessTime\": 1776686568000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720610.083723867,\n                    \"instrumentId\": \"dc9669fb-90b8-4b85-a730-104b39888dc9\",\n                    \"businessTime\": 1776686568000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298716.8221836478,\n                    \"instrumentId\": \"b7fe0162-3d31-4359-a943-713c2ab2be4c\",\n                    \"businessTime\": 1776686568000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386811.5863688539,\n                    \"instrumentId\": \"bfb0ed3f-f78f-4916-812c-8ab6d120c250\",\n                    \"businessTime\": 1776686568000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83513312.25119555,\n                    \"instrumentId\": \"4612ed13-ddcb-4c71-959c-0980f91bf7e1\",\n                    \"businessTime\": 1776686568000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654166.3264622338,\n                    \"instrumentId\": \"9d6968e6-0594-4ce4-9ac6-daf1c346ba84\",\n                    \"businessTime\": 1776686568000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"77de4a61-3b94-40f4-9fbb-48a79c31eea0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972677038876427\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040965.776306973,\n                    \"instrumentId\": \"b5ceafbd-5ffb-4c5b-bbac-d764124b28e3\",\n                    \"businessTime\": 1776686569000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273022.6449657534,\n                    \"instrumentId\": \"bc14d595-f8f4-443b-8b7b-21808ed8c00d\",\n                    \"businessTime\": 1776686569000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720557.552217761,\n                    \"instrumentId\": \"be8f4ffd-f051-494c-a932-d879fcdd8af6\",\n                    \"businessTime\": 1776686569000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298721.4854032358,\n                    \"instrumentId\": \"eb082bcf-d76c-4062-bce9-2bd9bb46d6d0\",\n                    \"businessTime\": 1776686569000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386811.5863688539,\n                    \"instrumentId\": \"7ea93207-3d80-4321-a77b-385e7c1b5f31\",\n                    \"businessTime\": 1776686569000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83513813.31521481,\n                    \"instrumentId\": \"f276938f-f64d-44ff-b0f1-3bce69181e06\",\n                    \"businessTime\": 1776686569000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654166.3264622338,\n                    \"instrumentId\": \"c63e4f7f-4fb9-446d-b703-494a5138fd73\",\n                    \"businessTime\": 1776686569000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"14e94b32-1873-4361-9628-b75cae456d72\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97275668663262\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040965.776306973,\n                    \"instrumentId\": \"dd95125b-9097-4880-8cef-dad814822863\",\n                    \"businessTime\": 1776686570000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273022.6449657534,\n                    \"instrumentId\": \"a081478d-487a-4a52-86eb-b1526c45dbed\",\n                    \"businessTime\": 1776686570000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720546.0218422,\n                    \"instrumentId\": \"d7075961-d3ce-4ba1-804e-2bd80c1c75ec\",\n                    \"businessTime\": 1776686570000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298736.46870057634,\n                    \"instrumentId\": \"1b806412-2d37-4720-9c9e-7a73953c8def\",\n                    \"businessTime\": 1776686570000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386811.5863688539,\n                    \"instrumentId\": \"44ee15d8-a65d-4466-b780-61c12ed20831\",\n                    \"businessTime\": 1776686570000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83513813.36709945,\n                    \"instrumentId\": \"53f4cd66-c140-4aee-89d8-5a8412d235f1\",\n                    \"businessTime\": 1776686570000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654166.3264622338,\n                    \"instrumentId\": \"ed8e06bd-0100-4097-97a0-1f400f4b79ac\",\n                    \"businessTime\": 1776686570000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"70505272-21bf-4f1f-ae86-3f3cf0d1c7c5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97275730259157\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040965.776306973,\n                    \"instrumentId\": \"5764faa0-e9ed-4a73-9886-3708f57a2125\",\n                    \"businessTime\": 1776686571000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273055.4882678227,\n                    \"instrumentId\": \"e2639c57-a8d8-4e2e-80e7-d677f5a64a28\",\n                    \"businessTime\": 1776686571000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720753.623371188,\n                    \"instrumentId\": \"aac89f38-458b-4ef2-b5c8-6e27522e9e35\",\n                    \"businessTime\": 1776686571000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298736.46870057634,\n                    \"instrumentId\": \"64e09cb0-d628-42ab-9e9c-461296cfc281\",\n                    \"businessTime\": 1776686571000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386811.5863688539,\n                    \"instrumentId\": \"2da5dc0e-31a8-4e6d-ab0d-593989bdf3d9\",\n                    \"businessTime\": 1776686571000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83514957.3230583,\n                    \"instrumentId\": \"ea06e373-c6a9-4f6d-b55e-509b8b8249b4\",\n                    \"businessTime\": 1776686571000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654166.3264622338,\n                    \"instrumentId\": \"63b7e94e-394a-43ab-9d53-7475305e8ce7\",\n                    \"businessTime\": 1776686571000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ab00945d-7051-4ac1-a174-e3557ee98628\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973000606772576\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041007.5161062805,\n                    \"instrumentId\": \"ae481f50-16d1-407d-a244-d13804d39de0\",\n                    \"businessTime\": 1776686572000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273058.2303421344,\n                    \"instrumentId\": \"351699a5-cc91-4af4-b62f-cf818bdb6c63\",\n                    \"businessTime\": 1776686572000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720805.53286823,\n                    \"instrumentId\": \"4f7e1aa1-70c5-4278-a8df-169afb516a83\",\n                    \"businessTime\": 1776686572000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298739.85774507595,\n                    \"instrumentId\": \"6a7caaea-683d-4a67-a207-649fff600c98\",\n                    \"businessTime\": 1776686572000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386811.16722307476,\n                    \"instrumentId\": \"a1819f95-9803-4412-98f6-b0fb7d876a59\",\n                    \"businessTime\": 1776686572000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83515445.49958348,\n                    \"instrumentId\": \"020da5c2-86e8-4f1a-acf8-b96b0e74e452\",\n                    \"businessTime\": 1776686572000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654198.8215563246,\n                    \"instrumentId\": \"323eb1a0-cc26-4698-8aac-f4b3b550a2c0\",\n                    \"businessTime\": 1776686572000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"77cd61e3-92c4-4971-ad84-f6c923005a72\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.9731095756458\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041026.129069085,\n                    \"instrumentId\": \"145e0182-2d16-479a-960b-bf181378ac50\",\n                    \"businessTime\": 1776686573000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273177.877680199,\n                    \"instrumentId\": \"d938eb2e-cea0-4a49-8ba8-e90b5c370245\",\n                    \"businessTime\": 1776686573000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720914.026702393,\n                    \"instrumentId\": \"b78b4e3a-4919-42aa-ab98-7739d3e36f1e\",\n                    \"businessTime\": 1776686573000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298740.6442214553,\n                    \"instrumentId\": \"aa66c66b-bb02-42b3-92b0-a81bc7659a79\",\n                    \"businessTime\": 1776686573000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386811.16722307476,\n                    \"instrumentId\": \"d582477a-c962-4105-a65d-f57a443ed791\",\n                    \"businessTime\": 1776686573000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83515629.57765011,\n                    \"instrumentId\": \"0e73d33c-3387-4042-bf56-ea7778e603de\",\n                    \"businessTime\": 1776686573000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654198.8215563246,\n                    \"instrumentId\": \"9d9f54f7-da50-4055-a89d-f9b8356106e7\",\n                    \"businessTime\": 1776686573000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7b9dfc29-2c6d-4420-8608-25c99365a4b5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973185431300994\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041026.03567889,\n                    \"instrumentId\": \"00d7bdd1-19ac-445e-9ed8-3e9a4d0d0217\",\n                    \"businessTime\": 1776686574000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273177.877680199,\n                    \"instrumentId\": \"57013eff-0ab6-47bf-bb9c-3ca5d3180cc0\",\n                    \"businessTime\": 1776686574000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721094.616267974,\n                    \"instrumentId\": \"f34376fa-9c9e-4094-9e8d-cdf3b671ec79\",\n                    \"businessTime\": 1776686574000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298740.66143331636,\n                    \"instrumentId\": \"82b45cfe-6cd3-4f03-a0d6-70d5fe3bb2a1\",\n                    \"businessTime\": 1776686574000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386811.16722307476,\n                    \"instrumentId\": \"da3dd1a6-a377-4b2d-876b-7b6586781457\",\n                    \"businessTime\": 1776686574000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83515709.7549717,\n                    \"instrumentId\": \"076c9308-e2fc-48f8-b9c8-cf1da25e5304\",\n                    \"businessTime\": 1776686574000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654194.2251885238,\n                    \"instrumentId\": \"6c57d56f-6894-45a6-b9a4-b7210b92c6c8\",\n                    \"businessTime\": 1776686574000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"14e52416-ec46-45d7-bf7f-a66eaef0e621\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973230439093793\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041025.543243625,\n                    \"instrumentId\": \"eb579e83-4ee9-48c5-bf8e-72fd14245db4\",\n                    \"businessTime\": 1776686575000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273184.8172600996,\n                    \"instrumentId\": \"ca3a9351-2525-4410-82f9-654970f71759\",\n                    \"businessTime\": 1776686575000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721295.038779689,\n                    \"instrumentId\": \"fc87687e-009c-460f-9554-9d780bc313b4\",\n                    \"businessTime\": 1776686575000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298740.66143331636,\n                    \"instrumentId\": \"7891d663-8123-44d9-b58a-2cc3895d3d6a\",\n                    \"businessTime\": 1776686575000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386811.16722307476,\n                    \"instrumentId\": \"ebb3843a-4665-48fc-9ee2-289fb7fb454a\",\n                    \"businessTime\": 1776686575000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83515722.4383619,\n                    \"instrumentId\": \"b3051d01-6ab7-44bc-9469-d094aea08f0b\",\n                    \"businessTime\": 1776686575000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654194.2251885238,\n                    \"instrumentId\": \"4aa6d050-e419-4c2e-b3e5-41c497d2d496\",\n                    \"businessTime\": 1776686575000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f2c60041-aa27-4056-9f61-3ab3bd910806\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97326902486647\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041025.543243625,\n                    \"instrumentId\": \"88370994-b7b9-4673-bafe-e391d06e70e8\",\n                    \"businessTime\": 1776686576000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273184.8172600996,\n                    \"instrumentId\": \"5ee68a9f-4b7d-442e-975f-eed2c47de407\",\n                    \"businessTime\": 1776686576000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721360.305975026,\n                    \"instrumentId\": \"22f5a8ec-6348-478d-aedc-30df49b4deff\",\n                    \"businessTime\": 1776686576000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298741.49257162015,\n                    \"instrumentId\": \"8a70db16-3fda-42f1-a93c-74853019b2f7\",\n                    \"businessTime\": 1776686576000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386811.16722307476,\n                    \"instrumentId\": \"0ab2404f-aea1-4dbd-bf42-fa39e50b3bb7\",\n                    \"businessTime\": 1776686576000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83515960.20749737,\n                    \"instrumentId\": \"7b936463-98ac-4dae-9272-7f18ce56eebf\",\n                    \"businessTime\": 1776686576000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654194.2251885238,\n                    \"instrumentId\": \"0a88c28e-93e8-46ab-90ba-8768614aaa11\",\n                    \"businessTime\": 1776686576000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4394efdb-88f3-487e-9e24-b28b08e49f42\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973322428639605\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041013.40327032,\n                    \"instrumentId\": \"def06e62-ba62-4ef3-8f13-28a9af551518\",\n                    \"businessTime\": 1776686577000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274015.7886553006,\n                    \"instrumentId\": \"bcadf018-8aa2-4a59-8c19-a497ddf34351\",\n                    \"businessTime\": 1776686577000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721306.752812883,\n                    \"instrumentId\": \"c0935f1f-6e70-4b2c-8172-f5a2266a8e55\",\n                    \"businessTime\": 1776686577000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298775.118269564,\n                    \"instrumentId\": \"ab1b61ac-5fbe-440d-98ce-c0a6ff749ae4\",\n                    \"businessTime\": 1776686577000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386782.08583904855,\n                    \"instrumentId\": \"a3d4eb4d-c4c3-45b8-a436-99091a0cf7ab\",\n                    \"businessTime\": 1776686577000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83516266.008568,\n                    \"instrumentId\": \"408b5c85-ee7c-4612-86f2-8b534ccbbb95\",\n                    \"businessTime\": 1776686577000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654286.4756541013,\n                    \"instrumentId\": \"23f69f20-3ffd-4c0f-b766-b2d75b3f0067\",\n                    \"businessTime\": 1776686577000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"787399cd-6476-4cfc-9baf-bcd0a1b35b8e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973527678922533\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:02:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041002.638006691,\n                    \"instrumentId\": \"535baf78-4901-436c-9cfa-636aba7acdc5\",\n                    \"businessTime\": 1776686578000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274022.37912862,\n                    \"instrumentId\": \"1ff64f83-f585-4a08-a24b-aab0a7fc3c3b\",\n                    \"businessTime\": 1776686578000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721161.97580305,\n                    \"instrumentId\": \"d3a9f784-919b-412f-802f-82ec3704784a\",\n                    \"businessTime\": 1776686578000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298781.6385057167,\n                    \"instrumentId\": \"6b035c3b-5905-4999-ac1c-784276fc5496\",\n                    \"businessTime\": 1776686578000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386825.0251460126,\n                    \"instrumentId\": \"af81a1a0-f0c9-484c-92f4-84dd99e0d7c4\",\n                    \"businessTime\": 1776686578000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83516267.22669314,\n                    \"instrumentId\": \"61929429-cd0e-4786-93cc-905d687c447a\",\n                    \"businessTime\": 1776686578000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654286.4756541013,\n                    \"instrumentId\": \"095bc6f6-693f-446f-a0c0-0d6fc369177b\",\n                    \"businessTime\": 1776686578000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e49049b0-e068-4032-9052-5da1b0700364\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973510407546105\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040679.080866616,\n                    \"instrumentId\": \"21e162f9-8425-4dda-bbd0-bc3913d8fc24\",\n                    \"businessTime\": 1776686579000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274417.931072811,\n                    \"instrumentId\": \"138f0db9-8c5e-4e42-8a23-857898658b66\",\n                    \"businessTime\": 1776686579000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720992.896728309,\n                    \"instrumentId\": \"2e2a6c6f-31fd-4dd1-b535-20b163f7778a\",\n                    \"businessTime\": 1776686579000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298837.6243091461,\n                    \"instrumentId\": \"fdfa33cd-fa7c-4aab-90d5-be70a761af82\",\n                    \"businessTime\": 1776686579000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386802.204303121,\n                    \"instrumentId\": \"7dbfc460-ed05-461c-983a-482906601355\",\n                    \"businessTime\": 1776686579000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83515267.50559522,\n                    \"instrumentId\": \"f629eb8e-ff31-400c-9532-bcc6037cd65d\",\n                    \"businessTime\": 1776686579000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654103.9551451029,\n                    \"instrumentId\": \"3eb36151-0da9-47d6-bc13-91758d9cbcf4\",\n                    \"businessTime\": 1776686579000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d844894d-7555-479b-8218-14dda2074d73\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973291398597596\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040682.659390929,\n                    \"instrumentId\": \"dc107da2-60f2-4617-9def-1e091a38ccb6\",\n                    \"businessTime\": 1776686580000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274415.000313152,\n                    \"instrumentId\": \"f6a40cfe-2fe5-4950-8692-4635431af85f\",\n                    \"businessTime\": 1776686580000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721298.874077853,\n                    \"instrumentId\": \"e2d14bb3-b926-49b2-8594-61524aaad56c\",\n                    \"businessTime\": 1776686580000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298837.6243091461,\n                    \"instrumentId\": \"18396099-cdfc-453c-8f12-a1fb3ce309d6\",\n                    \"businessTime\": 1776686580000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386802.204303121,\n                    \"instrumentId\": \"fbb3ce65-7da7-41c0-9ecf-cfeac6b8382b\",\n                    \"businessTime\": 1776686580000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83515263.79479651,\n                    \"instrumentId\": \"850af8bf-c65e-4f88-a425-bdd93c983af0\",\n                    \"businessTime\": 1776686580000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654103.9551451029,\n                    \"instrumentId\": \"82880f67-ff73-459b-bac1-1c050d639265\",\n                    \"businessTime\": 1776686580000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2bb3a432-3ace-4848-9f6b-b3a80b42d40e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973344634856907\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040719.021222562,\n                    \"instrumentId\": \"d81ee42d-7af1-45fe-b909-882aa99735ba\",\n                    \"businessTime\": 1776686581000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274415.000313152,\n                    \"instrumentId\": \"74ccce5b-47b6-41f5-a2ac-03f4148a8d1a\",\n                    \"businessTime\": 1776686581000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721683.709327437,\n                    \"instrumentId\": \"04be8226-1144-4c8c-bd76-7de898991000\",\n                    \"businessTime\": 1776686581000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298837.6243091461,\n                    \"instrumentId\": \"d5dc236b-af87-43ff-b7dd-6fa03160c309\",\n                    \"businessTime\": 1776686581000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386802.204303121,\n                    \"instrumentId\": \"87af85d0-7958-42bd-807f-ecfa8a8266ce\",\n                    \"businessTime\": 1776686581000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83515604.10068011,\n                    \"instrumentId\": \"a372ad37-0b2b-4d91-b2dc-c65d4dbccad3\",\n                    \"businessTime\": 1776686581000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654103.9551451029,\n                    \"instrumentId\": \"279a88a9-4226-4df3-91ca-a104eb63f8e0\",\n                    \"businessTime\": 1776686581000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3f6e5317-6c12-4364-8071-1417749a337c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973478466660918\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040719.021222562,\n                    \"instrumentId\": \"a1c38178-1c09-438a-8a45-4a652c37bd65\",\n                    \"businessTime\": 1776686582000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274415.000313152,\n                    \"instrumentId\": \"574cda98-bbcb-431c-b866-df5907997aa8\",\n                    \"businessTime\": 1776686582000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721682.563470814,\n                    \"instrumentId\": \"758709cb-7085-44aa-a5cb-b5debb25c680\",\n                    \"businessTime\": 1776686582000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298837.6243091461,\n                    \"instrumentId\": \"54aabb06-7d4d-48fc-8354-fee2214f9b0c\",\n                    \"businessTime\": 1776686582000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386802.204303121,\n                    \"instrumentId\": \"f81c8f2e-d3db-4b4b-ad3a-9a057048caaa\",\n                    \"businessTime\": 1776686582000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83515625.2432222,\n                    \"instrumentId\": \"47a9131e-ff50-4830-bbe3-a5e2403e02e7\",\n                    \"businessTime\": 1776686582000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654103.9551451029,\n                    \"instrumentId\": \"4e53120a-82e7-4d50-aacf-e965da0fc1f0\",\n                    \"businessTime\": 1776686582000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4cef9928-4a6b-49ee-a1e6-7aa7d27de7e7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97348198101689\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040259.770172543,\n                    \"instrumentId\": \"e3742a9d-8cef-4868-b7ef-57a01497371b\",\n                    \"businessTime\": 1776686583000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274205.5920458087,\n                    \"instrumentId\": \"615b822a-576b-45e5-a8ea-ace6cf76c3d0\",\n                    \"businessTime\": 1776686583000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13718343.828914696,\n                    \"instrumentId\": \"a2d1e88a-29ff-4ad5-b973-92d72a358711\",\n                    \"businessTime\": 1776686583000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298784.4975612589,\n                    \"instrumentId\": \"af7e212f-8c9d-415a-a4ba-18c73803453f\",\n                    \"businessTime\": 1776686583000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386717.7546237906,\n                    \"instrumentId\": \"febe50c3-4b34-4ff8-998c-1f61a7e03c1f\",\n                    \"businessTime\": 1776686583000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83506453.29843557,\n                    \"instrumentId\": \"621641aa-9b3b-484d-8c8d-e73f9bfd2b89\",\n                    \"businessTime\": 1776686583000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653863.7897761706,\n                    \"instrumentId\": \"6a35b5cc-88ef-42c3-b83c-92999b5f5efb\",\n                    \"businessTime\": 1776686583000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1fefcc8c-5a3e-431d-b294-316c82400649\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.971099365822468\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039967.134985166,\n                    \"instrumentId\": \"971a0980-bcdc-4fa0-b7ae-1ee9723d1aa9\",\n                    \"businessTime\": 1776686584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274205.5920458087,\n                    \"instrumentId\": \"cf0bca03-7c28-4e20-94c6-9a8dd6be1c8c\",\n                    \"businessTime\": 1776686584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717590.255627604,\n                    \"instrumentId\": \"23a24f82-c115-4a43-bcaf-30daca8f0ab9\",\n                    \"businessTime\": 1776686584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298784.4975612589,\n                    \"instrumentId\": \"f4fb7691-51b0-408f-850c-da58bb1e2f3a\",\n                    \"businessTime\": 1776686584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386619.9228358581,\n                    \"instrumentId\": \"ef4347f2-4ed0-42e4-ac85-be6f8c16b85e\",\n                    \"businessTime\": 1776686584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83504860.85794799,\n                    \"instrumentId\": \"e082b2c6-fb47-4a9f-9817-5fa707ca2678\",\n                    \"businessTime\": 1776686584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653863.7897761706,\n                    \"instrumentId\": \"6ffb6a01-d827-4e33-a275-ab51ccd02116\",\n                    \"businessTime\": 1776686584000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"806084c9-47f5-4a80-afb8-82c097244346\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.9706184377469\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039967.134985166,\n                    \"instrumentId\": \"feb2d318-4f8c-4dbd-8173-4b4bec069125\",\n                    \"businessTime\": 1776686585000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274205.5920458087,\n                    \"instrumentId\": \"c97ce9e9-aa70-4da1-bac4-310119c8b8d6\",\n                    \"businessTime\": 1776686585000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717881.085634977,\n                    \"instrumentId\": \"7ddb1b34-01a1-43c1-9d8d-f2d01319cde4\",\n                    \"businessTime\": 1776686585000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298769.0601583906,\n                    \"instrumentId\": \"eb325583-da54-4c89-875d-90fe952bd393\",\n                    \"businessTime\": 1776686585000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386619.9228358581,\n                    \"instrumentId\": \"52ea26d8-69c4-49ee-a037-82c7772b261e\",\n                    \"businessTime\": 1776686585000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83500023.89541443,\n                    \"instrumentId\": \"a853a11f-42f3-41dc-a0d6-34b706f8e888\",\n                    \"businessTime\": 1776686585000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653862.9710358423,\n                    \"instrumentId\": \"f2e0b6c7-0ee0-461c-815e-007ac951f542\",\n                    \"businessTime\": 1776686585000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"579260c2-bbd3-436b-8c36-4edd8cb759da\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.969816611970206\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039967.134985166,\n                    \"instrumentId\": \"6cf3747d-dfb5-4bea-bbc0-e62248e25ae0\",\n                    \"businessTime\": 1776686586000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274194.7204998326,\n                    \"instrumentId\": \"324eb47f-d664-49aa-9eff-d1437aa34370\",\n                    \"businessTime\": 1776686586000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717881.085634977,\n                    \"instrumentId\": \"758822c2-effc-4ad9-b761-25d1a649e6b5\",\n                    \"businessTime\": 1776686586000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298769.0601583906,\n                    \"instrumentId\": \"831d37b3-865c-4b63-a9ff-74224c20c696\",\n                    \"businessTime\": 1776686586000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386619.9228358581,\n                    \"instrumentId\": \"bfffcc63-995e-4299-add7-229f8b235998\",\n                    \"businessTime\": 1776686586000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83499723.47943082,\n                    \"instrumentId\": \"c82e94cc-79b1-49c9-b0ff-fa07292432b0\",\n                    \"businessTime\": 1776686586000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653850.7202358457,\n                    \"instrumentId\": \"49d165a4-7735-442e-88a7-ddd29a9f6a47\",\n                    \"businessTime\": 1776686586000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9a87fac8-06aa-4c73-acfb-914263c88279\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.969759751103847\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039881.811597396,\n                    \"instrumentId\": \"fccd8a14-71f7-4301-9825-3c2ebca46f54\",\n                    \"businessTime\": 1776686587000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274191.6974471444,\n                    \"instrumentId\": \"12d0b8ce-d82a-41d5-b980-e66a3f35de73\",\n                    \"businessTime\": 1776686587000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717894.953170912,\n                    \"instrumentId\": \"d8eff5fa-5658-42c7-b6aa-8d4bf6f593f4\",\n                    \"businessTime\": 1776686587000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298732.19717790827,\n                    \"instrumentId\": \"f59daa5d-b0f6-4a12-af02-4a1d891a2207\",\n                    \"businessTime\": 1776686587000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386619.9228358581,\n                    \"instrumentId\": \"4d19a30c-d8af-41b7-afe0-20eea1552d1d\",\n                    \"businessTime\": 1776686587000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83499175.91864796,\n                    \"instrumentId\": \"7e22a6d7-5aac-4444-a284-90375d5048d9\",\n                    \"businessTime\": 1776686587000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653850.7202358457,\n                    \"instrumentId\": \"6bb87481-f786-40b5-805a-99f5daef6ea6\",\n                    \"businessTime\": 1776686587000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"358513ca-cb03-4651-b4b4-022f9da2682b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.969643950986473\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039879.895088281,\n                    \"instrumentId\": \"f6048b91-848c-44c6-938f-e6706ad30b90\",\n                    \"businessTime\": 1776686588000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274124.8853432797,\n                    \"instrumentId\": \"975f8c38-fd28-41dc-a854-872f25c7ae73\",\n                    \"businessTime\": 1776686588000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717870.368948558,\n                    \"instrumentId\": \"5aec5603-2b09-459a-a4dd-7d42098b5627\",\n                    \"businessTime\": 1776686588000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298610.9451687634,\n                    \"instrumentId\": \"f0700cb7-d835-4982-9390-60eb3a0f843e\",\n                    \"businessTime\": 1776686588000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386590.7097767739,\n                    \"instrumentId\": \"225ed0fc-d7f0-4381-acad-a3338351eecd\",\n                    \"businessTime\": 1776686588000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83498303.63374305,\n                    \"instrumentId\": \"e9729b24-a062-47ed-b844-4ab228cea999\",\n                    \"businessTime\": 1776686588000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653844.6160668627,\n                    \"instrumentId\": \"624351fa-9371-4864-853a-e28a30c471ae\",\n                    \"businessTime\": 1776686588000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"37fe8c47-1d9f-4483-a1a1-f4e75c3fde45\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96944673359149\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039294.286641194,\n                    \"instrumentId\": \"39d79b54-d0b6-4096-8768-c9a51e584c04\",\n                    \"businessTime\": 1776686589000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274124.8853432797,\n                    \"instrumentId\": \"fe15812b-3b78-4e0d-a1ef-6448d73b3592\",\n                    \"businessTime\": 1776686589000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717765.678910084,\n                    \"instrumentId\": \"0c54d4fe-3455-4a66-bf36-46e6f1f8bd15\",\n                    \"businessTime\": 1776686589000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298667.8515144003,\n                    \"instrumentId\": \"f747feec-49ed-4ec8-a83d-0de926bed12c\",\n                    \"businessTime\": 1776686589000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386590.7097767739,\n                    \"instrumentId\": \"1a93c90a-98cb-44d8-950f-b8a804bb5fef\",\n                    \"businessTime\": 1776686589000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83497463.4809962,\n                    \"instrumentId\": \"14ee6219-6cc2-493d-bbf3-27aee0f4bfe2\",\n                    \"businessTime\": 1776686589000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653775.6530422525,\n                    \"instrumentId\": \"035f801f-61e6-4880-9bc5-6eaf52fa90a5\",\n                    \"businessTime\": 1776686589000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4d478d5e-0fd2-4e6e-baa2-fd687998486f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.969175642570157\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039289.16590365,\n                    \"instrumentId\": \"93153d50-a68a-4627-9374-ff0b4235ec89\",\n                    \"businessTime\": 1776686590000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3274100.629107847,\n                    \"instrumentId\": \"0b705b12-82a5-4c75-8649-f1a5437b630d\",\n                    \"businessTime\": 1776686590000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717632.403921723,\n                    \"instrumentId\": \"2b2f4320-fd9b-4c96-95e8-01904f943414\",\n                    \"businessTime\": 1776686590000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298558.214741268,\n                    \"instrumentId\": \"9554d3ab-aaff-49ed-b4cd-25bd75a04454\",\n                    \"businessTime\": 1776686590000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386590.7097767739,\n                    \"instrumentId\": \"faaca8da-9ffd-4aa4-b01b-752ec7346d96\",\n                    \"businessTime\": 1776686590000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83497090.38149233,\n                    \"instrumentId\": \"dc778439-57a0-4807-8c53-24b6dc50787d\",\n                    \"businessTime\": 1776686590000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653775.6530422525,\n                    \"instrumentId\": \"f8171da9-aa10-44a4-bfb7-ae15d01dae2f\",\n                    \"businessTime\": 1776686590000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"57a3d894-4c1b-4e33-9d5c-ddf7539316e2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.969062217572205\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039163.967375058,\n                    \"instrumentId\": \"7bed24f7-225a-4db8-979b-2838d59ca466\",\n                    \"businessTime\": 1776686591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272160.7308059065,\n                    \"instrumentId\": \"99367ee1-33ab-4854-8fc9-5353adcdeead\",\n                    \"businessTime\": 1776686591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717632.427190265,\n                    \"instrumentId\": \"e198ff54-eea2-4eb5-a431-ab2e0c358747\",\n                    \"businessTime\": 1776686591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298558.214741268,\n                    \"instrumentId\": \"214ac87e-0c6a-463e-ba66-11f76c58802d\",\n                    \"businessTime\": 1776686591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386590.7097767739,\n                    \"instrumentId\": \"711a873c-1097-44fa-a5d7-540fc4074161\",\n                    \"businessTime\": 1776686591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83491715.52952346,\n                    \"instrumentId\": \"b7272b23-fb28-493e-890b-d06bd9749ea0\",\n                    \"businessTime\": 1776686591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653775.6530422525,\n                    \"instrumentId\": \"1828a444-29b7-4b14-932c-c25f6b3aa1c5\",\n                    \"businessTime\": 1776686591000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1b5bd3cb-b44a-4aec-b47e-ebda7568fc6c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967754673542178\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039026.362291286,\n                    \"instrumentId\": \"6f0de265-4321-459d-ad3f-07b4661dca6f\",\n                    \"businessTime\": 1776686592000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271893.0728468117,\n                    \"instrumentId\": \"a31123b3-88b6-482e-9b10-4ec92719b90f\",\n                    \"businessTime\": 1776686592000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717580.727713492,\n                    \"instrumentId\": \"8c9d7595-7f0b-49ef-ae3c-0edf4ced8918\",\n                    \"businessTime\": 1776686592000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298558.214741268,\n                    \"instrumentId\": \"a4745e68-f7ca-49ec-b1b8-29594dfd17e1\",\n                    \"businessTime\": 1776686592000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386590.7097767739,\n                    \"instrumentId\": \"3602a505-c125-4e4e-bb7b-fe6d862031ff\",\n                    \"businessTime\": 1776686592000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83491600.5682012,\n                    \"instrumentId\": \"9e8c8741-9a81-4203-ab69-65abdfbdcb37\",\n                    \"businessTime\": 1776686592000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653775.6530422525,\n                    \"instrumentId\": \"6b36e83e-8b70-469d-a8c6-1a9ab55069ee\",\n                    \"businessTime\": 1776686592000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"921a45b3-a7aa-4691-8ec3-3b1b9eff2cfa\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967654159685956\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039025.821999109,\n                    \"instrumentId\": \"bd1eb636-ece7-4d7d-b158-8ee65ddd59b5\",\n                    \"businessTime\": 1776686593000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271887.386621551,\n                    \"instrumentId\": \"301548ae-4af0-4825-aa26-09ea2e1dec6e\",\n                    \"businessTime\": 1776686593000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717554.660339946,\n                    \"instrumentId\": \"872c273e-9d41-4b77-aa82-cb6a111f4249\",\n                    \"businessTime\": 1776686593000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298558.214741268,\n                    \"instrumentId\": \"8c4c80ca-a29f-4329-a3fe-cfacbe4950d1\",\n                    \"businessTime\": 1776686593000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386599.04677298776,\n                    \"instrumentId\": \"71aaea3e-e7ee-4b75-bdb5-1688dec0c3a6\",\n                    \"businessTime\": 1776686593000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83491482.30998124,\n                    \"instrumentId\": \"e1eb7c62-3fb5-4d81-b925-21c1f182a262\",\n                    \"businessTime\": 1776686593000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653775.6530422525,\n                    \"instrumentId\": \"5ac87348-d124-439d-88c7-eaec6c10e86e\",\n                    \"businessTime\": 1776686593000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"13ecf209-c44d-48df-aef9-46020421606a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967629165816934\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039019.846781139,\n                    \"instrumentId\": \"833c5f6e-3cdb-4c0f-a0f6-7d8b86883173\",\n                    \"businessTime\": 1776686594000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271887.386621551,\n                    \"instrumentId\": \"3208d302-672c-491a-bfff-5298a5151105\",\n                    \"businessTime\": 1776686594000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717458.847290622,\n                    \"instrumentId\": \"1c7c7113-0bdf-4036-8d86-eabd980a31b9\",\n                    \"businessTime\": 1776686594000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298558.214741268,\n                    \"instrumentId\": \"84ff4792-c038-491e-8015-5aca72d9aa16\",\n                    \"businessTime\": 1776686594000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386599.04677298776,\n                    \"instrumentId\": \"da796e3b-95ca-4446-bf47-84cf72a6c480\",\n                    \"businessTime\": 1776686594000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83491430.61686777,\n                    \"instrumentId\": \"0134e836-552f-4528-8cfe-f43630d6fc52\",\n                    \"businessTime\": 1776686594000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653775.6530422525,\n                    \"instrumentId\": \"085b55a8-e72d-4947-b7de-7a77b35305cd\",\n                    \"businessTime\": 1776686594000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ad43980e-2317-418d-b9bb-457576098332\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967602191936308\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038992.698449776,\n                    \"instrumentId\": \"bb092ff3-42d9-4a55-b525-4f4abb783c38\",\n                    \"businessTime\": 1776686595000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271887.2804853395,\n                    \"instrumentId\": \"bb55d84d-55ff-4aa2-ab39-05bc9a80c293\",\n                    \"businessTime\": 1776686595000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717443.386858962,\n                    \"instrumentId\": \"37849517-4d72-4c0d-a2a0-ec911e5f859c\",\n                    \"businessTime\": 1776686595000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298554.1935858549,\n                    \"instrumentId\": \"30eb3e62-8e91-4abd-847d-05a7c4de7533\",\n                    \"businessTime\": 1776686595000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386599.04677298776,\n                    \"instrumentId\": \"f91ca94b-1fd3-4865-88aa-19ad285f7dd3\",\n                    \"businessTime\": 1776686595000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83491550.73803926,\n                    \"instrumentId\": \"ff0536f6-a698-40c9-aceb-db63b7582a24\",\n                    \"businessTime\": 1776686595000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653775.6530422525,\n                    \"instrumentId\": \"c21cfd54-cee7-430a-8137-b78273444df7\",\n                    \"businessTime\": 1776686595000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a8c020b4-e5e0-49ff-9404-f8fc0dc04f8d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96761508914489\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038098.513037307,\n                    \"instrumentId\": \"afc147e9-ade4-44d6-924b-261447b2856e\",\n                    \"businessTime\": 1776686596000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271870.263160192,\n                    \"instrumentId\": \"53670f74-894b-47a4-83d0-0c0f9cd91b85\",\n                    \"businessTime\": 1776686596000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717445.959134722,\n                    \"instrumentId\": \"107c444f-780c-45ad-9e7d-c9cbba1c94cc\",\n                    \"businessTime\": 1776686596000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298554.1935858549,\n                    \"instrumentId\": \"ca31c1e6-8e4e-4e55-81b4-c4271dc61220\",\n                    \"businessTime\": 1776686596000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386599.04677298776,\n                    \"instrumentId\": \"b6b0e0a2-6e3b-46bf-bec0-0bdcabebc224\",\n                    \"businessTime\": 1776686596000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83491517.52865903,\n                    \"instrumentId\": \"772bee0e-4613-4d10-a1f5-777e8c79a10e\",\n                    \"businessTime\": 1776686596000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653775.6530422525,\n                    \"instrumentId\": \"a6db5982-46a9-4320-b126-45094c36ce85\",\n                    \"businessTime\": 1776686596000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"87d472c7-9783-4fbb-9cad-8f3f6e5fca8e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96744956368934\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038098.513037307,\n                    \"instrumentId\": \"dc6824e7-30bf-45a6-a3a8-f7606c98535e\",\n                    \"businessTime\": 1776686597000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271870.263160192,\n                    \"instrumentId\": \"701a45c8-6ee9-4206-8b07-3c7f7d0409e1\",\n                    \"businessTime\": 1776686597000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717181.716594037,\n                    \"instrumentId\": \"b5de05ff-bc8d-4a28-9c26-a23a82ab48fb\",\n                    \"businessTime\": 1776686597000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298550.32773635344,\n                    \"instrumentId\": \"98abe03a-5e1e-49c0-8dcc-5b293a969c8a\",\n                    \"businessTime\": 1776686597000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386599.04677298776,\n                    \"instrumentId\": \"55dd2712-53f0-4727-af17-d2a3245de081\",\n                    \"businessTime\": 1776686597000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83491430.76558168,\n                    \"instrumentId\": \"c4cffb0a-970a-40fb-9e57-f83711b0782b\",\n                    \"businessTime\": 1776686597000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653775.6530422525,\n                    \"instrumentId\": \"2e9318de-2fdf-463d-bc36-95ae277ee4b8\",\n                    \"businessTime\": 1776686597000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dd482984-e99d-4cbc-ba80-754152c70596\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967387196120352\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036714.318527285,\n                    \"instrumentId\": \"2c924727-ee2f-470d-a333-c257e9d9c16f\",\n                    \"businessTime\": 1776686598000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271355.6243831483,\n                    \"instrumentId\": \"e5d681c1-3716-4040-9419-3dfb42b65cb9\",\n                    \"businessTime\": 1776686598000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717686.23326837,\n                    \"instrumentId\": \"7819d0a2-2f5c-4a7f-abab-115eab98c7be\",\n                    \"businessTime\": 1776686598000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298549.7969244856,\n                    \"instrumentId\": \"7f84a074-118c-4cb2-b424-d9fa0ae3fe9e\",\n                    \"businessTime\": 1776686598000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386613.4382513538,\n                    \"instrumentId\": \"4fa0e2db-4ea8-4ab9-9161-1e1f30d660b9\",\n                    \"businessTime\": 1776686598000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83489383.73540953,\n                    \"instrumentId\": \"02e97e3e-60e2-4001-8d44-5e4a4a5a789d\",\n                    \"businessTime\": 1776686598000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"a445f6f3-c56c-4132-9fb2-b584431f28cd\",\n                    \"businessTime\": 1776686598000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a14d038c-8f3a-4160-9762-80047d1b3ee8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96674917711995\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036714.318527285,\n                    \"instrumentId\": \"b4f01d7e-d62d-4bb3-a136-83094d916950\",\n                    \"businessTime\": 1776686599000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271254.3626397825,\n                    \"instrumentId\": \"5e12d41f-4d47-4529-a63f-44aa0827b729\",\n                    \"businessTime\": 1776686599000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13718258.641197078,\n                    \"instrumentId\": \"7756523e-3f4f-43ff-aa9f-bca619dca957\",\n                    \"businessTime\": 1776686599000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298549.24490213994,\n                    \"instrumentId\": \"e79e07ee-cd7b-4aad-aa44-897233dae1c8\",\n                    \"businessTime\": 1776686599000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386613.4382513538,\n                    \"instrumentId\": \"10bb8ae8-aa24-4c5b-a713-ec5aaa06e3ef\",\n                    \"businessTime\": 1776686599000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83489743.99127565,\n                    \"instrumentId\": \"e3712bfd-40db-471d-86f9-14ff17dbaa56\",\n                    \"businessTime\": 1776686599000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"f8b6ddf4-4d1d-46a8-8258-78e907071430\",\n                    \"businessTime\": 1776686599000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"041f2292-999a-4967-8de3-4f9c2b0c68ac\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96689519645723\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036709.77265994,\n                    \"instrumentId\": \"db5e5a59-5273-4c4f-bd0d-b91698a1ea00\",\n                    \"businessTime\": 1776686600000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271254.3393160547,\n                    \"instrumentId\": \"0f68241c-04b7-4620-8a6c-0c2694887a6b\",\n                    \"businessTime\": 1776686600000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717837.84333254,\n                    \"instrumentId\": \"154ab50f-5788-4dca-b660-dbd787040657\",\n                    \"businessTime\": 1776686600000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298549.24490213994,\n                    \"instrumentId\": \"01716526-458b-42dc-bca2-b745e0c01237\",\n                    \"businessTime\": 1776686600000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386636.2887326062,\n                    \"instrumentId\": \"58b86d2b-8a98-48c7-923f-b25eb841ffcd\",\n                    \"businessTime\": 1776686600000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83492760.26557316,\n                    \"instrumentId\": \"8fe4f373-096c-456d-b0de-98d94c52f3b7\",\n                    \"businessTime\": 1776686600000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"d4ad5750-f271-4224-8f2a-7225868120ad\",\n                    \"businessTime\": 1776686600000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d2103c6f-edae-4e56-83ab-24e2e45e98bf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967354556338275\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036709.756672673,\n                    \"instrumentId\": \"c57b5140-5381-4ec0-a7b5-a7c72db9ca94\",\n                    \"businessTime\": 1776686601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271254.328449518,\n                    \"instrumentId\": \"929aeac2-5251-4bd9-9494-46b1bb0213dc\",\n                    \"businessTime\": 1776686601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717749.494560268,\n                    \"instrumentId\": \"5e6332a5-b71b-426f-8d1e-da62ffeb6816\",\n                    \"businessTime\": 1776686601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298536.64950331906,\n                    \"instrumentId\": \"57ae3daf-8f6c-42ea-b5bd-f4ef0b2ef23f\",\n                    \"businessTime\": 1776686601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386612.48059437465,\n                    \"instrumentId\": \"f4ffb022-b830-46e3-96ef-704c4e685625\",\n                    \"businessTime\": 1776686601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83491214.11511724,\n                    \"instrumentId\": \"1f626ee6-85fc-43d7-9ab5-07db86737f3f\",\n                    \"businessTime\": 1776686601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"f05db192-e8e3-4e09-9517-57ac03e6b3c2\",\n                    \"businessTime\": 1776686601000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"96c1cf7d-62fe-47e5-8763-0141f3353c41\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96706089559679\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036706.158486546,\n                    \"instrumentId\": \"0895e135-646a-418d-b9df-3ede7b54d0bb\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271247.636980202,\n                    \"instrumentId\": \"8bca2c28-c63b-4631-a000-7606127c477e\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717708.629311517,\n                    \"instrumentId\": \"f3a4a89d-da16-4002-90a4-a66dcbc97503\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298536.6319601789,\n                    \"instrumentId\": \"0fb2729b-ab44-485d-b1aa-43cd860750a2\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386612.48059437465,\n                    \"instrumentId\": \"d168f012-41f3-4815-8f9d-16d31722e498\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83491278.10685538,\n                    \"instrumentId\": \"f7630a60-cfe6-417d-ab59-4c05992f8afc\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"3ba05037-ad92-4861-91a5-782ec3ae3104\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a7e23f34-58a9-4c1f-8ecc-567b1f766fcb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967063148547723\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036706.158486546,\n                    \"instrumentId\": \"2fdd2eef-bfe8-47df-8ce0-9cdcb7e31f7f\",\n                    \"businessTime\": 1776686603000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271145.8625316024,\n                    \"instrumentId\": \"a1f84bf1-958f-4c18-afc7-9ee5b66818d8\",\n                    \"businessTime\": 1776686603000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717693.375583526,\n                    \"instrumentId\": \"61c3171d-8315-4744-a336-43a63764594a\",\n                    \"businessTime\": 1776686603000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298536.6319601789,\n                    \"instrumentId\": \"d8b92459-e198-4861-8cbc-bc1c136475fe\",\n                    \"businessTime\": 1776686603000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386595.2943054181,\n                    \"instrumentId\": \"b2c3ff86-59c8-4750-8d73-3b06af427c59\",\n                    \"businessTime\": 1776686603000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83491288.05515103,\n                    \"instrumentId\": \"b1598b81-4de7-40fa-8e47-65f72fe1ea2f\",\n                    \"businessTime\": 1776686603000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"3ba05037-ad92-4861-91a5-782ec3ae3104\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"02b2944a-491e-4876-88e1-d7797d615d6f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967041309150556\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036548.707153527,\n                    \"instrumentId\": \"7bc85e2d-b9cc-4932-a05a-aec1f6c81150\",\n                    \"businessTime\": 1776686604000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271145.8625316024,\n                    \"instrumentId\": \"c41962ef-2ec2-462d-bcb7-47519570aa93\",\n                    \"businessTime\": 1776686604000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717686.36483114,\n                    \"instrumentId\": \"6e7cb9f0-856b-4771-aa16-84de752d56a3\",\n                    \"businessTime\": 1776686604000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298529.4450550146,\n                    \"instrumentId\": \"19cfd73b-b574-48e5-92b7-4c522d62f696\",\n                    \"businessTime\": 1776686604000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386595.2943054181,\n                    \"instrumentId\": \"e7abd5e7-12a9-4442-bb92-7d66c383f743\",\n                    \"businessTime\": 1776686604000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83487175.14470091,\n                    \"instrumentId\": \"8ddcba8f-5d04-4322-a0c6-ee9ed87b6c99\",\n                    \"businessTime\": 1776686604000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"3ba05037-ad92-4861-91a5-782ec3ae3104\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3bcb81c3-5f25-4ce4-93cd-d1f2a8df4f86\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.966288311006323\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036543.855604889,\n                    \"instrumentId\": \"a6289f83-52ed-457e-ba93-5cd6ce007322\",\n                    \"businessTime\": 1776686605000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271018.1198442345,\n                    \"instrumentId\": \"c6046d3c-3142-4a90-9a18-472aae7dac43\",\n                    \"businessTime\": 1776686605000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717616.098090075,\n                    \"instrumentId\": \"9561dfc1-3842-411c-9e75-31d61d1e74f4\",\n                    \"businessTime\": 1776686605000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298529.4376358129,\n                    \"instrumentId\": \"eaaef636-2d4c-46d3-8222-a49e3a723d79\",\n                    \"businessTime\": 1776686605000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386595.2943054181,\n                    \"instrumentId\": \"6b0b88ef-bbfc-4cd5-8dbb-de106b0fac18\",\n                    \"businessTime\": 1776686605000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83487175.63191226,\n                    \"instrumentId\": \"e01ba5bb-e7fa-48d6-b4b7-a841605b48f5\",\n                    \"businessTime\": 1776686605000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"3ba05037-ad92-4861-91a5-782ec3ae3104\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0355c327-e4ad-472d-acd1-be1b1746702e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96625274313551\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036517.734995915,\n                    \"instrumentId\": \"cb0d6086-ef89-499e-bf6b-64421ad41659\",\n                    \"businessTime\": 1776686606000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270680.9728026083,\n                    \"instrumentId\": \"e45c891b-d8b8-4c46-9be2-8034b514efb5\",\n                    \"businessTime\": 1776686606000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717523.99515017,\n                    \"instrumentId\": \"600a2906-f87c-48fd-9409-67e4a9ddf120\",\n                    \"businessTime\": 1776686606000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298521.3431093997,\n                    \"instrumentId\": \"7a091edd-dac2-441f-a0f7-3afb7c67dd47\",\n                    \"businessTime\": 1776686606000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386595.2943054181,\n                    \"instrumentId\": \"c47b61d6-e695-4c1c-9d9f-0a5e02a80047\",\n                    \"businessTime\": 1776686606000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83485755.92294908,\n                    \"instrumentId\": \"cbc728be-86bd-4a62-b9d4-565101d9b147\",\n                    \"businessTime\": 1776686606000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"3ba05037-ad92-4861-91a5-782ec3ae3104\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"978087b4-f8bf-4b13-b811-a8754ca13e7d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.965921781082766\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036365.303884149,\n                    \"instrumentId\": \"6cbc9894-1c4e-4335-bc7d-7ceff6fcc6b6\",\n                    \"businessTime\": 1776686607000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270667.7206878248,\n                    \"instrumentId\": \"97ce727a-b296-48ab-8220-3ba0b2baec0c\",\n                    \"businessTime\": 1776686607000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717450.260439318,\n                    \"instrumentId\": \"356c9319-1d62-4177-9b74-08f5ebbc2ffb\",\n                    \"businessTime\": 1776686607000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298521.3431093997,\n                    \"instrumentId\": \"b03394d3-c83f-4e4b-b243-a3b0056ebc0b\",\n                    \"businessTime\": 1776686607000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386591.21986694855,\n                    \"instrumentId\": \"a3ef7c63-3c6d-44e8-b72a-6c995dfcf2a3\",\n                    \"businessTime\": 1776686607000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83485702.95823096,\n                    \"instrumentId\": \"e1752b11-a849-49f2-b271-a3f60493d30b\",\n                    \"businessTime\": 1776686607000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"3ba05037-ad92-4861-91a5-782ec3ae3104\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ac2d0de5-05fb-471f-a4ec-9b7d88e22861\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.965869679660273\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036365.303884149,\n                    \"instrumentId\": \"9d25ce28-4f68-4195-a020-bb7489f3769f\",\n                    \"businessTime\": 1776686608000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270667.7206878248,\n                    \"instrumentId\": \"6a8bd20a-83a5-459a-8189-d9418f378dc7\",\n                    \"businessTime\": 1776686608000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717028.662941594,\n                    \"instrumentId\": \"4d457e8e-4e9f-4d35-9a4d-c049082f5b67\",\n                    \"businessTime\": 1776686608000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298521.3431093997,\n                    \"instrumentId\": \"e90b40f6-7a63-4063-b226-4177eadb82a0\",\n                    \"businessTime\": 1776686608000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386591.21986694855,\n                    \"instrumentId\": \"89bc3fae-b5d3-4ad7-9e28-e1354c05fd03\",\n                    \"businessTime\": 1776686608000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83484491.7945184,\n                    \"instrumentId\": \"142cd5bf-9f5e-4848-92c0-98cc53326a77\",\n                    \"businessTime\": 1776686608000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"3ba05037-ad92-4861-91a5-782ec3ae3104\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f569e660-9da4-4a10-9709-e842d25d6412\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96558272689924\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036247.310053308,\n                    \"instrumentId\": \"80a6635e-69bd-4929-9c30-82fa86b2f85b\",\n                    \"businessTime\": 1776686609000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3270812.2759388853,\n                    \"instrumentId\": \"d631b3de-0667-4d38-9370-defd3daa071d\",\n                    \"businessTime\": 1776686609000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716915.78364196,\n                    \"instrumentId\": \"112e1a03-4d7b-4ba6-a3c9-f4c19da52b1e\",\n                    \"businessTime\": 1776686609000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298521.3431093997,\n                    \"instrumentId\": \"1d21d1ba-6dbe-459b-901d-84b752eb48b5\",\n                    \"businessTime\": 1776686609000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386467.8734540354,\n                    \"instrumentId\": \"0579c55e-3fa9-4409-994f-3f72e448f7bb\",\n                    \"businessTime\": 1776686609000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83484425.74088065,\n                    \"instrumentId\": \"69cb8249-46dc-43bf-913f-77e85c38bc05\",\n                    \"businessTime\": 1776686609000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"3ba05037-ad92-4861-91a5-782ec3ae3104\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fffcd906-eb74-4175-b440-1a2c46e9adda\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96553427032102\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036245.715624433,\n                    \"instrumentId\": \"91200af3-5362-4ef7-aa68-22a3d4d826f8\",\n                    \"businessTime\": 1776686610000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271130.553005265,\n                    \"instrumentId\": \"c6d32345-77e8-4707-abd0-24fd0a2e9976\",\n                    \"businessTime\": 1776686610000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716727.17062169,\n                    \"instrumentId\": \"cae14e4e-89c0-4458-b589-82ddf1b07e16\",\n                    \"businessTime\": 1776686610000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298521.66842734517,\n                    \"instrumentId\": \"cce031ba-f432-4a86-9af5-9ac1c2d953e9\",\n                    \"businessTime\": 1776686610000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386467.8734540354,\n                    \"instrumentId\": \"ba2d4502-587e-4fcb-b117-ee9f5e479986\",\n                    \"businessTime\": 1776686610000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83483011.36968118,\n                    \"instrumentId\": \"434d4943-972f-4092-8efa-24289610ad67\",\n                    \"businessTime\": 1776686610000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653572.811048355,\n                    \"instrumentId\": \"3ba05037-ad92-4861-91a5-782ec3ae3104\",\n                    \"businessTime\": 1776686602000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a53255d3-3994-4708-9278-8b20cee31eed\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96530826394768\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036245.715624433,\n                    \"instrumentId\": \"c1f803e3-a450-4c92-8fbd-ae84b6af4623\",\n                    \"businessTime\": 1776686611000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271134.803333741,\n                    \"instrumentId\": \"294eaa46-e3ad-46fa-b582-6d030df9c07c\",\n                    \"businessTime\": 1776686611000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715905.40542239,\n                    \"instrumentId\": \"650b4702-7423-41f4-a9e2-75ad6a8a223d\",\n                    \"businessTime\": 1776686611000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298521.66842734517,\n                    \"instrumentId\": \"295c6447-d8f4-406c-b6ea-61d2f78a476b\",\n                    \"businessTime\": 1776686611000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386467.8734540354,\n                    \"instrumentId\": \"4a973e73-e67e-45a5-89d2-9324c2609645\",\n                    \"businessTime\": 1776686611000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83482419.35571206,\n                    \"instrumentId\": \"25fa1135-95fe-4a4b-9b30-629ef4c09b88\",\n                    \"businessTime\": 1776686611000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653320.1784841531,\n                    \"instrumentId\": \"442ea0f1-fe78-4b77-97f3-b5ebfaf73310\",\n                    \"businessTime\": 1776686611000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5f593f49-474b-432e-8a98-95060fe4aafa\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.965016144192997\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036155.92903595,\n                    \"instrumentId\": \"a10bc248-dd20-4074-a43c-572a4d20be09\",\n                    \"businessTime\": 1776686612000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271134.803333741,\n                    \"instrumentId\": \"428bb912-3a64-4516-869a-a67021ed7661\",\n                    \"businessTime\": 1776686612000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715895.345027436,\n                    \"instrumentId\": \"119ae1cf-2d91-4232-8251-0772cbd29741\",\n                    \"businessTime\": 1776686612000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298521.66842734517,\n                    \"instrumentId\": \"d1014a39-dcb6-4cfa-afc9-4588836758c2\",\n                    \"businessTime\": 1776686612000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386467.8734540354,\n                    \"instrumentId\": \"32211f09-8cef-4380-8e0b-b037dcadf5f3\",\n                    \"businessTime\": 1776686612000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83482371.06099841,\n                    \"instrumentId\": \"ea3e2c30-c55f-44ee-801d-9a647c6555cc\",\n                    \"businessTime\": 1776686612000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653320.1784841531,\n                    \"instrumentId\": \"3ffd3ef9-5065-406e-8cb3-c2ef73ce838b\",\n                    \"businessTime\": 1776686612000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c4ef3065-d884-47d4-82f8-0f0e38865ba3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.964990108745354\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6035852.857383815,\n                    \"instrumentId\": \"119b42be-638a-429e-b36d-e4e9adec5b15\",\n                    \"businessTime\": 1776686613000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271342.3545817314,\n                    \"instrumentId\": \"ecc902d3-5492-4a56-937d-53dd864a2c21\",\n                    \"businessTime\": 1776686613000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715939.806160618,\n                    \"instrumentId\": \"0036c73c-8a9c-4a65-a6ee-6ac6d8c79c34\",\n                    \"businessTime\": 1776686613000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298525.2799703193,\n                    \"instrumentId\": \"6dbee681-b40d-478b-9d2b-b7d5e53fb19d\",\n                    \"businessTime\": 1776686613000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386467.8734540354,\n                    \"instrumentId\": \"ea8d4606-9338-4731-8bd7-1961e7329a65\",\n                    \"businessTime\": 1776686613000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83479708.9360315,\n                    \"instrumentId\": \"3133f6bf-8a8e-4c79-ac23-1e24fc3a12fe\",\n                    \"businessTime\": 1776686613000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653320.1784841531,\n                    \"instrumentId\": \"a3f61b72-e20b-44a1-8447-4e362188699e\",\n                    \"businessTime\": 1776686613000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c7cf345b-5e95-4a8a-99d6-639a516050f2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96451390967771\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6035913.949549967,\n                    \"instrumentId\": \"243e11a4-2d16-41ac-8346-c690fd2e7ad9\",\n                    \"businessTime\": 1776686614000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271374.968915963,\n                    \"instrumentId\": \"970b0280-8d06-4ff8-92a5-9c584bad5cc3\",\n                    \"businessTime\": 1776686614000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716037.644694645,\n                    \"instrumentId\": \"74ebf940-351e-44b1-9b18-0496d4c21e25\",\n                    \"businessTime\": 1776686614000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298524.51696132944,\n                    \"instrumentId\": \"cb901104-6032-4f23-8642-6b64d567aece\",\n                    \"businessTime\": 1776686614000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386467.8734540354,\n                    \"instrumentId\": \"70ce20ba-91bb-4646-9341-b2a0403795a7\",\n                    \"businessTime\": 1776686614000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83479708.09493594,\n                    \"instrumentId\": \"b1072ca1-823c-435b-b1fe-bdb2f882ed78\",\n                    \"businessTime\": 1776686614000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653320.1784841531,\n                    \"instrumentId\": \"36cdfa94-dcab-4408-8e7f-dd7c652e96b5\",\n                    \"businessTime\": 1776686614000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d5046ff1-4eb8-48b2-b254-5339612c318d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.964547291211954\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6035913.949549967,\n                    \"instrumentId\": \"f67f552d-5e19-4d00-85f5-40a243e318e7\",\n                    \"businessTime\": 1776686615000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271375.080112019,\n                    \"instrumentId\": \"c07ed676-90a6-4ad8-a3e9-7ac4007ab33a\",\n                    \"businessTime\": 1776686615000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716037.50899407,\n                    \"instrumentId\": \"439f3fd2-7cf5-49cd-b0d1-e76345cfce09\",\n                    \"businessTime\": 1776686615000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298512.4287644596,\n                    \"instrumentId\": \"7432c9a1-961f-4d9d-84de-6efa846e0251\",\n                    \"businessTime\": 1776686615000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386467.8734540354,\n                    \"instrumentId\": \"7adffe33-2da5-4c08-be7f-01b2914e96d7\",\n                    \"businessTime\": 1776686615000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83480183.7408004,\n                    \"instrumentId\": \"c79d2ec7-ee68-4043-a838-64cb18aa6580\",\n                    \"businessTime\": 1776686615000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653320.1784841531,\n                    \"instrumentId\": \"b317f565-a398-4854-a958-84eb7055173c\",\n                    \"businessTime\": 1776686615000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"30f1d2bc-4e2b-4c6f-bdec-63b18e143f50\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96462875573974\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6035913.949549967,\n                    \"instrumentId\": \"d4f0bb40-ea1f-4026-801a-8f564d4471e2\",\n                    \"businessTime\": 1776686616000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271375.2099951827,\n                    \"instrumentId\": \"83b3658b-d541-4311-ab1b-6a0de128c944\",\n                    \"businessTime\": 1776686616000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716007.01797065,\n                    \"instrumentId\": \"84a72681-9d98-46fa-bd9b-4fd988c4d464\",\n                    \"businessTime\": 1776686616000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298509.45208312914,\n                    \"instrumentId\": \"02cc688c-f87d-43be-80fe-beef2c890454\",\n                    \"businessTime\": 1776686616000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386467.8734540354,\n                    \"instrumentId\": \"26022797-af2f-4da6-868f-fe6965d953f3\",\n                    \"businessTime\": 1776686616000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83479540.97977662,\n                    \"instrumentId\": \"6a66ccd8-cd01-4d07-8bd7-912e80f442da\",\n                    \"businessTime\": 1776686616000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653320.1784841531,\n                    \"instrumentId\": \"f5f434e8-7d26-45b0-b63a-9a961beeb895\",\n                    \"businessTime\": 1776686616000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f81295a7-5569-414a-8791-fa0c748d6bd6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.964509933447054\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6035966.407829378,\n                    \"instrumentId\": \"e66abf72-31c2-431e-9a38-6f6ce4dd3d71\",\n                    \"businessTime\": 1776686617000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271377.0361995725,\n                    \"instrumentId\": \"f474fa7f-922e-4092-a564-461599be821d\",\n                    \"businessTime\": 1776686617000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715857.587847812,\n                    \"instrumentId\": \"d8691ea9-a607-48f7-8fd6-8971a8c3b3aa\",\n                    \"businessTime\": 1776686617000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298504.2406936908,\n                    \"instrumentId\": \"f654f269-211a-4905-9b43-8620b0014d32\",\n                    \"businessTime\": 1776686617000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386462.80895392486,\n                    \"instrumentId\": \"659141c6-4ee6-4433-9f8d-a188d36ae05c\",\n                    \"businessTime\": 1776686617000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83479546.81228365,\n                    \"instrumentId\": \"90f0b2d0-f51d-408a-8619-298833de534a\",\n                    \"businessTime\": 1776686617000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653204.4453194822,\n                    \"instrumentId\": \"009fa3d2-2afb-421f-b19f-5094ae4ce8bf\",\n                    \"businessTime\": 1776686617000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"67d4fe7f-dabf-4d6c-85f1-ce0b1e009c51\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.964472091235063\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6035967.882035754,\n                    \"instrumentId\": \"66122d35-3eac-40fb-8c1f-6158e5aa82c6\",\n                    \"businessTime\": 1776686618000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271378.218018165,\n                    \"instrumentId\": \"0ec44797-71ad-449d-b3d1-b3870b23d4b9\",\n                    \"businessTime\": 1776686618000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715857.587847812,\n                    \"instrumentId\": \"05b96d7b-7adc-4518-b736-52672e739590\",\n                    \"businessTime\": 1776686618000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298504.2406936908,\n                    \"instrumentId\": \"4aaf33d8-3363-4ef1-9ffa-de609fe62c3d\",\n                    \"businessTime\": 1776686618000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386462.80895392486,\n                    \"instrumentId\": \"5fca5df4-07b6-40f7-b32b-fc17f5ce216f\",\n                    \"businessTime\": 1776686618000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83479550.84259164,\n                    \"instrumentId\": \"5be1df25-86d1-4cbd-b87a-660dce5dd942\",\n                    \"businessTime\": 1776686618000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653203.3949412565,\n                    \"instrumentId\": \"05fcb379-5c22-42c2-a39b-635ec7cde321\",\n                    \"businessTime\": 1776686618000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"eaebb292-294f-40ae-8c75-be0ab9cac224\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.964473081736774\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6035779.270282628,\n                    \"instrumentId\": \"420c8a99-7fb0-4d21-9277-90535ca393df\",\n                    \"businessTime\": 1776686619000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271572.508927376,\n                    \"instrumentId\": \"a87a9233-17d3-40cd-b2a1-5286fe1be5e7\",\n                    \"businessTime\": 1776686619000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715665.184452314,\n                    \"instrumentId\": \"09cb61f9-df8b-4094-9cd1-d7cd1a244e56\",\n                    \"businessTime\": 1776686619000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298495.6065893327,\n                    \"instrumentId\": \"c8528cd0-e304-4c4c-b0d5-187185dcb4ac\",\n                    \"businessTime\": 1776686619000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"814b55af-a2ac-460a-93cd-495f228ff166\",\n                    \"businessTime\": 1776686619000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83479419.75108613,\n                    \"instrumentId\": \"9a231177-9828-4ea6-91fd-890e0dfe9058\",\n                    \"businessTime\": 1776686619000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653203.3949412565,\n                    \"instrumentId\": \"c302241c-9ee0-47c8-805e-3c3402da0b32\",\n                    \"businessTime\": 1776686619000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"76de0eab-a302-4cc3-8515-e25909eef321\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96441498334863\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6035696.398940008,\n                    \"instrumentId\": \"5a6bc33a-91d6-4782-b5cf-459569f0753d\",\n                    \"businessTime\": 1776686620000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271572.593616016,\n                    \"instrumentId\": \"68237875-02de-44ef-831e-1e5369da7af6\",\n                    \"businessTime\": 1776686620000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715634.766673684,\n                    \"instrumentId\": \"64496aa6-7518-4198-8fe1-6f7ded40a2c2\",\n                    \"businessTime\": 1776686620000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298495.6065893327,\n                    \"instrumentId\": \"8511583f-3491-4fcc-aa5f-5a7dc78336d0\",\n                    \"businessTime\": 1776686620000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"1d2c29d1-55f5-4874-b50a-96b429851a43\",\n                    \"businessTime\": 1776686620000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83479407.55797713,\n                    \"instrumentId\": \"25370d06-ae68-4c21-9641-8ecd1ddc89fa\",\n                    \"businessTime\": 1776686620000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653203.3949412565,\n                    \"instrumentId\": \"304d2c95-00a2-4002-8c47-d9c1baebdffa\",\n                    \"businessTime\": 1776686620000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9a6ff10b-c4f9-4b36-87af-800db0ebc1b5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.964392945116362\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6035760.381473779,\n                    \"instrumentId\": \"d619c8be-6119-423a-8653-296ab9920b20\",\n                    \"businessTime\": 1776686621000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271601.360482463,\n                    \"instrumentId\": \"f7ed89c0-84b2-4596-8966-e841bfb40794\",\n                    \"businessTime\": 1776686621000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715395.556713413,\n                    \"instrumentId\": \"5d3639c8-91c6-4d51-818c-58c721b4f4ec\",\n                    \"businessTime\": 1776686621000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298495.00320103526,\n                    \"instrumentId\": \"d13e78bc-175e-40ce-8b2c-276bbc4d37d0\",\n                    \"businessTime\": 1776686621000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"e1db34da-5d81-4415-bab5-d607f6e2aaa1\",\n                    \"businessTime\": 1776686621000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83477929.74200797,\n                    \"instrumentId\": \"0bcb52e6-47b4-4c32-b45f-aec32e59e6af\",\n                    \"businessTime\": 1776686621000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653203.3949412565,\n                    \"instrumentId\": \"1fa6a988-9546-4f51-b893-e234046debc7\",\n                    \"businessTime\": 1776686621000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1475958b-646e-473d-bb2d-48ee0ae29321\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96410737746829\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6035760.381473779,\n                    \"instrumentId\": \"c96b4eac-e943-4339-83d9-b17d7872847e\",\n                    \"businessTime\": 1776686622000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271602.7427942753,\n                    \"instrumentId\": \"4941bbd4-015c-4b66-84a3-c9aa8c97c496\",\n                    \"businessTime\": 1776686622000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715395.556713413,\n                    \"instrumentId\": \"97f8ebc5-876f-4ade-b35f-742ff3787694\",\n                    \"businessTime\": 1776686622000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298495.00320103526,\n                    \"instrumentId\": \"cb559c3a-95e0-492f-882e-07a92bd2f8b7\",\n                    \"businessTime\": 1776686622000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"d698570f-b9a1-4916-b800-654b7d8fbddc\",\n                    \"businessTime\": 1776686622000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83477919.57808718,\n                    \"instrumentId\": \"bb153101-7e7e-401d-8e27-859dbb74b642\",\n                    \"businessTime\": 1776686622000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653203.3949412565,\n                    \"instrumentId\": \"9fa06f99-608f-4566-9da2-64e2fe490f92\",\n                    \"businessTime\": 1776686622000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2722e329-0b03-4ad8-8a21-3434063b4817\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.964105834127523\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036151.765590852,\n                    \"instrumentId\": \"687c1606-d474-450c-84ab-ef7c45d401ca\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271609.484688011,\n                    \"instrumentId\": \"cc84aa8c-8084-48cb-9f3a-d7bda8a2c634\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715319.334256515,\n                    \"instrumentId\": \"6fbfa962-dd90-49dc-87a7-be13ac93ba71\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298494.67159801594,\n                    \"instrumentId\": \"b3650772-6da3-4321-8465-3a488dd0dcd1\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83478036.68182142,\n                    \"instrumentId\": \"76d81df1-86b1-4fec-8250-7e973796c023\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653203.3949412565,\n                    \"instrumentId\": \"1a6075b1-142e-4c03-aad6-925358ace53a\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"01f69da2-a244-4181-9001-66cb894596d9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.964182930030006\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036151.765590852,\n                    \"instrumentId\": \"130fcab6-04c5-4aa8-8470-a688e8026601\",\n                    \"businessTime\": 1776686624000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271609.484688011,\n                    \"instrumentId\": \"a2d65f5a-771d-427d-b8ef-6274a5045ada\",\n                    \"businessTime\": 1776686624000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13715459.674853437,\n                    \"instrumentId\": \"d2ffa1b9-d99c-43dd-a1d3-6f797e96aa6a\",\n                    \"businessTime\": 1776686624000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298494.67159801594,\n                    \"instrumentId\": \"26ff9781-9e33-4c65-8f8b-f30f9334f56c\",\n                    \"businessTime\": 1776686624000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83478036.68182142,\n                    \"instrumentId\": \"6a3e5733-85c5-4cb8-b551-329677137243\",\n                    \"businessTime\": 1776686624000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653203.3949412565,\n                    \"instrumentId\": \"787c5719-12f3-4a2d-9a08-fca1f5ef4b84\",\n                    \"businessTime\": 1776686624000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c6250631-f31d-408b-aca8-34e4ab45c5c0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.964207594458287\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036151.765590852,\n                    \"instrumentId\": \"d2ed8649-3b27-4f45-b6a9-1e9f654f5db6\",\n                    \"businessTime\": 1776686625000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271940.448050749,\n                    \"instrumentId\": \"7f5bc0ad-b465-4dd7-928b-09b338607fd5\",\n                    \"businessTime\": 1776686625000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716343.69765794,\n                    \"instrumentId\": \"e4c2afb3-81b3-47ce-a8b1-b053d17eb2eb\",\n                    \"businessTime\": 1776686625000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298494.67159801594,\n                    \"instrumentId\": \"277173bf-14ca-4dc4-b42c-9a9f94e5d30a\",\n                    \"businessTime\": 1776686625000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83478085.86019298,\n                    \"instrumentId\": \"379f5189-d6a6-407f-a244-7e94a31cea8d\",\n                    \"businessTime\": 1776686625000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653203.3949412565,\n                    \"instrumentId\": \"cf941540-179a-463c-bd9a-503146d109f1\",\n                    \"businessTime\": 1776686625000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"64f377ee-88a0-478c-a6be-7babbc36a1b5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.964429767487957\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036201.987910231,\n                    \"instrumentId\": \"1e1f7c44-301b-4b9b-b35c-684db4748a34\",\n                    \"businessTime\": 1776686626000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272097.86848789,\n                    \"instrumentId\": \"ad5e5c86-0bc3-46ea-8c81-482cf3e70a31\",\n                    \"businessTime\": 1776686626000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716780.458282635,\n                    \"instrumentId\": \"2e5283ca-6f5f-4c94-8ac5-ff35a9b48703\",\n                    \"businessTime\": 1776686626000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298481.6597301546,\n                    \"instrumentId\": \"b1426f91-4933-47d3-a0ed-1b122f94cef0\",\n                    \"businessTime\": 1776686626000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83478073.72731185,\n                    \"instrumentId\": \"253b4765-c678-48c5-926e-fcba072e8483\",\n                    \"businessTime\": 1776686626000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653157.8615223381,\n                    \"instrumentId\": \"151ee8e2-aa8c-40d5-ba94-b3451fa2b4db\",\n                    \"businessTime\": 1776686626000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d759443e-8421-46c5-b1b1-f77803c00afa\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96453059792966\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036241.64854606,\n                    \"instrumentId\": \"2276c83b-8eda-4690-964a-56491deb1fa3\",\n                    \"businessTime\": 1776686627000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271912.109063723,\n                    \"instrumentId\": \"45ec1a74-ac22-42da-b992-7d0a8181e179\",\n                    \"businessTime\": 1776686627000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13716785.002488373,\n                    \"instrumentId\": \"bd6f7296-a4db-47d3-978f-3e3e827f9b96\",\n                    \"businessTime\": 1776686627000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298492.02814741695,\n                    \"instrumentId\": \"c57810e2-d4cf-47bd-b5f5-f0ad6d47dcf1\",\n                    \"businessTime\": 1776686627000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83478088.15659098,\n                    \"instrumentId\": \"ec4f01b1-da32-4540-a821-350c75739eec\",\n                    \"businessTime\": 1776686627000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652985.5632340853,\n                    \"instrumentId\": \"6a10f3dc-71b4-48a1-9e03-5f093c8682cb\",\n                    \"businessTime\": 1776686627000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b1bd6e7b-1b89-47d6-a426-8cdc2699406a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96447979737176\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036243.278842528,\n                    \"instrumentId\": \"0bf589b9-b6ac-4d76-9b2b-95dcb7811885\",\n                    \"businessTime\": 1776686628000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3271989.6695547444,\n                    \"instrumentId\": \"ef435238-4006-4b03-9591-4badec608e8d\",\n                    \"businessTime\": 1776686628000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717885.310269406,\n                    \"instrumentId\": \"7b79898a-a592-44dd-bc48-19ac6843ad60\",\n                    \"businessTime\": 1776686628000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298493.05799445976,\n                    \"instrumentId\": \"f9d076f3-546f-49cf-83fa-a9dbadc6bd26\",\n                    \"businessTime\": 1776686628000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83483092.76498355,\n                    \"instrumentId\": \"71d456f8-c247-43f7-b1cb-0bcbe1894d0d\",\n                    \"businessTime\": 1776686628000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652985.5632340853,\n                    \"instrumentId\": \"69e7bb1a-c960-4ab8-867f-012222d8baa1\",\n                    \"businessTime\": 1776686628000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"87e78aa6-32de-4726-aee6-6b5175198238\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96556681614296\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036503.678180025,\n                    \"instrumentId\": \"7fbb8607-7070-416a-ad2d-d5d41fdeafca\",\n                    \"businessTime\": 1776686629000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272050.0913173174,\n                    \"instrumentId\": \"2426f6c8-1fdb-4c31-b84f-5d2d86ce00fb\",\n                    \"businessTime\": 1776686629000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13717885.310269406,\n                    \"instrumentId\": \"9210f3b4-5986-4142-8f40-05f5b49f21b3\",\n                    \"businessTime\": 1776686629000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298493.05799445976,\n                    \"instrumentId\": \"f07f08c4-5e32-4cee-8460-801af5ef20be\",\n                    \"businessTime\": 1776686629000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83484055.15019903,\n                    \"instrumentId\": \"42f40db6-1070-4ae8-b0d5-2dec5cbdfb94\",\n                    \"businessTime\": 1776686629000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652972.8846267672,\n                    \"instrumentId\": \"8be79d34-4a1a-4147-a67a-ee2303609983\",\n                    \"businessTime\": 1776686629000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"867d8445-802b-45d5-a823-11124c0d4289\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.965790107480082\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036517.2575547565,\n                    \"instrumentId\": \"9986f09f-b47a-4b6e-bae5-e45fa6e9f249\",\n                    \"businessTime\": 1776686630000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272057.946857076,\n                    \"instrumentId\": \"f9050438-0c7b-4c53-8aa3-5cca18b33e56\",\n                    \"businessTime\": 1776686630000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13718286.765970074,\n                    \"instrumentId\": \"f2a83b2a-c46d-4f68-b99a-cb280cfca0d5\",\n                    \"businessTime\": 1776686630000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298504.9222476414,\n                    \"instrumentId\": \"221e00c4-dc9d-4258-9268-ecb3705f2ca2\",\n                    \"businessTime\": 1776686630000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83484095.41136369,\n                    \"instrumentId\": \"272bd6b5-9a4e-4b42-a8d5-77726ee3fd24\",\n                    \"businessTime\": 1776686630000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652969.8767772088,\n                    \"instrumentId\": \"d5e46014-dca7-47b2-894f-820bf94aff4a\",\n                    \"businessTime\": 1776686630000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"be1998c8-49b4-49fa-b2c9-39afe6a22764\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.965873061466628\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036517.2575547565,\n                    \"instrumentId\": \"988bee4d-9151-424c-b236-3eff3172bcf8\",\n                    \"businessTime\": 1776686631000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272064.812902303,\n                    \"instrumentId\": \"ffde3f12-91e0-4b2f-bd02-b26d6ff32c2c\",\n                    \"businessTime\": 1776686631000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719616.31713489,\n                    \"instrumentId\": \"98100188-d97b-4b67-8b2f-44bf23cd9c75\",\n                    \"businessTime\": 1776686631000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298504.9222476414,\n                    \"instrumentId\": \"c9a1b800-c3db-48a3-af87-5ecb50efbdf0\",\n                    \"businessTime\": 1776686631000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83486117.77091426,\n                    \"instrumentId\": \"16804a01-c862-467e-b4fd-c01334f74650\",\n                    \"businessTime\": 1776686631000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652969.8767772088,\n                    \"instrumentId\": \"12f70008-6561-453e-9ffe-00fc23e4f899\",\n                    \"businessTime\": 1776686631000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"785bed69-c0aa-4965-8d0a-a66f597f9997\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.966463356152147\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036554.0937444605,\n                    \"instrumentId\": \"c77ee2c8-10e0-45e0-b0ae-b4a86e341b27\",\n                    \"businessTime\": 1776686632000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272064.812902303,\n                    \"instrumentId\": \"9d558150-396f-4155-a6de-96e2eebdadd5\",\n                    \"businessTime\": 1776686632000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719674.583839322,\n                    \"instrumentId\": \"008b3f8f-0bcf-4753-828c-aca84d340888\",\n                    \"businessTime\": 1776686632000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298504.9222476414,\n                    \"instrumentId\": \"eca37872-7eb4-4945-b8d0-0f3b5304f223\",\n                    \"businessTime\": 1776686632000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83486120.30566154,\n                    \"instrumentId\": \"3b0c9a4a-6621-4e94-af11-4b3180e05453\",\n                    \"businessTime\": 1776686632000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652969.8767772088,\n                    \"instrumentId\": \"fe5149b3-24b6-4919-83ac-466cb5b21452\",\n                    \"businessTime\": 1776686632000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"45d063a8-188c-4c13-82d5-0ed862e504ba\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96648051566734\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036554.459284334,\n                    \"instrumentId\": \"96d9bce1-f1ec-407b-965a-f05bd56c0b40\",\n                    \"businessTime\": 1776686633000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272065.924205941,\n                    \"instrumentId\": \"2fe65b23-52e9-4905-92a8-2060708a5e27\",\n                    \"businessTime\": 1776686633000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719464.603177734,\n                    \"instrumentId\": \"656a86d4-f8af-42a4-a930-98ca265a0dad\",\n                    \"businessTime\": 1776686633000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298515.6726133405,\n                    \"instrumentId\": \"7ee25422-c6d6-4d71-ae14-0de01ed30796\",\n                    \"businessTime\": 1776686633000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83486303.16376913,\n                    \"instrumentId\": \"cf53de86-b9ac-415e-a54c-f132506327d9\",\n                    \"businessTime\": 1776686633000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652776.094903233,\n                    \"instrumentId\": \"b19acd5c-af59-4dfa-93cd-e7725cfc27e7\",\n                    \"businessTime\": 1776686633000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2ebf6643-5a68-45c7-9a6b-38fb42e36bea\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96644384128794\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036601.902581324,\n                    \"instrumentId\": \"5b70939c-2a5d-465e-88e3-6fa8cfa80b87\",\n                    \"businessTime\": 1776686634000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272084.093531839,\n                    \"instrumentId\": \"5f5fcb1f-3015-4eb9-ab89-ec5881027c1e\",\n                    \"businessTime\": 1776686634000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719464.603177734,\n                    \"instrumentId\": \"c3da4683-8ddd-47f8-8724-71b943def59f\",\n                    \"businessTime\": 1776686634000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298506.6501705855,\n                    \"instrumentId\": \"2aa12225-9808-486a-8257-1c77dfb1e002\",\n                    \"businessTime\": 1776686634000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83488537.07647614,\n                    \"instrumentId\": \"c9080be1-6828-4e2d-9d06-b5e464f70a3b\",\n                    \"businessTime\": 1776686634000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652776.094903233,\n                    \"instrumentId\": \"c03b72a5-a242-4250-a306-b42d11172fa8\",\n                    \"businessTime\": 1776686634000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8cd01a46-16c5-4604-b67f-2eb0db81fd49\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.966846390125752\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036601.902581324,\n                    \"instrumentId\": \"0fd3791a-a2a4-4145-b2ac-077354d8e633\",\n                    \"businessTime\": 1776686635000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272084.093531839,\n                    \"instrumentId\": \"d2869f3e-9a71-48ec-b292-1f7184f9e81e\",\n                    \"businessTime\": 1776686635000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719464.603177734,\n                    \"instrumentId\": \"6469bba2-a18f-489d-b380-8b3718c8ce1b\",\n                    \"businessTime\": 1776686635000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298506.6501705855,\n                    \"instrumentId\": \"08ea1b88-9357-4d93-a1f1-1d2af5e4edf5\",\n                    \"businessTime\": 1776686635000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"7cd5a441-47ab-4f9a-9af6-458db72e9290\",\n                    \"businessTime\": 1776686623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83488537.52361082,\n                    \"instrumentId\": \"38e9010d-3ec5-4f1e-bb07-6f1ce94127ff\",\n                    \"businessTime\": 1776686635000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652776.094903233,\n                    \"instrumentId\": \"cdda1458-567e-4d72-b02f-d98f278a302a\",\n                    \"businessTime\": 1776686635000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5ba58cbf-18ca-41c7-9b92-c27d3af26408\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.966846468708294\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036639.154384895,\n                    \"instrumentId\": \"eabf3aa4-8151-41ae-bf2d-fbd5d69913b5\",\n                    \"businessTime\": 1776686636000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272147.1732759546,\n                    \"instrumentId\": \"dc309367-353e-407e-a030-1c52cc3416f5\",\n                    \"businessTime\": 1776686636000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719413.957678605,\n                    \"instrumentId\": \"745731c6-0866-4781-917a-090e902164ed\",\n                    \"businessTime\": 1776686636000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298506.6501705855,\n                    \"instrumentId\": \"32025b20-ce34-45f8-ab05-0afecbe81ef1\",\n                    \"businessTime\": 1776686636000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"b6512900-9fec-4f22-bef9-69ed37e44f9f\",\n                    \"businessTime\": 1776686636000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83488547.68429483,\n                    \"instrumentId\": \"4a2dc1e2-3a60-4a19-b933-33f8f8703365\",\n                    \"businessTime\": 1776686636000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652776.094903233,\n                    \"instrumentId\": \"d9e383a2-2ba8-476d-9ac9-bde05c29ad1b\",\n                    \"businessTime\": 1776686636000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b3a2dfc4-da6f-4c89-ae1b-58f26ddc5693\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.966856986587484\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036639.154384895,\n                    \"instrumentId\": \"df263838-a50f-47be-a917-a7c22d3f7fa2\",\n                    \"businessTime\": 1776686637000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272139.1987293772,\n                    \"instrumentId\": \"b9c98db2-46ac-4ddc-98e3-2aa6b185cd1f\",\n                    \"businessTime\": 1776686637000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719292.858822968,\n                    \"instrumentId\": \"82c193fb-b69e-418f-ae56-a9cc43b59501\",\n                    \"businessTime\": 1776686637000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298419.6695753086,\n                    \"instrumentId\": \"516f6a7d-e990-401c-9197-34522fd077dc\",\n                    \"businessTime\": 1776686637000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"9a9824af-3c5e-4af9-ab95-d5f6e0d23ee2\",\n                    \"businessTime\": 1776686637000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83489290.28251934,\n                    \"instrumentId\": \"7b06727b-da4f-4b27-8057-f3f2199ae25d\",\n                    \"businessTime\": 1776686637000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652776.094903233,\n                    \"instrumentId\": \"fc937311-201e-405b-8b6a-d16612feadea\",\n                    \"businessTime\": 1776686637000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"91bae861-662c-407e-bd9d-cb6c915e698b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.966949525115954\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:03:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036639.154384895,\n                    \"instrumentId\": \"eaf304b2-5972-4a1b-83b9-4bab896a363d\",\n                    \"businessTime\": 1776686638000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272138.718399148,\n                    \"instrumentId\": \"107e8291-5cf7-4828-ba84-d5e408d4d44f\",\n                    \"businessTime\": 1776686638000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719092.619033713,\n                    \"instrumentId\": \"fb0aa845-14d5-47c4-8cb0-c5196e2f88a9\",\n                    \"businessTime\": 1776686638000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298419.6695753086,\n                    \"instrumentId\": \"8630ef8e-5c7b-4eca-99b8-b0dcffd7652c\",\n                    \"businessTime\": 1776686638000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"d513b03e-cfe3-4380-b505-b00d9a01bf19\",\n                    \"businessTime\": 1776686638000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83489297.62345965,\n                    \"instrumentId\": \"99fe4913-9620-47f5-9e4b-e31a1d1658c2\",\n                    \"businessTime\": 1776686638000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652776.094903233,\n                    \"instrumentId\": \"6d4c584d-999c-419c-ae9d-6e2b5fafc6b7\",\n                    \"businessTime\": 1776686638000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"83e59298-9b0d-4a08-838f-f4275b669466\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.966915539319967\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036645.967027808,\n                    \"instrumentId\": \"3f3f25c0-2570-4716-8881-c859fccdf9f1\",\n                    \"businessTime\": 1776686639000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272139.678239455,\n                    \"instrumentId\": \"bfe4f5ea-6f87-4efb-bf4e-be8d04003994\",\n                    \"businessTime\": 1776686639000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719116.611604895,\n                    \"instrumentId\": \"0e4177a3-12ab-4d17-a788-262cefb4b031\",\n                    \"businessTime\": 1776686639000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298417.54551139835,\n                    \"instrumentId\": \"16bc7b68-8321-4eb8-9a38-7dac4a754b26\",\n                    \"businessTime\": 1776686639000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"37ae9ca2-0532-4eee-bb89-4188ef2f5863\",\n                    \"businessTime\": 1776686639000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83489428.19595519,\n                    \"instrumentId\": \"6165d402-dfa3-4285-879e-321c2f4fb25a\",\n                    \"businessTime\": 1776686639000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652776.094903233,\n                    \"instrumentId\": \"975ea792-9458-43e9-91f0-5dbc54313688\",\n                    \"businessTime\": 1776686639000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c75951d5-7579-47b1-aa7b-ec8385a775a2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96694369634739\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036645.967027808,\n                    \"instrumentId\": \"4f8e30ac-2469-438b-99af-36b6b5ef10ba\",\n                    \"businessTime\": 1776686640000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272139.678239455,\n                    \"instrumentId\": \"e5d0e927-22d8-4f16-b2db-56987f04cace\",\n                    \"businessTime\": 1776686640000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719199.510959858,\n                    \"instrumentId\": \"25bf8938-923f-49c4-931b-fd470ceeb77e\",\n                    \"businessTime\": 1776686640000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298417.54551139835,\n                    \"instrumentId\": \"4edf8eda-1a68-4a9a-b945-3ea51b75ee82\",\n                    \"businessTime\": 1776686640000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386458.67897466803,\n                    \"instrumentId\": \"5904fe8f-35f5-4e6c-a841-5599414bce7a\",\n                    \"businessTime\": 1776686640000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83490403.35788655,\n                    \"instrumentId\": \"7e5cdf29-fff7-4d82-a6ae-b3940398c0bf\",\n                    \"businessTime\": 1776686640000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652776.094903233,\n                    \"instrumentId\": \"0247fcac-e163-4967-a1bc-0ea41d9e45b1\",\n                    \"businessTime\": 1776686640000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e5e258b3-6cd9-493f-a82b-2dcefa03d636\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96712964736432\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036704.574208505,\n                    \"instrumentId\": \"09c9497b-f1ee-495f-a9fd-4f21756576ca\",\n                    \"businessTime\": 1776686641000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272139.678239455,\n                    \"instrumentId\": \"d743b700-b8a6-4b4c-a814-1aaa9bb263bb\",\n                    \"businessTime\": 1776686641000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719523.89600619,\n                    \"instrumentId\": \"08aa03f9-643a-4b20-be34-3adb4ef909b8\",\n                    \"businessTime\": 1776686641000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298412.5652828191,\n                    \"instrumentId\": \"c11db989-4dc8-414b-b005-41e7b27dd2b8\",\n                    \"businessTime\": 1776686641000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386378.6947537168,\n                    \"instrumentId\": \"dddb9053-5050-42dd-a1db-197707075fb8\",\n                    \"businessTime\": 1776686641000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83490404.03519204,\n                    \"instrumentId\": \"066fcb76-a7ed-4153-b135-cc7db629526d\",\n                    \"businessTime\": 1776686641000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652801.1978885646,\n                    \"instrumentId\": \"04b8f55a-3a1d-4e0d-8acf-239f3036a46c\",\n                    \"businessTime\": 1776686641000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c7504f69-af01-4baa-91b0-8c9495e0320b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96718655563643\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036840.179582939,\n                    \"instrumentId\": \"84f26b63-eea9-41d8-83ed-3d13e453c8f5\",\n                    \"businessTime\": 1776686642000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272399.586032951,\n                    \"instrumentId\": \"d0db1833-78e4-46ae-926b-437566179bf8\",\n                    \"businessTime\": 1776686642000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13719523.89600619,\n                    \"instrumentId\": \"0af2f614-c7e7-4808-b493-a6cd41a2dcac\",\n                    \"businessTime\": 1776686642000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298412.5652828191,\n                    \"instrumentId\": \"7b69997a-0b15-4b02-9f95-37667443875a\",\n                    \"businessTime\": 1776686642000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386379.35538064956,\n                    \"instrumentId\": \"ed1ad571-edbc-4224-bb49-42e934bb4be5\",\n                    \"businessTime\": 1776686642000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83494520.02993654,\n                    \"instrumentId\": \"28da5114-749a-48ef-ab7a-2f334d087c7b\",\n                    \"businessTime\": 1776686642000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652801.1978885646,\n                    \"instrumentId\": \"fe5da01b-1522-4e1d-8f7d-7857d2e023b9\",\n                    \"businessTime\": 1776686642000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cd8128f9-77b9-468c-bfe7-09867e97c520\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.967979555379728\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036894.65988511,\n                    \"instrumentId\": \"656bcfae-fff4-4c94-90c0-4b0af415cc3c\",\n                    \"businessTime\": 1776686643000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272442.855585371,\n                    \"instrumentId\": \"8e066c72-79fa-4529-8d58-c94b6af4eb3f\",\n                    \"businessTime\": 1776686643000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720094.567874165,\n                    \"instrumentId\": \"bed15742-9410-4484-8751-960648e92e0a\",\n                    \"businessTime\": 1776686643000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298418.3686255508,\n                    \"instrumentId\": \"bdd7cd57-28cf-4156-8f83-f5489808504a\",\n                    \"businessTime\": 1776686643000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386379.35538064956,\n                    \"instrumentId\": \"b0266aa1-25a9-426f-80b6-ace5edfff2d5\",\n                    \"businessTime\": 1776686643000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83496553.15430239,\n                    \"instrumentId\": \"80c2b3be-feb6-4bf2-9f69-ddace5cea78b\",\n                    \"businessTime\": 1776686643000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652801.1978885646,\n                    \"instrumentId\": \"ab365ae1-2942-4e8a-a599-73a4380ad5e6\",\n                    \"businessTime\": 1776686643000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3858829e-d4c7-4e15-993a-2d262a75b9b4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968455363715606\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036897.022131308,\n                    \"instrumentId\": \"32151988-9e06-4825-a7df-8e43793de5b6\",\n                    \"businessTime\": 1776686644000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272442.855585371,\n                    \"instrumentId\": \"87b0daea-1b4e-41c2-a729-3b111b269fd4\",\n                    \"businessTime\": 1776686644000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720115.811669432,\n                    \"instrumentId\": \"58838ec9-67e4-4dd2-9d1b-7eba5bcbc36a\",\n                    \"businessTime\": 1776686644000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298414.7537035054,\n                    \"instrumentId\": \"140a6282-7773-4ade-900e-e6cca8ac3a6c\",\n                    \"businessTime\": 1776686644000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386379.35538064956,\n                    \"instrumentId\": \"fa6cc77d-19c9-4360-81be-de1f0e362f95\",\n                    \"businessTime\": 1776686644000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83498615.01186174,\n                    \"instrumentId\": \"22f67c93-15c3-4a49-8cc6-471a58d3bcd8\",\n                    \"businessTime\": 1776686644000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 652801.1978885646,\n                    \"instrumentId\": \"ab0ce9a9-da91-40ff-9e07-e36a57f88245\",\n                    \"businessTime\": 1776686644000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f2b68543-f5a5-4be7-8a20-788c263f99ab\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.968821242218027\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6036949.1851889035,\n                    \"instrumentId\": \"9da966bf-7073-43f9-a038-2df638b2ad74\",\n                    \"businessTime\": 1776686645000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272442.8071848783,\n                    \"instrumentId\": \"3c46153c-d7fd-400c-8b27-1836858660de\",\n                    \"businessTime\": 1776686645000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720148.219966037,\n                    \"instrumentId\": \"67c53e20-6cb3-4f96-b1a9-3d12f4b3c145\",\n                    \"businessTime\": 1776686645000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298412.16792444367,\n                    \"instrumentId\": \"88c25122-90b3-4736-a88c-bf23d3b55a84\",\n                    \"businessTime\": 1776686645000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386390.25064031343,\n                    \"instrumentId\": \"c93ab40e-ab12-432a-a442-e77d93bae18d\",\n                    \"businessTime\": 1776686645000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83499823.73895073,\n                    \"instrumentId\": \"b9007ddb-e9eb-4241-a454-0dd16885f001\",\n                    \"businessTime\": 1776686645000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653066.5230771914,\n                    \"instrumentId\": \"e184c444-102c-40d0-9e4a-c12c4f6bc72b\",\n                    \"businessTime\": 1776686645000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c8dc03b0-c065-43c8-87b3-db56e8fa29cb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96909661738708\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037518.895664625,\n                    \"instrumentId\": \"6e904479-7077-4168-bc5a-f12486cdcf55\",\n                    \"businessTime\": 1776686646000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272442.8071848783,\n                    \"instrumentId\": \"d657fad0-d8ae-438c-8f9c-81c22f0887c5\",\n                    \"businessTime\": 1776686646000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720172.71721799,\n                    \"instrumentId\": \"5275f109-f525-4838-b682-8859aaed2aaa\",\n                    \"businessTime\": 1776686646000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298412.05035624554,\n                    \"instrumentId\": \"32379236-7d58-4d16-8edd-68dfefc47e82\",\n                    \"businessTime\": 1776686646000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386390.25064031343,\n                    \"instrumentId\": \"66328fc2-afb4-4843-b354-bdc7147965e2\",\n                    \"businessTime\": 1776686646000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83501768.16532224,\n                    \"instrumentId\": \"1c80591e-6469-4c10-bc37-693f8691bf20\",\n                    \"businessTime\": 1776686646000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653128.9034826695,\n                    \"instrumentId\": \"5dd5cbf2-eee7-44e3-8bb3-f67e525c0a3d\",\n                    \"businessTime\": 1776686646000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4e2bd0c5-90ae-42a3-b078-a602c67bc6fc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96955371702442\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6037895.058747399,\n                    \"instrumentId\": \"8f2ef38d-8658-43f7-8f68-1b9dd310631a\",\n                    \"businessTime\": 1776686647000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272447.8917114,\n                    \"instrumentId\": \"2569fcf2-980d-44c9-86b0-29af4d391fe0\",\n                    \"businessTime\": 1776686647000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720172.71721799,\n                    \"instrumentId\": \"44ee9fab-ce48-4f13-86a5-763c0123cd87\",\n                    \"businessTime\": 1776686647000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298412.05035624554,\n                    \"instrumentId\": \"c2064692-c97d-4764-9ce9-7a79af463d1f\",\n                    \"businessTime\": 1776686647000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386390.25064031343,\n                    \"instrumentId\": \"3e8da2f5-cf25-43d9-b241-34ce3c80a190\",\n                    \"businessTime\": 1776686647000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83501796.07606788,\n                    \"instrumentId\": \"4d095cad-cec0-4af6-8f82-470f648e2ed6\",\n                    \"businessTime\": 1776686647000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653128.9034826695,\n                    \"instrumentId\": \"6c67168a-5987-49f8-83af-6210d676a329\",\n                    \"businessTime\": 1776686647000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7be9160c-b8c8-4b25-8c8f-83c722239a92\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.969625625346904\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038006.006199399,\n                    \"instrumentId\": \"53aeb6b7-21fb-4225-8d86-cdb2b8b8be99\",\n                    \"businessTime\": 1776686648000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272447.8917114,\n                    \"instrumentId\": \"c81e2bf0-3cf9-4c07-9a12-62991b5dba1a\",\n                    \"businessTime\": 1776686648000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13720174.447614282,\n                    \"instrumentId\": \"20c30427-3641-422c-859b-0d7e07765b82\",\n                    \"businessTime\": 1776686648000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298416.4582890394,\n                    \"instrumentId\": \"da0c07cc-3ea7-4317-bde4-e7efd3484ce9\",\n                    \"businessTime\": 1776686648000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386469.0891873062,\n                    \"instrumentId\": \"735c0ff6-cc30-44ac-aa76-ee932fd7322c\",\n                    \"businessTime\": 1776686648000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83501990.0137725,\n                    \"instrumentId\": \"b42646a3-030e-444c-b686-d752c7b940b0\",\n                    \"businessTime\": 1776686648000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653144.1442225868,\n                    \"instrumentId\": \"a460ab19-20ea-428d-bc59-bf10250dbc0f\",\n                    \"businessTime\": 1776686648000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"788fd2f5-ed16-4f3b-b4a9-189a619398c3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.96969682091327\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038009.180536216,\n                    \"instrumentId\": \"a41a56d5-bd5f-4e11-a763-71fef43cb517\",\n                    \"businessTime\": 1776686649000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272499.1364297257,\n                    \"instrumentId\": \"fcdd846e-e829-42c0-bedb-cc0e717546b1\",\n                    \"businessTime\": 1776686649000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721717.239463123,\n                    \"instrumentId\": \"4bdf428b-a698-47ef-9840-378dc2bd6602\",\n                    \"businessTime\": 1776686649000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298416.4582890394,\n                    \"instrumentId\": \"de580611-0a0d-4dad-a760-2dc3294635f4\",\n                    \"businessTime\": 1776686649000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386469.0891873062,\n                    \"instrumentId\": \"3e911725-ede9-4967-9c65-985f5dcf9319\",\n                    \"businessTime\": 1776686649000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83509302.42101127,\n                    \"instrumentId\": \"1562ab03-fb25-4b75-bb78-3c17354ead9b\",\n                    \"businessTime\": 1776686649000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653144.1442225868,\n                    \"instrumentId\": \"51e278a2-16eb-407f-b843-39d2ff677ad4\",\n                    \"businessTime\": 1776686649000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"15c418ed-4737-4aed-b349-38d425193c13\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.971262658899693\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038009.180536216,\n                    \"instrumentId\": \"b9be0c97-06cb-415b-a563-56656bb18221\",\n                    \"businessTime\": 1776686650000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272868.914889101,\n                    \"instrumentId\": \"49f8a82b-6302-43f7-9c44-8f8f8a5abbfe\",\n                    \"businessTime\": 1776686650000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721717.239463123,\n                    \"instrumentId\": \"36bad2e4-da8c-407a-8d3d-b5a3fe5f3c6a\",\n                    \"businessTime\": 1776686650000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298439.58988596016,\n                    \"instrumentId\": \"bfa1b47f-cbd1-4e69-9fe0-55b7990e6f21\",\n                    \"businessTime\": 1776686650000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386469.0891873062,\n                    \"instrumentId\": \"037fcbbe-fe3e-47e3-a092-8d991856a5ba\",\n                    \"businessTime\": 1776686650000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83509306.55997813,\n                    \"instrumentId\": \"8f0a7e3d-f6a1-42f4-b36d-5f067305f42e\",\n                    \"businessTime\": 1776686650000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653153.8433686814,\n                    \"instrumentId\": \"6bb2e178-a70c-4994-9b81-3efb7e46149a\",\n                    \"businessTime\": 1776686650000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"73a87171-4d00-4277-9119-6f4d81e29b99\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97133414363946\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038152.4473557025,\n                    \"instrumentId\": \"c8a60f20-2d10-4064-ab5e-9b023b91e559\",\n                    \"businessTime\": 1776686651000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3272868.914889101,\n                    \"instrumentId\": \"60e549a9-b50f-43b1-aa26-e0b7d7b42813\",\n                    \"businessTime\": 1776686651000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721499.624441218,\n                    \"instrumentId\": \"1f7b06ad-f9e2-4819-935f-88d5dc03b184\",\n                    \"businessTime\": 1776686651000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298439.58988596016,\n                    \"instrumentId\": \"5b82ef33-0634-4e79-8cc9-75f95ef2a434\",\n                    \"businessTime\": 1776686651000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386525.6658918084,\n                    \"instrumentId\": \"0163a5ce-296c-4f3c-9018-21e690bb6fa2\",\n                    \"businessTime\": 1776686651000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83514964.6654208,\n                    \"instrumentId\": \"a6e8c75f-abfc-4905-94e0-813b66756f4d\",\n                    \"businessTime\": 1776686651000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653153.8433686814,\n                    \"instrumentId\": \"be85e147-a964-47b4-acad-b2209a579461\",\n                    \"businessTime\": 1776686651000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8d27921c-c445-4b3f-9fd8-a33a01ebf3fa\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972325414983\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038464.811523288,\n                    \"instrumentId\": \"2025ae93-eeb6-468b-8240-ec01c2afca4b\",\n                    \"businessTime\": 1776686652000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273133.603732706,\n                    \"instrumentId\": \"2e3e29b6-7309-4f14-a763-4e43e567f034\",\n                    \"businessTime\": 1776686652000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721592.95818743,\n                    \"instrumentId\": \"a7579e48-8d40-4b04-ac02-fcb8ae8d6955\",\n                    \"businessTime\": 1776686652000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298453.21589447075,\n                    \"instrumentId\": \"7a9bfa98-71aa-4991-859f-b22833250b25\",\n                    \"businessTime\": 1776686652000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386525.6658918084,\n                    \"instrumentId\": \"d3b97ee4-6381-41af-9133-422a59b14a20\",\n                    \"businessTime\": 1776686652000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83515570.0607449,\n                    \"instrumentId\": \"a9f36e2b-a64c-400c-a2af-d83c2a244f65\",\n                    \"businessTime\": 1776686652000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653153.8433686814,\n                    \"instrumentId\": \"2443732a-a53f-4d60-84fd-b248127b3050\",\n                    \"businessTime\": 1776686652000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ad86e4c4-ba19-4f71-8a6c-5c94f77471fc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97255202448915\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038464.811523288,\n                    \"instrumentId\": \"f384368e-3873-47d4-ae19-001e75fef99a\",\n                    \"businessTime\": 1776686653000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273133.603732706,\n                    \"instrumentId\": \"cc98f633-9684-4e5f-8adf-af2c9780e307\",\n                    \"businessTime\": 1776686653000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721649.033856446,\n                    \"instrumentId\": \"504f6488-73a3-4f51-acff-aeb8cca3a8b1\",\n                    \"businessTime\": 1776686653000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298455.45956471557,\n                    \"instrumentId\": \"7712f2f0-cfbb-43d9-9a17-2ae85f8647a7\",\n                    \"businessTime\": 1776686653000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386525.70417898125,\n                    \"instrumentId\": \"27bac632-426b-4d28-a01c-52cbffbb9732\",\n                    \"businessTime\": 1776686653000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83515312.92568262,\n                    \"instrumentId\": \"7041ed91-efc1-45e1-8513-9607aa0989b2\",\n                    \"businessTime\": 1776686653000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653153.8433686814,\n                    \"instrumentId\": \"94bff165-cff5-49ba-ae37-dfad5c2f2502\",\n                    \"businessTime\": 1776686653000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f049c307-41e2-4a23-945b-cf9e6d39e901\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972517089966157\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038871.448731686,\n                    \"instrumentId\": \"56321574-0155-46b9-a7d4-ec0cb0c68dd6\",\n                    \"businessTime\": 1776686654000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273142.355464959,\n                    \"instrumentId\": \"087c56e5-545d-4211-8372-2d910b185685\",\n                    \"businessTime\": 1776686654000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721888.52371064,\n                    \"instrumentId\": \"32631407-fe97-4045-aa78-0d4e90ecee26\",\n                    \"businessTime\": 1776686654000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298455.45956471557,\n                    \"instrumentId\": \"f2c99c29-9084-493f-aec3-76d25b9669ee\",\n                    \"businessTime\": 1776686654000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386525.9806923344,\n                    \"instrumentId\": \"17b8c777-06e4-4d8c-af8f-16864319f9af\",\n                    \"businessTime\": 1776686654000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83516227.83214799,\n                    \"instrumentId\": \"4ae392ad-e110-4cc0-ad20-63e9faad5a61\",\n                    \"businessTime\": 1776686654000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653153.8433686814,\n                    \"instrumentId\": \"1c693dc8-3f2b-4c91-b744-4293b2d0b495\",\n                    \"businessTime\": 1776686654000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cf552813-f105-4fc5-af44-684d042e1392\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.972793023494027\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038880.315725829,\n                    \"instrumentId\": \"a004ea93-fb41-405e-a751-e879f73d568f\",\n                    \"businessTime\": 1776686655000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273150.0669614524,\n                    \"instrumentId\": \"10b52ea3-d742-4791-91dd-b8eaf9a33e49\",\n                    \"businessTime\": 1776686655000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721949.08960712,\n                    \"instrumentId\": \"8d806f4a-184b-458e-a61d-ad05b56d9933\",\n                    \"businessTime\": 1776686655000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298455.45956471557,\n                    \"instrumentId\": \"2e808b01-d02a-46a6-a705-9487185f7bf7\",\n                    \"businessTime\": 1776686655000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386525.8556792517,\n                    \"instrumentId\": \"9f40b66b-4fe1-4bce-bfec-f9b155bcc799\",\n                    \"businessTime\": 1776686655000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83517138.7788065,\n                    \"instrumentId\": \"297c96f6-e3b7-4653-b15b-24bfb6bbeffc\",\n                    \"businessTime\": 1776686655000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653153.8433686814,\n                    \"instrumentId\": \"1df50e29-9293-4538-91ce-8a8c05d7d816\",\n                    \"businessTime\": 1776686655000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"96915ca2-3542-404a-b1a6-021f1012d73a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97296665548568\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6038880.315725829,\n                    \"instrumentId\": \"c0ccac18-26cb-4407-b626-b7347165a59a\",\n                    \"businessTime\": 1776686656000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273150.0669614524,\n                    \"instrumentId\": \"121cac79-067b-4f72-b350-8642db2d5141\",\n                    \"businessTime\": 1776686656000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13721966.611775853,\n                    \"instrumentId\": \"dbd92cdd-744e-4540-980e-8a68e4bc8cb0\",\n                    \"businessTime\": 1776686656000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298455.45956471557,\n                    \"instrumentId\": \"a4d0f5a0-70dc-4819-9e2b-173a0e132241\",\n                    \"businessTime\": 1776686656000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386525.8556792517,\n                    \"instrumentId\": \"b725a2ac-271d-4d64-bb03-f56ccada1971\",\n                    \"businessTime\": 1776686656000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83517302.65324262,\n                    \"instrumentId\": \"f0a68fe4-e6e2-4524-be2b-b03e8f4c152a\",\n                    \"businessTime\": 1776686656000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653172.0683299578,\n                    \"instrumentId\": \"3871bb3c-e0fa-4b0f-b020-47d14fe3d584\",\n                    \"businessTime\": 1776686656000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dc3c02d2-4419-45df-9fbb-17e5eba0d23d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.97300173836198\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039205.338045715,\n                    \"instrumentId\": \"f3c9b883-709c-4e1a-a548-ea270da0f1af\",\n                    \"businessTime\": 1776686657000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273417.2288128412,\n                    \"instrumentId\": \"55738771-cc7c-4337-b3b8-fb7b59ec749c\",\n                    \"businessTime\": 1776686657000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13722496.600762194,\n                    \"instrumentId\": \"43a18b93-3f22-4065-91bd-d86791d36b22\",\n                    \"businessTime\": 1776686657000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298547.7364136001,\n                    \"instrumentId\": \"1cc44b05-7bb6-4dfa-b968-1c713a8312aa\",\n                    \"businessTime\": 1776686657000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386553.8727298171,\n                    \"instrumentId\": \"846ab45b-457d-4f3c-97ac-a61499b2362d\",\n                    \"businessTime\": 1776686657000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83520938.03395192,\n                    \"instrumentId\": \"a3610615-9a2f-4f89-804f-a259b4c7be03\",\n                    \"businessTime\": 1776686657000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653233.9245827828,\n                    \"instrumentId\": \"1ded883d-2713-42ae-9074-61ffaa6a0996\",\n                    \"businessTime\": 1776686657000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6f8c5ad9-2b70-4fb0-a3cd-37397f3fb202\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973869876150946\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039207.208331894,\n                    \"instrumentId\": \"73a35019-6fce-4692-96bf-7d6fa2dd57b4\",\n                    \"businessTime\": 1776686658000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273417.2288128412,\n                    \"instrumentId\": \"b85e7ece-59a6-42bb-ae60-77faf72bf1cf\",\n                    \"businessTime\": 1776686658000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13722496.556547593,\n                    \"instrumentId\": \"583b931f-3a39-466a-b812-0bcb6938a80c\",\n                    \"businessTime\": 1776686658000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298532.7787147277,\n                    \"instrumentId\": \"70c3e3a0-edc3-44fa-8997-d361b4f9b657\",\n                    \"businessTime\": 1776686658000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386568.55137738615,\n                    \"instrumentId\": \"ceb0dbbf-d403-44dd-9289-32922d94eec3\",\n                    \"businessTime\": 1776686658000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83520957.35390423,\n                    \"instrumentId\": \"dc80b5ac-a59c-4efd-a62c-2563ec94a7b6\",\n                    \"businessTime\": 1776686658000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653233.9245827828,\n                    \"instrumentId\": \"9085b46c-05b0-4c69-a34c-5a329e967cdf\",\n                    \"businessTime\": 1776686658000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"08b3569f-feda-424c-b7dd-61b30ea774f5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.9738735434572\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039207.208331894,\n                    \"instrumentId\": \"21ff339d-ac57-45fd-b916-ed1c5da1d007\",\n                    \"businessTime\": 1776686659000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273429.1028590915,\n                    \"instrumentId\": \"16792025-afbd-4857-b834-565852c8dde6\",\n                    \"businessTime\": 1776686659000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13722496.737616545,\n                    \"instrumentId\": \"04771516-bff0-4467-9c8a-c265d96639f4\",\n                    \"businessTime\": 1776686659000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298532.7787147277,\n                    \"instrumentId\": \"c4127fa4-8cfc-4c68-a632-0df46dd1f10f\",\n                    \"businessTime\": 1776686659000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386568.55137738615,\n                    \"instrumentId\": \"6efd4d79-75cb-4aca-ba7c-6960f25dc3f3\",\n                    \"businessTime\": 1776686659000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83520963.77918406,\n                    \"instrumentId\": \"82f64726-7ead-41f2-a971-2dd4d5b4ce81\",\n                    \"businessTime\": 1776686659000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653233.9245827828,\n                    \"instrumentId\": \"25bb9c9c-e861-46cd-a537-51795bfa3282\",\n                    \"businessTime\": 1776686659000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7491f7cd-77a2-4154-a22f-6e76ba52a7ae\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973876791329786\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039215.490934911,\n                    \"instrumentId\": \"55e382a8-3e68-4216-acc6-34d0aa22dc6c\",\n                    \"businessTime\": 1776686660000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273432.019486121,\n                    \"instrumentId\": \"c9b50cdc-8426-4c33-9f81-eaec2453b04a\",\n                    \"businessTime\": 1776686660000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13722494.803416705,\n                    \"instrumentId\": \"1bb5b019-ab81-42a1-a393-5b13efec32ce\",\n                    \"businessTime\": 1776686660000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298549.0679576566,\n                    \"instrumentId\": \"83b9cbd3-f408-4645-91b7-0f29d61fb29b\",\n                    \"businessTime\": 1776686660000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386568.55137738615,\n                    \"instrumentId\": \"92e48c46-18e3-4466-9d40-d97766bcf6e5\",\n                    \"businessTime\": 1776686660000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83521071.12045701,\n                    \"instrumentId\": \"15930c42-9214-4d4f-ba0c-2591930acb4b\",\n                    \"businessTime\": 1776686660000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653269.5573338107,\n                    \"instrumentId\": \"40f09283-f056-4fb6-bb8a-77d7080a2149\",\n                    \"businessTime\": 1776686660000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"28057c5d-4c4f-481b-808e-de1bcf49fe1f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.973906409659683\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039222.290063793,\n                    \"instrumentId\": \"922b7fdf-12bb-48de-8a43-198a3c2b0eae\",\n                    \"businessTime\": 1776686661000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273432.019486121,\n                    \"instrumentId\": \"384193d6-bcb3-43b4-a957-b78a38089431\",\n                    \"businessTime\": 1776686661000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13722735.577619236,\n                    \"instrumentId\": \"981c1778-015e-4cc6-9116-5188ff492abf\",\n                    \"businessTime\": 1776686661000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298549.0679576566,\n                    \"instrumentId\": \"fd7d0479-ed18-4119-9143-4a27d6af9cf2\",\n                    \"businessTime\": 1776686661000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386588.4121225385,\n                    \"instrumentId\": \"b93c83ca-c2d0-4e54-a814-8b7e882b5f99\",\n                    \"businessTime\": 1776686661000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83521718.78929864,\n                    \"instrumentId\": \"b99bbfe3-c307-46ff-95e3-21b1e450d98e\",\n                    \"businessTime\": 1776686661000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653269.5573338107,\n                    \"instrumentId\": \"cd08f523-00ab-421f-91bb-e9fd3f9f3edf\",\n                    \"businessTime\": 1776686661000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b299c948-fd88-495e-9eab-6e5d17ff40fa\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.974067236183092\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039300.46532706,\n                    \"instrumentId\": \"3a5033b9-a52b-49fb-bcac-7c009df61ce6\",\n                    \"businessTime\": 1776686662000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273443.774468509,\n                    \"instrumentId\": \"818944af-4e54-47b1-89ab-c3cd231b2b78\",\n                    \"businessTime\": 1776686662000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13722746.532564338,\n                    \"instrumentId\": \"01d69dc5-ff26-46ea-986f-808f42c4aa2b\",\n                    \"businessTime\": 1776686662000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298565.7579867323,\n                    \"instrumentId\": \"0cd8d280-f8ab-4fa0-9c0a-0bae921a8fb6\",\n                    \"businessTime\": 1776686662000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386588.52599489177,\n                    \"instrumentId\": \"84774260-6339-4934-b7b1-a7f0310b3520\",\n                    \"businessTime\": 1776686662000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83521742.33844635,\n                    \"instrumentId\": \"7d144fb9-e42a-4329-b343-e8a197d3eac4\",\n                    \"businessTime\": 1776686662000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653425.542955005,\n                    \"instrumentId\": \"ca8d66e5-f99f-41c3-bc2c-c4bae6f3c6bb\",\n                    \"businessTime\": 1776686662000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d05e96bb-db81-47eb-a035-f170f66aded0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.974119472362545\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6039472.002928078,\n                    \"instrumentId\": \"c31299a0-e0b6-4124-b40f-d6d204485dea\",\n                    \"businessTime\": 1776686663000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273443.9448410757,\n                    \"instrumentId\": \"fa837c3e-6c47-42fb-a17c-9698f714421a\",\n                    \"businessTime\": 1776686663000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13723359.654907227,\n                    \"instrumentId\": \"0ce4158d-43d2-4f1d-b29c-b70f9fea3ae7\",\n                    \"businessTime\": 1776686663000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298565.7579867323,\n                    \"instrumentId\": \"f2acd30e-3536-4a95-aaf6-d654b6fa2200\",\n                    \"businessTime\": 1776686663000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386588.52599489177,\n                    \"instrumentId\": \"4ff39344-7459-4e27-8164-1bda3916ea3f\",\n                    \"businessTime\": 1776686663000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83522281.45291334,\n                    \"instrumentId\": \"06ea898c-6f0a-4da2-b110-85f98e98ce19\",\n                    \"businessTime\": 1776686663000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653425.542955005,\n                    \"instrumentId\": \"fbab52d4-c170-44c7-a26b-6d7e3307f5c5\",\n                    \"businessTime\": 1776686663000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fe01b159-7b19-4115-b82a-c956a55852b4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.974352151586356\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6040631.446827107,\n                    \"instrumentId\": \"4079f3b4-e1a4-42a9-8593-774f57ce6d34\",\n                    \"businessTime\": 1776686664000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273537.485412437,\n                    \"instrumentId\": \"e26a44f1-8a0a-4c88-9531-166e94187d93\",\n                    \"businessTime\": 1776686664000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13725803.186772145,\n                    \"instrumentId\": \"ba4656d7-14a2-4eac-a1fa-ec34b230ee4b\",\n                    \"businessTime\": 1776686664000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298589.7032652896,\n                    \"instrumentId\": \"ccb3a863-cca7-4e93-997f-3a5329ab9821\",\n                    \"businessTime\": 1776686664000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386779.8140030718,\n                    \"instrumentId\": \"6cb58c16-dca2-480b-913a-e2c868a7b638\",\n                    \"businessTime\": 1776686664000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83530972.03059635,\n                    \"instrumentId\": \"ab25d7a9-6263-4158-a50f-9ba308420528\",\n                    \"businessTime\": 1776686664000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653577.8155876437,\n                    \"instrumentId\": \"794edc76-50a7-4cca-be16-2cf822a15879\",\n                    \"businessTime\": 1776686664000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fe345d77-17cc-45f7-a68e-d671827f1e72\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.976593733297722\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6041488.256944378,\n                    \"instrumentId\": \"8be196d9-1540-4c54-97de-58f9d26db60f\",\n                    \"businessTime\": 1776686665000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3273537.551494723,\n                    \"instrumentId\": \"fec6cfb7-c22a-4935-8a1f-0278dd3752e0\",\n                    \"businessTime\": 1776686665000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13729565.13076171,\n                    \"instrumentId\": \"649bee44-0187-45f0-840b-468b817fd088\",\n                    \"businessTime\": 1776686665000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298589.7032652896,\n                    \"instrumentId\": \"6beee8ee-acdd-4747-a1da-a2b072fc42e5\",\n                    \"businessTime\": 1776686665000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386780.9076441091,\n                    \"instrumentId\": \"3917296d-ba3b-470b-b478-798d4c57f6d5\",\n                    \"businessTime\": 1776686665000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83541630.21119936,\n                    \"instrumentId\": \"1045644b-632a-42a5-a996-51293280999e\",\n                    \"businessTime\": 1776686665000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653577.8682629124,\n                    \"instrumentId\": \"7944eea5-1d69-41f2-b406-dc5f2db11508\",\n                    \"businessTime\": 1776686665000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"03bc13ab-3252-4a33-a8de-99572333b27f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.979278820663\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6042780.69478633,\n                    \"instrumentId\": \"32e27e7e-0fc7-4827-88e0-845c62ffe4da\",\n                    \"businessTime\": 1776686666000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275605.4931217767,\n                    \"instrumentId\": \"1d13d3e9-af54-4aab-8b6d-6ae9d800e976\",\n                    \"businessTime\": 1776686666000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13731867.924581533,\n                    \"instrumentId\": \"46847fab-7a6c-4c92-8e4f-dda172039128\",\n                    \"businessTime\": 1776686666000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298852.61563113704,\n                    \"instrumentId\": \"39c419bf-9afc-4269-aca8-f261488154c3\",\n                    \"businessTime\": 1776686666000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386780.9076441091,\n                    \"instrumentId\": \"e2bddf4c-ec47-4458-90e1-d281e1fc5b9a\",\n                    \"businessTime\": 1776686666000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83569038.41082354,\n                    \"instrumentId\": \"a7940fa3-677e-4162-9113-9e6d4a353923\",\n                    \"businessTime\": 1776686666000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653841.9725602933,\n                    \"instrumentId\": \"3d37d37e-81a2-4c40-89b3-3fd6ab704702\",\n                    \"businessTime\": 1776686666000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6f8c29dc-6ca9-4d2c-8655-05cfc305fb3d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98518363429679\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6043658.269958527,\n                    \"instrumentId\": \"42ef976b-ba46-4742-a4f6-9bfb15f4efef\",\n                    \"businessTime\": 1776686667000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276268.990165144,\n                    \"instrumentId\": \"7314a5b7-708b-41ec-bf99-ba669bb13a34\",\n                    \"businessTime\": 1776686667000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13733504.053554058,\n                    \"instrumentId\": \"4c6de7c8-cfdf-4d94-a6d7-f0f4e76f2d88\",\n                    \"businessTime\": 1776686667000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298852.61563113704,\n                    \"instrumentId\": \"4d4299de-99ae-425c-a38a-b344bea9df8b\",\n                    \"businessTime\": 1776686667000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386780.9076441091,\n                    \"instrumentId\": \"f5e11436-c62d-40da-bafa-19805e2ae8e8\",\n                    \"businessTime\": 1776686667000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83572627.84645547,\n                    \"instrumentId\": \"eaebdc1a-eb1f-4c81-be1c-82aa1cbdfa67\",\n                    \"businessTime\": 1776686667000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653845.2622128422,\n                    \"instrumentId\": \"2e0c92b4-ac46-46e6-af0e-fc97cf60a497\",\n                    \"businessTime\": 1776686667000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9bd1bba3-0a05-462c-a24d-664479b94b80\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98637342805295\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6043954.084846736,\n                    \"instrumentId\": \"dfa21413-bb81-4893-acd0-59d4c2d7028e\",\n                    \"businessTime\": 1776686668000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276179.497443915,\n                    \"instrumentId\": \"fa1a8a5f-3e0b-4a18-a996-78bc590b66e2\",\n                    \"businessTime\": 1776686668000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13733505.406713786,\n                    \"instrumentId\": \"cee9d989-1844-4809-bc5a-337624404bf5\",\n                    \"businessTime\": 1776686668000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298852.61563113704,\n                    \"instrumentId\": \"6d950c41-0d4a-4fe6-aebf-b791eeb277a8\",\n                    \"businessTime\": 1776686668000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386780.9076441091,\n                    \"instrumentId\": \"c9e9cdd1-bae0-4917-97ec-34e7039afc84\",\n                    \"businessTime\": 1776686668000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83575375.13389918,\n                    \"instrumentId\": \"96553f8f-5f3b-43e3-b23d-5a9d6721a750\",\n                    \"businessTime\": 1776686668000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653845.2622128422,\n                    \"instrumentId\": \"9cb02d7e-0c4d-4e60-ac2d-ece25f579459\",\n                    \"businessTime\": 1776686668000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"95cd61a7-a578-4748-82a7-cfb16aaca146\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.986892753671654\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044002.1752772005,\n                    \"instrumentId\": \"9a05eabe-e808-424d-b46e-c4295ea02d18\",\n                    \"businessTime\": 1776686669000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276256.3844950236,\n                    \"instrumentId\": \"00139b37-46f6-497d-8d5c-79713d46b8ef\",\n                    \"businessTime\": 1776686669000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13733583.702520436,\n                    \"instrumentId\": \"4566f570-1d7f-4717-b2cf-c407aac5193b\",\n                    \"businessTime\": 1776686669000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298854.7211774163,\n                    \"instrumentId\": \"cf133bb3-e2aa-4cc3-b697-34a24e98cfd4\",\n                    \"businessTime\": 1776686669000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386780.9076441091,\n                    \"instrumentId\": \"319a7379-2328-43bc-9019-00fac091413e\",\n                    \"businessTime\": 1776686669000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83575432.31753135,\n                    \"instrumentId\": \"a28a8564-0efb-4a1a-b5fe-f947c934d078\",\n                    \"businessTime\": 1776686669000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653847.3452515835,\n                    \"instrumentId\": \"c27ef01a-d3c3-45fb-9274-0be009e81285\",\n                    \"businessTime\": 1776686669000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9d34ffda-614f-4b15-980b-2319b80a356a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.986939264305295\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044002.1752772005,\n                    \"instrumentId\": \"29722b33-53c9-4842-b3cf-78fb64362256\",\n                    \"businessTime\": 1776686670000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276256.3844950236,\n                    \"instrumentId\": \"9389676c-79ca-4b1e-8e5e-5ade9acb8c0b\",\n                    \"businessTime\": 1776686670000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13733674.266120233,\n                    \"instrumentId\": \"d2fa50a9-d36f-4bc8-9c3e-8f1cb29f5f66\",\n                    \"businessTime\": 1776686670000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298857.7655502233,\n                    \"instrumentId\": \"65a29e06-2f21-405f-b029-a1a9a084c69e\",\n                    \"businessTime\": 1776686670000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386836.8283676165,\n                    \"instrumentId\": \"5bc8ecd3-87b7-4d5f-ab7d-e512235735d6\",\n                    \"businessTime\": 1776686670000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83577860.0179227,\n                    \"instrumentId\": \"34a61665-5e30-46af-97d1-b6858f1f83f3\",\n                    \"businessTime\": 1776686670000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653847.3452515835,\n                    \"instrumentId\": \"65bd1529-262d-4ab1-b657-2acf8a55fdee\",\n                    \"businessTime\": 1776686670000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3e69ca60-53d6-4a44-b135-dfdc962f3e16\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.987392204390964\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044197.674926375,\n                    \"instrumentId\": \"941d60c0-f6a4-4d6d-bd30-b47510d3feea\",\n                    \"businessTime\": 1776686671000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276179.6277632457,\n                    \"instrumentId\": \"4c2d0888-55de-40a8-80e8-250328c95f5e\",\n                    \"businessTime\": 1776686671000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13733906.26445592,\n                    \"instrumentId\": \"8b83b182-c68b-4bc1-9530-3bc21787867b\",\n                    \"businessTime\": 1776686671000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298857.7693110404,\n                    \"instrumentId\": \"aea3bf0f-1971-4024-a313-b1065b322042\",\n                    \"businessTime\": 1776686671000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386898.60202704254,\n                    \"instrumentId\": \"e4a555e8-423b-4af9-bd05-edee3f679975\",\n                    \"businessTime\": 1776686671000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83578976.31772943,\n                    \"instrumentId\": \"b11e3699-331d-45e0-a5e1-2164121252f6\",\n                    \"businessTime\": 1776686671000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653847.335289048,\n                    \"instrumentId\": \"3e31bbc5-ccb4-475f-b112-73d82d629d7d\",\n                    \"businessTime\": 1776686671000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"71b0bb85-9ca5-4409-8c89-7bfdde5a05eb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.987660887785957\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044197.674926375,\n                    \"instrumentId\": \"ba36d79f-d6d8-4714-b6ea-659b4c5ef288\",\n                    \"businessTime\": 1776686672000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276179.6277632457,\n                    \"instrumentId\": \"cde15a7b-916d-4dac-899d-42c7a38b9827\",\n                    \"businessTime\": 1776686672000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13735212.218499439,\n                    \"instrumentId\": \"ce1834c5-2774-4030-a193-7261c61b1cc5\",\n                    \"businessTime\": 1776686672000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298857.7693110404,\n                    \"instrumentId\": \"6f029e7f-6e47-4de1-9e02-8e513ea8f85e\",\n                    \"businessTime\": 1776686672000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386898.60202704254,\n                    \"instrumentId\": \"5557c4c8-5090-45f4-b842-3fde61505a19\",\n                    \"businessTime\": 1776686672000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83582213.77742486,\n                    \"instrumentId\": \"f6c439ee-d87f-4674-9a65-79cb5244b8d4\",\n                    \"businessTime\": 1776686672000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653847.335289048,\n                    \"instrumentId\": \"aa67d597-401d-4152-8b89-28ea53b66f04\",\n                    \"businessTime\": 1776686672000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"132b411b-c658-4f1b-ae4f-e8fd05a9c786\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.988459378776987\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044197.674926375,\n                    \"instrumentId\": \"c5ef27f5-b2b9-47db-9bb2-c84889866c33\",\n                    \"businessTime\": 1776686673000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276179.8268498993,\n                    \"instrumentId\": \"7a3e45c5-509f-4075-9ccf-bb9dec8de793\",\n                    \"businessTime\": 1776686673000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13735236.328543957,\n                    \"instrumentId\": \"1c658ba6-ad24-48db-9642-5306ea74401a\",\n                    \"businessTime\": 1776686673000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298859.1411160802,\n                    \"instrumentId\": \"9c3d6ce5-62c5-4b8a-93f3-e23df6d9eaea\",\n                    \"businessTime\": 1776686673000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386898.60202704254,\n                    \"instrumentId\": \"9c327152-1af4-40ea-8a0e-30eda1ac8825\",\n                    \"businessTime\": 1776686673000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83582263.27456535,\n                    \"instrumentId\": \"76ca3145-459f-446d-90ca-c7162fe33481\",\n                    \"businessTime\": 1776686673000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653847.335289048,\n                    \"instrumentId\": \"8ea21f17-fe81-4c29-92f3-1912b30f3bc4\",\n                    \"businessTime\": 1776686673000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"05daffd5-00e0-4c14-b43c-8eade6c7ce6a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98847259109275\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044223.75183573,\n                    \"instrumentId\": \"629a6390-a33e-4ee0-b181-a59ac564894f\",\n                    \"businessTime\": 1776686674000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276179.8268498993,\n                    \"instrumentId\": \"c207035e-83cf-43b8-899f-8af543553e6b\",\n                    \"businessTime\": 1776686674000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13735703.122296542,\n                    \"instrumentId\": \"ee78e54d-ee0f-49b0-a3eb-c33bf1fc5c03\",\n                    \"businessTime\": 1776686674000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298859.1411160802,\n                    \"instrumentId\": \"57d436c5-4a2b-4d53-b363-6f4c2b8cb149\",\n                    \"businessTime\": 1776686674000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387055.06275936594,\n                    \"instrumentId\": \"d0d4fe9b-55d7-4b55-ba7f-b41abdf8769e\",\n                    \"businessTime\": 1776686674000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83583373.2773909,\n                    \"instrumentId\": \"5de07f09-7dcb-431d-82a9-3387f191924b\",\n                    \"businessTime\": 1776686674000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653847.308368589,\n                    \"instrumentId\": \"5df3455f-06f5-4d6a-b271-efea658e6180\",\n                    \"businessTime\": 1776686674000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1f053422-76d6-4664-9803-8aee3b259c73\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.988781783939736\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044306.833569269,\n                    \"instrumentId\": \"7ad1f9c0-fba1-4b3b-a324-f8d3efecaae7\",\n                    \"businessTime\": 1776686675000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276189.0872837356,\n                    \"instrumentId\": \"cac2add6-c0d3-44bf-a498-79952ba00ece\",\n                    \"businessTime\": 1776686675000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13735947.504916519,\n                    \"instrumentId\": \"8269439d-2aac-4572-a13d-c15c42f3c098\",\n                    \"businessTime\": 1776686675000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298859.1411160802,\n                    \"instrumentId\": \"36c27b9d-6b2f-4862-a1b9-95202b77253d\",\n                    \"businessTime\": 1776686675000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387053.59012345754,\n                    \"instrumentId\": \"08f08d1f-5074-47ae-8119-d696982b0f5c\",\n                    \"businessTime\": 1776686675000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83585186.85408567,\n                    \"instrumentId\": \"0e2f433b-2e5e-4a1a-b3a2-3808171abcda\",\n                    \"businessTime\": 1776686675000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653847.308368589,\n                    \"instrumentId\": \"ce922590-ebc0-4a08-a6a7-1b3ca663bc4d\",\n                    \"businessTime\": 1776686675000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"04bdb016-9a84-4ce1-b0c7-f7c7c35e12e5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.989159434000584\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044306.833569269,\n                    \"instrumentId\": \"81fa27be-e6e5-42f2-92a4-7244bc6dd987\",\n                    \"businessTime\": 1776686676000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276146.348160824,\n                    \"instrumentId\": \"78bc1793-ef61-4c62-838e-8404b1bffb01\",\n                    \"businessTime\": 1776686676000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13736503.557130365,\n                    \"instrumentId\": \"75b6c051-2830-420b-af9f-1419613a2c57\",\n                    \"businessTime\": 1776686676000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298979.8342677326,\n                    \"instrumentId\": \"621ed309-ffa7-4c16-8742-369eb0751f22\",\n                    \"businessTime\": 1776686676000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387052.4980040647,\n                    \"instrumentId\": \"f5390bc2-3298-4fe4-bf18-978cddd275fb\",\n                    \"businessTime\": 1776686676000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83586801.1442681,\n                    \"instrumentId\": \"5f6d813d-85eb-4d24-86f8-ad43252c04d7\",\n                    \"businessTime\": 1776686676000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653847.308368589,\n                    \"instrumentId\": \"df6740d1-8835-49a8-9027-0fd9b367e84f\",\n                    \"businessTime\": 1776686676000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cc25eeaf-198e-446c-8851-d902adf23dd4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98955437324586\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044391.368725371,\n                    \"instrumentId\": \"14142adb-d717-4ae4-923b-8120471ed3a5\",\n                    \"businessTime\": 1776686677000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276146.348160824,\n                    \"instrumentId\": \"9e46e5ce-9a39-4d5c-bc76-802089bd6710\",\n                    \"businessTime\": 1776686677000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13736662.331469899,\n                    \"instrumentId\": \"27fac9c1-0791-4666-ad3a-89cdce9413c0\",\n                    \"businessTime\": 1776686677000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298979.8342677326,\n                    \"instrumentId\": \"31eba9e7-8e6f-42e2-acc7-d9922c6f513b\",\n                    \"businessTime\": 1776686677000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387052.7943764939,\n                    \"instrumentId\": \"63913e2b-8fbb-425e-a4e7-291ce11f8968\",\n                    \"businessTime\": 1776686677000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83587605.02416812,\n                    \"instrumentId\": \"77d931ae-7631-4d87-b0a5-294a97fe3526\",\n                    \"businessTime\": 1776686677000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653847.308368589,\n                    \"instrumentId\": \"c7d558ad-078d-48ee-ba34-3affc1d8da06\",\n                    \"businessTime\": 1776686677000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"907a199c-434b-40d2-a49c-93c28e307b63\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.989738465647985\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044536.617414785,\n                    \"instrumentId\": \"976dd74e-e462-418d-bd34-b85fcb671d4c\",\n                    \"businessTime\": 1776686678000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276146.348160824,\n                    \"instrumentId\": \"30965afb-5907-4702-915b-c54fe6c6138e\",\n                    \"businessTime\": 1776686678000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737349.688167501,\n                    \"instrumentId\": \"9bd636b4-92bd-4f89-be26-8c39efe0439c\",\n                    \"businessTime\": 1776686678000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298990.5420910188,\n                    \"instrumentId\": \"de68181a-4b16-4d3f-9e4d-62218737cded\",\n                    \"businessTime\": 1776686678000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387053.2792818853,\n                    \"instrumentId\": \"8f13df49-be01-466a-9963-9e683c5b8b58\",\n                    \"businessTime\": 1776686678000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83588159.1126471,\n                    \"instrumentId\": \"dae13e11-cd34-4062-8035-b07d6e1c5b8c\",\n                    \"businessTime\": 1776686678000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654015.392822909,\n                    \"instrumentId\": \"c2b39166-df06-4712-b92c-4765209d6d2a\",\n                    \"businessTime\": 1776686678000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9410135f-7558-40b2-be38-394b6e2f9970\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99001368024359\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045071.6216911655,\n                    \"instrumentId\": \"68a6e58c-2b75-496c-939e-a043eca9bf4d\",\n                    \"businessTime\": 1776686679000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276083.323842972,\n                    \"instrumentId\": \"bf74e1ec-279f-4612-91eb-7c99c1e63ac9\",\n                    \"businessTime\": 1776686679000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737931.11153127,\n                    \"instrumentId\": \"178ad289-017f-4236-a3bd-f253e38d6a71\",\n                    \"businessTime\": 1776686679000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299002.5804460364,\n                    \"instrumentId\": \"4779e856-b84e-465e-87db-e413ddf516ce\",\n                    \"businessTime\": 1776686679000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387053.6197759379,\n                    \"instrumentId\": \"b3ff7c51-0c27-4ac4-88a4-41f7f4bd462e\",\n                    \"businessTime\": 1776686679000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83594537.38406837,\n                    \"instrumentId\": \"c5e8b18f-c95b-4a55-9d98-9b55452ffd0b\",\n                    \"businessTime\": 1776686679000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654091.0577741155,\n                    \"instrumentId\": \"810eaab1-3f1b-4ea3-a1a7-233639d50195\",\n                    \"businessTime\": 1776686679000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f96be028-0a02-41ce-8450-e8d50d2a3d29\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99133524765024\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045187.041718765,\n                    \"instrumentId\": \"59f2ae73-c2c3-43f1-b645-86d309991e3c\",\n                    \"businessTime\": 1776686680000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276062.282826932,\n                    \"instrumentId\": \"821f3418-d9bc-4785-a4d6-3907b4e23be3\",\n                    \"businessTime\": 1776686680000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737945.218329394,\n                    \"instrumentId\": \"061a2c0a-5595-4206-9ccd-226ca5fb33ad\",\n                    \"businessTime\": 1776686680000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299002.6593242429,\n                    \"instrumentId\": \"64d061e2-9148-4b73-95b4-60923480d811\",\n                    \"businessTime\": 1776686680000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387076.0626985579,\n                    \"instrumentId\": \"8a7c4d52-a89d-4539-a9f2-4084e51a44b3\",\n                    \"businessTime\": 1776686680000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83592346.95333605,\n                    \"instrumentId\": \"c52df717-dac2-457d-8f20-46d886f7f85e\",\n                    \"businessTime\": 1776686680000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654091.0577741155,\n                    \"instrumentId\": \"c25eacda-c100-4194-a852-60105bf87367\",\n                    \"businessTime\": 1776686680000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0c8a32e3-0640-4f1c-b994-0e612f2aeaba\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.990973310370485\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044972.439272338,\n                    \"instrumentId\": \"a188144b-8f5b-421f-bd2a-62fbd0ba3234\",\n                    \"businessTime\": 1776686681000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276043.8698849417,\n                    \"instrumentId\": \"ef2070f6-e3f0-4b52-9314-89bd71d508e4\",\n                    \"businessTime\": 1776686681000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737371.229356864,\n                    \"instrumentId\": \"9454220e-a07b-4410-95c3-812b585e2676\",\n                    \"businessTime\": 1776686681000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 298996.25785783073,\n                    \"instrumentId\": \"3e540726-0ba2-445c-acd1-cc6f8e92c883\",\n                    \"businessTime\": 1776686681000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387110.9188338647,\n                    \"instrumentId\": \"7a68f125-2686-4b87-8d07-6c434c10475d\",\n                    \"businessTime\": 1776686681000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83591554.070868,\n                    \"instrumentId\": \"60fb2a78-b324-4a12-82be-94840a2bfcaf\",\n                    \"businessTime\": 1776686681000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653994.5253160609,\n                    \"instrumentId\": \"93a37932-0d09-4292-85e4-e6e89c713322\",\n                    \"businessTime\": 1776686681000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4e84f83c-18cd-437b-9e18-6954af2df3dc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.990680170718786\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044707.53517069,\n                    \"instrumentId\": \"0f65acc4-c45d-41a2-9064-f706890623a7\",\n                    \"businessTime\": 1776686682000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275477.8491181596,\n                    \"instrumentId\": \"03a8d71b-80fe-479a-8714-a862526938d6\",\n                    \"businessTime\": 1776686682000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13736463.94615981,\n                    \"instrumentId\": \"93828c68-48bc-434a-87a2-2d93debcbcc2\",\n                    \"businessTime\": 1776686682000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299024.0737077347,\n                    \"instrumentId\": \"9640ea4b-d6a0-48a0-8d74-cf543412cd09\",\n                    \"businessTime\": 1776686682000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387110.9188338647,\n                    \"instrumentId\": \"b5a0398c-04a6-4eac-b285-47e87f40e14a\",\n                    \"businessTime\": 1776686682000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83589114.7774467,\n                    \"instrumentId\": \"cfb19ade-6cd9-41d3-bc01-2a543b28b414\",\n                    \"businessTime\": 1776686682000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653935.7342668255,\n                    \"instrumentId\": \"3e50a827-ed52-47af-93f2-17eb822271ae\",\n                    \"businessTime\": 1776686682000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ecf22373-76c1-473a-aa46-68a7d0e76815\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98994054388467\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044571.785268903,\n                    \"instrumentId\": \"3603bdfa-e9bb-469d-b394-5d6b3db8fe72\",\n                    \"businessTime\": 1776686683000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275448.7349141925,\n                    \"instrumentId\": \"dbad14f2-1b10-48d5-b2b4-79476514184f\",\n                    \"businessTime\": 1776686683000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13736768.879019115,\n                    \"instrumentId\": \"fdff66ed-65d9-4305-92d7-cc7cdc598754\",\n                    \"businessTime\": 1776686683000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299024.0737077347,\n                    \"instrumentId\": \"541c36df-a20f-43ef-9046-cbe8dce89937\",\n                    \"businessTime\": 1776686683000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387110.9188338647,\n                    \"instrumentId\": \"8e6155a2-7839-4c19-94f3-9f96b3b9bee6\",\n                    \"businessTime\": 1776686683000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83589403.52998514,\n                    \"instrumentId\": \"3b411c20-8767-4e65-82e2-046f7fc1637e\",\n                    \"businessTime\": 1776686683000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653887.8964545208,\n                    \"instrumentId\": \"5504aa0c-7c04-429f-b9d4-2f1d11ac7707\",\n                    \"businessTime\": 1776686683000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"97af6dd4-b0ea-440f-8a40-1d70d37f0399\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.990007500559486\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045124.3941357,\n                    \"instrumentId\": \"dc2f1c71-02fa-4a6f-bf0e-e73c46ad23fd\",\n                    \"businessTime\": 1776686684000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275448.7349141925,\n                    \"instrumentId\": \"ed6e0704-86f4-4a5e-838b-f2541914de26\",\n                    \"businessTime\": 1776686684000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13736504.479520995,\n                    \"instrumentId\": \"4c7a775f-d759-46df-8dfd-7da36657a2e2\",\n                    \"businessTime\": 1776686684000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299075.8927555048,\n                    \"instrumentId\": \"a80fb689-a8ea-4a85-ad9c-ece0a848cf93\",\n                    \"businessTime\": 1776686684000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387110.9188338647,\n                    \"instrumentId\": \"c45d6392-f90d-458b-85fe-fc00fe5911dc\",\n                    \"businessTime\": 1776686684000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83589211.55994827,\n                    \"instrumentId\": \"bb9c4453-ac4e-4479-a0f1-20ee1f5216da\",\n                    \"businessTime\": 1776686684000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653959.9667105087,\n                    \"instrumentId\": \"340e98b5-a2c5-403c-bc18-d2cc1ca6bdce\",\n                    \"businessTime\": 1776686684000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5d81c7a3-c46f-4329-80d7-8c46fe12231d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.990046187490165\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044686.03247669,\n                    \"instrumentId\": \"14feb99b-00d0-4334-900c-c21b037d60ac\",\n                    \"businessTime\": 1776686685000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275438.3123142426,\n                    \"instrumentId\": \"adf91aa2-566e-4c6d-b8d8-9b16d2dc0a0e\",\n                    \"businessTime\": 1776686685000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13735851.078837238,\n                    \"instrumentId\": \"7b0115e0-f487-4194-ac7b-488cb4265480\",\n                    \"businessTime\": 1776686685000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299075.8927555048,\n                    \"instrumentId\": \"af32404d-df33-4017-9051-8aec321f240e\",\n                    \"businessTime\": 1776686685000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387029.94223447127,\n                    \"instrumentId\": \"9edb071a-f76b-43ea-833b-271c5bae224b\",\n                    \"businessTime\": 1776686685000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83585580.03116377,\n                    \"instrumentId\": \"57b6bf42-f4ab-446f-a0d7-5cae9ae4f149\",\n                    \"businessTime\": 1776686685000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653844.3408387466,\n                    \"instrumentId\": \"b7960fb2-e67d-4d8f-9ae0-eb35bb8a769d\",\n                    \"businessTime\": 1776686685000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"54099c94-2f85-4d23-aed9-664b07e7b69a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.989179699581836\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044208.3482724065,\n                    \"instrumentId\": \"5c02d775-3ec1-4c1d-b090-1f55732c9955\",\n                    \"businessTime\": 1776686686000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275438.3123142426,\n                    \"instrumentId\": \"3cefe7a1-a82d-47b6-b07a-07910dc275e5\",\n                    \"businessTime\": 1776686686000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13735852.260988435,\n                    \"instrumentId\": \"4d1a0334-6624-42c5-85bb-3a0812f28476\",\n                    \"businessTime\": 1776686686000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299075.8927555048,\n                    \"instrumentId\": \"9aafdd82-0bfa-46c2-af35-7c061410559d\",\n                    \"businessTime\": 1776686686000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387029.94223447127,\n                    \"instrumentId\": \"00fa18bf-43b5-464f-8be8-1825a7828068\",\n                    \"businessTime\": 1776686686000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83586587.36912198,\n                    \"instrumentId\": \"c075f601-038d-4107-999b-a494fdfee4de\",\n                    \"businessTime\": 1776686686000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653844.3408387466,\n                    \"instrumentId\": \"f0d62496-34ae-4318-976e-682fe5da9883\",\n                    \"businessTime\": 1776686686000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"346a6995-6aa5-410c-9535-c45d255269e1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.989272992359542\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044406.60312967,\n                    \"instrumentId\": \"5db4de8d-f1ed-4f00-b794-d00c4ba6a20a\",\n                    \"businessTime\": 1776686687000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275409.7917346964,\n                    \"instrumentId\": \"ec0e7b8f-65e6-4925-8cfe-a45967f18b28\",\n                    \"businessTime\": 1776686687000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13735699.581368655,\n                    \"instrumentId\": \"e0b7a0a7-4137-40de-af72-131e79da6698\",\n                    \"businessTime\": 1776686687000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299106.18550831394,\n                    \"instrumentId\": \"9112244d-d2c9-4104-8cbe-1bd48745806f\",\n                    \"businessTime\": 1776686687000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387017.97772273456,\n                    \"instrumentId\": \"1260c390-b8a6-42cb-871b-a665b17f4daa\",\n                    \"businessTime\": 1776686687000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83587056.89180706,\n                    \"instrumentId\": \"3d721da1-c797-41f6-a41f-2a38f8a21dbd\",\n                    \"businessTime\": 1776686687000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653845.8936941351,\n                    \"instrumentId\": \"1f29491b-c921-49de-91cd-9ea038a473e2\",\n                    \"businessTime\": 1776686687000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1786c8f4-c1d7-4266-889a-6b0cd66c2f80\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98936200087263\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044406.60312967,\n                    \"instrumentId\": \"70210944-839b-49ed-857c-fc6166d226e9\",\n                    \"businessTime\": 1776686688000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275396.5155519075,\n                    \"instrumentId\": \"1f9e1435-48b4-4ec3-a7dc-3b692ad56f3a\",\n                    \"businessTime\": 1776686688000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13735404.2398074,\n                    \"instrumentId\": \"013f79a8-aaad-4fe7-816e-61ed3ca3093f\",\n                    \"businessTime\": 1776686688000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299106.2191963289,\n                    \"instrumentId\": \"c45ef65a-e95d-4148-8387-fc143753f215\",\n                    \"businessTime\": 1776686688000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387017.97772273456,\n                    \"instrumentId\": \"4e36fd95-5bf1-4346-9a58-2704153eefc4\",\n                    \"businessTime\": 1776686688000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83588059.21866797,\n                    \"instrumentId\": \"06b0e787-42c7-4904-bcc3-c88a87cd458b\",\n                    \"businessTime\": 1776686688000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653847.9180121,\n                    \"instrumentId\": \"189ba505-c913-4fdd-92f9-5b6b6946e115\",\n                    \"businessTime\": 1776686688000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7b036ce7-25db-4b20-a10c-f443cd73f781\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98948427980459\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044400.834629758,\n                    \"instrumentId\": \"e9ac27ec-4a3e-4a49-92c7-39285dd93daf\",\n                    \"businessTime\": 1776686689000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275422.1717604008,\n                    \"instrumentId\": \"c102c869-ceff-4d70-9e15-d57ee7e4612c\",\n                    \"businessTime\": 1776686689000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13734792.851760374,\n                    \"instrumentId\": \"04497c5c-fd00-48f7-b4ba-39075146276c\",\n                    \"businessTime\": 1776686689000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299151.2888237825,\n                    \"instrumentId\": \"b444aa66-258d-45fc-b320-c1b7c665e2fd\",\n                    \"businessTime\": 1776686689000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386985.10040807264,\n                    \"instrumentId\": \"c3430cfa-6511-4b67-8a5c-d04621bcf075\",\n                    \"businessTime\": 1776686689000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83587531.8745061,\n                    \"instrumentId\": \"5863bbb2-06a2-4894-a3a9-8252e06f50ff\",\n                    \"businessTime\": 1776686689000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653847.9180121,\n                    \"instrumentId\": \"7726f29e-9064-4173-bf38-1761879c659a\",\n                    \"businessTime\": 1776686689000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1b1d2187-ae8e-4dd1-a574-eab5e2375340\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98928978908622\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044316.730519163,\n                    \"instrumentId\": \"4c25f9fe-bcf2-43e9-a690-0b0078127bef\",\n                    \"businessTime\": 1776686690000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275389.748918144,\n                    \"instrumentId\": \"c7cbc98b-5052-4a34-9e64-96bdab47b32b\",\n                    \"businessTime\": 1776686690000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13734478.457414377,\n                    \"instrumentId\": \"abbfbbd6-45b5-4b1a-b2a8-5bbc6d93fac3\",\n                    \"businessTime\": 1776686690000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299151.5972472949,\n                    \"instrumentId\": \"02b483a3-95d3-48b0-8d51-31b0c292b7c8\",\n                    \"businessTime\": 1776686690000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386976.7224031919,\n                    \"instrumentId\": \"632a3cbe-6cad-4d17-bd05-73195ca36ce9\",\n                    \"businessTime\": 1776686690000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83586695.30842787,\n                    \"instrumentId\": \"c534810f-9f9e-4e37-bf0c-8f8627e3ad92\",\n                    \"businessTime\": 1776686690000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653855.9720684612,\n                    \"instrumentId\": \"9754bea3-c881-4c35-a806-31eda6db04b2\",\n                    \"businessTime\": 1776686690000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ada71dbb-8354-4ec9-b8aa-d4ef3bb17382\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.989067029349474\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044316.730519163,\n                    \"instrumentId\": \"4a109248-c1a0-4fd9-b298-7d253434c111\",\n                    \"businessTime\": 1776686691000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275433.630632626,\n                    \"instrumentId\": \"dbb42280-7763-4cb2-9ead-1e52d569c4b0\",\n                    \"businessTime\": 1776686691000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13734618.427913263,\n                    \"instrumentId\": \"5e1b37e9-a3c1-4070-aafc-7fe689e34d23\",\n                    \"businessTime\": 1776686691000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299151.5972472949,\n                    \"instrumentId\": \"95c0c749-efe9-4f56-b007-797716c346ab\",\n                    \"businessTime\": 1776686691000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386976.7224031919,\n                    \"instrumentId\": \"3460830d-dd8b-4a4c-ac09-5ccf3db64297\",\n                    \"businessTime\": 1776686691000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83588189.55915032,\n                    \"instrumentId\": \"ce3158e3-dfc4-4654-a26a-dbff9a32bc2e\",\n                    \"businessTime\": 1776686691000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653855.9720684612,\n                    \"instrumentId\": \"61bddec8-3d3d-4417-a9f3-cdf074177602\",\n                    \"businessTime\": 1776686691000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ff1beaac-ff75-47bf-acc8-d91e866c3f8b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98936195077932\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044316.730519163,\n                    \"instrumentId\": \"30e999ff-926b-4757-948d-4a42998f261f\",\n                    \"businessTime\": 1776686692000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275433.630632626,\n                    \"instrumentId\": \"6c6edfe3-e583-4edf-9a2c-af0993049144\",\n                    \"businessTime\": 1776686692000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13734776.723099722,\n                    \"instrumentId\": \"1d62aaff-502e-4725-a9a3-e7b7bee27b36\",\n                    \"businessTime\": 1776686692000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299151.5972472949,\n                    \"instrumentId\": \"dd803b59-c843-4f1d-862c-f954e5f6d8f2\",\n                    \"businessTime\": 1776686692000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386976.7224031919,\n                    \"instrumentId\": \"e6030329-7956-4aec-9f02-2da0caa8df84\",\n                    \"businessTime\": 1776686692000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83588211.73158218,\n                    \"instrumentId\": \"e297d0b5-3d2d-4e97-8100-f815fbc6e263\",\n                    \"businessTime\": 1776686692000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653855.9720684612,\n                    \"instrumentId\": \"4833e0e3-54af-494c-aeb0-951ef761e168\",\n                    \"businessTime\": 1776686692000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0e4f1fdd-851e-4224-814c-ae2d407a7e0e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.989393667408198\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044316.730519163,\n                    \"instrumentId\": \"3069172b-81c2-49f3-ad90-da5ac2aa3d59\",\n                    \"businessTime\": 1776686693000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275433.630632626,\n                    \"instrumentId\": \"fe76373c-7540-4fc6-a30f-7b8213263bf4\",\n                    \"businessTime\": 1776686693000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13734771.423034497,\n                    \"instrumentId\": \"356805d5-fcac-4985-b94e-d85b4eedb3bf\",\n                    \"businessTime\": 1776686693000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299151.5972472949,\n                    \"instrumentId\": \"044553ec-1923-497a-840a-b315094d87a3\",\n                    \"businessTime\": 1776686693000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386976.7224031919,\n                    \"instrumentId\": \"b00e5bcc-23e1-4f9e-9bc5-07bec878478e\",\n                    \"businessTime\": 1776686693000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83588211.75282095,\n                    \"instrumentId\": \"66cb8571-fb5b-43a0-9cbf-c12b18e19690\",\n                    \"businessTime\": 1776686693000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653665.5270608134,\n                    \"instrumentId\": \"03180acf-eecb-4087-9d54-e4bc2f48bd8d\",\n                    \"businessTime\": 1776686693000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"758adf28-b6c3-4336-a0c1-c8208b6d106d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.989359269546316\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044316.730519163,\n                    \"instrumentId\": \"7e61d00d-bb57-43fa-9c05-8ac2c85629b3\",\n                    \"businessTime\": 1776686694000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275442.61993,\n                    \"instrumentId\": \"48a1e3eb-a307-46c8-9921-9f3f49e892c8\",\n                    \"businessTime\": 1776686694000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13734771.423034497,\n                    \"instrumentId\": \"26e0d6a0-5605-492c-bfef-c8705d79ac1c\",\n                    \"businessTime\": 1776686694000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299209.43370722904,\n                    \"instrumentId\": \"5a3c0481-e860-4264-a130-f27867d056a7\",\n                    \"businessTime\": 1776686694000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386976.7224031919,\n                    \"instrumentId\": \"987226fc-1aba-462d-b80b-135acfce85a2\",\n                    \"businessTime\": 1776686694000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83588420.27510686,\n                    \"instrumentId\": \"af4e8ade-d0f2-48e9-850a-6c5ca36943b8\",\n                    \"businessTime\": 1776686694000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653665.6147779265,\n                    \"instrumentId\": \"f86931cd-4256-4f0a-b3e7-6d6f8b304d65\",\n                    \"businessTime\": 1776686694000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"be9eb64a-568e-4a4c-9d86-a5e0690c9a54\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.98940767653407\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044326.731614765,\n                    \"instrumentId\": \"79949578-a35a-47f7-8669-558c0481f897\",\n                    \"businessTime\": 1776686695000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275442.346742344,\n                    \"instrumentId\": \"6657344f-cc3c-449b-9773-6b84b7339ad2\",\n                    \"businessTime\": 1776686695000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13734794.685848972,\n                    \"instrumentId\": \"e495fba6-a7c9-4d62-8057-51aabedfc72c\",\n                    \"businessTime\": 1776686695000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299209.43370722904,\n                    \"instrumentId\": \"9f7580b0-c92e-4f4a-80de-96a74b0edc67\",\n                    \"businessTime\": 1776686695000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386976.7916641317,\n                    \"instrumentId\": \"cee73529-92db-46d0-aa26-0353ebe003bb\",\n                    \"businessTime\": 1776686695000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83590064.71322018,\n                    \"instrumentId\": \"f0e03dc3-2f63-42da-a8bb-914bdecbfa23\",\n                    \"businessTime\": 1776686695000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653665.6147779265,\n                    \"instrumentId\": \"788c1f38-9031-48c8-8f7c-fe20ffd6440a\",\n                    \"businessTime\": 1776686695000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7d495f7a-a184-43dc-9c5e-a8381bcc07b9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.989702491665298\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044374.561299173,\n                    \"instrumentId\": \"11c508d6-30fb-48b8-aeb9-c2695e3c4990\",\n                    \"businessTime\": 1776686696000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3275442.346742344,\n                    \"instrumentId\": \"c3eca3de-5f7e-438e-bf71-2a6f13b11658\",\n                    \"businessTime\": 1776686696000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13734803.531087594,\n                    \"instrumentId\": \"21ad885b-b369-4378-9247-1bfac71d6cbc\",\n                    \"businessTime\": 1776686696000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299250.54741934576,\n                    \"instrumentId\": \"7b622a03-12f1-44e5-9505-c7a78a964da7\",\n                    \"businessTime\": 1776686696000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386976.7916641317,\n                    \"instrumentId\": \"2b7ad0e0-d6b3-48d0-84dc-0e861e5562a0\",\n                    \"businessTime\": 1776686696000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83590148.3207957,\n                    \"instrumentId\": \"c7cd0871-45ce-4535-ae32-3630317be421\",\n                    \"businessTime\": 1776686696000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653665.6147779265,\n                    \"instrumentId\": \"a820c411-c932-4bce-adf8-7ef14f638263\",\n                    \"businessTime\": 1776686696000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"635ab1a5-3441-4c0b-b3a0-ecad9b673556\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.989734371491426\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044374.561299173,\n                    \"instrumentId\": \"e6b1ca6c-0568-4f57-95f4-636d1c569c5f\",\n                    \"businessTime\": 1776686697000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276613.2333067334,\n                    \"instrumentId\": \"e7544867-747d-40c5-accf-d30e66e2ddaa\",\n                    \"businessTime\": 1776686697000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13735406.384547343,\n                    \"instrumentId\": \"801d8925-4101-4c4c-920d-d4e1a1049d63\",\n                    \"businessTime\": 1776686697000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299250.54741934576,\n                    \"instrumentId\": \"31159e5c-797d-4133-bf09-b000c0638f97\",\n                    \"businessTime\": 1776686697000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386988.7229850126,\n                    \"instrumentId\": \"867296e8-0b29-4238-9828-3f48f03165dc\",\n                    \"businessTime\": 1776686697000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83591696.34394762,\n                    \"instrumentId\": \"28866918-ec3c-46d5-8821-b2ad5172988b\",\n                    \"businessTime\": 1776686697000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653665.6147779265,\n                    \"instrumentId\": \"4146f765-f46d-4e38-9279-e040da5f68ce\",\n                    \"businessTime\": 1776686697000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"86ee40a4-b549-4da7-b458-fd74c1202bf8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99032025804625\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:04:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044389.462638172,\n                    \"instrumentId\": \"53bbb0fe-e6cb-406a-ae24-fc05d0db3fdd\",\n                    \"businessTime\": 1776686698000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276613.2333067334,\n                    \"instrumentId\": \"23ab5a7a-fa1a-4f41-b62a-8f5ab2f4c9a5\",\n                    \"businessTime\": 1776686698000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13735406.384547343,\n                    \"instrumentId\": \"08eeb092-d938-4ce6-b6f0-f5dd6b8cb6b1\",\n                    \"businessTime\": 1776686698000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299260.4255647142,\n                    \"instrumentId\": \"eac62eb3-5a90-4712-ac8c-8419da3a5e2b\",\n                    \"businessTime\": 1776686698000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386988.7229850126,\n                    \"instrumentId\": \"ad365555-8ade-491b-b13b-581319e2908b\",\n                    \"businessTime\": 1776686698000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83591937.5994089,\n                    \"instrumentId\": \"13a394bc-80f8-4075-94c8-481cf09a0099\",\n                    \"businessTime\": 1776686698000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653665.6147779265,\n                    \"instrumentId\": \"3e6523ee-e8cd-48eb-ba5d-8e491a73d839\",\n                    \"businessTime\": 1776686698000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f74eea90-8e60-46f7-b4dd-4389160f252d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.990367012869736\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044403.62980914,\n                    \"instrumentId\": \"40a08cba-3b75-45d9-8957-660ef98ced23\",\n                    \"businessTime\": 1776686699000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276613.255745278,\n                    \"instrumentId\": \"862c6d3b-21d2-4fdd-bde1-86db85426178\",\n                    \"businessTime\": 1776686699000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13735633.716407916,\n                    \"instrumentId\": \"976b491c-9df0-4e09-acdd-5e5c43a68f56\",\n                    \"businessTime\": 1776686699000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299260.4255647142,\n                    \"instrumentId\": \"96426a7e-76b0-40aa-8596-730db0252ba2\",\n                    \"businessTime\": 1776686699000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386988.7229850126,\n                    \"instrumentId\": \"d1a4b65b-540b-443f-a077-61be06fcd7b8\",\n                    \"businessTime\": 1776686699000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83592688.24978828,\n                    \"instrumentId\": \"68ae6b29-c7c0-4f98-8bb5-b38dfbc816c0\",\n                    \"businessTime\": 1776686699000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653665.6147779265,\n                    \"instrumentId\": \"e5c02d3a-274c-4725-bf5f-20b0168c2f74\",\n                    \"businessTime\": 1776686699000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fa5cff19-777a-435b-bf65-ac3ff246905d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.990541384020787\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044405.274973067,\n                    \"instrumentId\": \"e5bfe738-e464-4e2e-91be-89ba1d936f98\",\n                    \"businessTime\": 1776686700000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276860.5499387067,\n                    \"instrumentId\": \"d595ca4a-da38-43d6-8dc5-d3bba2b4fd17\",\n                    \"businessTime\": 1776686700000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13736602.844056087,\n                    \"instrumentId\": \"ee357fcb-d582-4679-879c-1593d11a040e\",\n                    \"businessTime\": 1776686700000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299336.01893340267,\n                    \"instrumentId\": \"6bf52d95-8311-4ef7-855c-9cde997d41e4\",\n                    \"businessTime\": 1776686700000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 386996.75027795945,\n                    \"instrumentId\": \"0acf829f-e254-488d-bd3b-e0f55d478b92\",\n                    \"businessTime\": 1776686700000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83603688.1521009,\n                    \"instrumentId\": \"de3164e7-931e-44ae-9ca3-01a4b2d0b3dd\",\n                    \"businessTime\": 1776686700000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653588.2384372033,\n                    \"instrumentId\": \"bde8dd3c-4520-4bde-a423-bb7d8c20b549\",\n                    \"businessTime\": 1776686700000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"99ea73b1-1071-41e1-909f-15e9ebb090cb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99268975197141\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044928.686951824,\n                    \"instrumentId\": \"5adbcbb9-c156-4909-8b41-1fc230c379c0\",\n                    \"businessTime\": 1776686701000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276928.7926087524,\n                    \"instrumentId\": \"b2c3540d-6f24-4409-bfbf-945b34d66bcf\",\n                    \"businessTime\": 1776686701000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737030.432242367,\n                    \"instrumentId\": \"6998065e-6333-4880-8b2c-b88b037b1335\",\n                    \"businessTime\": 1776686701000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299336.01893340267,\n                    \"instrumentId\": \"35622a01-3d19-462f-8395-967ee3b000ee\",\n                    \"businessTime\": 1776686701000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387065.64651683334,\n                    \"instrumentId\": \"82c3dc60-c1a5-4543-b568-406475c10c99\",\n                    \"businessTime\": 1776686701000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83606731.66275463,\n                    \"instrumentId\": \"20162be0-fa4a-4645-a51a-23f25ff6fd81\",\n                    \"businessTime\": 1776686701000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653577.8180313152,\n                    \"instrumentId\": \"2e86fa51-67aa-4bd4-9d01-bfb046037fd9\",\n                    \"businessTime\": 1776686701000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fd3a7dcf-868a-410f-a950-454a4bda9e39\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99341404534958\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044688.171693534,\n                    \"instrumentId\": \"fdfffa65-38fa-42fa-9cdd-a641dd7eb3be\",\n                    \"businessTime\": 1776686702000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276928.7926087524,\n                    \"instrumentId\": \"dd08a362-2608-4524-b29e-c26a3fc0a9cf\",\n                    \"businessTime\": 1776686702000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737105.489548791,\n                    \"instrumentId\": \"6c50169a-3be5-4e5e-b719-db6e1c85b5a7\",\n                    \"businessTime\": 1776686702000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299336.01893340267,\n                    \"instrumentId\": \"3c03668e-bdfc-47ac-a954-14d1eb544990\",\n                    \"businessTime\": 1776686702000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387065.64651683334,\n                    \"instrumentId\": \"4643003f-a178-443b-b553-ed8c2762727e\",\n                    \"businessTime\": 1776686702000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83606793.62789623,\n                    \"instrumentId\": \"0063ecb3-7167-454b-9c70-c72432bbf727\",\n                    \"businessTime\": 1776686702000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653577.8180313152,\n                    \"instrumentId\": \"82537d41-c27e-4d36-95c0-366e612f7da4\",\n                    \"businessTime\": 1776686702000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6c448aac-c98b-4731-845a-94bc126524cf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99339585680648\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044688.171693534,\n                    \"instrumentId\": \"2fe7d01a-b5b1-4502-af85-cf78e21a5e08\",\n                    \"businessTime\": 1776686703000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276945.1658895533,\n                    \"instrumentId\": \"c1b9ac2e-bda9-40c7-a99a-ca3857dc2fba\",\n                    \"businessTime\": 1776686703000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13737962.674600624,\n                    \"instrumentId\": \"15450a9d-9b41-4bf1-9b6f-69efe289d6a8\",\n                    \"businessTime\": 1776686703000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299336.01893340267,\n                    \"instrumentId\": \"7a7db72c-f84c-4bbd-af1d-dd50f2329979\",\n                    \"businessTime\": 1776686703000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387079.59214719123,\n                    \"instrumentId\": \"d5c763a1-2459-4f89-b27a-66f83f59d798\",\n                    \"businessTime\": 1776686703000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83606987.68845858,\n                    \"instrumentId\": \"9684d00c-0479-424a-bc84-3e3d11f67952\",\n                    \"businessTime\": 1776686703000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653577.8180313152,\n                    \"instrumentId\": \"d78f13fa-4c5d-4aa7-8c74-b6f93ca1e546\",\n                    \"businessTime\": 1776686703000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1e7bb803-0276-465d-aaf6-7316d552e32e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.993585938445378\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6044766.107336487,\n                    \"instrumentId\": \"1687bf98-84da-4d54-9295-ba98c500acd8\",\n                    \"businessTime\": 1776686704000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3276988.9265769036,\n                    \"instrumentId\": \"1d4ddfdb-db76-43e9-a054-26a2b9e5fd1d\",\n                    \"businessTime\": 1776686704000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13738359.873468157,\n                    \"instrumentId\": \"b116b12c-a709-4b2b-b0b3-a9fc17775590\",\n                    \"businessTime\": 1776686704000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299388.53889663494,\n                    \"instrumentId\": \"8427f61d-dfcd-4d26-8584-c35c46755f33\",\n                    \"businessTime\": 1776686704000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387079.59214719123,\n                    \"instrumentId\": \"30c2e266-850b-4010-a4d6-d10c342a695d\",\n                    \"businessTime\": 1776686704000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83607640.02323982,\n                    \"instrumentId\": \"ec237a39-8fcb-4d68-baaf-560652aee406\",\n                    \"businessTime\": 1776686704000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653576.0990261732,\n                    \"instrumentId\": \"a7403581-e4e0-4229-bfef-b30b25325494\",\n                    \"businessTime\": 1776686704000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"33d7d0c2-f308-4e3e-be9d-3cc7a8dd4682\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.993800706624143\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045357.451205735,\n                    \"instrumentId\": \"aeae02ba-43b1-494f-85ad-9e3c5a88977d\",\n                    \"businessTime\": 1776686705000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277008.432110507,\n                    \"instrumentId\": \"5cc11ea0-ed5f-4000-86ef-6e81b5120765\",\n                    \"businessTime\": 1776686705000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13738756.684664384,\n                    \"instrumentId\": \"abba84cd-0340-431b-b707-1344cba9fe0f\",\n                    \"businessTime\": 1776686705000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299388.53889663494,\n                    \"instrumentId\": \"7a863233-d9d0-41b3-b22d-d1e3545ed56f\",\n                    \"businessTime\": 1776686705000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.0256649052,\n                    \"instrumentId\": \"cfa3b570-9a97-473d-b638-32fd28680c7b\",\n                    \"businessTime\": 1776686705000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83610262.3608556,\n                    \"instrumentId\": \"535c7ee6-9254-41fb-9ece-8f2e8c303b64\",\n                    \"businessTime\": 1776686705000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653576.0990261732,\n                    \"instrumentId\": \"a49e4819-b3ef-424d-b156-ee74686bff3b\",\n                    \"businessTime\": 1776686705000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9a5f66be-657c-45ab-93eb-a31c7a5f8eab\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.994435404643927\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045724.715176105,\n                    \"instrumentId\": \"93d416ed-899d-4c31-9613-f72b92d855c0\",\n                    \"businessTime\": 1776686706000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277000.7095036153,\n                    \"instrumentId\": \"4c277da8-befb-4e3b-9317-02847e891c7f\",\n                    \"businessTime\": 1776686706000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13739691.771568421,\n                    \"instrumentId\": \"77c6811a-5f67-45d9-93a6-28e0bb1caa22\",\n                    \"businessTime\": 1776686706000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299418.3038616827,\n                    \"instrumentId\": \"d8a6a79a-53ee-44c9-8bc3-ce9b6cc8bd23\",\n                    \"businessTime\": 1776686706000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.0256649052,\n                    \"instrumentId\": \"be02c44e-6934-4145-8035-837bed4ec4b0\",\n                    \"businessTime\": 1776686706000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83612561.30018684,\n                    \"instrumentId\": \"89a2432a-b6fc-49a7-9b36-338c9caa8e5e\",\n                    \"businessTime\": 1776686706000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653576.0990261732,\n                    \"instrumentId\": \"c0048420-369c-4108-a6a4-b75104b2e8bb\",\n                    \"businessTime\": 1776686706000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"18bb1ce6-0bb4-4cca-a798-3b46466c8051\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.995072194198197\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045724.715176105,\n                    \"instrumentId\": \"5a3b64e8-d030-4f7c-ad30-105e369b35f3\",\n                    \"businessTime\": 1776686707000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277000.7095036153,\n                    \"instrumentId\": \"e8c13591-4ccb-4368-afec-88445f557295\",\n                    \"businessTime\": 1776686707000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13739879.033667166,\n                    \"instrumentId\": \"eb8f822b-6dfc-402b-a980-4af928f62cb8\",\n                    \"businessTime\": 1776686707000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299449.31704109104,\n                    \"instrumentId\": \"0725f603-176b-46ae-b84c-dfe090e19c75\",\n                    \"businessTime\": 1776686707000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.5078068287,\n                    \"instrumentId\": \"42f277a4-d516-4ab2-91f1-69c40449a3bf\",\n                    \"businessTime\": 1776686707000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83612760.24372122,\n                    \"instrumentId\": \"c6bf2748-18c9-429e-b308-3cfdcacfd9dc\",\n                    \"businessTime\": 1776686707000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653576.0990261732,\n                    \"instrumentId\": \"e8d9f576-011f-4192-a007-e2269773306a\",\n                    \"businessTime\": 1776686707000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"09484559-55f1-4fc4-a37d-3a14b10239d5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.995145603856272\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045785.7765276125,\n                    \"instrumentId\": \"db5b6bae-0e1d-434f-a8c5-1c7ad7a26de7\",\n                    \"businessTime\": 1776686708000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277000.7095036153,\n                    \"instrumentId\": \"e8c81cf2-e030-4c23-b9ef-0b94945ea5ff\",\n                    \"businessTime\": 1776686708000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13740169.855553659,\n                    \"instrumentId\": \"76bb5188-7193-4bec-8a4f-b44dc96333d0\",\n                    \"businessTime\": 1776686708000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299449.31704109104,\n                    \"instrumentId\": \"0d988540-0efe-423f-a4ed-0de44c36da56\",\n                    \"businessTime\": 1776686708000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.9476702466,\n                    \"instrumentId\": \"e8421ca9-a491-49ab-9b0e-5de4845cfdca\",\n                    \"businessTime\": 1776686708000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83612754.46775788,\n                    \"instrumentId\": \"d360c48d-9129-409e-a28c-a81c6e11acc2\",\n                    \"businessTime\": 1776686708000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653576.0990261732,\n                    \"instrumentId\": \"dc3a4399-2f0e-48a5-b528-2db2244fae4b\",\n                    \"businessTime\": 1776686708000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"53400741-d10f-4a8d-a641-651f6c47a542\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99520650844996\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045785.936474976,\n                    \"instrumentId\": \"b6609862-0a2e-4b1a-b935-b628079ba663\",\n                    \"businessTime\": 1776686709000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277008.382384993,\n                    \"instrumentId\": \"456e3990-f5a5-4a1b-9b5b-24322e7484dc\",\n                    \"businessTime\": 1776686709000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13740410.449797101,\n                    \"instrumentId\": \"2443530e-6f6f-4577-8cba-a314a2fda840\",\n                    \"businessTime\": 1776686709000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299449.31704109104,\n                    \"instrumentId\": \"8261f99c-7111-4535-9c11-4fea22bb12ac\",\n                    \"businessTime\": 1776686709000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.9476702466,\n                    \"instrumentId\": \"d5caeb85-da10-4f75-ba5c-ed63e4ab3a47\",\n                    \"businessTime\": 1776686709000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83612990.09968993,\n                    \"instrumentId\": \"c774a0b8-01ed-44c5-bba0-f70ce63cf921\",\n                    \"businessTime\": 1776686709000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653995.7333081629,\n                    \"instrumentId\": \"0e3d2e2a-925d-451a-ba1b-f004922f5196\",\n                    \"businessTime\": 1776686709000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d3666e6c-e4b0-464a-8f96-d5a74b108766\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99536532976564\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045830.25035356,\n                    \"instrumentId\": \"0df58b72-23a7-4596-98a0-9eea529ba6f1\",\n                    \"businessTime\": 1776686710000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277031.6439389414,\n                    \"instrumentId\": \"bb34d9f8-47a2-496a-85ce-e70b0171de51\",\n                    \"businessTime\": 1776686710000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13740640.586082522,\n                    \"instrumentId\": \"a2c7e2af-72ba-4113-a8a1-487271545be0\",\n                    \"businessTime\": 1776686710000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299530.8231694185,\n                    \"instrumentId\": \"d30b4e44-dd09-4171-9f72-4bee3ce12586\",\n                    \"businessTime\": 1776686710000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.9476702466,\n                    \"instrumentId\": \"ffcff9ce-6fcb-46d5-8614-533c29f72f68\",\n                    \"businessTime\": 1776686710000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83612769.3764519,\n                    \"instrumentId\": \"0fc18c8a-c322-430d-babb-6622c8a6b52f\",\n                    \"businessTime\": 1776686710000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"214c5e7f-ac57-495c-8f20-d5aa431a87a6\",\n                    \"businessTime\": 1776686710000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6bcd69e2-b1b1-4de6-87cf-9f210ef1b3d6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99539353497229\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046118.405135605,\n                    \"instrumentId\": \"5075a902-1e38-4178-977d-ba765a60b635\",\n                    \"businessTime\": 1776686711000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277053.0129574933,\n                    \"instrumentId\": \"3752eedb-6e7b-4e23-9701-db5480a7adcd\",\n                    \"businessTime\": 1776686711000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13740753.213344924,\n                    \"instrumentId\": \"55d49061-db0b-4d93-a0ac-e11863391297\",\n                    \"businessTime\": 1776686711000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299530.8231694185,\n                    \"instrumentId\": \"58cdaf08-8d3b-491e-8a0b-b4497d3a3b3f\",\n                    \"businessTime\": 1776686711000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.96025786403,\n                    \"instrumentId\": \"75279889-e818-4490-9eb8-fcbd3074158a\",\n                    \"businessTime\": 1776686711000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83612903.18429388,\n                    \"instrumentId\": \"6af4a5e1-d147-4adc-b5c6-bdf83bb00f80\",\n                    \"businessTime\": 1776686711000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"5356168d-3d2f-458d-a8a8-183d0a69e974\",\n                    \"businessTime\": 1776686711000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1cbed1f8-ba02-4b12-b90e-49f8cf0c8d3f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.995491245252186\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046222.303084316,\n                    \"instrumentId\": \"77f78268-05d2-4954-9bf0-c40a52c84d3d\",\n                    \"businessTime\": 1776686712000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277416.151106073,\n                    \"instrumentId\": \"3d78eb7c-3546-481d-9e04-4e1fa7bb582a\",\n                    \"businessTime\": 1776686712000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13740906.297269454,\n                    \"instrumentId\": \"eecd1861-79fa-4608-8ade-776ec0960488\",\n                    \"businessTime\": 1776686712000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299530.8231694185,\n                    \"instrumentId\": \"83c1851c-d36c-4a04-9e39-993bbe71bc89\",\n                    \"businessTime\": 1776686712000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.96025786403,\n                    \"instrumentId\": \"f381e80e-2d7c-401e-9ea4-fb33fb8cff8e\",\n                    \"businessTime\": 1776686712000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83613298.23121506,\n                    \"instrumentId\": \"c1100139-2b8c-4248-b0d2-6231d9a2957a\",\n                    \"businessTime\": 1776686712000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"809d16ae-d2b9-48fb-85d5-1b4baa4013b6\",\n                    \"businessTime\": 1776686712000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9b0502bf-f8c7-4134-a477-00c61d4c4956\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.9956696577202\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046222.303084316,\n                    \"instrumentId\": \"49714f0b-4428-4daa-8ca6-b38eb2a35097\",\n                    \"businessTime\": 1776686713000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277416.151106073,\n                    \"instrumentId\": \"922cfd19-2dab-47aa-b868-7802cf853470\",\n                    \"businessTime\": 1776686713000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13740907.783901567,\n                    \"instrumentId\": \"53dc73ee-ccad-4e90-8c12-c52dee3caea6\",\n                    \"businessTime\": 1776686713000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299530.8231694185,\n                    \"instrumentId\": \"372bbb59-33fb-4230-aa4a-d8f7284b0f38\",\n                    \"businessTime\": 1776686713000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.96025786403,\n                    \"instrumentId\": \"1e3ed817-cf60-4f4c-9842-2778bbaa6587\",\n                    \"businessTime\": 1776686713000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83613321.67185569,\n                    \"instrumentId\": \"3aab7278-1f8e-4336-a420-4a8f28182a84\",\n                    \"businessTime\": 1776686713000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"d51f21d1-80bd-49c1-b633-7b293e0e8383\",\n                    \"businessTime\": 1776686713000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3f9fa489-3a2e-4659-a346-7f99792b39b3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99567403861172\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046257.324790574,\n                    \"instrumentId\": \"fdda0490-8e5a-417a-a63f-93c815cddd15\",\n                    \"businessTime\": 1776686714000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277416.5557190203,\n                    \"instrumentId\": \"0a1ee4b3-37ca-4489-bf5e-9320dc1ac45b\",\n                    \"businessTime\": 1776686714000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13740952.122579888,\n                    \"instrumentId\": \"44765403-e21c-441b-85fc-1f4cb81a4f77\",\n                    \"businessTime\": 1776686714000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299577.97486695246,\n                    \"instrumentId\": \"7503ff4f-81b6-4662-adb3-2c67373cbb77\",\n                    \"businessTime\": 1776686714000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.96025786403,\n                    \"instrumentId\": \"85b0b9b4-b1c9-4fa1-8443-63f79ffe3cbf\",\n                    \"businessTime\": 1776686714000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83613495.37802878,\n                    \"instrumentId\": \"5186ae7d-931f-4df6-9acb-f97b16d12fb0\",\n                    \"businessTime\": 1776686714000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"fbe2c370-08bf-4444-993a-bef0853c7b3e\",\n                    \"businessTime\": 1776686714000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8db192e7-e02c-4d9e-85db-cee721c73a0f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99572687215621\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046377.658977872,\n                    \"instrumentId\": \"48e7c914-d8fa-46ca-b297-e12d4f0e33a8\",\n                    \"businessTime\": 1776686715000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277416.7604072136,\n                    \"instrumentId\": \"40ec1826-9f30-48e4-8fa3-50f1de0a2b5f\",\n                    \"businessTime\": 1776686715000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741257.52050826,\n                    \"instrumentId\": \"ab3392fb-db52-4268-a4a1-2f7805c4f016\",\n                    \"businessTime\": 1776686715000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299577.97486695246,\n                    \"instrumentId\": \"2e2668b3-74ec-453e-bcf6-9f00709be538\",\n                    \"businessTime\": 1776686715000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.96025786403,\n                    \"instrumentId\": \"252d7d03-3c52-4846-ae17-59245a2abc02\",\n                    \"businessTime\": 1776686715000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83613458.1875561,\n                    \"instrumentId\": \"858a9115-1355-4ab6-8e0d-77fdec1a4318\",\n                    \"businessTime\": 1776686715000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"5562689a-6000-4aec-bbb1-69b490ae6720\",\n                    \"businessTime\": 1776686715000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4a83ca97-51c2-48fa-ad08-b3b0f8df9e2b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.9957951931283\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046404.674872296,\n                    \"instrumentId\": \"4d9470ee-76bc-40f2-a8e2-982b8e3c3d37\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277440.4453049083,\n                    \"instrumentId\": \"ebb0ce8b-411a-4713-a19f-767440c71b18\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741707.178415973,\n                    \"instrumentId\": \"126a3af7-ce2d-41ea-bdbf-34aed2e0e8a1\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299577.97486695246,\n                    \"instrumentId\": \"978e2b49-8512-4732-9700-9a5221bff945\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.96025786403,\n                    \"instrumentId\": \"3856c50b-38c5-447e-b7fe-66a22b0a89df\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83623075.70445311,\n                    \"instrumentId\": \"027a0cac-b040-41a9-b9c1-3c237e95cabc\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"95f6d8df-1c69-4dae-ad15-2576c85aecae\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.997573378646198\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046895.569390189,\n                    \"instrumentId\": \"7db12624-fd3c-48d6-9a5c-ba066a09d421\",\n                    \"businessTime\": 1776686717000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277440.4453049083,\n                    \"instrumentId\": \"c74e8ce7-9e1b-47c4-aef1-dae0121292ff\",\n                    \"businessTime\": 1776686717000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741981.428379143,\n                    \"instrumentId\": \"b4c7f2c3-3980-491d-b217-58222ea0e4ba\",\n                    \"businessTime\": 1776686717000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299577.97486695246,\n                    \"instrumentId\": \"286f7166-257c-4840-b40d-2ba75fde938b\",\n                    \"businessTime\": 1776686717000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.57628189854,\n                    \"instrumentId\": \"4e11a59e-ec03-4d4c-bad7-80f9d68df9b2\",\n                    \"businessTime\": 1776686717000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83623989.23913641,\n                    \"instrumentId\": \"06073a3f-5c98-4b14-8fd2-14f1a19e651f\",\n                    \"businessTime\": 1776686717000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bf64d1e8-2cbc-435e-a3a0-62e75120f1fe\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.997868333863842\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046895.569390189,\n                    \"instrumentId\": \"c619f099-9e5d-4883-8271-d5854087f460\",\n                    \"businessTime\": 1776686718000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277457.5060913865,\n                    \"instrumentId\": \"bee8fc80-0015-433f-8733-2fc7a241a1a5\",\n                    \"businessTime\": 1776686718000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13742307.47111251,\n                    \"instrumentId\": \"f0f2bad9-badc-4882-ba16-193aa82833b1\",\n                    \"businessTime\": 1776686718000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299605.6515784842,\n                    \"instrumentId\": \"3f99d4d1-b95a-4943-a9df-fbf47dd83a94\",\n                    \"businessTime\": 1776686718000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387061.57628189854,\n                    \"instrumentId\": \"c9334f9c-46bd-437c-a06e-7f02bc30903f\",\n                    \"businessTime\": 1776686718000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83624752.40654854,\n                    \"instrumentId\": \"6ee80733-1192-4251-8c9d-298238654edf\",\n                    \"businessTime\": 1776686718000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c22653d0-0971-4e48-9170-73020f1f2d64\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.998067621674654\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046894.295956959,\n                    \"instrumentId\": \"86b69387-91b8-467d-bdca-4119946bb793\",\n                    \"businessTime\": 1776686719000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277457.5060913865,\n                    \"instrumentId\": \"e84e6cef-c24e-443f-88a3-d4274d42533f\",\n                    \"businessTime\": 1776686719000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13742492.186090294,\n                    \"instrumentId\": \"5f58f394-4bcb-492d-b04f-282ade74fb0b\",\n                    \"businessTime\": 1776686719000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299605.6515784842,\n                    \"instrumentId\": \"665896ed-aeff-4a9c-889d-e526571e5a2a\",\n                    \"businessTime\": 1776686719000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387070.12184321234,\n                    \"instrumentId\": \"ef6e3900-4df8-4080-810f-3b8d44cce92c\",\n                    \"businessTime\": 1776686719000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83625844.81358083,\n                    \"instrumentId\": \"6e77e6f2-1b23-4f91-a4a9-6ca069a213b6\",\n                    \"businessTime\": 1776686719000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6f9ecca1-4d45-4eff-8cc0-96b1335957ce\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.998293349994185\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046981.564240172,\n                    \"instrumentId\": \"1796041d-64e9-434f-ba2f-312e696a86dd\",\n                    \"businessTime\": 1776686720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277821.2157874587,\n                    \"instrumentId\": \"d1b1d6f8-6d96-44fb-9a88-81fc550e7f7b\",\n                    \"businessTime\": 1776686720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13743696.660405908,\n                    \"instrumentId\": \"578907f0-0ea1-4bd4-8642-2f80d2cce0d0\",\n                    \"businessTime\": 1776686720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299605.6515784842,\n                    \"instrumentId\": \"cd7700c7-ae8d-4dc8-883f-391c09eac895\",\n                    \"businessTime\": 1776686720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387070.7885290518,\n                    \"instrumentId\": \"74870347-d19b-417b-941e-e29dea844903\",\n                    \"businessTime\": 1776686720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83629920.79512629,\n                    \"instrumentId\": \"e181cb96-ee27-4601-a38f-506d2967140d\",\n                    \"businessTime\": 1776686720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"04366286-eed4-4471-ad39-677c87b45963\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99930074903218\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046981.564240172,\n                    \"instrumentId\": \"82a2c292-9c56-46c7-ae0d-bcaf3d81aa39\",\n                    \"businessTime\": 1776686721000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277847.223477059,\n                    \"instrumentId\": \"96e60b45-e422-4847-a00e-03d893457fe2\",\n                    \"businessTime\": 1776686721000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13744540.841919728,\n                    \"instrumentId\": \"d0acdea8-eef5-47a4-81a3-4a7d887fdc2b\",\n                    \"businessTime\": 1776686721000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299612.2863848412,\n                    \"instrumentId\": \"09e630d8-db6a-440a-b046-0455465b4d0e\",\n                    \"businessTime\": 1776686721000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387070.7885290518,\n                    \"instrumentId\": \"3c29bcca-2a5a-4760-ac55-d7368e725c08\",\n                    \"businessTime\": 1776686721000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83637623.23745818,\n                    \"instrumentId\": \"26437ea4-4432-4a35-b810-b05b9aabf5c5\",\n                    \"businessTime\": 1776686721000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"80825eb3-2ccd-4ab8-bab4-27ca06677af2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.000808528705587\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047570.462632272,\n                    \"instrumentId\": \"428e8e56-c31e-4066-9352-be06a40d0a52\",\n                    \"businessTime\": 1776686722000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277872.6127582006,\n                    \"instrumentId\": \"45a87a3c-6706-497e-a085-706711fd329f\",\n                    \"businessTime\": 1776686722000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13745437.6393684,\n                    \"instrumentId\": \"65adba0c-2dff-4662-9051-f009dbdc7889\",\n                    \"businessTime\": 1776686722000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299612.2863848412,\n                    \"instrumentId\": \"00e5d93c-8f1a-47c4-9009-b040737c730a\",\n                    \"businessTime\": 1776686722000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387145.0362963106,\n                    \"instrumentId\": \"c0ce1579-afc8-428e-8810-25935834e803\",\n                    \"businessTime\": 1776686722000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83638594.59653778,\n                    \"instrumentId\": \"1fae6145-3e6d-4e2c-b360-0d8f4483233a\",\n                    \"businessTime\": 1776686722000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8d11df91-04ba-4948-976b-024f6647b620\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.001257859455812\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047586.911713443,\n                    \"instrumentId\": \"1222510e-58e3-4f92-8b55-b35f9bfde761\",\n                    \"businessTime\": 1776686723000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277872.6127582006,\n                    \"instrumentId\": \"c6be655a-41f2-4637-a6c8-0d7323b875f9\",\n                    \"businessTime\": 1776686723000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13746300.626600971,\n                    \"instrumentId\": \"f3b5aa7e-70f6-49ee-9e85-2b78fc38301b\",\n                    \"businessTime\": 1776686723000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299697.32079505915,\n                    \"instrumentId\": \"0df330f2-09f1-47aa-8121-657b1166d016\",\n                    \"businessTime\": 1776686723000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387144.8644929508,\n                    \"instrumentId\": \"9f0c8705-220b-4e05-8c52-08ddc6e60878\",\n                    \"businessTime\": 1776686723000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83640873.39783405,\n                    \"instrumentId\": \"cb75cbd6-d806-413b-9e5d-8bb3df1d6643\",\n                    \"businessTime\": 1776686723000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1f4aef5a-7e8b-4578-86c0-38e657c85c3f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.001827824344538\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047586.911713443,\n                    \"instrumentId\": \"e2a74fc8-21bf-4225-a8fb-b9088ae260c3\",\n                    \"businessTime\": 1776686724000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3278033.8699411466,\n                    \"instrumentId\": \"801c04da-da01-4f0f-9c84-7b9f21d80c0a\",\n                    \"businessTime\": 1776686724000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13746051.026200397,\n                    \"instrumentId\": \"5c151352-fc6a-42f4-adee-42366e80698c\",\n                    \"businessTime\": 1776686724000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299697.32079505915,\n                    \"instrumentId\": \"33fb8f6c-bab6-4ccd-abc9-c0e1ea903dc6\",\n                    \"businessTime\": 1776686724000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387143.7822932453,\n                    \"instrumentId\": \"6637661a-dc56-46d5-8bcf-7aa4233167d8\",\n                    \"businessTime\": 1776686724000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83641773.37350258,\n                    \"instrumentId\": \"47e0b784-6878-41a2-a9e4-90f37b152355\",\n                    \"businessTime\": 1776686724000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fac1329e-4985-4ef2-8950-749b3f503ce5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.001970276058284\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047739.629106564,\n                    \"instrumentId\": \"cdef1039-66e7-4961-b924-a3a1f584aefa\",\n                    \"businessTime\": 1776686725000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3278033.8699411466,\n                    \"instrumentId\": \"37fb5457-3a58-4096-9fca-d2bd961a3b4b\",\n                    \"businessTime\": 1776686725000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13746059.79832576,\n                    \"instrumentId\": \"3ead4e08-16ce-44a5-a952-b2d2b3f7b2d0\",\n                    \"businessTime\": 1776686725000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299712.63425196323,\n                    \"instrumentId\": \"c7fe84ec-1352-4239-a829-83c6f776570e\",\n                    \"businessTime\": 1776686725000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387143.7822932453,\n                    \"instrumentId\": \"65ec6e8e-5ec5-464a-ad77-7aec89baf2f9\",\n                    \"businessTime\": 1776686725000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83647145.37559277,\n                    \"instrumentId\": \"5ab8a804-201c-497a-8d04-2c5d581b3290\",\n                    \"businessTime\": 1776686725000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1feb932e-09ee-4679-a626-ae896b38ba15\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.002945461482813\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047755.334874109,\n                    \"instrumentId\": \"a43dd45e-7b07-430e-8c9a-32170e673775\",\n                    \"businessTime\": 1776686726000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3278063.75043659,\n                    \"instrumentId\": \"4c33402e-5589-4a62-868d-277c893367a0\",\n                    \"businessTime\": 1776686726000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13746019.491093332,\n                    \"instrumentId\": \"3c450c8f-d826-46f9-a59f-511707baaa3b\",\n                    \"businessTime\": 1776686726000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299718.053476192,\n                    \"instrumentId\": \"7e35eeb6-a3f1-46eb-945c-a9fc377fb345\",\n                    \"businessTime\": 1776686726000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387143.7822932453,\n                    \"instrumentId\": \"efe5713e-269e-4329-b48e-16aa1e516282\",\n                    \"businessTime\": 1776686726000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83647617.5290097,\n                    \"instrumentId\": \"f58a3aae-2e9c-44c9-b85d-5156ca214554\",\n                    \"businessTime\": 1776686726000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"60a271b1-d8ec-4fd6-8eb6-c35d3acaf857\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.00303032117907\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047755.334874109,\n                    \"instrumentId\": \"40d7c6f0-ea67-4387-9a25-afbef55a08bd\",\n                    \"businessTime\": 1776686727000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3278247.629002064,\n                    \"instrumentId\": \"73b2bf89-eae7-4a0f-a0df-6b6e4e249002\",\n                    \"businessTime\": 1776686727000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13745956.24152237,\n                    \"instrumentId\": \"74fcab16-0324-4a14-925e-34f206b4ce83\",\n                    \"businessTime\": 1776686727000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299718.053476192,\n                    \"instrumentId\": \"a8e9a5c6-5bcf-45dc-8574-d22319ff6cc4\",\n                    \"businessTime\": 1776686727000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387143.7822932453,\n                    \"instrumentId\": \"36524bcd-0b7e-44f2-866c-f1b986181797\",\n                    \"businessTime\": 1776686727000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83647627.32650506,\n                    \"instrumentId\": \"3124b596-2e0a-4417-b580-49ec8f369795\",\n                    \"businessTime\": 1776686727000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"35f8f6af-d318-4d3f-8c12-7f6454ae4d22\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.00305324323353\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047783.9448981965,\n                    \"instrumentId\": \"a543c832-d147-4bd9-ad12-ee93ecb3055a\",\n                    \"businessTime\": 1776686728000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3278247.629002064,\n                    \"instrumentId\": \"645d3c65-5489-4178-bdbc-dd1ddf85b4ea\",\n                    \"businessTime\": 1776686728000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13745956.24152237,\n                    \"instrumentId\": \"dd8f7e0a-2cab-485d-8c9c-a9e6170616ab\",\n                    \"businessTime\": 1776686728000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299718.053476192,\n                    \"instrumentId\": \"4725e7df-612a-4440-9ee4-31d3b04fe107\",\n                    \"businessTime\": 1776686728000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387143.7822932453,\n                    \"instrumentId\": \"14e23bd2-961f-4095-91e8-e71775242800\",\n                    \"businessTime\": 1776686728000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83648175.24426456,\n                    \"instrumentId\": \"3db4e465-be47-446d-861c-0ebce74cf3f7\",\n                    \"businessTime\": 1776686728000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bba79be5-fe58-430b-bf6a-655bc6cb6168\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.003154566218345\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047783.9448981965,\n                    \"instrumentId\": \"e6faeb0d-eff0-4445-b6d2-6f239cfce776\",\n                    \"businessTime\": 1776686729000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3278229.761024434,\n                    \"instrumentId\": \"aaad8d34-ae52-4780-8e06-a6c77b5aa94a\",\n                    \"businessTime\": 1776686729000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13746017.62845867,\n                    \"instrumentId\": \"083b02e3-f586-49f5-b575-140ad0f4e75c\",\n                    \"businessTime\": 1776686729000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299721.0621777018,\n                    \"instrumentId\": \"cfe4acfd-582c-4468-a9cf-3fd463a08601\",\n                    \"businessTime\": 1776686729000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387144.80071674136,\n                    \"instrumentId\": \"b1ff4e48-4464-42e1-a072-d49010a9f68a\",\n                    \"businessTime\": 1776686729000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83649179.45990202,\n                    \"instrumentId\": \"8ce95323-7f7b-4cec-867a-825fb5bcc5c9\",\n                    \"businessTime\": 1776686729000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"18c86854-1d9a-4d3e-b433-43d19611dd8f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.00333941010607\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047835.111571074,\n                    \"instrumentId\": \"01672ec5-743b-45a1-86f9-7283333dfee3\",\n                    \"businessTime\": 1776686730000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3278182.631988141,\n                    \"instrumentId\": \"1aec2f1c-4c12-4eef-8af5-f4af663ebce4\",\n                    \"businessTime\": 1776686730000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13745233.017093625,\n                    \"instrumentId\": \"677c5853-7b38-4f66-9841-158c1a384c79\",\n                    \"businessTime\": 1776686730000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299719.4676234678,\n                    \"instrumentId\": \"94bfd5bc-e159-4c5b-a6e4-2f967f6b87a4\",\n                    \"businessTime\": 1776686730000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387144.8312477209,\n                    \"instrumentId\": \"5d800c77-9912-436c-8964-5ac0d6208d74\",\n                    \"businessTime\": 1776686730000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83647279.38320887,\n                    \"instrumentId\": \"bb6a1505-0a89-43e3-ad28-d2a102799dc3\",\n                    \"businessTime\": 1776686730000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653997.7263257533,\n                    \"instrumentId\": \"04166a75-ddad-4231-a52c-851e52d1d55a\",\n                    \"businessTime\": 1776686716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d648d71f-599e-4558-bae4-0cc24bb9ecf3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.002868019166723\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047830.350220779,\n                    \"instrumentId\": \"b80fbe1d-0824-4955-8b47-2b8e824f07a0\",\n                    \"businessTime\": 1776686731000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3278152.1695537795,\n                    \"instrumentId\": \"0bc5cc16-dbb9-45dc-ac16-7966f4e75f22\",\n                    \"businessTime\": 1776686731000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13744446.239789313,\n                    \"instrumentId\": \"89811fc8-3165-4c8f-90df-125954219689\",\n                    \"businessTime\": 1776686731000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299719.4676234678,\n                    \"instrumentId\": \"e4062978-095d-45e6-8171-291b874eee9b\",\n                    \"businessTime\": 1776686731000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387144.8312477209,\n                    \"instrumentId\": \"7ec93a1d-0d37-4fbc-afc1-ccc8b5ebb297\",\n                    \"businessTime\": 1776686731000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83645074.952407,\n                    \"instrumentId\": \"b9e8fb02-ae4a-4271-89e3-b91ca35fec73\",\n                    \"businessTime\": 1776686731000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"c9f01465-9f81-46fb-9571-26fbd550ac7f\",\n                    \"businessTime\": 1776686731000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a371f0f5-b677-4e3e-9f60-50fdc9810ed3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.002314751971817\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047756.521498251,\n                    \"instrumentId\": \"e462fbfb-1903-49d0-87df-c9e812f60d5e\",\n                    \"businessTime\": 1776686732000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3278176.3736241385,\n                    \"instrumentId\": \"f7c90887-0e06-4fa9-a671-9262f0ddc7e4\",\n                    \"businessTime\": 1776686732000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13743867.436971538,\n                    \"instrumentId\": \"26aed4ff-1fb3-4e18-a668-af79391b8521\",\n                    \"businessTime\": 1776686732000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299719.4676234678,\n                    \"instrumentId\": \"c54775dd-c366-4ffa-b9ab-e5136432a619\",\n                    \"businessTime\": 1776686732000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387141.60682822816,\n                    \"instrumentId\": \"6435b550-1747-4bb4-b331-ea8b41489c4f\",\n                    \"businessTime\": 1776686732000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83639729.81894179,\n                    \"instrumentId\": \"14c8cfde-1153-407f-9a36-8938d91bb462\",\n                    \"businessTime\": 1776686732000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"b4b10544-5fe8-44c7-ad35-04b6aea25778\",\n                    \"businessTime\": 1776686732000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2adcd832-298f-4d9b-b20e-3904564947c4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.001264350327766\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047777.2956734765,\n                    \"instrumentId\": \"ec387bdf-5b52-4637-a122-c4a58cf70d5a\",\n                    \"businessTime\": 1776686733000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3278176.3736241385,\n                    \"instrumentId\": \"c95fdd7c-aedc-4684-a97f-149e737800c4\",\n                    \"businessTime\": 1776686733000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13743805.624539793,\n                    \"instrumentId\": \"4c4e589f-d859-42eb-9a6e-aa46e4f51e85\",\n                    \"businessTime\": 1776686733000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299719.4676234678,\n                    \"instrumentId\": \"61d57ed3-fdc6-4578-8c43-40e6cccaf7b1\",\n                    \"businessTime\": 1776686733000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387145.6442381308,\n                    \"instrumentId\": \"b9c9c0f4-abc4-45fd-8cd7-bff22c898f56\",\n                    \"businessTime\": 1776686733000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83639641.30903691,\n                    \"instrumentId\": \"fc204c52-de0b-48bb-ad94-2aa1d6f43471\",\n                    \"businessTime\": 1776686733000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"f0e283ad-cc05-4311-bb79-cb5e34094073\",\n                    \"businessTime\": 1776686733000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6307850f-5e0d-4d3b-b147-69fd577de42e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.00124229219921\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047777.383085801,\n                    \"instrumentId\": \"4aac8573-0046-4c2e-a741-5ac30bb75d8f\",\n                    \"businessTime\": 1776686734000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3278176.3736241385,\n                    \"instrumentId\": \"9c715530-8587-4000-9841-35bbff152171\",\n                    \"businessTime\": 1776686734000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13743789.175250893,\n                    \"instrumentId\": \"3f10b0d3-124f-48a4-9cf8-2f97f2eb3b44\",\n                    \"businessTime\": 1776686734000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299598.7350994104,\n                    \"instrumentId\": \"c028f138-2349-4fd2-9e55-2893012ca2f5\",\n                    \"businessTime\": 1776686734000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387145.6442381308,\n                    \"instrumentId\": \"062d09e0-aa69-409b-8927-4236ac257d61\",\n                    \"businessTime\": 1776686734000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83639234.67657049,\n                    \"instrumentId\": \"3e577ace-3e40-4115-9c5d-63c7fef7b76a\",\n                    \"businessTime\": 1776686734000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"bbdfe0b0-1974-4555-a19f-26369c32b5f6\",\n                    \"businessTime\": 1776686734000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f6f1359e-7e45-44ec-8d99-1036dd3cd52a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.001146733874595\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046422.200981345,\n                    \"instrumentId\": \"55ad537b-7a79-4e22-87cd-26b7502c5812\",\n                    \"businessTime\": 1776686735000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277895.623609886,\n                    \"instrumentId\": \"a7e155ed-ec4f-4388-ace2-4005d98ee94e\",\n                    \"businessTime\": 1776686735000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13742584.251458354,\n                    \"instrumentId\": \"dc56ea5a-7c8b-4a32-bdac-6f740bf8caf6\",\n                    \"businessTime\": 1776686735000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299598.7350994104,\n                    \"instrumentId\": \"7fb52fe6-f41e-4a34-8039-ce95dfd3e200\",\n                    \"businessTime\": 1776686735000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387289.0679662912,\n                    \"instrumentId\": \"200541d4-c935-483f-af7f-6b950884ab82\",\n                    \"businessTime\": 1776686735000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83636228.89908549,\n                    \"instrumentId\": \"91915c1b-84fe-434c-955b-83850b87afd2\",\n                    \"businessTime\": 1776686735000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"857fdcab-024e-4727-80ba-942a4c77488f\",\n                    \"businessTime\": 1776686735000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1d841fd0-5e37-476c-a8e6-817b48f93e7e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.000144412316057\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046408.365201471,\n                    \"instrumentId\": \"6147858b-8414-44fb-ad33-754135958cee\",\n                    \"businessTime\": 1776686736000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277895.623609886,\n                    \"instrumentId\": \"e6cc0f08-6504-4e21-ad43-380e68521ee3\",\n                    \"businessTime\": 1776686736000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13742584.251458354,\n                    \"instrumentId\": \"bb37416f-4711-4ac4-a3dc-cee22d87190d\",\n                    \"businessTime\": 1776686736000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299598.2430455433,\n                    \"instrumentId\": \"99005e7d-7046-4397-a0df-8bf1ad6f4e7f\",\n                    \"businessTime\": 1776686736000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387289.0679662912,\n                    \"instrumentId\": \"ca96df8f-a12b-460c-9747-6d0e196f523b\",\n                    \"businessTime\": 1776686736000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83632614.83757648,\n                    \"instrumentId\": \"9e094753-eb60-400e-82e3-0d117a63bc03\",\n                    \"businessTime\": 1776686736000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"49cd9eea-349c-49f9-aa57-bec63be47831\",\n                    \"businessTime\": 1776686736000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8ae25e87-0381-4ebe-bb54-dee714c55d5b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99950673404844\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046408.365201471,\n                    \"instrumentId\": \"83fc9a20-043e-4962-9f71-db6ed1d681d9\",\n                    \"businessTime\": 1776686737000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277848.3383670826,\n                    \"instrumentId\": \"c373134d-db6c-4a73-9668-5a4ef31c1247\",\n                    \"businessTime\": 1776686737000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13742404.787482383,\n                    \"instrumentId\": \"f5fcd011-62ce-48b2-903d-8abb89a78779\",\n                    \"businessTime\": 1776686737000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299585.95299115294,\n                    \"instrumentId\": \"73fd41ad-30a1-4387-9777-eed0f5026568\",\n                    \"businessTime\": 1776686737000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387289.0679662912,\n                    \"instrumentId\": \"514c7ea9-3f66-4259-8b55-b09aa9c61081\",\n                    \"businessTime\": 1776686737000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83631835.56487924,\n                    \"instrumentId\": \"1be71afb-66f2-4cbe-8f97-cd349c4ff2aa\",\n                    \"businessTime\": 1776686737000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"a67bc643-fcaa-4a15-9c42-3f954ebcfff7\",\n                    \"businessTime\": 1776686737000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1067aac0-f714-4352-ac98-5660d6c34fb1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99932776885153\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045754.992808245,\n                    \"instrumentId\": \"517e5669-812a-47e2-a384-47df4414f2eb\",\n                    \"businessTime\": 1776686738000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277749.3024577396,\n                    \"instrumentId\": \"7a7890ea-2928-4911-8ece-609227465d56\",\n                    \"businessTime\": 1776686738000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741588.608909007,\n                    \"instrumentId\": \"734acfd1-9aff-42bb-8237-d3cd53fcf833\",\n                    \"businessTime\": 1776686738000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299539.4778630238,\n                    \"instrumentId\": \"e5955d3a-8c9d-4e1f-8e14-f3607f28a04c\",\n                    \"businessTime\": 1776686738000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387250.0072858815,\n                    \"instrumentId\": \"81d9c6cc-5512-4711-8515-f403ebe8916e\",\n                    \"businessTime\": 1776686738000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83629794.69936009,\n                    \"instrumentId\": \"2c30c6b1-7222-490a-902f-622fc50dc915\",\n                    \"businessTime\": 1776686738000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"b71ae75a-c341-4615-83c5-f36862a0d508\",\n                    \"businessTime\": 1776686738000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4a04ce4c-7aa7-4fcc-9792-55eae74cf58d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99867838603894\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045754.992808245,\n                    \"instrumentId\": \"6b415a6f-8e90-40e9-95c8-5fdc952f57f9\",\n                    \"businessTime\": 1776686739000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277568.912638893,\n                    \"instrumentId\": \"6dce3369-e144-452e-af4f-12024022c099\",\n                    \"businessTime\": 1776686739000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741248.09146538,\n                    \"instrumentId\": \"097e459a-7ec6-4185-8ae3-7364e7087fd4\",\n                    \"businessTime\": 1776686739000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299538.5261747471,\n                    \"instrumentId\": \"464c0588-453d-4768-8987-09efeb1eb697\",\n                    \"businessTime\": 1776686739000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387126.2310749073,\n                    \"instrumentId\": \"0cd4e622-df82-4619-af93-b832c090775d\",\n                    \"businessTime\": 1776686739000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83628382.96573979,\n                    \"instrumentId\": \"24c3df2d-0f8a-47f6-b0b2-54571fadfe21\",\n                    \"businessTime\": 1776686739000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"9712540a-89ad-4d1e-a1fa-bfa0bd5cedd6\",\n                    \"businessTime\": 1776686739000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b7e962bc-7ae7-48c6-9693-e05fb323ad9a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.998316809803082\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045752.622669626,\n                    \"instrumentId\": \"bed2ccd5-051a-4c36-98d9-eaa9ac81c782\",\n                    \"businessTime\": 1776686740000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277568.912638893,\n                    \"instrumentId\": \"0640ecec-0be9-44ab-8274-b832934d074c\",\n                    \"businessTime\": 1776686740000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741133.943234392,\n                    \"instrumentId\": \"786d136d-362a-41b1-a48d-2a538a001cb5\",\n                    \"businessTime\": 1776686740000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299538.3778560991,\n                    \"instrumentId\": \"77c249ff-8d24-4c88-be7c-4058c5c3c60a\",\n                    \"businessTime\": 1776686740000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387126.2310749073,\n                    \"instrumentId\": \"d10de593-b061-467b-a051-0a5b62989e8e\",\n                    \"businessTime\": 1776686740000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83628377.55508675,\n                    \"instrumentId\": \"9bad2749-a02c-461f-b313-8d9147b78f10\",\n                    \"businessTime\": 1776686740000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"3035d72d-1965-45c6-992f-a9d751cef5e6\",\n                    \"businessTime\": 1776686740000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"55f704e5-fe92-42a9-8565-3ef6091ecbbc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99829535508581\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6045737.895682096,\n                    \"instrumentId\": \"10d198fc-055c-43f2-8137-d16c8c7cc582\",\n                    \"businessTime\": 1776686741000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277551.955934054,\n                    \"instrumentId\": \"1e28a6ac-5714-4096-a603-90ea8f8667be\",\n                    \"businessTime\": 1776686741000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741116.128360063,\n                    \"instrumentId\": \"b63ecdcd-c7f8-4d7a-986b-277fa1e34864\",\n                    \"businessTime\": 1776686741000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299537.3608094828,\n                    \"instrumentId\": \"4f5c0877-59fc-4838-9ede-f05fa3d82bdc\",\n                    \"businessTime\": 1776686741000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387126.2310749073,\n                    \"instrumentId\": \"f456fe4e-86ec-41a9-a917-475a08b89769\",\n                    \"businessTime\": 1776686741000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83627100.33999617,\n                    \"instrumentId\": \"424c3031-04d9-44a4-8d3d-578a319361d5\",\n                    \"businessTime\": 1776686741000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"efa045f5-70b3-4f1b-b65d-0c26120bf71c\",\n                    \"businessTime\": 1776686741000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f3558deb-9479-40b3-b7db-bf4ce779c4ee\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99806201049813\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046330.668027364,\n                    \"instrumentId\": \"803d051f-d729-4dbf-a3a2-aea18c0429be\",\n                    \"businessTime\": 1776686742000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277550.663363183,\n                    \"instrumentId\": \"331b18bf-536a-4839-a91b-244cc877802d\",\n                    \"businessTime\": 1776686742000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741099.600163665,\n                    \"instrumentId\": \"88735a5f-1c95-417d-bbd7-2b8cc6a98d65\",\n                    \"businessTime\": 1776686742000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299537.3608094828,\n                    \"instrumentId\": \"3178a2f4-fb86-4071-a28a-9e65acdea3e9\",\n                    \"businessTime\": 1776686742000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387126.2310749073,\n                    \"instrumentId\": \"1438acba-a18b-4a73-96a7-15f92a9b4b2b\",\n                    \"businessTime\": 1776686742000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83626990.76313795,\n                    \"instrumentId\": \"28f1ba52-16b5-4ac3-b630-5489bc2b04c4\",\n                    \"businessTime\": 1776686742000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"a8b43aa1-357d-4642-91a2-add85bc2f721\",\n                    \"businessTime\": 1776686742000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5a048c83-b60a-40f0-8efd-c742ced778ae\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.998143798673837\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046315.2390651,\n                    \"instrumentId\": \"e0bb42b8-4275-48ae-a4cf-decc74ea8060\",\n                    \"businessTime\": 1776686743000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277545.179836057,\n                    \"instrumentId\": \"3e934332-ed5e-4799-b527-49b1e0ce7e09\",\n                    \"businessTime\": 1776686743000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741119.202006062,\n                    \"instrumentId\": \"a93bb702-d4aa-4b7d-9b7d-9c6967e76f90\",\n                    \"businessTime\": 1776686743000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299536.3269739427,\n                    \"instrumentId\": \"e1654ce9-1cbe-4403-bb5b-e0f5df765307\",\n                    \"businessTime\": 1776686743000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387126.2310749073,\n                    \"instrumentId\": \"c8e300c1-27ce-4650-8ab7-82f3052a4b64\",\n                    \"businessTime\": 1776686743000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83625084.19342491,\n                    \"instrumentId\": \"4cdf09c0-6fb8-4fcf-872e-d006f1325473\",\n                    \"businessTime\": 1776686743000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"19152c34-55b4-4f94-9d8c-abd8f035b07f\",\n                    \"businessTime\": 1776686743000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"98824797-4382-4726-b82c-214de063fb4e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.997808312874966\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046315.2390651,\n                    \"instrumentId\": \"e1b2399b-d1fb-48e3-94cd-9b8b8b40c0c5\",\n                    \"businessTime\": 1776686744000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277526.628907941,\n                    \"instrumentId\": \"2e647752-aa85-4309-9da0-8fe5c323f5da\",\n                    \"businessTime\": 1776686744000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741118.54820405,\n                    \"instrumentId\": \"e44f84f3-da33-4d28-8cb5-2fb4546b28d2\",\n                    \"businessTime\": 1776686744000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299536.3269739427,\n                    \"instrumentId\": \"ea151582-18b4-459b-b591-4b3a0b7e8b57\",\n                    \"businessTime\": 1776686744000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387126.2310749073,\n                    \"instrumentId\": \"aadaafb3-8856-4853-8bf9-be77088b50e3\",\n                    \"businessTime\": 1776686744000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83625062.17006634,\n                    \"instrumentId\": \"7998884b-e49d-43bd-9b01-b9a051a35c41\",\n                    \"businessTime\": 1776686744000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"fc976271-e298-48c5-acc1-4e9205f1ec8c\",\n                    \"businessTime\": 1776686744000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"05245b35-410e-42ea-ba3c-2aa2630835cd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.997801067165177\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046219.614006045,\n                    \"instrumentId\": \"091d2190-aefe-41b6-ad35-f8136f5395e7\",\n                    \"businessTime\": 1776686745000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277500.7542801066,\n                    \"instrumentId\": \"9a6775d0-54f8-469d-90e3-46b6ce30d765\",\n                    \"businessTime\": 1776686745000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13740980.469814358,\n                    \"instrumentId\": \"843f0633-c3bd-47b4-a041-d52c26718309\",\n                    \"businessTime\": 1776686745000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299536.3269739427,\n                    \"instrumentId\": \"5313853f-d3f2-46b1-89e2-11d1d821bab0\",\n                    \"businessTime\": 1776686745000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387121.6908946682,\n                    \"instrumentId\": \"95ff2b93-62a9-4272-839a-6ea95fc0e07a\",\n                    \"businessTime\": 1776686745000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83618952.66319905,\n                    \"instrumentId\": \"af6014f8-f485-49d9-a4d3-f30e875ca9e2\",\n                    \"businessTime\": 1776686745000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"651b04e0-6b3f-4299-9f67-1cb1417ff560\",\n                    \"businessTime\": 1776686745000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"40985b90-1eaa-4606-9392-bd64e78834e8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.996680922152155\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046215.22210847,\n                    \"instrumentId\": \"6f80b263-9e63-4482-9715-46828edabd08\",\n                    \"businessTime\": 1776686746000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277507.2986626797,\n                    \"instrumentId\": \"1fe01489-3366-4c4f-9d6f-1050bff42959\",\n                    \"businessTime\": 1776686746000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741093.134052055,\n                    \"instrumentId\": \"574df94b-fe1d-4d5f-b2e0-fb275e4d7e04\",\n                    \"businessTime\": 1776686746000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299536.6263507134,\n                    \"instrumentId\": \"28a07bff-b08a-42cc-b3de-61ef4c073c20\",\n                    \"businessTime\": 1776686746000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387127.79119672487,\n                    \"instrumentId\": \"8e7f98b2-30f1-46d6-86ac-aa7773943b6d\",\n                    \"businessTime\": 1776686746000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83618457.19424556,\n                    \"instrumentId\": \"2330defd-1399-4b3d-9d47-2c89dae76d20\",\n                    \"businessTime\": 1776686746000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 653876.0678775794,\n                    \"instrumentId\": \"651b04e0-6b3f-4299-9f67-1cb1417ff560\",\n                    \"businessTime\": 1776686745000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c79e2a79-8712-44d5-b0af-0944a585b46f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.996615148417185\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046186.510437038,\n                    \"instrumentId\": \"9e4126b0-1315-444a-8106-ef1ec26dbd9c\",\n                    \"businessTime\": 1776686747000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277507.301102207,\n                    \"instrumentId\": \"6eb3da5d-e4f4-4a06-a594-0258159b883f\",\n                    \"businessTime\": 1776686747000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741301.405637736,\n                    \"instrumentId\": \"dda58972-8539-4da1-9f59-283f8da3b1fc\",\n                    \"businessTime\": 1776686747000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299536.6263507134,\n                    \"instrumentId\": \"3426e97b-0f68-4f76-87fa-2d15748fc7c4\",\n                    \"businessTime\": 1776686747000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387127.79119672487,\n                    \"instrumentId\": \"135603ab-646b-4422-92df-86a7b522eb48\",\n                    \"businessTime\": 1776686747000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83617433.68415695,\n                    \"instrumentId\": \"b863c4ef-5e48-4324-96b8-65742fee249b\",\n                    \"businessTime\": 1776686747000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654006.7141099059,\n                    \"instrumentId\": \"8b758c50-1549-4f50-ab01-b216a09e57c1\",\n                    \"businessTime\": 1776686747000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b3b463e3-33f8-4b6d-9512-3ce156b717e8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99648978787193\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046186.492427521,\n                    \"instrumentId\": \"d0b799f0-e736-44be-847a-9d30b31786dd\",\n                    \"businessTime\": 1776686748000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277507.301102207,\n                    \"instrumentId\": \"62fb1306-9120-4499-a168-63ca8b147d36\",\n                    \"businessTime\": 1776686748000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741302.925271591,\n                    \"instrumentId\": \"f3027851-6471-494a-873e-6e631685e4f5\",\n                    \"businessTime\": 1776686748000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299536.6263507134,\n                    \"instrumentId\": \"1386ed23-aeed-4028-b209-8de73d17e1e7\",\n                    \"businessTime\": 1776686748000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387134.9308260429,\n                    \"instrumentId\": \"05877bdb-1d26-4665-a5d1-fc5725a428e7\",\n                    \"businessTime\": 1776686748000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83617605.18167084,\n                    \"instrumentId\": \"dab58514-5b1f-44d8-b97a-3b1ef1e6dc5b\",\n                    \"businessTime\": 1776686748000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654006.7141099059,\n                    \"instrumentId\": \"e1ae3e9e-0b84-4fda-b3db-e92f4005256a\",\n                    \"businessTime\": 1776686748000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f62e70a1-95f0-4893-b866-5c25b187abc8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.996521446706296\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046186.492427521,\n                    \"instrumentId\": \"c9535c70-765f-4004-bc13-960310334a4a\",\n                    \"businessTime\": 1776686749000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277507.301102207,\n                    \"instrumentId\": \"2af3e01a-e4da-4687-88f5-b0650cf12401\",\n                    \"businessTime\": 1776686749000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13741305.52869377,\n                    \"instrumentId\": \"7e070ee7-446f-46b7-a360-7dcc2cd1ed28\",\n                    \"businessTime\": 1776686749000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299278.37353930814,\n                    \"instrumentId\": \"00881f32-22d8-43f7-b33b-67c2c1c64dfb\",\n                    \"businessTime\": 1776686749000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387088.5008113282,\n                    \"instrumentId\": \"c01cdce1-7432-4b67-9f96-4a4901c6bb6c\",\n                    \"businessTime\": 1776686749000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83617569.70027265,\n                    \"instrumentId\": \"47904d3d-67af-484e-9e30-1d0146d9de99\",\n                    \"businessTime\": 1776686749000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654006.7141099059,\n                    \"instrumentId\": \"b2592535-0a23-4868-8a08-919570f747c6\",\n                    \"businessTime\": 1776686749000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8251e5c6-f167-4eb6-9035-2a1f568c77ca\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.996462121433513\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046651.535449389,\n                    \"instrumentId\": \"ca34232a-eb93-415c-ae78-6e8b6f8d4cb2\",\n                    \"businessTime\": 1776686750000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277554.009825218,\n                    \"instrumentId\": \"e042a12e-bb49-4a06-b4c8-6b5c56a5e5f4\",\n                    \"businessTime\": 1776686750000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13743804.674386516,\n                    \"instrumentId\": \"d230af86-c4fc-4bf5-a561-7af281107862\",\n                    \"businessTime\": 1776686750000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299279.45396950643,\n                    \"instrumentId\": \"5d05ae95-6fdb-4394-adc8-5ddd830bde8d\",\n                    \"businessTime\": 1776686750000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387095.7078994203,\n                    \"instrumentId\": \"7974a55a-e51c-4706-bf5f-e52fd3b0e9d9\",\n                    \"businessTime\": 1776686750000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83626666.71157344,\n                    \"instrumentId\": \"ba730768-6158-41ef-83c6-c5db4d9656d4\",\n                    \"businessTime\": 1776686750000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654006.7141099059,\n                    \"instrumentId\": \"b7ae86ae-9b5d-409c-81c3-e8c22b30f3b9\",\n                    \"businessTime\": 1776686750000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8f968784-1815-4c9c-8e36-7974f11f0c5d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.998591505661405\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046752.441985105,\n                    \"instrumentId\": \"9d429de1-d5af-492e-9cea-f221a31efb24\",\n                    \"businessTime\": 1776686751000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277743.974346342,\n                    \"instrumentId\": \"0a225676-209e-4ef5-9253-eac14d2b943c\",\n                    \"businessTime\": 1776686751000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13743804.674386516,\n                    \"instrumentId\": \"d6e43794-1a08-422d-942c-fb5388ddc603\",\n                    \"businessTime\": 1776686751000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299279.45396950643,\n                    \"instrumentId\": \"ccf561d2-fc2b-4df8-8c9b-c283fe424cd4\",\n                    \"businessTime\": 1776686751000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387095.7078994203,\n                    \"instrumentId\": \"fd7623bd-51bc-4156-bd42-93306a15ea8f\",\n                    \"businessTime\": 1776686751000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83630575.49979718,\n                    \"instrumentId\": \"87c2c975-ea81-4a13-b8b1-8834d70dcaec\",\n                    \"businessTime\": 1776686751000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654006.7141099059,\n                    \"instrumentId\": \"ee688669-f457-4744-b7e1-0024ba2d6441\",\n                    \"businessTime\": 1776686751000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"75921ca7-0905-47dc-9509-764a3f2b2579\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.999329582863616\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046795.576095166,\n                    \"instrumentId\": \"1c8583c2-2279-4e3e-b547-0f8fa3b57892\",\n                    \"businessTime\": 1776686752000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277745.001260339,\n                    \"instrumentId\": \"b38c0430-4d2d-4deb-ae77-b5c4fa25169d\",\n                    \"businessTime\": 1776686752000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13744691.67355024,\n                    \"instrumentId\": \"3c7b3d9b-9ced-4803-ae6f-44dbc4c61eee\",\n                    \"businessTime\": 1776686752000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299279.45396950643,\n                    \"instrumentId\": \"b3270a01-f948-4207-b60c-4c2a190023f1\",\n                    \"businessTime\": 1776686752000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387095.7078994203,\n                    \"instrumentId\": \"ed686e2e-851d-4560-8929-d83c4d6c9e1e\",\n                    \"businessTime\": 1776686752000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83632288.35363209,\n                    \"instrumentId\": \"f7489830-7b31-4e57-a142-ba6da5ba8f4b\",\n                    \"businessTime\": 1776686752000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654006.7141099059,\n                    \"instrumentId\": \"fa248d32-d3f3-4d32-8e3f-82f4e6471a54\",\n                    \"businessTime\": 1776686752000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fb0c2a4a-f331-4c7a-8bf1-8b28d3a1fc81\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99979426019625\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6046795.576095166,\n                    \"instrumentId\": \"cf6634dd-baa8-438f-83a7-7a1c7a8b5214\",\n                    \"businessTime\": 1776686753000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277745.001260339,\n                    \"instrumentId\": \"7317fa74-5d44-46fb-a69b-71abfe6c2e35\",\n                    \"businessTime\": 1776686753000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13744998.418228742,\n                    \"instrumentId\": \"55a9be02-7d18-4087-bc88-c3cad5ce3107\",\n                    \"businessTime\": 1776686753000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299279.45396950643,\n                    \"instrumentId\": \"256c1aaf-438c-4150-b3fd-fd29b81b8c81\",\n                    \"businessTime\": 1776686753000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387095.7078994203,\n                    \"instrumentId\": \"b18df407-e1a9-4102-965f-1e0486b82729\",\n                    \"businessTime\": 1776686753000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83632365.91108125,\n                    \"instrumentId\": \"be671116-a54b-4c34-8195-27ba33af42d5\",\n                    \"businessTime\": 1776686753000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654006.7141099059,\n                    \"instrumentId\": \"fbfec8d6-8ad4-4617-9224-1129c5048461\",\n                    \"businessTime\": 1776686753000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ee75bd16-e6e4-4906-aa8a-a5e3b9b16417\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99986180011324\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047008.911885319,\n                    \"instrumentId\": \"f693b083-5250-46de-9fa3-d30dcc3148d3\",\n                    \"businessTime\": 1776686754000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277754.2343245917,\n                    \"instrumentId\": \"dc66800b-11ef-42e3-ab20-e5f159a52a94\",\n                    \"businessTime\": 1776686754000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13745091.93348834,\n                    \"instrumentId\": \"258e0ec1-c696-4dd5-a703-ace1d3cd837f\",\n                    \"businessTime\": 1776686754000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299274.55289203045,\n                    \"instrumentId\": \"1a7c77d3-72e4-42a8-821e-17b0b708a293\",\n                    \"businessTime\": 1776686754000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387232.7208840706,\n                    \"instrumentId\": \"4f5f69d6-cb4f-4610-bd53-daad94ca524f\",\n                    \"businessTime\": 1776686754000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83632592.56360014,\n                    \"instrumentId\": \"3338b01f-3952-48a1-8aee-058981f82cc9\",\n                    \"businessTime\": 1776686754000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654006.7141099059,\n                    \"instrumentId\": \"ee1ef3aa-66dc-4454-acf9-23e007770c56\",\n                    \"businessTime\": 1776686754000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bb7efdc4-d09a-4608-a3c0-21f55aaa5063\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"18.99998040266861\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047008.911885319,\n                    \"instrumentId\": \"ead2aa96-8d0a-42e8-9926-821b414a65cd\",\n                    \"businessTime\": 1776686755000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277769.626743326,\n                    \"instrumentId\": \"58e0321d-6a36-41e6-bb76-259d2ad96466\",\n                    \"businessTime\": 1776686755000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13745777.841751771,\n                    \"instrumentId\": \"5cf7b7b3-249c-4138-803a-0a3928197c8b\",\n                    \"businessTime\": 1776686755000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299273.6148443903,\n                    \"instrumentId\": \"644b7e1f-ae14-4288-9d64-226b1ed688b2\",\n                    \"businessTime\": 1776686755000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387232.7208840706,\n                    \"instrumentId\": \"1a68115b-9ffd-429a-91ab-0637ebfe5231\",\n                    \"businessTime\": 1776686755000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83632738.7042053,\n                    \"instrumentId\": \"f9c86b4f-ebcf-473a-823d-6ffc9da1fc3c\",\n                    \"businessTime\": 1776686755000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654006.7141099059,\n                    \"instrumentId\": \"fcb53031-2851-46d0-b514-37ebad4d149a\",\n                    \"businessTime\": 1776686755000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b29ebad4-7ffd-4ea4-b3c7-6215de529cb1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.000129173009505\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047008.911885319,\n                    \"instrumentId\": \"0fe3cd5d-aa61-4848-b46a-b65c80b72b84\",\n                    \"businessTime\": 1776686756000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277895.8662667205,\n                    \"instrumentId\": \"f59ae523-63c2-46fb-ab6e-dc92bfe94973\",\n                    \"businessTime\": 1776686756000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13745777.841751771,\n                    \"instrumentId\": \"3014787b-1979-424d-ad44-678944066511\",\n                    \"businessTime\": 1776686756000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.99721747404,\n                    \"instrumentId\": \"20c84585-b1ae-4b58-80e4-62ea0e7b1ab9\",\n                    \"businessTime\": 1776686756000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387232.7208840706,\n                    \"instrumentId\": \"78969bdb-ebae-45c8-877d-6984ad597a93\",\n                    \"businessTime\": 1776686756000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83634049.26702355,\n                    \"instrumentId\": \"28b91430-63bb-4532-88ae-fb023ef32557\",\n                    \"businessTime\": 1776686756000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654006.7141099059,\n                    \"instrumentId\": \"64645bc9-0709-49fc-94f5-3e2c7dc4929c\",\n                    \"businessTime\": 1776686756000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"72a2d3d0-1e44-45fe-acdd-c4533d68ca8c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.000382281043727\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047595.9964571595,\n                    \"instrumentId\": \"176b5fd5-bb82-4785-b745-7bc8b35e915d\",\n                    \"businessTime\": 1776686757000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3277938.857596828,\n                    \"instrumentId\": \"3b1f8264-9247-49c2-ad3e-65c0a77b77e0\",\n                    \"businessTime\": 1776686757000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13746213.24486904,\n                    \"instrumentId\": \"23b65ed8-309d-4f85-bb7b-8b5c439fb46a\",\n                    \"businessTime\": 1776686757000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.99721747404,\n                    \"instrumentId\": \"4df53250-7aa4-45fa-b583-b6032766bcbb\",\n                    \"businessTime\": 1776686757000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387232.7208840706,\n                    \"instrumentId\": \"9183a90e-26e2-4da3-9ca6-798e424b7dd0\",\n                    \"businessTime\": 1776686757000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83634545.85212195,\n                    \"instrumentId\": \"5ef35013-ac07-42d0-85bb-40fc646f8036\",\n                    \"businessTime\": 1776686757000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654006.7141099059,\n                    \"instrumentId\": \"efda9cae-c268-4d00-805b-49d23383ff3d\",\n                    \"businessTime\": 1776686757000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d087b3a8-e320-4c51-adf9-3ec673b092f1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.00065680900816\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:05:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047769.7595422445,\n                    \"instrumentId\": \"46ca8fdb-a922-4410-99ba-db4ce821ae21\",\n                    \"businessTime\": 1776686758000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3278704.5504965247,\n                    \"instrumentId\": \"3b6f50fa-c355-4b7f-ac22-29dead6841ca\",\n                    \"businessTime\": 1776686758000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13747331.898502229,\n                    \"instrumentId\": \"c788aaec-b30f-40a0-8d47-aec7bd0c7ca4\",\n                    \"businessTime\": 1776686758000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299311.9653500899,\n                    \"instrumentId\": \"1ea964e4-04e6-4842-b8f4-635dca2a2b3d\",\n                    \"businessTime\": 1776686758000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387380.0684746168,\n                    \"instrumentId\": \"06397ac7-9042-46f5-95be-94a823f93312\",\n                    \"businessTime\": 1776686758000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83637283.73018487,\n                    \"instrumentId\": \"c0e33c5b-5e00-47fd-86dd-321336ec255e\",\n                    \"businessTime\": 1776686758000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654006.7141099059,\n                    \"instrumentId\": \"6e4d0d99-8670-45d9-90c7-c5cff5330cec\",\n                    \"businessTime\": 1776686758000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b8f6bdf5-e87f-4a4d-a5e6-4f4ada185305\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.001531730520295\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6047997.502970604,\n                    \"instrumentId\": \"ae4bec45-a8ed-4e5a-a3d8-d2df4aebf0ab\",\n                    \"businessTime\": 1776686759000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279234.87749451,\n                    \"instrumentId\": \"cd7a9e32-6794-43a3-b9f9-fdaee6f46ccd\",\n                    \"businessTime\": 1776686759000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13747357.473651737,\n                    \"instrumentId\": \"e793fa3a-40f8-45ec-b908-cf839eec5aae\",\n                    \"businessTime\": 1776686759000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299312.9281252656,\n                    \"instrumentId\": \"abece207-ea0f-4125-9423-a686dca9bdfc\",\n                    \"businessTime\": 1776686759000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387380.25607962214,\n                    \"instrumentId\": \"c55856f6-f5b3-4d23-b0c7-56c3580ea6e2\",\n                    \"businessTime\": 1776686759000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83644369.64005607,\n                    \"instrumentId\": \"eff03ec5-bd79-40ab-9998-aa43a27222d8\",\n                    \"businessTime\": 1776686759000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654019.8156490487,\n                    \"instrumentId\": \"e406adb7-6608-4c09-85e5-88a972910a27\",\n                    \"businessTime\": 1776686759000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dea2b506-d7a3-4eae-ac93-19737e45de15\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.002917285417727\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6048427.504377364,\n                    \"instrumentId\": \"37431830-b1bd-402a-a545-08f73ea3eeb3\",\n                    \"businessTime\": 1776686760000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279340.323166442,\n                    \"instrumentId\": \"2a1a4d2f-fed6-4a14-9e19-6ea726700d63\",\n                    \"businessTime\": 1776686760000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13749810.640069023,\n                    \"instrumentId\": \"d578d2fa-f851-4362-b6ce-aff070e0dba6\",\n                    \"businessTime\": 1776686760000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299318.00124573725,\n                    \"instrumentId\": \"720da8cb-17d0-4ba3-b876-6a3ea1991f79\",\n                    \"businessTime\": 1776686760000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387380.7676088876,\n                    \"instrumentId\": \"c3601843-c481-46c9-bfb2-4432e0c484da\",\n                    \"businessTime\": 1776686760000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83663339.72440398,\n                    \"instrumentId\": \"c13fc6f3-a4f5-44db-ac1b-8ceaba431124\",\n                    \"businessTime\": 1776686760000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654019.8156490487,\n                    \"instrumentId\": \"ae3b505e-e65e-4518-b773-3ca03d944781\",\n                    \"businessTime\": 1776686760000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"328f3679-df42-4069-855e-13127045fc48\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.006777440513268\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6049099.478074948,\n                    \"instrumentId\": \"97b90946-ba24-4ed1-94c5-c285c6eea020\",\n                    \"businessTime\": 1776686761000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279516.738615947,\n                    \"instrumentId\": \"a8821f1c-fbd2-4f5a-8b99-75f12cbe6ae3\",\n                    \"businessTime\": 1776686761000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13750566.774313433,\n                    \"instrumentId\": \"e45d292c-efc4-4954-8483-2634e17ea9b6\",\n                    \"businessTime\": 1776686761000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299318.0253748499,\n                    \"instrumentId\": \"8fac51cb-406d-4927-a289-4d8c2a3cb2b6\",\n                    \"businessTime\": 1776686761000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387381.72043905855,\n                    \"instrumentId\": \"50f35bfe-cf7c-46ef-af6a-3193eb47116a\",\n                    \"businessTime\": 1776686761000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83663959.51129952,\n                    \"instrumentId\": \"03a0f238-c1c0-441d-b05c-b1a0d7a993be\",\n                    \"businessTime\": 1776686761000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654019.8156490487,\n                    \"instrumentId\": \"6de6a482-1845-435d-b576-e3643de57555\",\n                    \"businessTime\": 1776686761000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bc7b20c4-861e-48ac-bb0a-bf6e54b81bea\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.007168527902778\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6049099.478074948,\n                    \"instrumentId\": \"f652903a-f99a-4078-8705-6fd17cc57a87\",\n                    \"businessTime\": 1776686762000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280080.1723973346,\n                    \"instrumentId\": \"69c7511f-aa84-4a23-9f75-5d11d9cccfd4\",\n                    \"businessTime\": 1776686762000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13752452.711990425,\n                    \"instrumentId\": \"67751e9f-8cd7-4776-a14a-8f1b8e52d168\",\n                    \"businessTime\": 1776686762000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299318.0253748499,\n                    \"instrumentId\": \"a3c3e782-791a-46ff-8cde-2b9210ebe1d2\",\n                    \"businessTime\": 1776686762000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387381.72043905855,\n                    \"instrumentId\": \"17625fb9-4764-4abf-8796-237dbb6fe4d0\",\n                    \"businessTime\": 1776686762000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83673482.24794525,\n                    \"instrumentId\": \"83272e32-910d-4de8-8ac1-e938891976a2\",\n                    \"businessTime\": 1776686762000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654629.2802365259,\n                    \"instrumentId\": \"3fd17885-ca85-4495-9143-84854cb13f7f\",\n                    \"businessTime\": 1776686762000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"966f06b4-5afb-4933-8582-dcba91450cd6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.009379700607802\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6049358.69977793,\n                    \"instrumentId\": \"3e874f60-5fa4-4c79-9fb1-4478051b5378\",\n                    \"businessTime\": 1776686763000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280135.703092456,\n                    \"instrumentId\": \"315b21d9-af47-44b6-8e76-699e16a73e14\",\n                    \"businessTime\": 1776686763000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753044.532694543,\n                    \"instrumentId\": \"476a7d9d-aa48-4667-8cda-65d7ecb6ad51\",\n                    \"businessTime\": 1776686763000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299321.8346497107,\n                    \"instrumentId\": \"bed18ef8-62dd-45c6-a6b4-0b2b1a57005d\",\n                    \"businessTime\": 1776686763000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387381.8673221579,\n                    \"instrumentId\": \"9ebd2ab4-126c-4c79-a10f-5c0627a4a565\",\n                    \"businessTime\": 1776686763000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83674227.34379199,\n                    \"instrumentId\": \"a32cc4de-edb1-4051-931e-653dd99e62eb\",\n                    \"businessTime\": 1776686763000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654629.2802365259,\n                    \"instrumentId\": \"fb0b3521-918d-4758-95ff-fb0c8e02064d\",\n                    \"businessTime\": 1776686763000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e49639ed-987d-4e48-8fbf-a6aee7a0221f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.009670671628353\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6049381.88911124,\n                    \"instrumentId\": \"377f2be7-492b-482c-b6c4-d07cd16378c9\",\n                    \"businessTime\": 1776686764000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280135.703092456,\n                    \"instrumentId\": \"937520d0-b1c0-4201-a4e6-2dc371174318\",\n                    \"businessTime\": 1776686764000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753095.64961131,\n                    \"instrumentId\": \"ec3fead3-e8fa-41f0-a600-8528d802b811\",\n                    \"businessTime\": 1776686764000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299321.8346497107,\n                    \"instrumentId\": \"8d58e198-45ab-4a9a-b491-6e11d0699428\",\n                    \"businessTime\": 1776686764000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387381.8673221579,\n                    \"instrumentId\": \"83b065aa-6f0c-4bea-a564-ca1b0acd07ef\",\n                    \"businessTime\": 1776686764000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83674920.42551246,\n                    \"instrumentId\": \"80cb9ad9-4833-471c-ae05-959a924f0b9d\",\n                    \"businessTime\": 1776686764000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654629.2802365259,\n                    \"instrumentId\": \"74585bec-ded9-4842-a34e-59b492766f2a\",\n                    \"businessTime\": 1776686764000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ed1258e7-249c-40da-af4a-049aaba612ab\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.00980553770402\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6050727.758444342,\n                    \"instrumentId\": \"89ecd643-a513-4c5c-942c-5acd4e0914b9\",\n                    \"businessTime\": 1776686765000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280267.442475217,\n                    \"instrumentId\": \"db9f854d-63e2-4ea0-a541-b3daaeed5d4d\",\n                    \"businessTime\": 1776686765000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753961.978483904,\n                    \"instrumentId\": \"c33d77fa-9321-45fe-ba66-f8a6e28aeaf3\",\n                    \"businessTime\": 1776686765000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299452.0245312141,\n                    \"instrumentId\": \"9e943b66-9332-4d43-b5a8-6f0cfb36926b\",\n                    \"businessTime\": 1776686765000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387385.08092137694,\n                    \"instrumentId\": \"c8a8e724-eb89-4e97-b847-f61fb238048e\",\n                    \"businessTime\": 1776686765000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83681564.21091099,\n                    \"instrumentId\": \"68e20738-a610-4815-9572-8df4fc7fc2be\",\n                    \"businessTime\": 1776686765000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654870.2675987453,\n                    \"instrumentId\": \"32454038-d449-49ae-9ca5-5f6d8da9c3c1\",\n                    \"businessTime\": 1776686765000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"836a1dbd-8e2d-467b-8049-edafcab1cac1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01145090041578\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6051362.01438649,\n                    \"instrumentId\": \"2cb9a654-d62f-43f9-820b-bb4b2be6bbd9\",\n                    \"businessTime\": 1776686766000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281028.8690142655,\n                    \"instrumentId\": \"c48edf59-a437-4c12-aa46-cd209f1f1a71\",\n                    \"businessTime\": 1776686766000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754912.702094538,\n                    \"instrumentId\": \"26600be8-4c10-4705-87d6-87917b1f3ddf\",\n                    \"businessTime\": 1776686766000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299456.40767339704,\n                    \"instrumentId\": \"c3424c33-9b42-4ad0-bb6f-3f3223114738\",\n                    \"businessTime\": 1776686766000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387605.76806778123,\n                    \"instrumentId\": \"ee9624a0-178f-4795-949d-bd4b01c298a8\",\n                    \"businessTime\": 1776686766000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83685185.58826156,\n                    \"instrumentId\": \"cda26280-b4ff-4b8f-b20c-3e610596baf3\",\n                    \"businessTime\": 1776686766000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654870.2675987453,\n                    \"instrumentId\": \"a42ee180-efaa-4e41-acbf-ed5202a1e1b5\",\n                    \"businessTime\": 1776686766000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5f3d1888-d0c7-4ab6-95ad-f6d72ab48d14\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01253927541244\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6051983.181393435,\n                    \"instrumentId\": \"d671b772-f460-4f36-ab10-4f8671c82eb4\",\n                    \"businessTime\": 1776686767000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281721.884717254,\n                    \"instrumentId\": \"7a6aacea-d85d-4729-baad-ae35b0f08e33\",\n                    \"businessTime\": 1776686767000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755479.383158125,\n                    \"instrumentId\": \"eae16cbe-32da-4266-82ea-ff728e51ab1a\",\n                    \"businessTime\": 1776686767000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299456.40767339704,\n                    \"instrumentId\": \"607e0473-9608-4598-b450-3da1159948cd\",\n                    \"businessTime\": 1776686767000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387605.76806778123,\n                    \"instrumentId\": \"59274815-58ce-4b46-93fd-cd7d6140c000\",\n                    \"businessTime\": 1776686767000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83685672.98810636,\n                    \"instrumentId\": \"3525c7d0-3bf8-4a8e-98f8-1dc47e5526c5\",\n                    \"businessTime\": 1776686767000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654870.2675987453,\n                    \"instrumentId\": \"ec2b0a95-4056-495f-87e0-64df9614b641\",\n                    \"businessTime\": 1776686767000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"825c5113-4046-4a3b-b803-3b1ce01345d2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.012955490459593\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052058.518653597,\n                    \"instrumentId\": \"9ca52f9a-d604-4c82-b0ce-e1f2b68dcb48\",\n                    \"businessTime\": 1776686768000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281735.4309844133,\n                    \"instrumentId\": \"d57bb999-b1ae-4843-8476-1cc2830d020f\",\n                    \"businessTime\": 1776686768000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755735.92182816,\n                    \"instrumentId\": \"af66a190-708f-4e48-a768-44442d039604\",\n                    \"businessTime\": 1776686768000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299483.21790880634,\n                    \"instrumentId\": \"24c45fbe-ea62-4aa3-8abc-7dae85895761\",\n                    \"businessTime\": 1776686768000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387609.46409660415,\n                    \"instrumentId\": \"ad3c7564-85dd-47cd-9b74-1859453c2be2\",\n                    \"businessTime\": 1776686768000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83685939.18633702,\n                    \"instrumentId\": \"6fb19cc8-d105-4256-87df-b2c86df5aa45\",\n                    \"businessTime\": 1776686768000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654870.2675987453,\n                    \"instrumentId\": \"c4a9d267-4c13-4bf4-a1e3-679707cc6aa2\",\n                    \"businessTime\": 1776686768000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6f30df7b-7dc4-413f-a190-f84a43095257\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01306834225085\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052058.9379671095,\n                    \"instrumentId\": \"b7635839-1d2c-4ff7-8ca2-f10d7940f8c3\",\n                    \"businessTime\": 1776686769000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281735.4309844133,\n                    \"instrumentId\": \"a8fe0a65-b6e9-430e-8b10-7d5edeeb423b\",\n                    \"businessTime\": 1776686769000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755747.548968526,\n                    \"instrumentId\": \"fbed89b3-4691-40b7-8e0a-30e2153c4b7c\",\n                    \"businessTime\": 1776686769000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299484.0229041102,\n                    \"instrumentId\": \"4e81d828-fcf8-4776-8cb4-9e447e43e009\",\n                    \"businessTime\": 1776686769000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387609.46409660415,\n                    \"instrumentId\": \"4f973518-3c5d-4476-9ee8-b1d3783cf375\",\n                    \"businessTime\": 1776686769000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83686066.12052497,\n                    \"instrumentId\": \"f2cc7c1e-46f6-4522-92fc-874a155a4c1e\",\n                    \"businessTime\": 1776686769000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654904.2135107627,\n                    \"instrumentId\": \"7a811a05-ea7f-4663-9186-13fbef18c935\",\n                    \"businessTime\": 1776686769000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"edee3a34-ab6b-4c20-ba91-881ba9cdef9e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01309887503629\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052395.557905327,\n                    \"instrumentId\": \"1a027bef-0d56-4f06-91ba-0c1b00367ac0\",\n                    \"businessTime\": 1776686770000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281812.03655208,\n                    \"instrumentId\": \"df581269-20a5-4718-b2a9-a7bd8627c67d\",\n                    \"businessTime\": 1776686770000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755747.548968526,\n                    \"instrumentId\": \"65b34801-d524-43e3-9f46-c91fe3c99e1c\",\n                    \"businessTime\": 1776686770000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299484.0229041102,\n                    \"instrumentId\": \"35cd9373-36f3-429b-b5ce-0221c40a393a\",\n                    \"businessTime\": 1776686770000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387609.46409660415,\n                    \"instrumentId\": \"4e9ee857-e181-4190-a045-00122168ec06\",\n                    \"businessTime\": 1776686770000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83686598.88829175,\n                    \"instrumentId\": \"77c2b7ab-3077-4a75-aeda-843f8e106d2c\",\n                    \"businessTime\": 1776686770000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654904.2135107627,\n                    \"instrumentId\": \"e3098a7d-d66e-4180-8443-082a65b8dba6\",\n                    \"businessTime\": 1776686770000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d628697c-6ba5-470f-a37d-2aca7af17e41\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01326513044449\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052395.557905327,\n                    \"instrumentId\": \"4b4a8cd2-11af-417f-a281-a0944771899c\",\n                    \"businessTime\": 1776686771000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281832.924600238,\n                    \"instrumentId\": \"995c9d86-8dab-49f6-b84d-c8add02263bb\",\n                    \"businessTime\": 1776686771000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756355.235672878,\n                    \"instrumentId\": \"48945654-801d-44b8-830b-b5e26dd4eb1d\",\n                    \"businessTime\": 1776686771000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299484.0229041102,\n                    \"instrumentId\": \"5d82a418-83a5-4e72-984b-2a3d4efba4e5\",\n                    \"businessTime\": 1776686771000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387609.46409660415,\n                    \"instrumentId\": \"b00e339b-b981-4d63-adce-f6bbaecc93a4\",\n                    \"businessTime\": 1776686771000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83686740.90106557,\n                    \"instrumentId\": \"36860879-df9d-41ff-b93b-cc737cc5bd6c\",\n                    \"businessTime\": 1776686771000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654904.2135107627,\n                    \"instrumentId\": \"1f7b0016-ed34-4266-94cc-a733062b04d1\",\n                    \"businessTime\": 1776686771000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6501623a-59ad-4888-b0e6-8bb69a910a57\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01340055883225\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052684.818409906,\n                    \"instrumentId\": \"dc698a04-7145-4614-b164-30f4c1fce0b9\",\n                    \"businessTime\": 1776686772000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281988.288615827,\n                    \"instrumentId\": \"105f8eaf-71f2-4b22-99d7-45817882c6d7\",\n                    \"businessTime\": 1776686772000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756774.859041765,\n                    \"instrumentId\": \"700f02c7-73f7-4cb9-bb82-9b8e45f8e454\",\n                    \"businessTime\": 1776686772000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299513.4769929643,\n                    \"instrumentId\": \"c9aef91e-c215-42f6-bd11-f23e517b68f4\",\n                    \"businessTime\": 1776686772000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387609.46409660415,\n                    \"instrumentId\": \"cfc42827-711d-469b-ac46-d2b19ec684a9\",\n                    \"businessTime\": 1776686772000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83686996.54713392,\n                    \"instrumentId\": \"2716384c-0b5b-4228-ab7e-f221fe7ba828\",\n                    \"businessTime\": 1776686772000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654904.2135107627,\n                    \"instrumentId\": \"ebf88b86-3649-4128-aeb3-e1a898f7641c\",\n                    \"businessTime\": 1776686772000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3800ae8e-fb05-4a40-a5d7-c87fc214afdd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.013602553216476\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052697.398459612,\n                    \"instrumentId\": \"7d3b5f10-be5f-4b77-be60-48d089480690\",\n                    \"businessTime\": 1776686773000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282605.0363208195,\n                    \"instrumentId\": \"107e1af0-4b8c-42dd-8f6d-7dcdfd72a707\",\n                    \"businessTime\": 1776686773000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756868.620305505,\n                    \"instrumentId\": \"4fa0664a-c5ad-450c-bcdd-1df014c47e38\",\n                    \"businessTime\": 1776686773000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299513.5810160032,\n                    \"instrumentId\": \"c1682cf0-db5d-444a-8caf-497934707b5e\",\n                    \"businessTime\": 1776686773000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387609.46409660415,\n                    \"instrumentId\": \"d58a35d3-5588-4e50-8c01-68a8e4d47ee4\",\n                    \"businessTime\": 1776686773000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83687041.75673936,\n                    \"instrumentId\": \"c1f8892a-e2aa-4cc5-b62b-3b4cba93b9e8\",\n                    \"businessTime\": 1776686773000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654904.2135107627,\n                    \"instrumentId\": \"e882478a-9f8e-412b-8958-542f9fcb2386\",\n                    \"businessTime\": 1776686773000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"72088199-52f6-40d4-8d47-e31b5add733a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.013737597618395\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053260.45620256,\n                    \"instrumentId\": \"26f05d90-2d22-4342-b5d9-ee910209ff4f\",\n                    \"businessTime\": 1776686774000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282849.4203023985,\n                    \"instrumentId\": \"8f982b86-6112-497a-b5b8-baec66cb76c5\",\n                    \"businessTime\": 1776686774000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757779.335560558,\n                    \"instrumentId\": \"ad731719-25e3-4314-81ca-0b43e1816f04\",\n                    \"businessTime\": 1776686774000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.40097459033,\n                    \"instrumentId\": \"94a20d09-fffa-4f07-b4b5-af1a4e7fd257\",\n                    \"businessTime\": 1776686774000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387658.55129911687,\n                    \"instrumentId\": \"bebb5a78-da21-4b34-99ed-f7e9d62597b7\",\n                    \"businessTime\": 1776686774000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83689725.90129381,\n                    \"instrumentId\": \"ea38291b-62da-431b-9d33-d06619b95323\",\n                    \"businessTime\": 1776686774000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654904.2135107627,\n                    \"instrumentId\": \"dc1e4927-170f-4256-a12b-d56f15ddc9cd\",\n                    \"businessTime\": 1776686774000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f8de1c0e-db33-45f0-9029-9fb118084170\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.014529725684323\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053526.287831811,\n                    \"instrumentId\": \"b424b876-b3c9-4a9f-9685-683a2ef7db0b\",\n                    \"businessTime\": 1776686775000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282931.726210336,\n                    \"instrumentId\": \"fdd0db63-f2dc-4cf4-8fe2-d659ac28fb9e\",\n                    \"businessTime\": 1776686775000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758919.683301032,\n                    \"instrumentId\": \"0af6f4e8-178a-41c2-a874-22d0e79d06f2\",\n                    \"businessTime\": 1776686775000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299609.2604741472,\n                    \"instrumentId\": \"3cdace1b-ac09-4c4f-bf39-f725e4ea8b78\",\n                    \"businessTime\": 1776686775000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387658.55129911687,\n                    \"instrumentId\": \"365ade2f-37a4-4c05-b53a-cc44dbb34613\",\n                    \"businessTime\": 1776686775000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83693411.62812892,\n                    \"instrumentId\": \"0cbeb98b-2cc8-47ca-834b-a65893de7f9e\",\n                    \"businessTime\": 1776686775000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.6180154124,\n                    \"instrumentId\": \"8a47b5f4-18b6-4387-8ccb-4643b777295d\",\n                    \"businessTime\": 1776686775000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"80ccc797-1b6c-40f3-b270-100af7dc5701\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.015454413929838\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054195.124666678,\n                    \"instrumentId\": \"fb523ca0-16cc-4bfb-bb67-1ab62d337cda\",\n                    \"businessTime\": 1776686776000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283011.377496533,\n                    \"instrumentId\": \"7d9604a9-0f86-4f65-b032-b35a95507678\",\n                    \"businessTime\": 1776686776000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759244.883158723,\n                    \"instrumentId\": \"3ba919f2-ab32-4677-a0f0-3771631b5740\",\n                    \"businessTime\": 1776686776000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299609.2604741472,\n                    \"instrumentId\": \"271a6c7a-ba0a-4548-b664-a01deb4e3476\",\n                    \"businessTime\": 1776686776000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387658.60705939797,\n                    \"instrumentId\": \"cc529991-b9c3-4cfc-8681-20db18943626\",\n                    \"businessTime\": 1776686776000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83693591.82671915,\n                    \"instrumentId\": \"fe958261-69c3-4731-9a41-62c7f8e7ad21\",\n                    \"businessTime\": 1776686776000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.6180154124,\n                    \"instrumentId\": \"96afba33-bc59-4189-8960-05a97d7184b0\",\n                    \"businessTime\": 1776686776000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e6334e5b-a18d-47e6-acc9-d1f5892b7180\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.015674790437618\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054495.2948588,\n                    \"instrumentId\": \"7dbf3e03-3d53-4533-9dfe-ac8731fa2aeb\",\n                    \"businessTime\": 1776686777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283159.379649311,\n                    \"instrumentId\": \"dc762c6d-d92d-4c0f-93a5-eb166502b74f\",\n                    \"businessTime\": 1776686777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758942.914633306,\n                    \"instrumentId\": \"b21e997d-7242-4816-a7d0-e6c7ee9d29ce\",\n                    \"businessTime\": 1776686777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299609.3453725609,\n                    \"instrumentId\": \"df8a5652-f078-4ab0-9712-1d9d3598ac40\",\n                    \"businessTime\": 1776686777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387659.0281060003,\n                    \"instrumentId\": \"cb9c0d89-b694-42f6-a15c-f40c726de4ef\",\n                    \"businessTime\": 1776686777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83697818.52197754,\n                    \"instrumentId\": \"490b96ce-e6be-4595-ba2e-b5f5fec36f75\",\n                    \"businessTime\": 1776686777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.6180154124,\n                    \"instrumentId\": \"8574aa8a-a27a-4c87-9897-6f4d9118d347\",\n                    \"businessTime\": 1776686777000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0856e555-e05e-42ff-bf01-f456b86a09cf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016443402919673\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054586.431201152,\n                    \"instrumentId\": \"f22ca155-d3fa-4c81-94d7-b7ce24c3b11e\",\n                    \"businessTime\": 1776686778000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283168.5927333785,\n                    \"instrumentId\": \"a7f54ff9-a313-4945-84d0-0c4454bce49e\",\n                    \"businessTime\": 1776686778000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758810.373847883,\n                    \"instrumentId\": \"d471cc5e-ce18-421b-8b8c-d39b3aed15a6\",\n                    \"businessTime\": 1776686778000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299609.3453725609,\n                    \"instrumentId\": \"a7e1c822-d472-4c0c-8c4b-99c5e523ed60\",\n                    \"businessTime\": 1776686778000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387659.0281060003,\n                    \"instrumentId\": \"be6f5231-3610-47b2-acd7-778895bae936\",\n                    \"businessTime\": 1776686778000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83696519.95254816,\n                    \"instrumentId\": \"87d8aaed-79c3-4b69-b6b7-8043114ab6be\",\n                    \"businessTime\": 1776686778000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.6180154124,\n                    \"instrumentId\": \"65977d4a-ead8-4852-8bbf-3a93f462280b\",\n                    \"businessTime\": 1776686778000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"710faf99-1745-4514-baf5-950084e7adee\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016209525803962\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054213.196664402,\n                    \"instrumentId\": \"7b6470db-d6cf-4708-b238-e2ac5288dd71\",\n                    \"businessTime\": 1776686779000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283168.5927333785,\n                    \"instrumentId\": \"e4f5240e-14bd-42c0-9136-7fc57d7d071d\",\n                    \"businessTime\": 1776686779000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758810.155297184,\n                    \"instrumentId\": \"c638329a-e88a-47c1-9ac1-f60e5ecee62e\",\n                    \"businessTime\": 1776686779000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299681.9656183903,\n                    \"instrumentId\": \"1e95dc49-ca09-4a1e-b113-63571d102b8a\",\n                    \"businessTime\": 1776686779000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387659.00174896576,\n                    \"instrumentId\": \"e58e666f-dddc-48a2-beaa-ce2a474389ff\",\n                    \"businessTime\": 1776686779000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83696404.66812845,\n                    \"instrumentId\": \"815a9071-742f-46e5-b110-6d2e7d5a9863\",\n                    \"businessTime\": 1776686779000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.6180154124,\n                    \"instrumentId\": \"d30bf009-f709-4cbb-8663-703a1179351b\",\n                    \"businessTime\": 1776686779000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6648b4bb-2d2c-45ab-9b22-b8d6ec550100\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016136389842913\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054213.196664402,\n                    \"instrumentId\": \"40dc37ec-f2a6-47d3-b8de-7e8b4a1dc448\",\n                    \"businessTime\": 1776686780000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283168.5927333785,\n                    \"instrumentId\": \"850a5cc3-6531-429b-85e9-37368e90d6eb\",\n                    \"businessTime\": 1776686780000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758721.522902872,\n                    \"instrumentId\": \"cfab910d-3ba1-429c-9375-d461a9ba8ac4\",\n                    \"businessTime\": 1776686780000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299681.9656183903,\n                    \"instrumentId\": \"7b453258-a39f-4cc4-882c-f767620c83ab\",\n                    \"businessTime\": 1776686780000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387659.00174896576,\n                    \"instrumentId\": \"ebf028f7-7092-4818-8f2d-a1a6dd2c7fa3\",\n                    \"businessTime\": 1776686780000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83697214.37210199,\n                    \"instrumentId\": \"520a0bc2-dea0-4c69-b160-4568289dd9a7\",\n                    \"businessTime\": 1776686780000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.6180154124,\n                    \"instrumentId\": \"014f0ea4-149f-4d61-a244-78685f6c4368\",\n                    \"businessTime\": 1776686780000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e8577b6c-ca75-4950-b155-92afd657b48f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016263115955258\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053691.416762601,\n                    \"instrumentId\": \"334ac563-deef-47cf-9d3e-d1cd41a60b72\",\n                    \"businessTime\": 1776686781000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283184.2296033977,\n                    \"instrumentId\": \"ca3c399c-61d3-4e81-9f0e-82aa6269dd38\",\n                    \"businessTime\": 1776686781000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759157.920449056,\n                    \"instrumentId\": \"8848ddaf-3148-419d-89ca-f5f56b81f15d\",\n                    \"businessTime\": 1776686781000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299658.41088960605,\n                    \"instrumentId\": \"5f9371eb-1771-414a-b2ee-08cd39d89912\",\n                    \"businessTime\": 1776686781000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387772.50087049673,\n                    \"instrumentId\": \"53b3a31a-ffcb-4b33-856d-9f1175fae3a5\",\n                    \"businessTime\": 1776686781000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83692652.4817411,\n                    \"instrumentId\": \"e44aca69-fcec-4bc7-9f2a-b707a1aede4f\",\n                    \"businessTime\": 1776686781000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655083.3129113336,\n                    \"instrumentId\": \"f00e198f-3ba9-4982-9a29-7fd7321d90dd\",\n                    \"businessTime\": 1776686781000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fdb1d7bb-a063-4260-a8e2-14d2cf7cbcc0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01548807262348\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053691.216125508,\n                    \"instrumentId\": \"488dcca5-6a36-48f8-b75a-9ab0e6812bc7\",\n                    \"businessTime\": 1776686782000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283144.9472383205,\n                    \"instrumentId\": \"e5dced4e-df1c-4712-a7fc-d444fcf9d5c8\",\n                    \"businessTime\": 1776686782000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758490.04596134,\n                    \"instrumentId\": \"2e332c3a-aa2e-46f7-929c-0a0e6f201dd5\",\n                    \"businessTime\": 1776686782000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299638.07314948627,\n                    \"instrumentId\": \"fd548773-ed75-4aed-ac5d-248738e2bc82\",\n                    \"businessTime\": 1776686782000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387772.50087049673,\n                    \"instrumentId\": \"14876ee5-b18b-4938-a572-a678198d5cfd\",\n                    \"businessTime\": 1776686782000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83691980.44953154,\n                    \"instrumentId\": \"63ed05b4-2d0b-4a09-b41d-92c4d9c396be\",\n                    \"businessTime\": 1776686782000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654906.3499737694,\n                    \"instrumentId\": \"95779721-9aca-45cf-8991-29b96fe41194\",\n                    \"businessTime\": 1776686782000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"16bfb8e3-bf98-4fd6-9ab7-c6b79fd7838a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01521097413892\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053686.915438917,\n                    \"instrumentId\": \"93de46e7-b21c-436b-91e1-dfaaf2a5d314\",\n                    \"businessTime\": 1776686783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283144.9472383205,\n                    \"instrumentId\": \"b5b965b4-d1cf-4e25-ab15-de5509fb20ec\",\n                    \"businessTime\": 1776686783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758464.115362344,\n                    \"instrumentId\": \"80930aa2-d577-4ae5-b85b-7c087015e62f\",\n                    \"businessTime\": 1776686783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299638.07314948627,\n                    \"instrumentId\": \"521a8c9d-aa83-4322-8b15-62948e4fd692\",\n                    \"businessTime\": 1776686783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387772.50087049673,\n                    \"instrumentId\": \"8d1427c2-ff90-4a20-9ac4-fcb585063147\",\n                    \"businessTime\": 1776686783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83691220.2683247,\n                    \"instrumentId\": \"e97a0620-3341-48f0-9a10-6ab84213cb2c\",\n                    \"businessTime\": 1776686783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654914.2368589905,\n                    \"instrumentId\": \"b86c4888-1984-4146-b540-4ee51f131629\",\n                    \"businessTime\": 1776686783000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d7a162f0-2d13-4fd3-a28b-e1edbadd48b8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01507344767017\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053686.915438917,\n                    \"instrumentId\": \"26f5c229-5c62-4dcb-8285-91f9383a0dbc\",\n                    \"businessTime\": 1776686784000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283153.032014535,\n                    \"instrumentId\": \"ba4b4709-0937-4095-ae27-07a544107a2e\",\n                    \"businessTime\": 1776686784000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756513.049525086,\n                    \"instrumentId\": \"09cdd296-9743-4975-8d55-19402abac6eb\",\n                    \"businessTime\": 1776686784000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299565.91841190174,\n                    \"instrumentId\": \"4031bad7-3be6-4efc-a8c2-23f85f200d3c\",\n                    \"businessTime\": 1776686784000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387556.3684614186,\n                    \"instrumentId\": \"f8551ff1-944a-42ef-836f-431c8c06c6dd\",\n                    \"businessTime\": 1776686784000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83688108.38544917,\n                    \"instrumentId\": \"49a3ca39-960c-4597-8663-de63672ff67c\",\n                    \"businessTime\": 1776686784000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654914.2368589905,\n                    \"instrumentId\": \"a5e621f7-8c6e-4295-bf47-12763b372398\",\n                    \"businessTime\": 1776686784000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3e970659-a14a-4217-a677-1ee63029728c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01413440530053\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053686.915438917,\n                    \"instrumentId\": \"45f5ad0f-a9b0-42c2-a4a5-7a73761012d6\",\n                    \"businessTime\": 1776686785000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283152.8355281013,\n                    \"instrumentId\": \"7648f849-fd08-4050-aa21-b85b25105428\",\n                    \"businessTime\": 1776686785000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756316.528164975,\n                    \"instrumentId\": \"30cbcca9-58e6-4eb2-a446-656d09036fb2\",\n                    \"businessTime\": 1776686785000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299565.91841190174,\n                    \"instrumentId\": \"663716ef-aad4-43a0-892d-1b0ebc5e6650\",\n                    \"businessTime\": 1776686785000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387556.3684614186,\n                    \"instrumentId\": \"bc77ccf6-1e33-474a-bb56-2d306c0c4718\",\n                    \"businessTime\": 1776686785000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83685182.0174251,\n                    \"instrumentId\": \"09a1099f-9534-4245-b1e7-4ee8aa34a54d\",\n                    \"businessTime\": 1776686785000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654923.7840378693,\n                    \"instrumentId\": \"9bb6ca2c-8a46-42dc-8194-dfea112316b3\",\n                    \"businessTime\": 1776686785000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4dc2abd4-5239-4ea1-a317-8ad2bff97470\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01358721045137\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053686.915438917,\n                    \"instrumentId\": \"67de1ffa-5bb0-48c6-afac-160237abcda9\",\n                    \"businessTime\": 1776686786000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283129.2120997203,\n                    \"instrumentId\": \"a7cbb410-1dfe-495e-9332-d10e5066d87e\",\n                    \"businessTime\": 1776686786000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755469.409228442,\n                    \"instrumentId\": \"18fed052-55e8-4b76-ae03-e24241d94804\",\n                    \"businessTime\": 1776686786000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299565.91841190174,\n                    \"instrumentId\": \"130bc87c-632d-41ee-9b12-4b2f7e9acd02\",\n                    \"businessTime\": 1776686786000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387556.3684614186,\n                    \"instrumentId\": \"3901e27f-7e39-4e23-ac15-98801c24a964\",\n                    \"businessTime\": 1776686786000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83684968.40930673,\n                    \"instrumentId\": \"6ae955f0-aac8-48d2-9826-6455bb92079b\",\n                    \"businessTime\": 1776686786000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654923.7840378693,\n                    \"instrumentId\": \"4c990497-d742-4ecd-a41a-d3a254018741\",\n                    \"businessTime\": 1776686786000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0e96ffaa-73e8-4f73-bd54-bf64f48c2fb5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01339663918893\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053663.341796445,\n                    \"instrumentId\": \"bf0186bc-71b7-4500-8f72-468e67568880\",\n                    \"businessTime\": 1776686787000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283129.2120997203,\n                    \"instrumentId\": \"e6d6c3f8-5478-418c-98cb-6b64f5c86cd3\",\n                    \"businessTime\": 1776686787000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755171.332546003,\n                    \"instrumentId\": \"0207f7b9-0f1e-44b2-8457-6ab8f4279bed\",\n                    \"businessTime\": 1776686787000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.9007940442,\n                    \"instrumentId\": \"4e4f9622-d3a7-4d96-99a9-d737a1c7e29e\",\n                    \"businessTime\": 1776686787000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387556.3684614186,\n                    \"instrumentId\": \"c8b154a5-fd71-433c-95be-9040b460e26e\",\n                    \"businessTime\": 1776686787000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83681876.33249709,\n                    \"instrumentId\": \"16049644-acd0-432e-a9a9-97b4f6c1806e\",\n                    \"businessTime\": 1776686787000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654923.7840378693,\n                    \"instrumentId\": \"409ea28c-250d-47f1-b6c1-167177c3134b\",\n                    \"businessTime\": 1776686787000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3fae6fd3-a230-4ebb-9347-c4df240c3d84\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.012797387035604\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053699.3830844825,\n                    \"instrumentId\": \"1369aa89-28c7-4474-9a6a-580df8eb89be\",\n                    \"businessTime\": 1776686788000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282830.4528562715,\n                    \"instrumentId\": \"eefe3d40-b596-42cd-a3cc-a5f082a3309f\",\n                    \"businessTime\": 1776686788000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754985.769197647,\n                    \"instrumentId\": \"c5d9cfe0-ee56-434d-99b2-149d800ec699\",\n                    \"businessTime\": 1776686788000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299571.2227161457,\n                    \"instrumentId\": \"ed5bbf3d-7628-448b-95dd-073885df4fc7\",\n                    \"businessTime\": 1776686788000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387556.3684614186,\n                    \"instrumentId\": \"64ed2731-b2c4-45e9-937d-808fd44d9b06\",\n                    \"businessTime\": 1776686788000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83682056.81103572,\n                    \"instrumentId\": \"7cc303f9-271f-405a-92bf-6d7db8d2d449\",\n                    \"businessTime\": 1776686788000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654923.7840378693,\n                    \"instrumentId\": \"47d6564b-4e8d-475a-9415-dcaf59a5082a\",\n                    \"businessTime\": 1776686788000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d6a6b1f7-c2bd-499d-9693-82ba1c1a951f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.012750553847024\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053704.588463106,\n                    \"instrumentId\": \"678903ac-ab39-45df-836c-641768bd8c8c\",\n                    \"businessTime\": 1776686789000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282830.4528562715,\n                    \"instrumentId\": \"33bf4c6b-1a67-4b73-a7c0-3e617a7953e9\",\n                    \"businessTime\": 1776686789000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754432.979133379,\n                    \"instrumentId\": \"79540d40-9c29-42b0-a5e3-0078ea07f230\",\n                    \"businessTime\": 1776686789000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.311775539,\n                    \"instrumentId\": \"33919939-2ef2-41c2-abad-1c433e487c07\",\n                    \"businessTime\": 1776686789000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387556.3684614186,\n                    \"instrumentId\": \"8c115c67-11cf-4b44-a2b0-c35b73213015\",\n                    \"businessTime\": 1776686789000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83681933.58938463,\n                    \"instrumentId\": \"60b2b23b-8876-496d-a324-b3f78e721549\",\n                    \"businessTime\": 1776686789000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654924.4023956871,\n                    \"instrumentId\": \"79227301-72ec-444c-9906-c05e5341ed7f\",\n                    \"businessTime\": 1776686789000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fd80a12a-b2ec-4380-b545-97674f93353f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01263507073287\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053704.588463106,\n                    \"instrumentId\": \"114f5978-bc06-4599-8e22-e575cc5aff52\",\n                    \"businessTime\": 1776686790000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283089.08679766,\n                    \"instrumentId\": \"8813cfcf-d1b8-493e-9407-799027337818\",\n                    \"businessTime\": 1776686790000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754426.100353837,\n                    \"instrumentId\": \"72d9edc1-9c6a-4618-96ff-0d0729cf4546\",\n                    \"businessTime\": 1776686790000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.311775539,\n                    \"instrumentId\": \"d57ea681-3db4-48a0-b0f7-503ed5e60172\",\n                    \"businessTime\": 1776686790000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387643.6770969768,\n                    \"instrumentId\": \"dfc368ff-64ee-4fc9-9446-3181e696dc7a\",\n                    \"businessTime\": 1776686790000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83681974.97019008,\n                    \"instrumentId\": \"60441e24-eda4-40f4-89ae-0907241af023\",\n                    \"businessTime\": 1776686790000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654924.4023956871,\n                    \"instrumentId\": \"1f6c0267-1cd6-4fa0-8456-36632a73a92a\",\n                    \"businessTime\": 1776686790000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e70de514-1b6c-402c-981d-0263c13c5132\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.012701932701734\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053905.816746829,\n                    \"instrumentId\": \"5d97bd25-baea-47c3-bcd6-4f422b4f1b48\",\n                    \"businessTime\": 1776686791000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283300.77803909,\n                    \"instrumentId\": \"2a504c53-e3e4-490a-8a34-64aef96c295b\",\n                    \"businessTime\": 1776686791000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754426.100353837,\n                    \"instrumentId\": \"ee8fc954-7e52-4177-a2f2-3f06aca9f514\",\n                    \"businessTime\": 1776686791000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299586.04813046055,\n                    \"instrumentId\": \"64662c1e-20fe-40a2-b82a-5cbae26baee7\",\n                    \"businessTime\": 1776686791000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387643.6770969768,\n                    \"instrumentId\": \"a9cd6b57-94ac-4875-b94f-aaa2b6026470\",\n                    \"businessTime\": 1776686791000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83681908.25955924,\n                    \"instrumentId\": \"65632b28-0361-4a17-89e9-0a665c9ba94f\",\n                    \"businessTime\": 1776686791000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654924.4023956871,\n                    \"instrumentId\": \"70de1aac-35bf-480a-aafa-8cbe81aacabf\",\n                    \"businessTime\": 1776686791000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"79d196dc-48bd-48d8-bce9-aad98835c3f3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01276308300916\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053905.816746829,\n                    \"instrumentId\": \"c576392b-4933-425c-8d43-a9ff9e52f816\",\n                    \"businessTime\": 1776686792000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283316.7560688932,\n                    \"instrumentId\": \"164c35b6-2737-495e-bf17-1e6b73fdd238\",\n                    \"businessTime\": 1776686792000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754462.42564552,\n                    \"instrumentId\": \"3f6eb24f-679a-4e7a-9dac-0a21febf9c36\",\n                    \"businessTime\": 1776686792000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299586.04813046055,\n                    \"instrumentId\": \"41ef82af-de54-4911-ace9-b4b43a26af62\",\n                    \"businessTime\": 1776686792000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387643.6770969768,\n                    \"instrumentId\": \"1b061b1e-d976-43e5-b55a-87d6b884e8d6\",\n                    \"businessTime\": 1776686792000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83681912.03986868,\n                    \"instrumentId\": \"13e60cf4-a881-4ceb-a75d-151845659982\",\n                    \"businessTime\": 1776686792000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654927.7925475021,\n                    \"instrumentId\": \"81d786b6-98a9-4c68-9b69-dff9989bbcb5\",\n                    \"businessTime\": 1776686792000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"30ef01f6-e69d-46d1-b9a8-b102c1573710\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.012773535343563\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053952.388056965,\n                    \"instrumentId\": \"23b5e44e-3131-474d-90a0-bade1b9aae08\",\n                    \"businessTime\": 1776686793000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283275.729765963,\n                    \"instrumentId\": \"e510e6ce-214b-4bbb-b92b-2fe6132862b4\",\n                    \"businessTime\": 1776686793000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754569.538249157,\n                    \"instrumentId\": \"e54d47ad-528e-4ac4-9bae-77ac89bb03d6\",\n                    \"businessTime\": 1776686793000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299586.04813046055,\n                    \"instrumentId\": \"d77afb59-38da-4c4f-98d3-c83a190567be\",\n                    \"businessTime\": 1776686793000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387643.6770969768,\n                    \"instrumentId\": \"2f145a7a-4f6e-4694-95ee-2c5ce2e9b8ab\",\n                    \"businessTime\": 1776686793000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83680327.1003594,\n                    \"instrumentId\": \"72b2427e-844d-41be-9463-70e9976f37ff\",\n                    \"businessTime\": 1776686793000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654927.7925475021,\n                    \"instrumentId\": \"be94f42a-e394-4354-8bb9-f9a20d755cd9\",\n                    \"businessTime\": 1776686793000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"87e2e891-4328-4892-9b82-2cf0ce708407\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01251478632802\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053952.388056965,\n                    \"instrumentId\": \"c115dd3b-02ab-4d51-a51d-eacfd4174bec\",\n                    \"businessTime\": 1776686794000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283275.729765963,\n                    \"instrumentId\": \"5f6a1a5d-d3bb-4789-94bf-29502041ef04\",\n                    \"businessTime\": 1776686794000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754569.54478212,\n                    \"instrumentId\": \"125e8d6d-46ff-4282-82c8-47f4e46727f7\",\n                    \"businessTime\": 1776686794000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299586.04813046055,\n                    \"instrumentId\": \"2bfd8675-08bb-4abc-a055-d58f1d6adf9f\",\n                    \"businessTime\": 1776686794000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387643.6770969768,\n                    \"instrumentId\": \"5577cf09-8462-4177-a239-d1cef18f5d4f\",\n                    \"businessTime\": 1776686794000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83683937.79217525,\n                    \"instrumentId\": \"ac49cbbe-c766-493c-9e4a-3a44f499a953\",\n                    \"businessTime\": 1776686794000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654939.0009156863,\n                    \"instrumentId\": \"9249594f-cc8f-4200-a8a2-902a7d36cba2\",\n                    \"businessTime\": 1776686794000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9a2ed194-a453-49f7-9c79-b8f62d20ca11\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.013151325294096\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054386.240291681,\n                    \"instrumentId\": \"f3c9e853-af90-4e59-b197-9b1513013a78\",\n                    \"businessTime\": 1776686795000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283275.729765963,\n                    \"instrumentId\": \"49eba155-942a-4d9e-99f7-db7da5c436fa\",\n                    \"businessTime\": 1776686795000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754802.448545206,\n                    \"instrumentId\": \"ed688ede-7ec1-412b-b56e-5eb9a7a29d94\",\n                    \"businessTime\": 1776686795000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299586.04813046055,\n                    \"instrumentId\": \"742d39b7-3f9b-487e-bccf-b59ae2b3d475\",\n                    \"businessTime\": 1776686795000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387672.8355153407,\n                    \"instrumentId\": \"8290607f-4d90-43d2-afd6-e1bd6ec73082\",\n                    \"businessTime\": 1776686795000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83686497.56835021,\n                    \"instrumentId\": \"7d92e090-b1be-4753-93e2-3f9dff5d6718\",\n                    \"businessTime\": 1776686795000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654942.475072405,\n                    \"instrumentId\": \"9afb44e7-37d2-495e-bffa-0399dcd427ce\",\n                    \"businessTime\": 1776686795000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d4a45da2-db50-4ba2-a6c7-d72b56e91cd1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01372411347474\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054386.240291681,\n                    \"instrumentId\": \"cac7523d-a4e6-42b4-953f-429d4c018ab6\",\n                    \"businessTime\": 1776686796000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283248.4142564945,\n                    \"instrumentId\": \"8f2a3c6c-4d95-4bb9-a429-87911ca61aef\",\n                    \"businessTime\": 1776686796000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754788.934142524,\n                    \"instrumentId\": \"d8b77209-8baa-4e3d-ba70-999004bee5b5\",\n                    \"businessTime\": 1776686796000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299596.22741795564,\n                    \"instrumentId\": \"0085832c-e916-491d-8929-e370caa794ab\",\n                    \"businessTime\": 1776686796000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387718.14142435224,\n                    \"instrumentId\": \"62af1461-7355-424e-8468-ebeaeb448b85\",\n                    \"businessTime\": 1776686796000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83689276.71898688,\n                    \"instrumentId\": \"a6f4dd12-e607-4cca-a66c-9d7354515541\",\n                    \"businessTime\": 1776686796000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654942.475072405,\n                    \"instrumentId\": \"20a87858-f010-415f-b5be-cd67623d6809\",\n                    \"businessTime\": 1776686796000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"53784630-28a5-44eb-9248-2f64f0f5aef9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.014215116272812\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054407.396767505,\n                    \"instrumentId\": \"0d39911c-18ec-4160-b95e-12c0e6ac6e12\",\n                    \"businessTime\": 1776686797000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283309.3583230134,\n                    \"instrumentId\": \"ab869c4b-4497-46b1-bac8-b8b567d1fc71\",\n                    \"businessTime\": 1776686797000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754835.23674689,\n                    \"instrumentId\": \"226cec25-90d0-467f-a7d8-ac5488609ec3\",\n                    \"businessTime\": 1776686797000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299597.2695872108,\n                    \"instrumentId\": \"ac841e66-b63b-4af4-9c36-ed7cc1a89698\",\n                    \"businessTime\": 1776686797000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387718.14142435224,\n                    \"instrumentId\": \"cabdfaeb-650b-45e7-99b9-83a7dd17f9f1\",\n                    \"businessTime\": 1776686797000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83689243.89366458,\n                    \"instrumentId\": \"e3335d6d-971c-4360-8dc3-6cb8a7d9baaa\",\n                    \"businessTime\": 1776686797000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655149.5179701346,\n                    \"instrumentId\": \"e193a19a-9931-49b4-8c9f-d1b861c727e7\",\n                    \"businessTime\": 1776686797000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d3a0bdf5-ddff-4638-8955-c64757972036\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01426848409204\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054407.396767505,\n                    \"instrumentId\": \"695cf10a-7933-473c-bf0d-2e61c889e9ca\",\n                    \"businessTime\": 1776686798000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283315.8682676465,\n                    \"instrumentId\": \"959f0a31-7d74-4875-8847-7cbaa7314034\",\n                    \"businessTime\": 1776686798000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754835.23674689,\n                    \"instrumentId\": \"c75c4ccc-9dd9-4775-8edc-21f6e75de8ec\",\n                    \"businessTime\": 1776686798000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299596.4433536763,\n                    \"instrumentId\": \"c1e96eaf-3e98-4ca6-8527-ebd74efd659f\",\n                    \"businessTime\": 1776686798000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387718.14142435224,\n                    \"instrumentId\": \"71e89b89-5cc5-4623-ae86-e03babcac952\",\n                    \"businessTime\": 1776686798000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83690083.04661201,\n                    \"instrumentId\": \"6810af53-487f-4107-98c3-e081796e2f9c\",\n                    \"businessTime\": 1776686798000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655149.5179701346,\n                    \"instrumentId\": \"3ae325f1-95e0-4b43-8b9c-1e6c7dd3be2a\",\n                    \"businessTime\": 1776686798000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"92b09b3f-7c05-422a-ae98-1908ffc2a44e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01441696153642\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055082.814693394,\n                    \"instrumentId\": \"a0f30370-b2c8-4f97-a293-2bf2bee7c847\",\n                    \"businessTime\": 1776686799000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283315.8682676465,\n                    \"instrumentId\": \"ad1e2f8f-236d-4973-9867-a24a46044f51\",\n                    \"businessTime\": 1776686799000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755023.583564868,\n                    \"instrumentId\": \"5eb433b8-b53e-4621-b5aa-33b132cefed1\",\n                    \"businessTime\": 1776686799000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299598.17696286255,\n                    \"instrumentId\": \"61c4b7f8-399b-444c-89f6-dc280c6bb4de\",\n                    \"businessTime\": 1776686799000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387784.2911824929,\n                    \"instrumentId\": \"2a9d138e-7606-4620-9f30-c4f81a68ff43\",\n                    \"businessTime\": 1776686799000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83691730.10766622,\n                    \"instrumentId\": \"346e00e9-093b-4ef2-92b4-8f21aa1a0b85\",\n                    \"businessTime\": 1776686799000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655192.3760965137,\n                    \"instrumentId\": \"f3a36eb7-1840-4705-9bb9-64101942e845\",\n                    \"businessTime\": 1776686799000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b6b095a6-a13e-411f-97b9-0783df3565c1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.014877693925133\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055177.828379513,\n                    \"instrumentId\": \"84492029-c6c8-4cc9-bbcc-81f98f55a34b\",\n                    \"businessTime\": 1776686800000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283336.33202408,\n                    \"instrumentId\": \"f6dbf559-6024-4012-a772-6d607e4506f0\",\n                    \"businessTime\": 1776686800000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755023.583564868,\n                    \"instrumentId\": \"080b7459-c5d3-4127-b9d5-b9c0947e3870\",\n                    \"businessTime\": 1776686800000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299601.68525118404,\n                    \"instrumentId\": \"a146e5a6-ddef-4c99-8d83-ccd150d9796e\",\n                    \"businessTime\": 1776686800000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387784.1546150627,\n                    \"instrumentId\": \"468f1650-6fd7-408d-8daa-dfff3d894f5a\",\n                    \"businessTime\": 1776686800000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83691869.60856992,\n                    \"instrumentId\": \"6902c453-4a54-495d-8558-2ab9d7cad621\",\n                    \"businessTime\": 1776686800000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655192.3760965137,\n                    \"instrumentId\": \"f6bdac94-d474-4932-9277-64463afcd594\",\n                    \"businessTime\": 1776686800000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8e170e66-35f5-4163-8513-ac71c76cccbf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.014923098154856\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055177.828379513,\n                    \"instrumentId\": \"20286819-d991-4cc1-bad8-9e5a3f3ad6b5\",\n                    \"businessTime\": 1776686801000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283336.33202408,\n                    \"instrumentId\": \"b5d9a671-0177-434d-92eb-1dc939d37d7f\",\n                    \"businessTime\": 1776686801000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755736.877187625,\n                    \"instrumentId\": \"81d55819-6d84-4256-84e4-3b391a71272d\",\n                    \"businessTime\": 1776686801000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299601.68525118404,\n                    \"instrumentId\": \"39b1fdef-b251-4f73-b512-c78ab730b7fc\",\n                    \"businessTime\": 1776686801000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387784.1546150627,\n                    \"instrumentId\": \"28ad1b82-4c40-4711-8e2d-36178552e581\",\n                    \"businessTime\": 1776686801000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83694453.99866365,\n                    \"instrumentId\": \"9f9c9acf-bd85-4dd7-bd1f-2e63ca76b954\",\n                    \"businessTime\": 1776686801000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655192.3760965137,\n                    \"instrumentId\": \"8c2f1f9d-a6ef-4045-a1f7-8e5b80786be1\",\n                    \"businessTime\": 1776686801000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4dd1284a-b93e-4f02-b72b-86e3d72841ea\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01550265592577\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055466.429646185,\n                    \"instrumentId\": \"9273fad4-1ce5-4415-a89c-cc6a6052d13e\",\n                    \"businessTime\": 1776686802000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283363.625464978,\n                    \"instrumentId\": \"faf672e6-805f-434e-9abb-6387a8d5cc94\",\n                    \"businessTime\": 1776686802000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756739.25971213,\n                    \"instrumentId\": \"6afa359e-293e-4c5d-ba73-fd377014e496\",\n                    \"businessTime\": 1776686802000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299612.1580687755,\n                    \"instrumentId\": \"1375188d-73ba-4470-ae34-00bf19337e04\",\n                    \"businessTime\": 1776686802000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387784.1546150627,\n                    \"instrumentId\": \"b5a4184e-059c-4048-99f2-e10fc36e34b8\",\n                    \"businessTime\": 1776686802000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83698020.23442242,\n                    \"instrumentId\": \"c28cdff5-25c3-41c3-a0f5-b5153901089a\",\n                    \"businessTime\": 1776686802000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655192.3760965137,\n                    \"instrumentId\": \"c93b9942-4c52-4fd9-9a86-dd58640eb782\",\n                    \"businessTime\": 1776686802000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"173587db-b1d1-4fec-9eea-588584acb2a5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016362934626724\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055466.429646185,\n                    \"instrumentId\": \"42d4a962-e30e-4ab8-b67a-c5f4083893ae\",\n                    \"businessTime\": 1776686803000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283378.0681916666,\n                    \"instrumentId\": \"16afff1c-866d-4344-aa90-daef23fe8c6a\",\n                    \"businessTime\": 1776686803000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756851.680628618,\n                    \"instrumentId\": \"f5df0097-c418-4fdc-932f-f80777ebca3c\",\n                    \"businessTime\": 1776686803000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299613.25291419827,\n                    \"instrumentId\": \"717ba7cc-9123-4107-bf4c-a4e20ce9446f\",\n                    \"businessTime\": 1776686803000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387784.1546150627,\n                    \"instrumentId\": \"72d43b84-43cb-4226-a8d5-c341ba52be5c\",\n                    \"businessTime\": 1776686803000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83700478.18892886,\n                    \"instrumentId\": \"f0a00184-9689-41a1-810d-2efb6efb8bb1\",\n                    \"businessTime\": 1776686803000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655192.3760965137,\n                    \"instrumentId\": \"6e1ded07-388a-4228-9d4f-eadf8df012e1\",\n                    \"businessTime\": 1776686803000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0513d100-494c-4837-a024-f7cdf5c83db7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01681740088244\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056812.247304518,\n                    \"instrumentId\": \"60708dbe-e430-415a-95a2-d102fbd06584\",\n                    \"businessTime\": 1776686804000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283427.0230490407,\n                    \"instrumentId\": \"c38d4275-4264-4fbb-a593-f2b6d5820e24\",\n                    \"businessTime\": 1776686804000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758417.301788986,\n                    \"instrumentId\": \"cce4c4db-f7cd-4e62-9d97-2ad47e95b964\",\n                    \"businessTime\": 1776686804000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299624.8475730315,\n                    \"instrumentId\": \"dbdfa568-1880-475e-8dcf-61ef62693eb8\",\n                    \"businessTime\": 1776686804000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387786.0359688492,\n                    \"instrumentId\": \"78656b13-2b54-467c-b552-7705d8908b19\",\n                    \"businessTime\": 1776686804000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83711192.83195426,\n                    \"instrumentId\": \"303f2594-69ef-4eb9-a101-d0e8ccb84f5e\",\n                    \"businessTime\": 1776686804000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655154.9021835083,\n                    \"instrumentId\": \"ef604fa5-655b-4fd2-a94e-152ab072dc0c\",\n                    \"businessTime\": 1776686804000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"654fac2b-2a8a-43bc-b0a4-01c237e73e0c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.019216528966993\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056812.247304518,\n                    \"instrumentId\": \"5980567f-4267-48a8-a8df-b4d6f4e536b1\",\n                    \"businessTime\": 1776686805000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283441.32205585,\n                    \"instrumentId\": \"8bc2751e-9e89-4aa4-8bb7-fc3cd87f6e99\",\n                    \"businessTime\": 1776686805000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760386.001456715,\n                    \"instrumentId\": \"266da865-860b-4059-b5a6-8a50cf4d522c\",\n                    \"businessTime\": 1776686805000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299624.8475730315,\n                    \"instrumentId\": \"215cdfcf-1ffc-4443-a082-269c6897a3dc\",\n                    \"businessTime\": 1776686805000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387786.0359688492,\n                    \"instrumentId\": \"93f67ea3-1649-439b-b6ed-b1948339295b\",\n                    \"businessTime\": 1776686805000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83723137.94644803,\n                    \"instrumentId\": \"2244c48a-3975-4bd4-aa95-bda7e2e991ef\",\n                    \"businessTime\": 1776686805000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655154.9021835083,\n                    \"instrumentId\": \"f812de6d-51d9-4a86-a5a0-ee8e9ddcf3af\",\n                    \"businessTime\": 1776686805000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"107ff246-bd47-4949-9778-2bf428d5563d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.021664352019418\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057086.420951958,\n                    \"instrumentId\": \"9495aa30-303c-4789-9530-da6ab9265705\",\n                    \"businessTime\": 1776686806000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283432.238539572,\n                    \"instrumentId\": \"98345ce0-17de-4d34-817d-409812e98359\",\n                    \"businessTime\": 1776686806000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760603.376094,\n                    \"instrumentId\": \"af11d956-7b1c-4c11-8c81-01e895408118\",\n                    \"businessTime\": 1776686806000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299687.75592842785,\n                    \"instrumentId\": \"1d147089-699e-47a3-8d8c-fd2f69524a66\",\n                    \"businessTime\": 1776686806000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387856.82950239535,\n                    \"instrumentId\": \"86cb0d0f-49af-469d-8c77-22ff034d7d61\",\n                    \"businessTime\": 1776686806000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83722776.94585449,\n                    \"instrumentId\": \"4922f8c7-a703-4fe0-b29c-567c358515ce\",\n                    \"businessTime\": 1776686806000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655154.9021835083,\n                    \"instrumentId\": \"eb7c837e-9837-45fe-a9b8-92fc1f3d8830\",\n                    \"businessTime\": 1776686806000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c9b29e1c-efbb-48fb-887b-493c18a79473\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02170919667036\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057248.777503813,\n                    \"instrumentId\": \"06e2329d-1b76-4534-a56b-e62ca770d469\",\n                    \"businessTime\": 1776686807000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283537.419766464,\n                    \"instrumentId\": \"7e972f74-da71-4f1d-997d-7c5031423112\",\n                    \"businessTime\": 1776686807000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760878.483045056,\n                    \"instrumentId\": \"075cd1ce-3ab0-49b9-be44-1fc5042f8f64\",\n                    \"businessTime\": 1776686807000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299687.75592842785,\n                    \"instrumentId\": \"3f7667bc-dbab-4303-84e5-54e047d20d01\",\n                    \"businessTime\": 1776686807000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387856.82950239535,\n                    \"instrumentId\": \"8fc2c6f7-db5e-4f11-aab9-61545e6abd01\",\n                    \"businessTime\": 1776686807000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83723467.46139236,\n                    \"instrumentId\": \"2b8e21ea-330b-4438-934e-317ab15ec780\",\n                    \"businessTime\": 1776686807000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655156.4514740732,\n                    \"instrumentId\": \"34dd1297-cd01-4651-97c1-dbefd248951b\",\n                    \"businessTime\": 1776686807000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4cb8d844-9715-42d4-ad70-51879bca7d6b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.021926193077785\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057393.475337464,\n                    \"instrumentId\": \"822cc39d-105b-4134-bf90-ed976c67dc5d\",\n                    \"businessTime\": 1776686808000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283541.979569568,\n                    \"instrumentId\": \"37261ea6-019f-4206-9ff3-56d9fe69da92\",\n                    \"businessTime\": 1776686808000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760880.306104865,\n                    \"instrumentId\": \"50a13d79-9d3c-44fb-8c9f-f7f2337c80ab\",\n                    \"businessTime\": 1776686808000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299687.75592842785,\n                    \"instrumentId\": \"50e8a34e-6b18-4eaf-875a-f10a6c38be67\",\n                    \"businessTime\": 1776686808000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387855.5127319431,\n                    \"instrumentId\": \"219a0040-38b6-48a6-a4eb-5ec32586ac2b\",\n                    \"businessTime\": 1776686808000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83723467.73946352,\n                    \"instrumentId\": \"e924bb7b-f828-4dc2-ab4f-c9427dfe4046\",\n                    \"businessTime\": 1776686808000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655156.4514740732,\n                    \"instrumentId\": \"a907bc25-0a9e-483d-8fd6-05514c96dc56\",\n                    \"businessTime\": 1776686808000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d43411ff-777a-4135-857d-7a12399a46bf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02195256249734\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057755.541124699,\n                    \"instrumentId\": \"420a22af-e0b1-4bf2-a84b-52a6b6ff9a55\",\n                    \"businessTime\": 1776686809000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283561.866558713,\n                    \"instrumentId\": \"16349975-9b7d-46b2-bc04-4be9c50aed81\",\n                    \"businessTime\": 1776686809000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761051.04825647,\n                    \"instrumentId\": \"608a8006-7e29-4281-b099-12417a693b6a\",\n                    \"businessTime\": 1776686809000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299687.75592842785,\n                    \"instrumentId\": \"611dcc86-79cf-4145-831f-f62fbd05472f\",\n                    \"businessTime\": 1776686809000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387856.09993521916,\n                    \"instrumentId\": \"f729145e-bc53-47e8-8b08-2c41e2042e18\",\n                    \"businessTime\": 1776686809000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83724546.47684745,\n                    \"instrumentId\": \"2605263b-b842-4364-95e9-937d454c0454\",\n                    \"businessTime\": 1776686809000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655156.4514740732,\n                    \"instrumentId\": \"40ed8409-562d-4afc-82f0-b0fece137bb7\",\n                    \"businessTime\": 1776686809000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"313fed49-f6df-46c3-a94d-72c9934ff1d1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022239384907746\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057804.743128387,\n                    \"instrumentId\": \"d540a98c-7875-42a0-8590-f31752577f75\",\n                    \"businessTime\": 1776686810000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283561.866558713,\n                    \"instrumentId\": \"31e50763-1bb0-4fa9-9bf4-09694c840b62\",\n                    \"businessTime\": 1776686810000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761098.966267899,\n                    \"instrumentId\": \"99bfe171-1aac-4f3d-b2c0-6ac7c0ff10f0\",\n                    \"businessTime\": 1776686810000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299687.75592842785,\n                    \"instrumentId\": \"b3c277fc-53c3-4a47-9543-741ad9edfe66\",\n                    \"businessTime\": 1776686810000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387856.0828084018,\n                    \"instrumentId\": \"b2dad53d-22d3-4730-aa30-c097aedf0e7d\",\n                    \"businessTime\": 1776686810000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83724879.40512292,\n                    \"instrumentId\": \"8762dc1d-4c55-431c-a4be-3eca9918283e\",\n                    \"businessTime\": 1776686810000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655149.2277305218,\n                    \"instrumentId\": \"16f9851e-4847-4a7b-bc36-4623c709697f\",\n                    \"businessTime\": 1776686810000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8011946f-a32f-4bca-9937-b824458bdbdc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022313692011473\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057804.743128387,\n                    \"instrumentId\": \"b4acca3c-e6dd-4aa6-907f-70a199990f31\",\n                    \"businessTime\": 1776686811000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283585.408666718,\n                    \"instrumentId\": \"1ac92288-7719-44ba-93f9-f22d64ff31f6\",\n                    \"businessTime\": 1776686811000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760943.6058544,\n                    \"instrumentId\": \"a74487c6-275c-4a91-9f9a-8126f544a380\",\n                    \"businessTime\": 1776686811000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299687.75592842785,\n                    \"instrumentId\": \"5185e8d1-9b3e-4816-923d-83be70c45e39\",\n                    \"businessTime\": 1776686811000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387856.0828084018,\n                    \"instrumentId\": \"083000c3-feb2-4db8-81d4-e6322263dbdb\",\n                    \"businessTime\": 1776686811000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83725828.81178834,\n                    \"instrumentId\": \"c7af46c7-8d3e-45ee-aac1-6ad91aa91fd7\",\n                    \"businessTime\": 1776686811000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655028.1964847253,\n                    \"instrumentId\": \"ea07d607-4b3f-4271-992a-c0796b25e751\",\n                    \"businessTime\": 1776686811000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8482db54-48a6-4467-99d9-78bc4fde4060\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022436109781967\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057804.743128387,\n                    \"instrumentId\": \"dcabb215-8c23-4f50-a0a7-8b8fdfdf68a2\",\n                    \"businessTime\": 1776686812000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283585.408666718,\n                    \"instrumentId\": \"92966adb-894e-43bd-b41e-a6d9ae5c7d61\",\n                    \"businessTime\": 1776686812000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761356.355719263,\n                    \"instrumentId\": \"c892a40e-2517-4ce0-a382-19311b004103\",\n                    \"businessTime\": 1776686812000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299687.75592842785,\n                    \"instrumentId\": \"9972d3f4-e0bd-4ff1-a5c3-85d991556af0\",\n                    \"businessTime\": 1776686812000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387869.63386346895,\n                    \"instrumentId\": \"c208e24c-4791-4152-b57b-508fae19d3ed\",\n                    \"businessTime\": 1776686812000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83725790.71766415,\n                    \"instrumentId\": \"ddb2f791-22b5-41a3-83db-8bc251441079\",\n                    \"businessTime\": 1776686812000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655028.1964847253,\n                    \"instrumentId\": \"a521865f-f1a5-44a2-a339-e695f603763f\",\n                    \"businessTime\": 1776686812000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cbe6c18f-1944-4ba2-973f-23683c5e1f44\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022504335932364\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057819.65470307,\n                    \"instrumentId\": \"2da5d54d-a19b-4989-a1f6-8f0498f700e6\",\n                    \"businessTime\": 1776686813000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284618.649532806,\n                    \"instrumentId\": \"257b154a-442f-427a-9214-7557e96acbca\",\n                    \"businessTime\": 1776686813000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762818.829864265,\n                    \"instrumentId\": \"ea4fc848-9ac8-4a5c-b4f5-abf50c2f65e1\",\n                    \"businessTime\": 1776686813000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299719.60066590743,\n                    \"instrumentId\": \"67616a9a-56ac-4397-9c47-2da163f21a1b\",\n                    \"businessTime\": 1776686813000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387869.63386346895,\n                    \"instrumentId\": \"e509d9a4-1682-41aa-af9d-c94f4ac92128\",\n                    \"businessTime\": 1776686813000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83727491.24054246,\n                    \"instrumentId\": \"807c20e5-c71c-4bda-a412-b990abb935b8\",\n                    \"businessTime\": 1776686813000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655028.1964847253,\n                    \"instrumentId\": \"64a2c439-2fb5-498e-863f-16ff11eca237\",\n                    \"businessTime\": 1776686813000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b554a8ea-6679-4929-8dfa-a8a0c94984a2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023250029113655\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057804.62409872,\n                    \"instrumentId\": \"29d8dfff-f2fd-4aed-a010-e7fa89608001\",\n                    \"businessTime\": 1776686814000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284674.009900274,\n                    \"instrumentId\": \"de0efb48-13eb-4c59-a5ab-05bf15a3018c\",\n                    \"businessTime\": 1776686814000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762420.349029254,\n                    \"instrumentId\": \"f05e3adc-7631-4b19-86aa-a72a42ba0df5\",\n                    \"businessTime\": 1776686814000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299719.60066590743,\n                    \"instrumentId\": \"3eb4c068-2ac8-4769-9b46-d59ecd8055fa\",\n                    \"businessTime\": 1776686814000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387869.63386346895,\n                    \"instrumentId\": \"d30a01ac-3cab-44e3-867a-1facc23bac50\",\n                    \"businessTime\": 1776686814000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83727659.62050417,\n                    \"instrumentId\": \"2d22223c-e3f2-4554-bc47-9b6551090a57\",\n                    \"businessTime\": 1776686814000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655028.1964847253,\n                    \"instrumentId\": \"8b0ece38-3a92-446d-af28-c891f18a7a3f\",\n                    \"businessTime\": 1776686814000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8e541a22-c9c7-48bd-aa9f-cccd5bae07ad\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023216677424696\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057902.668345013,\n                    \"instrumentId\": \"e590485c-8ba1-4534-b9c3-7c149aa2bbb7\",\n                    \"businessTime\": 1776686815000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284675.23883734,\n                    \"instrumentId\": \"7cb962d1-1dd3-431f-abc0-641f2ae1f14e\",\n                    \"businessTime\": 1776686815000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762309.829831148,\n                    \"instrumentId\": \"05e6b730-fc60-473d-8031-5aa6f5caef71\",\n                    \"businessTime\": 1776686815000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299740.8918900622,\n                    \"instrumentId\": \"0e98e6a6-ab70-4cf8-8141-506be0b5d2f3\",\n                    \"businessTime\": 1776686815000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387819.50711637083,\n                    \"instrumentId\": \"d36eb7a4-d785-4a54-afba-805805172fe6\",\n                    \"businessTime\": 1776686815000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83726377.25900921,\n                    \"instrumentId\": \"52bcc9e3-a007-4211-9d52-fbb28cedf901\",\n                    \"businessTime\": 1776686815000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655028.1964847253,\n                    \"instrumentId\": \"cbc9acf8-f28a-4803-a9f2-a9493197eb9d\",\n                    \"businessTime\": 1776686815000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"13ea5c5a-1ec1-4ac7-a200-76b33b50e0f8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022984262128976\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057991.643571244,\n                    \"instrumentId\": \"e58c1635-6259-4d55-af4b-b3a5aba3951c\",\n                    \"businessTime\": 1776686816000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284727.8959938968,\n                    \"instrumentId\": \"cc20c904-5d7c-4a9e-8982-68a801dd75c0\",\n                    \"businessTime\": 1776686816000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762408.928896368,\n                    \"instrumentId\": \"7e6f4ff8-874c-4a01-8d5b-20b2bdf9f98b\",\n                    \"businessTime\": 1776686816000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299858.51680065016,\n                    \"instrumentId\": \"cdcf8ed4-adf8-4692-9006-7c58fbc24c73\",\n                    \"businessTime\": 1776686816000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387833.6728515244,\n                    \"instrumentId\": \"22e8b94d-c546-4047-aa32-22c1ea93f9e7\",\n                    \"businessTime\": 1776686816000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83727487.13667668,\n                    \"instrumentId\": \"db929132-b2f5-4d97-a828-332f125cb7bb\",\n                    \"businessTime\": 1776686816000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655025.9388765977,\n                    \"instrumentId\": \"9cd82567-fa7b-40a8-b091-79c594ea8e13\",\n                    \"businessTime\": 1776686816000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"450a29c7-2a9b-49f3-af04-6921cd306b9a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023244392560102\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057954.2221850185,\n                    \"instrumentId\": \"38e242a9-3bb4-4ff2-833e-dea0bef14bcd\",\n                    \"businessTime\": 1776686817000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284732.569133315,\n                    \"instrumentId\": \"66e4a87c-ebef-41e0-9e6e-1a95c9e02f89\",\n                    \"businessTime\": 1776686817000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762057.828081612,\n                    \"instrumentId\": \"5ca4f8de-dc51-4d60-b289-2b171d0fcd30\",\n                    \"businessTime\": 1776686817000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299858.51680065016,\n                    \"instrumentId\": \"49566428-861e-45a8-a42c-570508d42765\",\n                    \"businessTime\": 1776686817000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387834.38631405035,\n                    \"instrumentId\": \"988cb6c3-837a-4252-9033-9efb0382c919\",\n                    \"businessTime\": 1776686817000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83727225.89036173,\n                    \"instrumentId\": \"cb2f20aa-882c-47a7-bb99-4be0de76cdfe\",\n                    \"businessTime\": 1776686817000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655025.9388765977,\n                    \"instrumentId\": \"29664859-ee4b-4b5c-90cb-13af4e7011b4\",\n                    \"businessTime\": 1776686817000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6c3b7642-df26-43be-beef-d291f3082749\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023131144420557\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:06:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057954.2221850185,\n                    \"instrumentId\": \"ffb6fc91-240b-40b7-abff-585c32e6104e\",\n                    \"businessTime\": 1776686818000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284780.6392097874,\n                    \"instrumentId\": \"f658fa2a-766c-4c70-82d8-fc0af5f380d3\",\n                    \"businessTime\": 1776686818000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762057.828081612,\n                    \"instrumentId\": \"2edc9bf7-286c-4b55-89db-47280e1a78aa\",\n                    \"businessTime\": 1776686818000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299858.51680065016,\n                    \"instrumentId\": \"003627c0-b223-43a6-b087-ca6382cd6433\",\n                    \"businessTime\": 1776686818000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387834.38631405035,\n                    \"instrumentId\": \"53faf5f8-5d2c-4249-8851-ff02a6bbf377\",\n                    \"businessTime\": 1776686818000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83726329.08339511,\n                    \"instrumentId\": \"e5478c72-f654-4b2b-b916-992a2bcdad28\",\n                    \"businessTime\": 1776686818000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655025.9388765977,\n                    \"instrumentId\": \"538692db-e746-486d-a2ff-c7ecdc66919d\",\n                    \"businessTime\": 1776686818000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"22583992-8c91-44ad-a5c9-ddaef877d2d6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022981981522463\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058035.117836415,\n                    \"instrumentId\": \"b616c2fc-f7f7-4e70-93c3-213a5153c08a\",\n                    \"businessTime\": 1776686819000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284928.5289492463,\n                    \"instrumentId\": \"9f2e94e9-25ac-4dfe-9dfc-ee6a4a22cf33\",\n                    \"businessTime\": 1776686819000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761590.97045361,\n                    \"instrumentId\": \"f48a3f9d-5bc9-4b26-81d2-375212dcd048\",\n                    \"businessTime\": 1776686819000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299858.51680065016,\n                    \"instrumentId\": \"f9bc5db7-6168-482b-b792-b6b3d7511747\",\n                    \"businessTime\": 1776686819000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387856.0920465669,\n                    \"instrumentId\": \"436e8b59-0c1a-4647-ab58-a704fc651159\",\n                    \"businessTime\": 1776686819000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83727649.69707337,\n                    \"instrumentId\": \"8e243b69-30d6-4596-b76f-bce55595ed25\",\n                    \"businessTime\": 1776686819000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655025.9388765977,\n                    \"instrumentId\": \"a73bb770-59de-486e-8497-1a1527454540\",\n                    \"businessTime\": 1776686819000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cbacec02-4d9b-412b-9284-c02d3a0d5116\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02317604956704\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058029.116429776,\n                    \"instrumentId\": \"622bcdc3-0c90-43ff-b3f9-52d74f5872dd\",\n                    \"businessTime\": 1776686820000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284717.5323515963,\n                    \"instrumentId\": \"f08e5b5b-58c9-484a-9a57-a73b1321e4e3\",\n                    \"businessTime\": 1776686820000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760265.677886428,\n                    \"instrumentId\": \"2bb6188d-5007-4776-92bc-b8c7075473f6\",\n                    \"businessTime\": 1776686820000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299990.22183934407,\n                    \"instrumentId\": \"90ea386a-f7c8-4b8f-ae2a-6efd15eab93c\",\n                    \"businessTime\": 1776686820000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387872.1438507535,\n                    \"instrumentId\": \"9f7e227c-741c-4e75-95b9-b1aaeaa6a159\",\n                    \"businessTime\": 1776686820000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83714745.27044143,\n                    \"instrumentId\": \"f6ce04c0-3e4d-458f-a616-4e458375ee52\",\n                    \"businessTime\": 1776686820000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654979.1264064927,\n                    \"instrumentId\": \"1061ad32-b514-4e49-985e-003fba030e69\",\n                    \"businessTime\": 1776686820000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"164fe3ec-e2de-4317-9031-ad4f324e8dd4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020654824113503\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058029.116429776,\n                    \"instrumentId\": \"9b78ca01-4f9c-488a-b8fd-864614ba9ae8\",\n                    \"businessTime\": 1776686821000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284717.5323515963,\n                    \"instrumentId\": \"767cc07d-160b-473f-86e2-788a495fa6f0\",\n                    \"businessTime\": 1776686821000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759795.71440969,\n                    \"instrumentId\": \"5902e9ed-bc05-48b4-866d-c409c9f49ccb\",\n                    \"businessTime\": 1776686821000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299704.85658670263,\n                    \"instrumentId\": \"cd1da605-201c-483f-af8a-9321f6964902\",\n                    \"businessTime\": 1776686821000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387869.89931154344,\n                    \"instrumentId\": \"6a487265-d645-4abf-a2c7-ad36538a84f9\",\n                    \"businessTime\": 1776686821000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83714911.72636357,\n                    \"instrumentId\": \"79c0baba-6050-486d-8909-aeb3585e60ab\",\n                    \"businessTime\": 1776686821000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654979.1264064927,\n                    \"instrumentId\": \"18b737fa-5343-4224-b914-0e6b46c36ac3\",\n                    \"businessTime\": 1776686821000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"170ef6b2-0d3d-4573-b112-cad53ab5d5ba\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020550937057887\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057809.668062049,\n                    \"instrumentId\": \"c9217811-ad73-43c7-addb-a49b58c197a3\",\n                    \"businessTime\": 1776686822000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284104.8838576875,\n                    \"instrumentId\": \"cf1314bb-dabf-4b6d-ab3d-76235600428a\",\n                    \"businessTime\": 1776686822000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758117.849165672,\n                    \"instrumentId\": \"967db7b2-d7d4-4eac-9843-96041884372b\",\n                    \"businessTime\": 1776686822000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299704.85658670263,\n                    \"instrumentId\": \"0795236d-4de3-4dc5-9bb8-f3c81945e422\",\n                    \"businessTime\": 1776686822000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387869.89931154344,\n                    \"instrumentId\": \"958a22e8-0d1f-41ef-b852-970aa1e9a5d7\",\n                    \"businessTime\": 1776686822000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83706919.19927365,\n                    \"instrumentId\": \"7c807b77-debd-4ba6-883f-186a4aca8eb6\",\n                    \"businessTime\": 1776686822000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654979.1264064927,\n                    \"instrumentId\": \"c73b3ca3-07e3-42cb-9aa6-c0b92323d420\",\n                    \"businessTime\": 1776686822000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0e0f6b5a-3407-4114-be2f-b5e7b41eded6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.018705156882916\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056883.57493974,\n                    \"instrumentId\": \"cc721296-014d-47c7-8190-7bc1660ac492\",\n                    \"businessTime\": 1776686823000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284104.8838576875,\n                    \"instrumentId\": \"16e77653-5c64-4408-bdb6-a620de20d98c\",\n                    \"businessTime\": 1776686823000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758114.389776997,\n                    \"instrumentId\": \"3d44538c-cab6-4449-abb5-cf219e811ab7\",\n                    \"businessTime\": 1776686823000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299704.85658670263,\n                    \"instrumentId\": \"6ab6c3c2-d675-4b04-b9cb-2f78ad4b59f9\",\n                    \"businessTime\": 1776686823000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387869.89931154344,\n                    \"instrumentId\": \"648c7669-13ad-43c1-a55c-e6fcc65604ab\",\n                    \"businessTime\": 1776686823000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83706908.26882207,\n                    \"instrumentId\": \"d3c95652-2fdb-4a14-9a67-81fbad517b11\",\n                    \"businessTime\": 1776686823000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654961.6133056683,\n                    \"instrumentId\": \"07e3b7bf-1fd5-43c6-b4b7-06ef44b2086c\",\n                    \"businessTime\": 1776686823000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"547f379f-84b6-4206-b2ac-9cb8b071ea79\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.018536792021163\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055513.733982647,\n                    \"instrumentId\": \"b90e3138-7416-451a-8be2-e7eb535500fc\",\n                    \"businessTime\": 1776686824000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284004.878719654,\n                    \"instrumentId\": \"6501d8a6-a6e3-44d3-bf17-4c65a312dcdb\",\n                    \"businessTime\": 1776686824000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757272.795122502,\n                    \"instrumentId\": \"4b72ed0f-935e-4b1b-a919-ec5046823d14\",\n                    \"businessTime\": 1776686824000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299704.85658670263,\n                    \"instrumentId\": \"b7eebe12-8880-4121-b4db-5c831b619cf7\",\n                    \"businessTime\": 1776686824000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387902.9615620892,\n                    \"instrumentId\": \"05a2498f-7f3a-4c4a-aa84-233c32e3f273\",\n                    \"businessTime\": 1776686824000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83703886.98777044,\n                    \"instrumentId\": \"f683793b-2e95-4be6-bf2b-176451ff6428\",\n                    \"businessTime\": 1776686824000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654955.0220762849,\n                    \"instrumentId\": \"20668372-9e86-443a-aab7-8ce537e924e8\",\n                    \"businessTime\": 1776686824000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"274047cf-e263-4cac-a74c-530ffd9857a7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.017604234766313\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055513.733982647,\n                    \"instrumentId\": \"746c6c45-e95e-4717-b26b-80c3c12f2faf\",\n                    \"businessTime\": 1776686825000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283951.1115721115,\n                    \"instrumentId\": \"3dae302e-c162-4ab4-83de-d2ab0e37f051\",\n                    \"businessTime\": 1776686825000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757159.926049082,\n                    \"instrumentId\": \"c22393f9-6d56-4d7c-aabc-13ea3b92220f\",\n                    \"businessTime\": 1776686825000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299704.85658670263,\n                    \"instrumentId\": \"773583ee-e43a-4c06-8bcc-096b274ffb58\",\n                    \"businessTime\": 1776686825000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387839.3472362093,\n                    \"instrumentId\": \"5409e03c-5466-4323-a190-7d51083ea2ff\",\n                    \"businessTime\": 1776686825000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83700027.56625116,\n                    \"instrumentId\": \"6051a282-6059-4eea-b6a3-7b92b0d1767c\",\n                    \"businessTime\": 1776686825000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654955.0220762849,\n                    \"instrumentId\": \"069f6eae-5320-42cc-ae02-400584a0eed2\",\n                    \"businessTime\": 1776686825000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b1d35214-360e-497e-872a-562be8f17252\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01688548747877\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055144.088174644,\n                    \"instrumentId\": \"e014fdb9-e13d-4c14-828b-a20f704bfba5\",\n                    \"businessTime\": 1776686826000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283911.8426869703,\n                    \"instrumentId\": \"d1277ec0-c740-42b3-b1a7-404e57ebe901\",\n                    \"businessTime\": 1776686826000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756700.825072426,\n                    \"instrumentId\": \"b19a7496-53ef-4c9e-b08d-68ba43256ca4\",\n                    \"businessTime\": 1776686826000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299704.85658670263,\n                    \"instrumentId\": \"d191e1a3-276d-43e6-b68a-62794c8c3ecd\",\n                    \"businessTime\": 1776686826000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387755.3709913213,\n                    \"instrumentId\": \"854aa413-a8f0-46ba-a0d0-36dd81af766a\",\n                    \"businessTime\": 1776686826000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83699030.12630774,\n                    \"instrumentId\": \"875865d1-5b41-40fa-b87b-690db09cbe87\",\n                    \"businessTime\": 1776686826000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654955.0220762849,\n                    \"instrumentId\": \"f0eadc65-95ea-461a-842b-8157e3954d87\",\n                    \"businessTime\": 1776686826000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7464e8b4-f801-4425-9b9a-2be017af5e59\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016542880825323\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055144.088174644,\n                    \"instrumentId\": \"d47c6e88-6a3a-468d-9159-06316b68f56c\",\n                    \"businessTime\": 1776686827000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283911.8426869703,\n                    \"instrumentId\": \"59c486a8-7cc7-4f58-ab84-ba3c40ce631c\",\n                    \"businessTime\": 1776686827000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756689.139744189,\n                    \"instrumentId\": \"d63500b8-fe32-4b80-ade2-dec785997130\",\n                    \"businessTime\": 1776686827000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299603.78694520873,\n                    \"instrumentId\": \"62a0968b-659a-4209-ade5-6b7d61ab5ae1\",\n                    \"businessTime\": 1776686827000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387755.3709913213,\n                    \"instrumentId\": \"0c15ce99-14d3-4129-b76e-34d65a71a03f\",\n                    \"businessTime\": 1776686827000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83698867.97341985,\n                    \"instrumentId\": \"a3e0278d-908e-40b0-8a4a-0396fda0821f\",\n                    \"businessTime\": 1776686827000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654919.1660500852,\n                    \"instrumentId\": \"b3008948-c5a7-452f-8759-7d8e0911740f\",\n                    \"businessTime\": 1776686827000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9dd4e398-87c6-4e50-a55f-ab7c7ea7a522\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016488265028517\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054751.87160966,\n                    \"instrumentId\": \"85518da9-5370-4687-85ee-00c629e6e724\",\n                    \"businessTime\": 1776686828000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283888.4790839716,\n                    \"instrumentId\": \"28a182d8-355e-4f77-ae5e-81378559815a\",\n                    \"businessTime\": 1776686828000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756689.139744189,\n                    \"instrumentId\": \"b31f5514-4d46-4941-9f1c-ca58eab8f41e\",\n                    \"businessTime\": 1776686828000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299603.82819262537,\n                    \"instrumentId\": \"6feed2f9-119c-4f4a-a279-2e7296a770ff\",\n                    \"businessTime\": 1776686828000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387660.38966892,\n                    \"instrumentId\": \"abe9b5c0-21a9-4420-ac58-71aa537e4006\",\n                    \"businessTime\": 1776686828000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83698045.24796157,\n                    \"instrumentId\": \"d887af03-35c0-43a4-b7ae-7a466bdd4200\",\n                    \"businessTime\": 1776686828000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654919.1660500852,\n                    \"instrumentId\": \"616803dd-ddf3-400e-944c-ae2209f4cb93\",\n                    \"businessTime\": 1776686828000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"059c5a6c-8fd4-4ca1-9343-7c973038da3c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016253951197015\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054717.284644771,\n                    \"instrumentId\": \"d4074ec7-a9ad-4b45-8baf-4f7d86551c7a\",\n                    \"businessTime\": 1776686829000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283888.4790839716,\n                    \"instrumentId\": \"53ed04e0-4318-46aa-a865-a8958b3fc7ab\",\n                    \"businessTime\": 1776686829000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755813.920170888,\n                    \"instrumentId\": \"b6f57eec-08a1-4943-ad5d-4735d612c63b\",\n                    \"businessTime\": 1776686829000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299603.82819262537,\n                    \"instrumentId\": \"b41f407d-b301-485b-9ad8-9a8abfdc455d\",\n                    \"businessTime\": 1776686829000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387660.38966892,\n                    \"instrumentId\": \"c9b3b647-77f5-4db9-b31c-d1bff8ef091d\",\n                    \"businessTime\": 1776686829000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83697812.23952729,\n                    \"instrumentId\": \"368e2606-37dd-495a-8365-bd86cafd73bf\",\n                    \"businessTime\": 1776686829000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654919.1660500852,\n                    \"instrumentId\": \"1c39a1d6-bb3c-414d-bd0d-4358cf10fee8\",\n                    \"businessTime\": 1776686829000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2b6d53d8-568e-4977-a62c-77d42f1bed07\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01605310498041\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054649.024345207,\n                    \"instrumentId\": \"44f5516d-09c7-4099-8205-66ee5cbe0828\",\n                    \"businessTime\": 1776686830000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283888.4790839716,\n                    \"instrumentId\": \"17493d99-c9a6-4ba2-af40-8d9b1d64000f\",\n                    \"businessTime\": 1776686830000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755149.223088834,\n                    \"instrumentId\": \"5c8754e0-f071-4040-844b-28bbdd8f0649\",\n                    \"businessTime\": 1776686830000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299603.8026837785,\n                    \"instrumentId\": \"d7a5f6bd-8ed6-430b-96ca-31ad63c59fc0\",\n                    \"businessTime\": 1776686830000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387654.32214773144,\n                    \"instrumentId\": \"fbc5902f-45f3-4d7e-9bf4-ff01d3b7eaf6\",\n                    \"businessTime\": 1776686830000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83696567.81770264,\n                    \"instrumentId\": \"78b4f445-6b76-4024-a310-f614f76f2943\",\n                    \"businessTime\": 1776686830000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654917.2396354204,\n                    \"instrumentId\": \"f63a78dd-a43a-45f5-9a14-686fe22edaef\",\n                    \"businessTime\": 1776686830000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2e179830-e8f3-422c-b6fe-14fa38c69838\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01570417727374\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054649.024345207,\n                    \"instrumentId\": \"49da3a29-86c1-4d15-ad69-8098980c30b1\",\n                    \"businessTime\": 1776686831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283798.8498719865,\n                    \"instrumentId\": \"8021d5e0-3ca0-42b7-8219-e5f98b124a72\",\n                    \"businessTime\": 1776686831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755106.223031731,\n                    \"instrumentId\": \"fbdb4bee-165d-451d-a563-d045ad7cf65b\",\n                    \"businessTime\": 1776686831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299603.8026837785,\n                    \"instrumentId\": \"d1841d99-82a5-418c-a7d7-7f61cd2e2787\",\n                    \"businessTime\": 1776686831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387652.8355697401,\n                    \"instrumentId\": \"c1a9b97f-c1fc-4dfc-9d9d-d813fdc1fec8\",\n                    \"businessTime\": 1776686831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83695131.85434888,\n                    \"instrumentId\": \"4ce15752-5830-41d9-9b0c-fa040e53eca6\",\n                    \"businessTime\": 1776686831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654917.2396354204,\n                    \"instrumentId\": \"fc8d0331-87af-4626-9719-8db78a937b5f\",\n                    \"businessTime\": 1776686831000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"43c52b25-c8d0-4e5e-9e39-a28d2ca62bdd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.015428240683086\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054486.07992937,\n                    \"instrumentId\": \"62d3e62c-6d53-4ba9-a58f-0520b15353a2\",\n                    \"businessTime\": 1776686832000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283797.3167108055,\n                    \"instrumentId\": \"3f7b20c1-7fcb-4350-b57d-a2859e177343\",\n                    \"businessTime\": 1776686832000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754682.433245942,\n                    \"instrumentId\": \"ef5f6277-8641-4142-b005-c5f4f16082d3\",\n                    \"businessTime\": 1776686832000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299603.8026837785,\n                    \"instrumentId\": \"8ee25c33-b042-4b6b-a88a-7a3ab2bad29f\",\n                    \"businessTime\": 1776686832000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387652.8355697401,\n                    \"instrumentId\": \"7453c8bf-044d-4f22-9451-6b65162c56c0\",\n                    \"businessTime\": 1776686832000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83692556.22312535,\n                    \"instrumentId\": \"ba5886dd-2b0a-4c31-9810-caa9f23fa47e\",\n                    \"businessTime\": 1776686832000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.6743753627,\n                    \"instrumentId\": \"a8f95f33-d01a-412c-87aa-4a7cc444d5d9\",\n                    \"businessTime\": 1776686832000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d2dfc6f4-145d-47ad-bc1c-c30506e29473\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.014824995718868\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054468.033262947,\n                    \"instrumentId\": \"8818cef8-81a9-44b4-a1ee-3d0413f0c116\",\n                    \"businessTime\": 1776686833000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283683.281750533,\n                    \"instrumentId\": \"19f49cfa-ccb2-4a59-b247-5a833c01e4d8\",\n                    \"businessTime\": 1776686833000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753974.068010682,\n                    \"instrumentId\": \"b30d9b5b-66fa-4fcd-a9bc-3721ab85ddfe\",\n                    \"businessTime\": 1776686833000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299603.8026837785,\n                    \"instrumentId\": \"78154165-8713-4c09-9eea-29b0bd52cdad\",\n                    \"businessTime\": 1776686833000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387624.30576512456,\n                    \"instrumentId\": \"69f4ec5a-ea61-4deb-a9be-0a88dcbe958a\",\n                    \"businessTime\": 1776686833000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83689175.72683232,\n                    \"instrumentId\": \"d55c2642-d524-4ae2-9ad6-f8ada52385df\",\n                    \"businessTime\": 1776686833000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.6743753627,\n                    \"instrumentId\": \"6eca3903-18b7-474f-b9bc-97bfb8abd7e0\",\n                    \"businessTime\": 1776686833000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bb88276e-6e6f-4275-a8a2-17f7af6b8334\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.014078163915773\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053903.467063867,\n                    \"instrumentId\": \"61a562fa-739b-4fe8-a44b-574edd7f7a38\",\n                    \"businessTime\": 1776686834000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283682.92134346,\n                    \"instrumentId\": \"158403fa-8e43-4016-8944-65844ba99e5b\",\n                    \"businessTime\": 1776686834000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753843.80537893,\n                    \"instrumentId\": \"b7252fc3-6460-404d-b985-985e5fbbe879\",\n                    \"businessTime\": 1776686834000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299601.64430759917,\n                    \"instrumentId\": \"c667f083-1cc9-46aa-95ec-cdc6f487fee3\",\n                    \"businessTime\": 1776686834000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387624.30576512456,\n                    \"instrumentId\": \"ca492a4f-34e2-4807-bd29-7c4f85b4e292\",\n                    \"businessTime\": 1776686834000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83689174.57868883,\n                    \"instrumentId\": \"d951afe3-2b47-4193-8c26-7ca56808a9ac\",\n                    \"businessTime\": 1776686834000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.6743753627,\n                    \"instrumentId\": \"474b0cd6-e747-468c-9744-d39997925960\",\n                    \"businessTime\": 1776686834000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3f8cf3bf-04e4-4150-b0f0-df2cf78589f4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.013955405434654\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053903.467063867,\n                    \"instrumentId\": \"112f0831-b9b0-40d8-9177-af53fb63058c\",\n                    \"businessTime\": 1776686835000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283538.3956848057,\n                    \"instrumentId\": \"80f991ff-ea7d-4468-9bfc-3d8c0beab292\",\n                    \"businessTime\": 1776686835000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753477.525080796,\n                    \"instrumentId\": \"996cc569-4594-4b30-bf9b-1e323f2ef1c8\",\n                    \"businessTime\": 1776686835000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299601.64430759917,\n                    \"instrumentId\": \"adaf4735-7254-4f61-abfb-b99d607ea1fa\",\n                    \"businessTime\": 1776686835000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387620.42899172846,\n                    \"instrumentId\": \"c7a04717-0265-4c0b-aa98-d0185b472fa6\",\n                    \"businessTime\": 1776686835000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83685870.50013624,\n                    \"instrumentId\": \"62b41d87-2a50-4b64-9e70-7678834536dd\",\n                    \"businessTime\": 1776686835000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.6743753627,\n                    \"instrumentId\": \"aedbe848-9e9e-4564-81c6-fd54d11ed714\",\n                    \"businessTime\": 1776686835000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"12fe8241-189e-4dd8-affc-5c2148e7d7a4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.013284269884075\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053790.6142999185,\n                    \"instrumentId\": \"96a88ed6-a95f-4497-8979-b8a295c1766b\",\n                    \"businessTime\": 1776686836000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283537.2649105685,\n                    \"instrumentId\": \"e0413d91-63bc-41e9-8d0f-5c6ac2eadb74\",\n                    \"businessTime\": 1776686836000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753326.75834866,\n                    \"instrumentId\": \"90c7c0af-4818-4ede-bbe1-2a7923a0f326\",\n                    \"businessTime\": 1776686836000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299592.4066748898,\n                    \"instrumentId\": \"f29d417c-4a8e-4e85-977b-4c9c5feb0b24\",\n                    \"businessTime\": 1776686836000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387620.42899172846,\n                    \"instrumentId\": \"27cda064-af90-41b6-90d9-556782e76e03\",\n                    \"businessTime\": 1776686836000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83685713.52684312,\n                    \"instrumentId\": \"b784b026-808d-41cf-9b4a-cef9684418d1\",\n                    \"businessTime\": 1776686836000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.6683030833,\n                    \"instrumentId\": \"a1074459-0656-4aaf-8040-a90b9f36d283\",\n                    \"businessTime\": 1776686836000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ad1f44fa-0488-4070-bde5-cfd23d05d9ae\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01320852871212\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053665.5259728655,\n                    \"instrumentId\": \"892160e3-9352-436a-9c04-3884bf83492a\",\n                    \"businessTime\": 1776686837000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283048.475596237,\n                    \"instrumentId\": \"efd63ca7-fb09-4cb5-b6cf-5c6450ed5ae8\",\n                    \"businessTime\": 1776686837000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753064.2772118,\n                    \"instrumentId\": \"74f3b6f5-e267-48d4-830a-4e6eee873c00\",\n                    \"businessTime\": 1776686837000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299588.5550294516,\n                    \"instrumentId\": \"36de6adc-5653-4677-91ce-1c9657afcef7\",\n                    \"businessTime\": 1776686837000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387579.71787730267,\n                    \"instrumentId\": \"48333f19-6d11-4d5d-926c-f4d4a0318b78\",\n                    \"businessTime\": 1776686837000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83683114.48772109,\n                    \"instrumentId\": \"4111c133-7d30-4556-89cd-b6373b457614\",\n                    \"businessTime\": 1776686837000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.6683030833,\n                    \"instrumentId\": \"5c5bc5f1-0af2-4b4c-a7af-634870caa15a\",\n                    \"businessTime\": 1776686837000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3db8780b-48cf-4ae0-a6f9-8f6990a04527\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01258990645199\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053665.5259728655,\n                    \"instrumentId\": \"353c4ef6-0c66-4937-8847-1a8159f9863a\",\n                    \"businessTime\": 1776686838000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282977.7660179357,\n                    \"instrumentId\": \"9b499880-f680-48bf-bab2-d17c0402ef13\",\n                    \"businessTime\": 1776686838000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753064.2772118,\n                    \"instrumentId\": \"118b66bf-3d08-42b7-8bec-0f0269307141\",\n                    \"businessTime\": 1776686838000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299588.5550294516,\n                    \"instrumentId\": \"02ff951a-d0e7-4622-8e79-8645cefa156f\",\n                    \"businessTime\": 1776686838000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387579.71787730267,\n                    \"instrumentId\": \"38a8bd27-e48e-4a11-99b7-e987e68589d2\",\n                    \"businessTime\": 1776686838000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83683063.28856227,\n                    \"instrumentId\": \"23ea1487-9a61-4dda-bb8a-c783c3a1f687\",\n                    \"businessTime\": 1776686838000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.6683030833,\n                    \"instrumentId\": \"19aedb45-1caa-4f5c-ad96-ebd428c5d1cf\",\n                    \"businessTime\": 1776686838000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"16cd86f0-dd13-4ff6-ad04-a34d054ae7b8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01256848136638\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053665.404629072,\n                    \"instrumentId\": \"9d288163-ad9d-4081-908b-59fc1e1523d2\",\n                    \"businessTime\": 1776686839000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282955.329990151,\n                    \"instrumentId\": \"dcd456c2-4094-4c20-b033-5364cf8a3c09\",\n                    \"businessTime\": 1776686839000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753037.054464975,\n                    \"instrumentId\": \"038137b0-d658-4db2-bfbf-275fe693e221\",\n                    \"businessTime\": 1776686839000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299587.7129004431,\n                    \"instrumentId\": \"31893e50-20cd-4c06-955f-19c991aa7a0d\",\n                    \"businessTime\": 1776686839000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387579.71787730267,\n                    \"instrumentId\": \"4bb7564c-e8b7-4e4f-a2c4-e91c80f25786\",\n                    \"businessTime\": 1776686839000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83683013.05546355,\n                    \"instrumentId\": \"a17f0fd8-f047-440a-a0c4-fc05111d1650\",\n                    \"businessTime\": 1776686839000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.6683030833,\n                    \"instrumentId\": \"13dd1384-02a8-4099-822b-5cfb4812a126\",\n                    \"businessTime\": 1776686839000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"aef986cb-90b2-4708-80e8-422809427d9a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.012550756349487\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053393.5605444675,\n                    \"instrumentId\": \"bb154254-4122-40c8-96c1-1568a2f617ed\",\n                    \"businessTime\": 1776686840000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282881.1557778344,\n                    \"instrumentId\": \"a42f9058-9f17-44f2-8618-95fe9c4b63c7\",\n                    \"businessTime\": 1776686840000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13752875.665274354,\n                    \"instrumentId\": \"cacc9e98-72d3-4a07-919c-a42eee2e8c5e\",\n                    \"businessTime\": 1776686840000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299587.7129004431,\n                    \"instrumentId\": \"fd6b06a6-b474-44da-bbc1-bdebdce650ad\",\n                    \"businessTime\": 1776686840000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387579.71787730267,\n                    \"instrumentId\": \"576105e3-24bd-43d7-9b60-d68f064e8f01\",\n                    \"businessTime\": 1776686840000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83679278.3180901,\n                    \"instrumentId\": \"4772509d-db77-4517-8c34-72b42a42d241\",\n                    \"businessTime\": 1776686840000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.3786387326,\n                    \"instrumentId\": \"58282046-f4e2-4876-859e-21b086f28e5d\",\n                    \"businessTime\": 1776686840000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"47c4dc55-26d7-44ef-9c07-93a23ac59f27\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.011805161529566\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053393.5605444675,\n                    \"instrumentId\": \"cb3cbece-6991-4947-9b22-1f221c595aa1\",\n                    \"businessTime\": 1776686841000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282852.846537724,\n                    \"instrumentId\": \"e62c125c-a10b-402b-aa37-be6cddb522ff\",\n                    \"businessTime\": 1776686841000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13752875.665274354,\n                    \"instrumentId\": \"e1077186-2b5b-4f0d-9c1f-8bac5206ce4b\",\n                    \"businessTime\": 1776686841000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299587.7129004431,\n                    \"instrumentId\": \"af38edcb-1959-4b8e-a13e-31419846e465\",\n                    \"businessTime\": 1776686841000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387579.71787730267,\n                    \"instrumentId\": \"acf588dd-9976-46dc-9895-9b7b29779273\",\n                    \"businessTime\": 1776686841000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83678479.12001483,\n                    \"instrumentId\": \"b4fc54cc-c24d-4335-bb5c-f8ec2dc42804\",\n                    \"businessTime\": 1776686841000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.3786387326,\n                    \"instrumentId\": \"7f83f8b0-c465-4aff-adfd-84b02c76d921\",\n                    \"businessTime\": 1776686841000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"903d6d67-2e27-4b9f-95d9-69200bec30f5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.011659729663947\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053086.971916399,\n                    \"instrumentId\": \"c630dfc4-2c12-41ac-9a71-024d9bb2e2d3\",\n                    \"businessTime\": 1776686842000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282852.846537724,\n                    \"instrumentId\": \"dd888538-872b-4890-9431-d85cd3b41784\",\n                    \"businessTime\": 1776686842000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13752740.647126716,\n                    \"instrumentId\": \"5252f214-50db-42c3-beec-dfbe05974a3e\",\n                    \"businessTime\": 1776686842000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299578.8539717746,\n                    \"instrumentId\": \"3124506d-6197-4764-9133-7576a75e9132\",\n                    \"businessTime\": 1776686842000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387579.71787730267,\n                    \"instrumentId\": \"89c9046c-34ef-4446-8b7e-9796ae00e378\",\n                    \"businessTime\": 1776686842000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83678416.74913177,\n                    \"instrumentId\": \"e3b16932-3f57-44f5-8f23-b5434f45a1fe\",\n                    \"businessTime\": 1776686842000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.3786387326,\n                    \"instrumentId\": \"2e72d80e-b257-40dc-b238-4b7458a95d7f\",\n                    \"businessTime\": 1776686842000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1a202b61-1b2b-4e9d-846e-0b9f50cd7f4b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01156960021097\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053086.971916399,\n                    \"instrumentId\": \"0d4df09c-31e6-46bf-81b8-0c78a425041e\",\n                    \"businessTime\": 1776686843000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282841.1828760826,\n                    \"instrumentId\": \"9c5c8b81-914a-467d-be72-052b239da0a0\",\n                    \"businessTime\": 1776686843000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13752595.454569668,\n                    \"instrumentId\": \"5572dc18-a07a-4270-9a43-e2c1e8d26bb7\",\n                    \"businessTime\": 1776686843000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299571.40860835154,\n                    \"instrumentId\": \"8b26c296-e839-4a68-9886-4dcc838ce289\",\n                    \"businessTime\": 1776686843000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387579.71787730267,\n                    \"instrumentId\": \"307df099-0a23-4ac3-adf8-ffa15719587b\",\n                    \"businessTime\": 1776686843000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83674339.73462446,\n                    \"instrumentId\": \"81efc3f5-e515-4863-befe-1809c9925017\",\n                    \"businessTime\": 1776686843000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.3786387326,\n                    \"instrumentId\": \"3bd92785-b229-42f7-b6c9-beb1df986db3\",\n                    \"businessTime\": 1776686843000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"24ca56be-0d6a-4bc9-863a-ccea2178c2fd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.010824201952722\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052762.24832171,\n                    \"instrumentId\": \"51bd34fa-d04b-4d10-a9e1-e945e67081cb\",\n                    \"businessTime\": 1776686844000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282180.7470796513,\n                    \"instrumentId\": \"e81e93c6-b5e5-4383-a95e-ec5727111f42\",\n                    \"businessTime\": 1776686844000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13751126.722617755,\n                    \"instrumentId\": \"1fa46535-cb7c-4c9e-87db-7471aed09acd\",\n                    \"businessTime\": 1776686844000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299575.6958081697,\n                    \"instrumentId\": \"0766aa66-ae8b-4b72-931b-17adfb4be6ce\",\n                    \"businessTime\": 1776686844000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387526.6032964515,\n                    \"instrumentId\": \"316840cd-4caf-425f-8b8a-65a0348fcc64\",\n                    \"businessTime\": 1776686844000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83665842.02104083,\n                    \"instrumentId\": \"e8814dcd-8b7c-4756-86d6-4681302ac8df\",\n                    \"businessTime\": 1776686844000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.3786387326,\n                    \"instrumentId\": \"fd7bdf28-6256-406d-8d6e-224eb71032fe\",\n                    \"businessTime\": 1776686844000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a7cd6329-92ba-4d1c-b345-4bd284567648\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.00889090980726\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052762.24832171,\n                    \"instrumentId\": \"b358be15-c6b8-4ea7-8c6b-8d9b70bd5914\",\n                    \"businessTime\": 1776686845000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282176.8337526186,\n                    \"instrumentId\": \"3f9d66e8-29e8-4b3f-8a28-6955470e7478\",\n                    \"businessTime\": 1776686845000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13751160.888110606,\n                    \"instrumentId\": \"21eb9740-8544-4cae-8096-c729a2fe7edf\",\n                    \"businessTime\": 1776686845000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299575.6958081697,\n                    \"instrumentId\": \"b736beed-1a2d-427b-8700-e31141a827a4\",\n                    \"businessTime\": 1776686845000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387526.6032964515,\n                    \"instrumentId\": \"f1a6715f-ce90-4fd5-8a32-fa07a577c88d\",\n                    \"businessTime\": 1776686845000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83667609.7643288,\n                    \"instrumentId\": \"26dd435e-6736-424e-a312-5ace2c176719\",\n                    \"businessTime\": 1776686845000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.3786387326,\n                    \"instrumentId\": \"4bd84f48-6681-45ce-8d34-f8de006b2710\",\n                    \"businessTime\": 1776686845000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e856202c-958d-4687-9c27-c25363ea89dd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0092069019784\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053080.191700848,\n                    \"instrumentId\": \"809d3bfe-2b7c-4f04-90e9-b119d75a1a7b\",\n                    \"businessTime\": 1776686846000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282903.4987074486,\n                    \"instrumentId\": \"a5037d47-0971-4ebd-9d30-353dd26bae55\",\n                    \"businessTime\": 1776686846000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13751176.280514376,\n                    \"instrumentId\": \"b827d7ff-a4f6-4ff2-a19e-f73664207270\",\n                    \"businessTime\": 1776686846000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299601.3402577202,\n                    \"instrumentId\": \"bf2082be-0ce6-499e-9f46-466252097438\",\n                    \"businessTime\": 1776686846000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387506.5564652272,\n                    \"instrumentId\": \"33ef1e7b-2297-4060-8d79-573cdb7c0f62\",\n                    \"businessTime\": 1776686846000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83670141.74309704,\n                    \"instrumentId\": \"7d42b8d3-33da-4555-afce-1f75cd702da1\",\n                    \"businessTime\": 1776686846000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654648.3796637446,\n                    \"instrumentId\": \"7090364c-9d17-4f26-92ab-2bd56114a3af\",\n                    \"businessTime\": 1776686846000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f8069212-4619-459d-a3a0-93e21ae84945\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.009839165273533\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053112.806216681,\n                    \"instrumentId\": \"1946f423-6742-4f1f-8e3c-24c3c2960f77\",\n                    \"businessTime\": 1776686847000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282903.4987074486,\n                    \"instrumentId\": \"12090843-48b3-43bf-89df-40ba1674879d\",\n                    \"businessTime\": 1776686847000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753224.496117724,\n                    \"instrumentId\": \"0595bc6c-3fe6-4dd3-b428-62309b4019b2\",\n                    \"businessTime\": 1776686847000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299601.6809179043,\n                    \"instrumentId\": \"8478b103-8639-42e7-8a3d-4c4fca64e997\",\n                    \"businessTime\": 1776686847000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"0a3d6a6f-d64d-4acb-a74a-c2891d45068d\",\n                    \"businessTime\": 1776686847000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83670170.16424079,\n                    \"instrumentId\": \"89764c02-ebfb-4d3f-a9b9-c8dc8232ae42\",\n                    \"businessTime\": 1776686847000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654653.8898813669,\n                    \"instrumentId\": \"b8f6d402-c662-4f72-ab20-f4a3c2e5e917\",\n                    \"businessTime\": 1776686847000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ba333a56-1083-44f9-9218-6e8823654462\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01020711663062\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053112.806216681,\n                    \"instrumentId\": \"306a379e-520b-4f24-915a-89cf5abdac0e\",\n                    \"businessTime\": 1776686848000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283094.4708764865,\n                    \"instrumentId\": \"b2b1d0f1-28b2-4b99-bf69-fb0e1a635182\",\n                    \"businessTime\": 1776686848000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753390.358336776,\n                    \"instrumentId\": \"ce7ac934-68be-4e89-a9e6-bc2d841d3019\",\n                    \"businessTime\": 1776686848000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299602.14705790975,\n                    \"instrumentId\": \"5abea525-9e42-4f57-abc7-33f3400d631e\",\n                    \"businessTime\": 1776686848000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"8162ed6e-1447-4e62-b256-31de4aa2fe2c\",\n                    \"businessTime\": 1776686848000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83671864.99471776,\n                    \"instrumentId\": \"cb4ab7ad-b01f-4d91-935c-3bd5998871c9\",\n                    \"businessTime\": 1776686848000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654653.8898813669,\n                    \"instrumentId\": \"e4942d09-ac49-41db-b143-d5483cacfbfa\",\n                    \"businessTime\": 1776686848000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"85d511c5-6299-4bb8-9676-e99206eaaac2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.010567772343286\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053374.661463879,\n                    \"instrumentId\": \"c13b9597-3bf5-408d-ab1a-f68b2bca74e0\",\n                    \"businessTime\": 1776686849000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283094.9892005613,\n                    \"instrumentId\": \"eb95a488-aa3c-4e4e-951b-722f015fca24\",\n                    \"businessTime\": 1776686849000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753390.358336776,\n                    \"instrumentId\": \"9a0ecaad-e109-4a52-a562-b2d0e9095981\",\n                    \"businessTime\": 1776686849000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299602.14705790975,\n                    \"instrumentId\": \"a79d8546-fd95-4fdf-b03e-54df5a8fa31b\",\n                    \"businessTime\": 1776686849000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"cd9b1c08-bdaa-4a8e-bcff-68b27c154506\",\n                    \"businessTime\": 1776686849000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83677712.4644223,\n                    \"instrumentId\": \"af04eda0-39ea-462b-9098-8ac00b97adcd\",\n                    \"businessTime\": 1776686849000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654653.8898813669,\n                    \"instrumentId\": \"b29d8ef2-5f7a-48f7-a0f7-6fe2a515b277\",\n                    \"businessTime\": 1776686849000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cd250125-44aa-4338-b2ed-b0b06df8d035\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01164155850775\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053596.005785323,\n                    \"instrumentId\": \"8dbf72d2-dbf4-4b5d-b141-961a535751a2\",\n                    \"businessTime\": 1776686850000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283131.259942838,\n                    \"instrumentId\": \"83fcfcc6-7474-4878-932a-b8ae5ca00e40\",\n                    \"businessTime\": 1776686850000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754983.87529629,\n                    \"instrumentId\": \"d6487c4a-32af-464b-8ded-70a59412ca10\",\n                    \"businessTime\": 1776686850000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299605.0995286306,\n                    \"instrumentId\": \"ce2fae09-293b-4911-85d6-588dfcdd9bdf\",\n                    \"businessTime\": 1776686850000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"5dc2b597-9249-4c9d-a3e9-4b549fe87a7f\",\n                    \"businessTime\": 1776686850000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83681324.35294423,\n                    \"instrumentId\": \"0e2f2887-a179-49b6-9c5a-f756bc8f260a\",\n                    \"businessTime\": 1776686850000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654655.0732621675,\n                    \"instrumentId\": \"3a201d51-e7b0-43b6-9aba-7cc403e7ea89\",\n                    \"businessTime\": 1776686850000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d0dbde49-8112-4c9b-b614-21711e175549\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.012602394429837\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053772.2890496645,\n                    \"instrumentId\": \"9754ca9a-ec34-42fb-baa3-f14becc502ff\",\n                    \"businessTime\": 1776686851000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283168.4611926414,\n                    \"instrumentId\": \"0d390d52-b403-414e-b196-564940b38a2a\",\n                    \"businessTime\": 1776686851000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755618.839897713,\n                    \"instrumentId\": \"d9421678-61d2-442e-bb54-864c04e5901f\",\n                    \"businessTime\": 1776686851000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299605.0995286306,\n                    \"instrumentId\": \"3522eab6-55c8-458c-9173-551c655ac340\",\n                    \"businessTime\": 1776686851000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"3af3c419-30c2-4ed4-81d8-c356e307512e\",\n                    \"businessTime\": 1776686851000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83691922.14363874,\n                    \"instrumentId\": \"6d538be6-d3c0-4a33-9d6a-5bb9546a93de\",\n                    \"businessTime\": 1776686851000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654714.770856363,\n                    \"instrumentId\": \"296fc722-7267-488f-9375-d4d3f5ac984c\",\n                    \"businessTime\": 1776686851000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"88cb5ff7-7911-4299-b54f-2a575eafafe7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01462452754131\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053840.1948327245,\n                    \"instrumentId\": \"0873dd9d-f81e-42e8-a740-82e5b4f3caa8\",\n                    \"businessTime\": 1776686852000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283168.4611926414,\n                    \"instrumentId\": \"6b9c7036-c9ca-48c0-b3aa-79178f1274a8\",\n                    \"businessTime\": 1776686852000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755618.839897713,\n                    \"instrumentId\": \"a2ef1168-20ec-4def-914d-829126b0be27\",\n                    \"businessTime\": 1776686852000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299604.73866325023,\n                    \"instrumentId\": \"ee958c54-e360-4ac5-b4cc-7854f3e3dc48\",\n                    \"businessTime\": 1776686852000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"ca13f31c-64c3-4bec-8312-0dc2006773b3\",\n                    \"businessTime\": 1776686852000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83688995.40119244,\n                    \"instrumentId\": \"3b6f263b-59c5-45b9-89af-3978448f5b42\",\n                    \"businessTime\": 1776686852000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6512723338,\n                    \"instrumentId\": \"f269e20f-17a0-4649-930d-32ba6ece5635\",\n                    \"businessTime\": 1776686852000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"36b192b0-5347-473e-9d39-06908140dd57\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.014154700280738\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053840.123927407,\n                    \"instrumentId\": \"91ac0ec3-3462-45f8-ace5-1acaecfdbaf8\",\n                    \"businessTime\": 1776686853000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283168.5406038943,\n                    \"instrumentId\": \"3ed7d785-311a-4042-ac20-23f15a2d2556\",\n                    \"businessTime\": 1776686853000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755670.48758972,\n                    \"instrumentId\": \"8aee61a5-a124-45db-a16f-6b3703b00d8f\",\n                    \"businessTime\": 1776686853000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299604.73866325023,\n                    \"instrumentId\": \"facee868-152e-4ae0-ab26-f0ee340c1cc0\",\n                    \"businessTime\": 1776686853000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"e01561ee-9f39-46c0-9596-2d0aff542011\",\n                    \"businessTime\": 1776686853000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83689008.59976658,\n                    \"instrumentId\": \"17c7be71-ca1c-43bc-9af3-440715191aa3\",\n                    \"businessTime\": 1776686853000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6512723338,\n                    \"instrumentId\": \"01a43dd7-3160-4770-849b-2997c3c6543c\",\n                    \"businessTime\": 1776686853000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d90d400f-cd63-4432-be16-bc8faf0b88e9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.014166098307467\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053842.824085635,\n                    \"instrumentId\": \"d7230566-6bba-4da3-83d2-68450c4402de\",\n                    \"businessTime\": 1776686854000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283191.899230883,\n                    \"instrumentId\": \"e9a6284b-fffb-426d-9380-6e2d55df1fe8\",\n                    \"businessTime\": 1776686854000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755670.48758972,\n                    \"instrumentId\": \"1f612253-179b-463d-939f-11225304ed8b\",\n                    \"businessTime\": 1776686854000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299604.73866325023,\n                    \"instrumentId\": \"d1af9436-a2be-4d8f-8e64-9efeaf715a8d\",\n                    \"businessTime\": 1776686854000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"2afe7e67-6680-4070-bd65-bb0b8874384c\",\n                    \"businessTime\": 1776686854000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83689027.8534817,\n                    \"instrumentId\": \"c4df21da-a062-4805-8ee1-dbcb4b58b637\",\n                    \"businessTime\": 1776686854000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6512723338,\n                    \"instrumentId\": \"e7d3f833-b4cc-40ad-b02f-79ea57886541\",\n                    \"businessTime\": 1776686854000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"00ba89ed-151a-4a41-9d11-6560ca9ead52\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01417406184004\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053854.095468437,\n                    \"instrumentId\": \"8a83e8fa-715d-4619-a294-28faeb0db723\",\n                    \"businessTime\": 1776686855000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283210.270688858,\n                    \"instrumentId\": \"5518f5a5-d514-45af-8ccc-0ea4eda07f40\",\n                    \"businessTime\": 1776686855000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755731.774998952,\n                    \"instrumentId\": \"51e288c5-4059-413d-bbdf-c1f41a22877e\",\n                    \"businessTime\": 1776686855000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.7445363923,\n                    \"instrumentId\": \"0e394776-c4eb-484b-8c74-28680bb64820\",\n                    \"businessTime\": 1776686855000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"8beb847f-a856-4a4e-b7b1-504a95570d4e\",\n                    \"businessTime\": 1776686855000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83689080.75840557,\n                    \"instrumentId\": \"0fc8d3a8-bcc8-411f-beac-317cc2ce91cd\",\n                    \"businessTime\": 1776686855000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6512723338,\n                    \"instrumentId\": \"89eb0e55-486e-4280-b4d8-884216e65ae0\",\n                    \"businessTime\": 1776686855000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8d467167-c35f-45ed-929e-d8e841963b0d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.014199692955508\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053863.883672718,\n                    \"instrumentId\": \"cc635c89-bfa9-4180-8190-6e1fa7d6dc71\",\n                    \"businessTime\": 1776686856000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283230.570239258,\n                    \"instrumentId\": \"07347e5b-04be-475b-af0c-6fcbf40714a1\",\n                    \"businessTime\": 1776686856000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755725.09301418,\n                    \"instrumentId\": \"1630315e-a43d-49f3-ad68-aa298b98a132\",\n                    \"businessTime\": 1776686856000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.7445363923,\n                    \"instrumentId\": \"5f221399-48f4-4452-b05a-f08c0bca776a\",\n                    \"businessTime\": 1776686856000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"a874ccbb-f62c-4a57-aff7-62be48db086d\",\n                    \"businessTime\": 1776686856000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83689102.95801347,\n                    \"instrumentId\": \"eaa9ab70-cc05-48c6-8b70-3f29e7d600a1\",\n                    \"businessTime\": 1776686856000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6512723338,\n                    \"instrumentId\": \"107ad724-627d-4da4-86f5-3cfb731b5398\",\n                    \"businessTime\": 1776686856000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f4004009-61e6-4fbe-be6c-b4bbb764c0f6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0142077079604\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053863.883672718,\n                    \"instrumentId\": \"98f4105e-0d50-4dc7-a07b-6e9c9ce68499\",\n                    \"businessTime\": 1776686857000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283230.9283383014,\n                    \"instrumentId\": \"ec9e5d18-e875-425d-9ff8-3da78c1d6fbe\",\n                    \"businessTime\": 1776686857000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755728.527021779,\n                    \"instrumentId\": \"0281677a-0e01-4ce7-8c00-0ac951d07f21\",\n                    \"businessTime\": 1776686857000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299614.60124401073,\n                    \"instrumentId\": \"7f01dc44-5759-486e-8ace-a760c030d45c\",\n                    \"businessTime\": 1776686857000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"76e25ce5-bfe0-4df0-876f-b835d67624ae\",\n                    \"businessTime\": 1776686857000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83689003.59342931,\n                    \"instrumentId\": \"e5cea222-39f5-429e-84b2-a88623db2f9c\",\n                    \"businessTime\": 1776686857000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6512723338,\n                    \"instrumentId\": \"3639bca5-809a-4f47-947a-1193b98cb423\",\n                    \"businessTime\": 1776686857000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ebc214d5-4f31-486a-8993-064fbfb651ad\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.014192292183616\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054009.475979921,\n                    \"instrumentId\": \"8a17e9c0-e948-4be3-a432-700c7e1910a2\",\n                    \"businessTime\": 1776686858000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283230.9283383014,\n                    \"instrumentId\": \"8e449443-5283-444a-82e0-119b337086f3\",\n                    \"businessTime\": 1776686858000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755728.594054714,\n                    \"instrumentId\": \"4ae558b2-56e5-4495-afe6-69c389fc978d\",\n                    \"businessTime\": 1776686858000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299614.60124401073,\n                    \"instrumentId\": \"a4405ccd-f7d7-459c-9102-f4da70b8fc4d\",\n                    \"businessTime\": 1776686858000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"550c032a-bdd1-452a-a1e1-69eaa770cd0a\",\n                    \"businessTime\": 1776686858000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83689028.69580515,\n                    \"instrumentId\": \"3b4f09e3-f75a-45cb-96dd-100bd6970d1c\",\n                    \"businessTime\": 1776686858000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6512723338,\n                    \"instrumentId\": \"ae57769e-b393-4d06-9651-a1110d42f1d5\",\n                    \"businessTime\": 1776686858000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"994ee804-9a2c-4332-a40a-7205f0357ab7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.014222303030007\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054081.3287249915,\n                    \"instrumentId\": \"0da3de9d-1a63-49a4-8ce3-876676806095\",\n                    \"businessTime\": 1776686859000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283290.55612748,\n                    \"instrumentId\": \"da79e6b3-772c-48d7-b061-cc002496124b\",\n                    \"businessTime\": 1776686859000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756518.553592507,\n                    \"instrumentId\": \"959e6116-41e0-4b3c-b1bf-e238b3a32da2\",\n                    \"businessTime\": 1776686859000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299615.22559275036,\n                    \"instrumentId\": \"e725bcd5-2977-4ba6-b2f4-f29d339ecce4\",\n                    \"businessTime\": 1776686859000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"2d7e6e33-b8ca-432f-aaf3-85daabda272b\",\n                    \"businessTime\": 1776686859000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83690975.52390796,\n                    \"instrumentId\": \"a173db26-1e1c-4bfb-925f-9f46b186f888\",\n                    \"businessTime\": 1776686859000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654907.2158438849,\n                    \"instrumentId\": \"9d77e229-9132-4275-87de-bb432cef9664\",\n                    \"businessTime\": 1776686859000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"906cf6f9-a07c-4aeb-906e-4802df55bbca\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.014727655770805\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054081.3287249915,\n                    \"instrumentId\": \"763f9380-5a5e-4817-8254-fce15900df36\",\n                    \"businessTime\": 1776686860000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283420.431556765,\n                    \"instrumentId\": \"94ef293c-e24c-4f99-a124-8902edd0e1e6\",\n                    \"businessTime\": 1776686860000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756600.015097884,\n                    \"instrumentId\": \"71cf3c3b-23ca-4dbb-abde-5f541b37184c\",\n                    \"businessTime\": 1776686860000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299613.4580806343,\n                    \"instrumentId\": \"bba6d734-ff0d-475f-a8d0-d7bf9e44e649\",\n                    \"businessTime\": 1776686860000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"f9a226be-94ce-4380-a615-bf4d30a04458\",\n                    \"businessTime\": 1776686860000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83692180.43794374,\n                    \"instrumentId\": \"60c31c51-3bf3-482f-a21b-e5fd8939fe1f\",\n                    \"businessTime\": 1776686860000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654907.2158438849,\n                    \"instrumentId\": \"defb71e5-e606-4815-8e22-d43ba3d4aea4\",\n                    \"businessTime\": 1776686860000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"382cb6e0-addd-401c-bcc6-48938203f863\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01497624688826\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054308.469052862,\n                    \"instrumentId\": \"9c337be1-86b0-4d48-912c-fe8d5b3161c8\",\n                    \"businessTime\": 1776686861000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283732.2124611554,\n                    \"instrumentId\": \"3611ca5f-da69-4563-88af-52fbdaadf161\",\n                    \"businessTime\": 1776686861000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756676.207940955,\n                    \"instrumentId\": \"77bd7546-4fcd-407e-b0b7-38778b86851a\",\n                    \"businessTime\": 1776686861000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299613.4580806343,\n                    \"instrumentId\": \"29e3cdf8-9aa7-47a7-baff-ba239ff1b34e\",\n                    \"businessTime\": 1776686861000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.09754631,\n                    \"instrumentId\": \"474f42f0-e4fd-479a-a4ae-baefa8679184\",\n                    \"businessTime\": 1776686861000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83692508.88599199,\n                    \"instrumentId\": \"7c48538b-0201-47c3-8ed0-6c297088b94e\",\n                    \"businessTime\": 1776686861000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654907.2158438849,\n                    \"instrumentId\": \"33875c3a-f47c-429a-83bc-be0453bfb841\",\n                    \"businessTime\": 1776686861000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0b00eae7-4270-455d-8570-2aeaf0115542\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01514207502949\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054457.073226364,\n                    \"instrumentId\": \"7846e6b8-712e-47fd-b012-c05e9e878455\",\n                    \"businessTime\": 1776686862000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284224.710680923,\n                    \"instrumentId\": \"4cc91fd4-0204-463b-b695-de6cb88e6cbe\",\n                    \"businessTime\": 1776686862000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756858.263049003,\n                    \"instrumentId\": \"32721596-97c3-47b0-b375-689e89fdf75e\",\n                    \"businessTime\": 1776686862000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299625.06002718885,\n                    \"instrumentId\": \"eb7c6e6f-6b76-4218-b5c8-330babdd2b40\",\n                    \"businessTime\": 1776686862000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387781.56401643064,\n                    \"instrumentId\": \"4ef41284-aaa0-417d-9f7a-e83ca6c3a1bd\",\n                    \"businessTime\": 1776686862000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83696850.22537324,\n                    \"instrumentId\": \"a9235155-1e20-43ce-8d35-c9f4f6a3b8ef\",\n                    \"businessTime\": 1776686862000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654924.6211613439,\n                    \"instrumentId\": \"2eb06410-26b8-47ca-8bc8-a70d9152d5bb\",\n                    \"businessTime\": 1776686862000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c9855273-5224-440d-8af5-826b2545b1e0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016106920480578\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054473.346623684,\n                    \"instrumentId\": \"9355afdf-7cd4-4258-9b87-d31f8d0ccd04\",\n                    \"businessTime\": 1776686863000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284225.395033467,\n                    \"instrumentId\": \"c8e0b38c-94b0-4284-89a8-8fe5d782e2ae\",\n                    \"businessTime\": 1776686863000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756661.472271664,\n                    \"instrumentId\": \"10921378-5fa1-4838-b818-a81f4c4be3cd\",\n                    \"businessTime\": 1776686863000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299636.8117839853,\n                    \"instrumentId\": \"bc28ab5e-8570-425d-8839-790e047afef4\",\n                    \"businessTime\": 1776686863000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"a627a840-43c9-4c11-8a8e-e78ad26dafb2\",\n                    \"businessTime\": 1776686863000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83696908.85084723,\n                    \"instrumentId\": \"af91a27e-b37d-4d02-9be1-6f854a46b524\",\n                    \"businessTime\": 1776686863000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654924.6211613439,\n                    \"instrumentId\": \"123e9bbc-c025-48ad-8085-27f6e178ecaf\",\n                    \"businessTime\": 1776686863000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d964d378-cf51-4f5b-8b06-d08c0ddf345e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01608394876833\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054463.14385356,\n                    \"instrumentId\": \"b151b030-9a18-46f7-95b1-e8d300257a77\",\n                    \"businessTime\": 1776686864000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284225.1149738417,\n                    \"instrumentId\": \"39df0490-5f15-4d41-b5c7-e2d10a0942a3\",\n                    \"businessTime\": 1776686864000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756572.17755679,\n                    \"instrumentId\": \"059d4eb4-0b47-498e-95fb-b20207afe318\",\n                    \"businessTime\": 1776686864000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299638.8015983957,\n                    \"instrumentId\": \"f6462351-4b61-449b-bbc0-04e3c7c7811b\",\n                    \"businessTime\": 1776686864000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387816.8199046417,\n                    \"instrumentId\": \"7000322c-8f52-45c0-a8c5-05cdaf7297d7\",\n                    \"businessTime\": 1776686864000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83696353.64521725,\n                    \"instrumentId\": \"0f2b8a5d-f313-4a5e-9303-f6ca4b40863b\",\n                    \"businessTime\": 1776686864000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654924.6211613439,\n                    \"instrumentId\": \"cfc0418b-e357-4211-94d3-39b896cbbcc0\",\n                    \"businessTime\": 1776686864000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7d683877-20aa-4045-ad2b-be5698cd110d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.015979118500145\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054480.3732987335,\n                    \"instrumentId\": \"0568b769-ed11-4470-a330-1ec6617dc99d\",\n                    \"businessTime\": 1776686865000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284259.296363174,\n                    \"instrumentId\": \"f0e4a081-b859-4201-b534-1ac39d50a500\",\n                    \"businessTime\": 1776686865000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756367.11072082,\n                    \"instrumentId\": \"dac3a062-a846-46e2-a5e8-625823e9f7c4\",\n                    \"businessTime\": 1776686865000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299638.8015983957,\n                    \"instrumentId\": \"06d62e8d-dc1b-4734-9006-bcefd27d55a7\",\n                    \"businessTime\": 1776686865000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3454293204,\n                    \"instrumentId\": \"5971ea2a-5199-4878-a398-eb63302832b2\",\n                    \"businessTime\": 1776686865000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83696353.62932445,\n                    \"instrumentId\": \"03da27fb-544c-459c-8f1c-63d629452948\",\n                    \"businessTime\": 1776686865000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654924.6211613439,\n                    \"instrumentId\": \"aa012b2a-8fcc-4e38-ae00-804e2ee10361\",\n                    \"businessTime\": 1776686865000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"639bc745-210d-45bf-b368-0dc68c5a7bfb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01594956729284\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054894.838309508,\n                    \"instrumentId\": \"7c27904f-91e9-42c7-afd1-891990897fb2\",\n                    \"businessTime\": 1776686866000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284264.6545906076,\n                    \"instrumentId\": \"ea8b4a94-32e6-4f09-9af6-a013971de3d2\",\n                    \"businessTime\": 1776686866000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756008.83832741,\n                    \"instrumentId\": \"dd54aeb9-ed9e-453d-bbd3-3de03acbd4b9\",\n                    \"businessTime\": 1776686866000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299646.40809160727,\n                    \"instrumentId\": \"288c298c-6222-4641-97be-d257ac9ab3e3\",\n                    \"businessTime\": 1776686866000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3386722516,\n                    \"instrumentId\": \"fe6e5e7e-926a-4839-9ed7-a9d570935818\",\n                    \"businessTime\": 1776686866000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83695247.90680641,\n                    \"instrumentId\": \"6df54be3-2305-49cc-bd43-8602e85dfd50\",\n                    \"businessTime\": 1776686866000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654964.3476836686,\n                    \"instrumentId\": \"bf90056a-23fa-4af3-83b8-7af9a53e34c4\",\n                    \"businessTime\": 1776686866000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"87b3bfdc-adbe-475c-95a0-edd95bfea7aa\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.015774374777056\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055047.55653008,\n                    \"instrumentId\": \"f44290bb-519f-44f7-9428-11b9bc803875\",\n                    \"businessTime\": 1776686867000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284338.005299753,\n                    \"instrumentId\": \"5100b59c-b17c-43db-a787-713c649619b4\",\n                    \"businessTime\": 1776686867000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756938.704030436,\n                    \"instrumentId\": \"a841ad16-333d-48a9-8912-143448f96cba\",\n                    \"businessTime\": 1776686867000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299646.40809160727,\n                    \"instrumentId\": \"31d8ea1b-ff18-4a96-ac61-eda49a5d2b4d\",\n                    \"businessTime\": 1776686867000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3386722516,\n                    \"instrumentId\": \"13bbcad9-42d1-41fa-8909-28027aca10cf\",\n                    \"businessTime\": 1776686867000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83708159.16689612,\n                    \"instrumentId\": \"6d5bd1c3-6b6b-4aff-a548-f1268b72546d\",\n                    \"businessTime\": 1776686867000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654964.3476836686,\n                    \"instrumentId\": \"701c58b1-c4df-4f4b-b5df-eca3045d66e4\",\n                    \"businessTime\": 1776686867000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8940d1f8-f8f4-4cfc-9ce3-0f718cc8fe7d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01824664098487\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055047.55653008,\n                    \"instrumentId\": \"8336a1c0-d785-4631-94c1-be60648e0993\",\n                    \"businessTime\": 1776686868000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284338.2230012794,\n                    \"instrumentId\": \"6dcb597a-d1dd-41bb-a191-fe0e24b97dea\",\n                    \"businessTime\": 1776686868000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757118.250793848,\n                    \"instrumentId\": \"730d64f2-ce1d-4b20-ae15-cc987e6c6840\",\n                    \"businessTime\": 1776686868000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299646.40809160727,\n                    \"instrumentId\": \"a6aee3b3-7d6d-4e1a-a196-52d292685cae\",\n                    \"businessTime\": 1776686868000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3386722516,\n                    \"instrumentId\": \"83e9eeb3-f1f9-4e61-ba51-7a2f2d654362\",\n                    \"businessTime\": 1776686868000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83708220.11284824,\n                    \"instrumentId\": \"3f718c07-7823-4493-8289-9a2689afbed1\",\n                    \"businessTime\": 1776686868000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654964.3476836686,\n                    \"instrumentId\": \"7953bdb0-0a76-4cf3-95a4-d7ef88d505f1\",\n                    \"businessTime\": 1776686868000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6093d073-7036-4f46-acd6-2e3546e7399d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.018288945100345\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055374.340871236,\n                    \"instrumentId\": \"70ed62b1-d5a4-4245-ad31-ac2335516b51\",\n                    \"businessTime\": 1776686869000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284431.85477472,\n                    \"instrumentId\": \"a3400b30-b3b4-4fbc-99ad-2e11f024268b\",\n                    \"businessTime\": 1776686869000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759894.87781801,\n                    \"instrumentId\": \"9a3296df-5875-4ff0-89fa-bb3fc74dedd9\",\n                    \"businessTime\": 1776686869000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299646.40809160727,\n                    \"instrumentId\": \"7daf8a3c-3e3f-47ef-a708-245fa922282e\",\n                    \"businessTime\": 1776686869000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3386722516,\n                    \"instrumentId\": \"457f3dde-0798-439e-ad87-e7dfc31bd13e\",\n                    \"businessTime\": 1776686869000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83709847.52544242,\n                    \"instrumentId\": \"87180765-a246-4382-8bdf-9eb2c25592d2\",\n                    \"businessTime\": 1776686869000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655056.4014973838,\n                    \"instrumentId\": \"aedf6825-16d8-44c0-8abd-5848aed07e65\",\n                    \"businessTime\": 1776686869000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"16a4d7ec-6e10-4e04-808f-3afb8a98996a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.019153006532097\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055389.526994087,\n                    \"instrumentId\": \"f456173d-c3f4-4639-adf2-e3a3758ebf28\",\n                    \"businessTime\": 1776686870000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284627.619072255,\n                    \"instrumentId\": \"796fc585-501f-4ee1-8699-9fb335c1f6da\",\n                    \"businessTime\": 1776686870000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760505.117450714,\n                    \"instrumentId\": \"ada7b3c0-f4ff-44ac-81d7-138c1e675a37\",\n                    \"businessTime\": 1776686870000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299678.9499887529,\n                    \"instrumentId\": \"b6ccb575-de21-4346-9b5e-34906fba4979\",\n                    \"businessTime\": 1776686870000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3386722516,\n                    \"instrumentId\": \"8eeeaf48-6df3-461b-bb2c-41b4bf13b2e0\",\n                    \"businessTime\": 1776686870000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83711030.86887062,\n                    \"instrumentId\": \"b5010c38-7845-43a3-b7e5-7980d2a4d018\",\n                    \"businessTime\": 1776686870000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655056.4014973838,\n                    \"instrumentId\": \"7d77e3e6-4ce6-42b9-a06a-beeb19dd0db1\",\n                    \"businessTime\": 1776686870000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3a1fa4ba-4c70-48d0-9438-e7a017b96ef8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.019511016264683\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055599.314761709,\n                    \"instrumentId\": \"fe631af5-5d5f-4f6f-a478-59e3c244fa19\",\n                    \"businessTime\": 1776686871000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284643.499103502,\n                    \"instrumentId\": \"510a2495-3d97-4a47-af3c-e84e32327dd2\",\n                    \"businessTime\": 1776686871000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763109.975319745,\n                    \"instrumentId\": \"305d8f38-24fb-4f51-b094-b9e681e613c5\",\n                    \"businessTime\": 1776686871000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299678.9499887529,\n                    \"instrumentId\": \"c706bca5-044c-46b1-899c-3d311fda804b\",\n                    \"businessTime\": 1776686871000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3386722516,\n                    \"instrumentId\": \"70c52b85-408e-477c-9744-24279bb0729a\",\n                    \"businessTime\": 1776686871000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83711075.56737202,\n                    \"instrumentId\": \"a89817f3-7352-4bee-b3e8-c399c1e77fdd\",\n                    \"businessTime\": 1776686871000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655056.4014973838,\n                    \"instrumentId\": \"a94907e3-1317-4048-b6d4-4010b383fd82\",\n                    \"businessTime\": 1776686871000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8148332c-52b2-4d89-8300-e9444c68f6fd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020016328069485\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055752.709097278,\n                    \"instrumentId\": \"21b7ca6b-1433-4599-b017-cf252a5cbd27\",\n                    \"businessTime\": 1776686872000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284770.4976610537,\n                    \"instrumentId\": \"49053a0c-acdc-4861-aae7-74030d21b670\",\n                    \"businessTime\": 1776686872000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763109.975319745,\n                    \"instrumentId\": \"ef6d66ce-35a6-4068-8fab-e1565287bfa2\",\n                    \"businessTime\": 1776686872000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299678.9499887529,\n                    \"instrumentId\": \"8caa1240-9c90-43c3-9d2f-3dd21569a948\",\n                    \"businessTime\": 1776686872000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3386722516,\n                    \"instrumentId\": \"fda7a817-db5f-4936-8cbc-a994e64815b0\",\n                    \"businessTime\": 1776686872000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83712385.59892961,\n                    \"instrumentId\": \"63e0941f-b40a-42aa-bda9-4f8392c09d4c\",\n                    \"businessTime\": 1776686872000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655056.4014973838,\n                    \"instrumentId\": \"7007e261-3301-4694-93fd-8c055506e638\",\n                    \"businessTime\": 1776686872000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4850f92f-a251-4a22-81ef-b05c9d2f5312\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020295840275235\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056156.537137562,\n                    \"instrumentId\": \"75d10efb-f2b0-4b08-bde2-4cb563cf6155\",\n                    \"businessTime\": 1776686873000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284776.3991546314,\n                    \"instrumentId\": \"4d56182e-587b-493d-8197-752c82a30574\",\n                    \"businessTime\": 1776686873000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763150.740528988,\n                    \"instrumentId\": \"af9fccca-c0a2-4ea5-8300-cd96f9fe1862\",\n                    \"businessTime\": 1776686873000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299678.9499887529,\n                    \"instrumentId\": \"a1f3849c-ee92-4e7c-bacf-55fc81d07ca1\",\n                    \"businessTime\": 1776686873000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3386722516,\n                    \"instrumentId\": \"b488dd09-fe3b-43f7-852f-3680dd98df9a\",\n                    \"businessTime\": 1776686873000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83712802.00276354,\n                    \"instrumentId\": \"27d2583a-4019-4321-9e68-dce0542bd362\",\n                    \"businessTime\": 1776686873000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655056.4014973838,\n                    \"instrumentId\": \"4e6b62f7-2619-4103-877b-4cc9759e79cb\",\n                    \"businessTime\": 1776686873000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"815b1396-9767-4634-bba6-5bd8b26421b7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02044819503394\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056156.537137562,\n                    \"instrumentId\": \"55c6ffaf-d6e7-4244-b31d-b1258e18a88a\",\n                    \"businessTime\": 1776686874000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284780.117039724,\n                    \"instrumentId\": \"7113c4bd-04cb-4dcd-81ff-2b4ba9b6a7b1\",\n                    \"businessTime\": 1776686874000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763150.772998553,\n                    \"instrumentId\": \"45708764-2700-457b-b129-f8b2353de857\",\n                    \"businessTime\": 1776686874000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299678.9499887529,\n                    \"instrumentId\": \"7ffd972c-245f-4e91-8dde-a218b434fde2\",\n                    \"businessTime\": 1776686874000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3386722516,\n                    \"instrumentId\": \"e3495204-2c2b-436f-8997-9c05b01230fa\",\n                    \"businessTime\": 1776686874000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83712857.97439231,\n                    \"instrumentId\": \"a63b656d-5184-42e9-b084-cec192d7eb1c\",\n                    \"businessTime\": 1776686874000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655056.4014973838,\n                    \"instrumentId\": \"69a5ed88-09d3-466a-8d03-7217ecd8f7ec\",\n                    \"businessTime\": 1776686874000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fe0120a9-a797-4f67-813e-b5a01403c02a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020458690988846\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056156.537137562,\n                    \"instrumentId\": \"7c55433f-06ab-4d21-b21e-ae81bd3c08ad\",\n                    \"businessTime\": 1776686875000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284963.5325345737,\n                    \"instrumentId\": \"b510853c-45a2-4bad-af3a-aac8cd475455\",\n                    \"businessTime\": 1776686875000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763150.772998553,\n                    \"instrumentId\": \"48f80432-b7f8-4c54-bb01-bfcb0fe0e9fa\",\n                    \"businessTime\": 1776686875000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299678.9499887529,\n                    \"instrumentId\": \"1d62b315-992d-4dbe-ba45-4234f9b23fe4\",\n                    \"businessTime\": 1776686875000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3386722516,\n                    \"instrumentId\": \"51065480-1449-4ce8-9cdb-9bbc84c154d4\",\n                    \"businessTime\": 1776686875000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83712879.56666781,\n                    \"instrumentId\": \"f0dbec9d-520f-4116-bb34-eb825c593863\",\n                    \"businessTime\": 1776686875000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655182.8414111091,\n                    \"instrumentId\": \"f7f585de-aafd-4daa-b121-7dd235127c0a\",\n                    \"businessTime\": 1776686875000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e65c7ea9-0842-41f7-ae25-cdafaa86db5f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02051694189993\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056170.80511367,\n                    \"instrumentId\": \"65a8dd9b-8185-4921-9e81-01d9f8091084\",\n                    \"businessTime\": 1776686876000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284964.359876827,\n                    \"instrumentId\": \"93de3b2e-0cae-48c5-8fe2-b28d308520ec\",\n                    \"businessTime\": 1776686876000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763275.478248822,\n                    \"instrumentId\": \"f8f4158e-9d6e-4642-80cf-a0f16b9f22a6\",\n                    \"businessTime\": 1776686876000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299678.9499887529,\n                    \"instrumentId\": \"968e1274-5f10-497f-ad16-5aa98e9e5e9d\",\n                    \"businessTime\": 1776686876000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3386722516,\n                    \"instrumentId\": \"b99a2560-f25d-4e32-aa5d-cf57c08ef450\",\n                    \"businessTime\": 1776686876000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83713877.58602984,\n                    \"instrumentId\": \"e6770616-4bb4-4a99-b858-e11a90af155e\",\n                    \"businessTime\": 1776686876000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655182.8414111091,\n                    \"instrumentId\": \"e9931cdf-c53d-4496-b657-eb65ee638223\",\n                    \"businessTime\": 1776686876000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f11ced75-68ae-4d28-a00a-1e5ceef390f5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020716910253302\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056339.682988364,\n                    \"instrumentId\": \"8ebf75c7-4ca4-4e48-a5f4-217793ffa4b0\",\n                    \"businessTime\": 1776686877000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284964.015629969,\n                    \"instrumentId\": \"e1af8621-81ea-4c5a-8c98-a5b1981e51aa\",\n                    \"businessTime\": 1776686877000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763803.924850686,\n                    \"instrumentId\": \"56bfaf06-47a0-4a4e-b549-8b834c5524c9\",\n                    \"businessTime\": 1776686877000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299835.23773706995,\n                    \"instrumentId\": \"cb1dd5aa-60cc-443d-99d5-305fdc0272d2\",\n                    \"businessTime\": 1776686877000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3498057136,\n                    \"instrumentId\": \"41449602-f328-4de1-9927-f3d3fe62aac6\",\n                    \"businessTime\": 1776686877000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83723509.4587968,\n                    \"instrumentId\": \"a310cf07-72b5-4f0c-9e61-a41e02e982b4\",\n                    \"businessTime\": 1776686877000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655182.8414111091,\n                    \"instrumentId\": \"e4329ae2-a8c1-4384-b569-2e5e01ce1b35\",\n                    \"businessTime\": 1776686877000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e30eecc7-0edb-4329-9e7e-9d3f6c69a1b8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022559643448105\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:07:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056430.422410471,\n                    \"instrumentId\": \"8997f041-948f-4b2c-be87-29838ff8e0b7\",\n                    \"businessTime\": 1776686878000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284989.79440344,\n                    \"instrumentId\": \"d866b424-058d-4583-a83c-54a20af19223\",\n                    \"businessTime\": 1776686878000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763816.611235164,\n                    \"instrumentId\": \"92ecb4b0-2bff-4c02-923a-be3980ec7e50\",\n                    \"businessTime\": 1776686878000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299872.7813384308,\n                    \"instrumentId\": \"f895984c-1578-4703-bd16-c3c56a2faafa\",\n                    \"businessTime\": 1776686878000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3498057136,\n                    \"instrumentId\": \"70df81e0-aa01-4b7e-a106-652d4a1d42ab\",\n                    \"businessTime\": 1776686878000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83726700.92422424,\n                    \"instrumentId\": \"5d7a7e99-23c7-49a6-b88b-808f9e2e48bf\",\n                    \"businessTime\": 1776686878000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655182.8414111091,\n                    \"instrumentId\": \"a99d2155-fa30-42f4-a8ce-a7124acd3160\",\n                    \"businessTime\": 1776686878000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e40e15ff-7397-433a-836e-c74944ab32ef\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023149839161437\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056520.94837083,\n                    \"instrumentId\": \"9a379411-4d55-4575-b88e-abcf3940d44f\",\n                    \"businessTime\": 1776686879000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284989.79440344,\n                    \"instrumentId\": \"22dd38c9-ab9d-40bc-9a36-99f2f056de74\",\n                    \"businessTime\": 1776686879000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764061.50953935,\n                    \"instrumentId\": \"0eb712a7-2d74-4631-b4d5-7920f1a4c222\",\n                    \"businessTime\": 1776686879000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299872.7813384308,\n                    \"instrumentId\": \"52d42abb-332c-4d12-ab0c-3e6f2fed0cee\",\n                    \"businessTime\": 1776686879000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.3498057136,\n                    \"instrumentId\": \"29364e61-98cc-4d65-83a2-d875e163ec44\",\n                    \"businessTime\": 1776686879000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83727275.14183095,\n                    \"instrumentId\": \"85a0193f-4627-4b79-908e-85007ab68008\",\n                    \"businessTime\": 1776686879000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655182.8414111091,\n                    \"instrumentId\": \"6331a67b-91e0-4d7b-b6d8-652d8cdc2f69\",\n                    \"businessTime\": 1776686879000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1138222b-3c57-48f3-bb25-dafd5d4ff6fb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023309705922642\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056520.94837083,\n                    \"instrumentId\": \"9e148a86-8e3e-4de3-9d8e-68357b318114\",\n                    \"businessTime\": 1776686880000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284869.6949847573,\n                    \"instrumentId\": \"c11670c0-9ed5-4f27-aa4a-031b0ebf024d\",\n                    \"businessTime\": 1776686880000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764061.50953935,\n                    \"instrumentId\": \"24e084d7-7b4c-4be9-9f63-2d0649690909\",\n                    \"businessTime\": 1776686880000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299873.24913569266,\n                    \"instrumentId\": \"b68f9fe3-3ecf-4e01-a84e-776b54aee435\",\n                    \"businessTime\": 1776686880000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387834.8703809409,\n                    \"instrumentId\": \"c655d115-10bf-4b45-bf87-97accb192264\",\n                    \"businessTime\": 1776686880000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83727950.20690082,\n                    \"instrumentId\": \"13261ee4-8028-472c-9c59-a5d9ea93bd4a\",\n                    \"businessTime\": 1776686880000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655179.5906485752,\n                    \"instrumentId\": \"c2392187-b871-4e4d-a304-8f257cacb44a\",\n                    \"businessTime\": 1776686880000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"18b387fc-81b3-42c9-a8b0-0ef75bc376bd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02341246572249\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056891.029139257,\n                    \"instrumentId\": \"cf226a7f-607f-48dd-9780-dd11e43d6e74\",\n                    \"businessTime\": 1776686881000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284868.783324563,\n                    \"instrumentId\": \"73a6ddf0-94f5-42b1-90ee-6af1c4a909ad\",\n                    \"businessTime\": 1776686881000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763759.815490669,\n                    \"instrumentId\": \"9700f78e-cabf-400d-8165-f175e0d90679\",\n                    \"businessTime\": 1776686881000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299873.24913569266,\n                    \"instrumentId\": \"a275804b-839b-4cf9-ad9c-6806505bc90e\",\n                    \"businessTime\": 1776686881000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387838.6037127759,\n                    \"instrumentId\": \"0315b5cc-315a-49ee-af1c-84029e6b0fed\",\n                    \"businessTime\": 1776686881000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83727793.59656057,\n                    \"instrumentId\": \"1003b0b8-b42d-4027-976b-dfbca874064b\",\n                    \"businessTime\": 1776686881000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655179.5906485752,\n                    \"instrumentId\": \"1b4bd5a0-6566-42dc-b8a6-db2cf754fb29\",\n                    \"businessTime\": 1776686881000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"49d31f33-e205-43de-ac6d-43810a636ebd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023397456592637\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056901.715401249,\n                    \"instrumentId\": \"c88cb623-1c99-4c1b-b0aa-6747335b8a1a\",\n                    \"businessTime\": 1776686882000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284778.4679534305,\n                    \"instrumentId\": \"b2ab8264-eb0d-46b4-aefc-30e4f1da4e87\",\n                    \"businessTime\": 1776686882000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763846.13031468,\n                    \"instrumentId\": \"111f18d5-175a-4958-9e2a-4c63cbce0fe4\",\n                    \"businessTime\": 1776686882000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299877.87206911977,\n                    \"instrumentId\": \"0c813c08-f53c-4000-81eb-5c7471e85c57\",\n                    \"businessTime\": 1776686882000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.11463261826,\n                    \"instrumentId\": \"6672e722-183b-4912-a5cf-a6ab6cf28573\",\n                    \"businessTime\": 1776686882000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83731557.29389653,\n                    \"instrumentId\": \"a4d75668-fa0c-46d2-b23e-6b9826319c71\",\n                    \"businessTime\": 1776686882000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655093.2110252959,\n                    \"instrumentId\": \"f600e7d1-522e-482d-9809-f13b975e0370\",\n                    \"businessTime\": 1776686882000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"90edc792-872f-4793-8a4c-7394e6e522cc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02404668985816\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056902.4588038325,\n                    \"instrumentId\": \"524685ee-6163-4c54-83b9-ed6ced7610bc\",\n                    \"businessTime\": 1776686883000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284778.4679534305,\n                    \"instrumentId\": \"2ae1631d-83a5-4c0d-a192-3ff8b2d872db\",\n                    \"businessTime\": 1776686883000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763775.667964883,\n                    \"instrumentId\": \"82346a30-8629-441d-935a-09bca4ba7e07\",\n                    \"businessTime\": 1776686883000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299877.87206911977,\n                    \"instrumentId\": \"6742e66f-9a99-41c4-b0e1-f37f3750790c\",\n                    \"businessTime\": 1776686883000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.11463261826,\n                    \"instrumentId\": \"b0df65c1-461c-4a50-8638-b5e6bcb1e88d\",\n                    \"businessTime\": 1776686883000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83730405.37427923,\n                    \"instrumentId\": \"7da88d42-6cae-4c3b-8b10-7b1cefcf4fa3\",\n                    \"businessTime\": 1776686883000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655093.2110252959,\n                    \"instrumentId\": \"9683b055-54c6-4eeb-8c78-d843a69c3916\",\n                    \"businessTime\": 1776686883000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f0ff5944-455b-4609-9486-777fc71fb8de\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02383199063768\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056875.93733482,\n                    \"instrumentId\": \"d4bf2260-558c-4ee8-b5a9-fcbb2a098799\",\n                    \"businessTime\": 1776686884000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284738.887205825,\n                    \"instrumentId\": \"20545384-ba7c-4ea1-8792-74b2f94b18b0\",\n                    \"businessTime\": 1776686884000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763366.102027882,\n                    \"instrumentId\": \"4c31cd55-3e51-4224-b05b-250162f5d6ec\",\n                    \"businessTime\": 1776686884000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299877.87206911977,\n                    \"instrumentId\": \"4ba389f7-54b1-4a95-a108-25fcb4748ae0\",\n                    \"businessTime\": 1776686884000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.11463261826,\n                    \"instrumentId\": \"54cea416-6c4f-4967-8959-5dbfde4198fb\",\n                    \"businessTime\": 1776686884000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83729620.98534526,\n                    \"instrumentId\": \"6dcabab9-26ed-4696-beac-98bc20fdbe44\",\n                    \"businessTime\": 1776686884000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655093.2110252959,\n                    \"instrumentId\": \"4d5670fb-56d9-49cd-9a9a-f4f0042f517d\",\n                    \"businessTime\": 1776686884000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"10fab214-a045-4cb9-99c0-9a17d710394e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023610539479932\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056875.93733482,\n                    \"instrumentId\": \"4195c266-c6a2-4d05-84f6-a0adf8d07a98\",\n                    \"businessTime\": 1776686885000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284722.940642876,\n                    \"instrumentId\": \"c24cbdc9-6627-49fe-a836-8127b64fd7f1\",\n                    \"businessTime\": 1776686885000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763366.102027882,\n                    \"instrumentId\": \"59ec850e-a613-4d79-a951-43e38f801f4f\",\n                    \"businessTime\": 1776686885000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299877.87206911977,\n                    \"instrumentId\": \"0c042373-9845-4d4a-be56-9ec99d118355\",\n                    \"businessTime\": 1776686885000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.11832924857,\n                    \"instrumentId\": \"926775b0-bcac-441c-96e2-08737193d9c5\",\n                    \"businessTime\": 1776686885000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83729450.64846285,\n                    \"instrumentId\": \"3fb17df6-6861-4d34-b823-8f22e0eaf24f\",\n                    \"businessTime\": 1776686885000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655010.0197751423,\n                    \"instrumentId\": \"153e321a-8d42-4cd8-a040-8c1da9c61536\",\n                    \"businessTime\": 1776686885000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5b7c6788-9f28-4f8e-aa22-93a61ba1ad6a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023563180780656\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056721.44806732,\n                    \"instrumentId\": \"4ab285a0-7a00-4239-b023-85c9a603437f\",\n                    \"businessTime\": 1776686886000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284714.7489275,\n                    \"instrumentId\": \"5940144a-8ed6-4c49-83f0-8a783c47f260\",\n                    \"businessTime\": 1776686886000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763170.143249579,\n                    \"instrumentId\": \"e399c2bc-6666-46ff-84d2-be39637a8b68\",\n                    \"businessTime\": 1776686886000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.99852082966,\n                    \"instrumentId\": \"170a3945-d8ff-4530-a7f3-254476eb8103\",\n                    \"businessTime\": 1776686886000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.11832924857,\n                    \"instrumentId\": \"fa7b223a-c3b3-4a95-b831-5d3d977d4f86\",\n                    \"businessTime\": 1776686886000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83729447.5282493,\n                    \"instrumentId\": \"1758de97-fc7b-499b-9572-719d9c465374\",\n                    \"businessTime\": 1776686886000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654993.838061952,\n                    \"instrumentId\": \"66fb2f63-6883-497c-b43c-5f1a4e3b7956\",\n                    \"businessTime\": 1776686886000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"820a0bb5-42c6-4ee4-aa0f-19c77d2248e0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02350679848958\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056721.44806732,\n                    \"instrumentId\": \"c1c754a3-fb50-4dd9-ba36-4cc923fca182\",\n                    \"businessTime\": 1776686887000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284670.4596845093,\n                    \"instrumentId\": \"28221712-ec93-43ee-9adc-97cbd5cd3b34\",\n                    \"businessTime\": 1776686887000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763170.143249579,\n                    \"instrumentId\": \"c8d396d7-902b-4d83-a5b5-bec5682ccf88\",\n                    \"businessTime\": 1776686887000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.99852082966,\n                    \"instrumentId\": \"31ba6649-1027-4696-9764-da8b9dda8e0c\",\n                    \"businessTime\": 1776686887000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.11832924857,\n                    \"instrumentId\": \"00b5f294-ef6b-4b20-8491-a5be55fdd64e\",\n                    \"businessTime\": 1776686887000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83729522.43598893,\n                    \"instrumentId\": \"eda74c22-09bc-489f-94a1-12c407827756\",\n                    \"businessTime\": 1776686887000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654993.838061952,\n                    \"instrumentId\": \"d32fc8f0-680d-4528-8c42-3ba45383076c\",\n                    \"businessTime\": 1776686887000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"49b02d54-15fe-4225-bddb-64bbd58cad85\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0235121795962\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056721.38701923,\n                    \"instrumentId\": \"07d1205e-e090-455e-8a1e-5482ed0ca3f6\",\n                    \"businessTime\": 1776686888000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284670.4596845093,\n                    \"instrumentId\": \"44051fdf-25d5-4d31-9899-01bf03bcb3cb\",\n                    \"businessTime\": 1776686888000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763143.89586355,\n                    \"instrumentId\": \"02fc02f7-68e4-42de-9d46-2107534902ab\",\n                    \"businessTime\": 1776686888000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.99852082966,\n                    \"instrumentId\": \"a55dc982-0200-4510-ad10-5a9f698e784b\",\n                    \"businessTime\": 1776686888000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.11832924857,\n                    \"instrumentId\": \"8c3bc6d4-8b01-400b-abaf-d51513730b80\",\n                    \"businessTime\": 1776686888000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83729521.38709457,\n                    \"instrumentId\": \"99f4490c-c522-4fd9-8d80-5e570cd535db\",\n                    \"businessTime\": 1776686888000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654993.838061952,\n                    \"instrumentId\": \"483e5ea3-ebd0-4951-9f3d-a62ec58a2e85\",\n                    \"businessTime\": 1776686888000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3c02d1b5-c495-4f59-8f58-f993107382ba\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023507371629858\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056720.349382473,\n                    \"instrumentId\": \"b9d507fb-c5d0-4e14-afb5-bdd9dff7d73b\",\n                    \"businessTime\": 1776686889000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284656.5751356976,\n                    \"instrumentId\": \"7f477340-3824-4eb3-a300-56383ee8c74c\",\n                    \"businessTime\": 1776686889000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763118.973935623,\n                    \"instrumentId\": \"0834f19a-3bdd-4e41-b8b2-5c0e7448d209\",\n                    \"businessTime\": 1776686889000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.99852082966,\n                    \"instrumentId\": \"1c55afd8-926a-4eaf-b7ff-f1cb8cf4c8f7\",\n                    \"businessTime\": 1776686889000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387843.56757961964,\n                    \"instrumentId\": \"e186d238-3ba4-44c1-ab44-b38e6d2be134\",\n                    \"businessTime\": 1776686889000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83729514.17072621,\n                    \"instrumentId\": \"d8aec860-378b-4f18-a214-da48cd3ecea3\",\n                    \"businessTime\": 1776686889000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654993.838061952,\n                    \"instrumentId\": \"de0e9a8d-0850-4a53-80a6-394cff29ddf5\",\n                    \"businessTime\": 1776686889000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"75662a3c-0049-4a53-99f7-ab2876f76bb0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02349900410236\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056720.349382473,\n                    \"instrumentId\": \"4ca80464-f090-40a9-a18c-b35195ebc4ad\",\n                    \"businessTime\": 1776686890000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284652.7820681357,\n                    \"instrumentId\": \"4b010763-1e61-4a34-95db-28263695abfe\",\n                    \"businessTime\": 1776686890000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763118.973935623,\n                    \"instrumentId\": \"9a349d23-2b70-435f-9fc6-d9afa0601561\",\n                    \"businessTime\": 1776686890000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.99852082966,\n                    \"instrumentId\": \"dbb68b0d-89ff-46a2-a2bd-ed5c2f5edf56\",\n                    \"businessTime\": 1776686890000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387843.56757961964,\n                    \"instrumentId\": \"c28b851c-121e-4942-9de9-fd59531bd61b\",\n                    \"businessTime\": 1776686890000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83729469.24682103,\n                    \"instrumentId\": \"97035a28-35fd-4cc1-856d-d4483d7f5cd1\",\n                    \"businessTime\": 1776686890000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654993.838061952,\n                    \"instrumentId\": \"e48e3e27-fab9-46ba-b888-93df689ccf0b\",\n                    \"businessTime\": 1776686890000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e278a939-8cb2-4d88-89a5-14f2dc798a3f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023490442244228\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056720.349382473,\n                    \"instrumentId\": \"146ed473-358e-46fa-ada8-994039a9b44d\",\n                    \"businessTime\": 1776686891000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284652.1017111903,\n                    \"instrumentId\": \"802c5085-30a6-48dc-a685-ad04f08d6e82\",\n                    \"businessTime\": 1776686891000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763068.00112675,\n                    \"instrumentId\": \"5ebe7276-9fc7-464b-b5ac-950b044ac35b\",\n                    \"businessTime\": 1776686891000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299959.18134409474,\n                    \"instrumentId\": \"babb5df8-430b-4350-932f-5dc290a6c93c\",\n                    \"businessTime\": 1776686891000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387843.56757961964,\n                    \"instrumentId\": \"ad479a5f-5700-46d8-b261-b0ed0068ed0b\",\n                    \"businessTime\": 1776686891000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83729451.59477408,\n                    \"instrumentId\": \"381682e3-b5cb-4d56-a807-7f35a6fd7373\",\n                    \"businessTime\": 1776686891000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654993.838061952,\n                    \"instrumentId\": \"6c4ef4d7-0b36-4890-b8db-2772bb89d4c4\",\n                    \"businessTime\": 1776686891000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a26f4b07-1f38-4b22-86af-ab6f6a9a33b5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023482512123053\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056555.784691016,\n                    \"instrumentId\": \"9ea3222b-8c6b-411a-b902-196af8ba4fda\",\n                    \"businessTime\": 1776686892000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284535.8132423027,\n                    \"instrumentId\": \"44e232ea-09ff-4d4a-9f30-0e96e9931754\",\n                    \"businessTime\": 1776686892000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763015.577327939,\n                    \"instrumentId\": \"f62a9a4a-f816-427d-86a2-df79fa53dcc2\",\n                    \"businessTime\": 1776686892000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299959.18134409474,\n                    \"instrumentId\": \"75e80ca7-9e9c-4363-b4da-d5789a58da9e\",\n                    \"businessTime\": 1776686892000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387843.56757961964,\n                    \"instrumentId\": \"ee1e8511-cb21-40b7-ae6c-b43752b08b96\",\n                    \"businessTime\": 1776686892000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83729030.42926604,\n                    \"instrumentId\": \"517d4437-3c6f-4ac5-ba6d-2be3a8a6c674\",\n                    \"businessTime\": 1776686892000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654997.8205443928,\n                    \"instrumentId\": \"5425d5ae-3898-4420-9baf-4c7c2d11e664\",\n                    \"businessTime\": 1776686892000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"08bec001-3de5-4d7e-b055-eb7f4587a463\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02335062108882\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056555.784691016,\n                    \"instrumentId\": \"466421bc-f6da-49cc-bc7d-e4af9e366e8c\",\n                    \"businessTime\": 1776686893000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284429.8649914213,\n                    \"instrumentId\": \"269ff6f9-0b72-4deb-8438-025194134bac\",\n                    \"businessTime\": 1776686893000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762797.7694919,\n                    \"instrumentId\": \"7c174512-c1f2-428d-8ecc-a7d7d6f0f132\",\n                    \"businessTime\": 1776686893000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299959.18134409474,\n                    \"instrumentId\": \"13b2ef70-61c7-491a-bae2-3ce391b770e4\",\n                    \"businessTime\": 1776686893000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387841.9758284311,\n                    \"instrumentId\": \"60811c00-1799-4398-9ad3-60cce1452e65\",\n                    \"businessTime\": 1776686893000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83726770.3333788,\n                    \"instrumentId\": \"217048c4-3164-4d13-b024-1d66a9ea5080\",\n                    \"businessTime\": 1776686893000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654997.8205443928,\n                    \"instrumentId\": \"c4029aff-f5c3-47a3-9f60-a0ce3b56e710\",\n                    \"businessTime\": 1776686893000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c0b4fe94-d8b4-4d21-930c-5273db804f34\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02289623730581\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056321.920819211,\n                    \"instrumentId\": \"dba5a3b3-3687-4e29-b307-768f417bc40f\",\n                    \"businessTime\": 1776686894000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284430.0746891783,\n                    \"instrumentId\": \"2e4d2a5d-fdef-4e60-84eb-5e8c173f45f5\",\n                    \"businessTime\": 1776686894000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761940.638691617,\n                    \"instrumentId\": \"9732f047-ff10-414c-8788-cd99e380e68b\",\n                    \"businessTime\": 1776686894000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299959.18134409474,\n                    \"instrumentId\": \"de31e9ea-581a-42b2-89d7-d31aefe0b2a0\",\n                    \"businessTime\": 1776686894000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387841.9758284311,\n                    \"instrumentId\": \"1c7d9b5e-b060-4cd8-949b-be7a32a2001d\",\n                    \"businessTime\": 1776686894000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83726005.54457659,\n                    \"instrumentId\": \"d0afa2b7-9a94-4f05-8896-721d66fc888b\",\n                    \"businessTime\": 1776686894000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654997.8205443928,\n                    \"instrumentId\": \"4d74a16f-990e-4815-8668-eca154f0df58\",\n                    \"businessTime\": 1776686894000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4f939a6a-2d10-4282-aa11-10fbac18cb6e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022570125921533\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056257.55103918,\n                    \"instrumentId\": \"ee4f35f3-f4b5-4f1b-9053-ade81d1e1234\",\n                    \"businessTime\": 1776686895000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284314.888214498,\n                    \"instrumentId\": \"545298f4-699f-4285-8b17-bc84d1b18f79\",\n                    \"businessTime\": 1776686895000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761361.057829339,\n                    \"instrumentId\": \"c5e2d123-5735-49c2-84f8-9f939afb299f\",\n                    \"businessTime\": 1776686895000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299959.18134409474,\n                    \"instrumentId\": \"1c57d5d0-c497-4ee2-b396-0d00d343f117\",\n                    \"businessTime\": 1776686895000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387841.9758284311,\n                    \"instrumentId\": \"10fcdbf7-377c-499c-90ab-7e81cc892338\",\n                    \"businessTime\": 1776686895000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83723494.25586443,\n                    \"instrumentId\": \"ba2cdfcd-1429-4fbe-9986-7aa595480396\",\n                    \"businessTime\": 1776686895000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654997.8205443928,\n                    \"instrumentId\": \"24640641-2965-4bd5-b3c2-51df8c4079db\",\n                    \"businessTime\": 1776686895000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9c049fbc-31c4-470f-a6fa-a464ca073449\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.021995358640485\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056181.362487481,\n                    \"instrumentId\": \"605229c9-a05f-4e39-b323-0da35532865a\",\n                    \"businessTime\": 1776686896000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283962.7735939263,\n                    \"instrumentId\": \"737945bb-5e46-49a3-8727-72067827243d\",\n                    \"businessTime\": 1776686896000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760616.733102353,\n                    \"instrumentId\": \"b30097ee-a85f-4e4e-8379-08104a3a7160\",\n                    \"businessTime\": 1776686896000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299927.5197319238,\n                    \"instrumentId\": \"a123ae38-38dc-4017-87d9-b463e10d21ff\",\n                    \"businessTime\": 1776686896000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387765.84524519555,\n                    \"instrumentId\": \"559c9654-e284-431b-b68a-48dddfbb316f\",\n                    \"businessTime\": 1776686896000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83720307.95092832,\n                    \"instrumentId\": \"d8bbf9d3-f8d0-4d7c-8139-b90772192a17\",\n                    \"businessTime\": 1776686896000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655004.245259038,\n                    \"instrumentId\": \"c51d1059-fa3b-4786-90cd-5b9df4ca75d3\",\n                    \"businessTime\": 1776686896000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"449458f0-11ce-4fb7-89ec-e7898fa9d95d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.021211474577896\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056181.362487481,\n                    \"instrumentId\": \"5e4472fd-2107-4cfc-9ef3-4f126f749d06\",\n                    \"businessTime\": 1776686897000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283952.016794138,\n                    \"instrumentId\": \"90984a3d-797f-41fb-a764-5c0f4a9e66bb\",\n                    \"businessTime\": 1776686897000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760650.285446184,\n                    \"instrumentId\": \"176c48c4-5550-4530-8c52-4555b64825cc\",\n                    \"businessTime\": 1776686897000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299829.95023209904,\n                    \"instrumentId\": \"ac84faeb-c606-4481-8b9f-29c4ea9d90c4\",\n                    \"businessTime\": 1776686897000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387765.84524519555,\n                    \"instrumentId\": \"2dcee20b-0350-43b4-b7ca-69ee3773c3d7\",\n                    \"businessTime\": 1776686897000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83719041.95850728,\n                    \"instrumentId\": \"811db849-5e2a-4c4d-aca3-ee8fdf090d38\",\n                    \"businessTime\": 1776686897000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655004.245259038,\n                    \"instrumentId\": \"326baded-a976-4596-9900-12ed74f296a3\",\n                    \"businessTime\": 1776686897000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d267997b-3ac0-4623-8887-157db077f172\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020975839010795\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056181.362487481,\n                    \"instrumentId\": \"5ad5a2be-82a9-477f-bf5d-2056e97c2cb8\",\n                    \"businessTime\": 1776686898000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283948.4090856696,\n                    \"instrumentId\": \"e6aa2e79-5c52-4842-bd2f-5eb254ccbf44\",\n                    \"businessTime\": 1776686898000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760629.176755093,\n                    \"instrumentId\": \"cf0d5e68-17bd-48ea-acf3-0f8e919129ce\",\n                    \"businessTime\": 1776686898000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299829.95023209904,\n                    \"instrumentId\": \"641cb32b-9047-406e-8cee-ec48bf611e79\",\n                    \"businessTime\": 1776686898000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387762.22184874356,\n                    \"instrumentId\": \"c184fdc4-9f0a-4982-ab54-d0465bb9214f\",\n                    \"businessTime\": 1776686898000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83719305.62588897,\n                    \"instrumentId\": \"803a6e60-46f1-4e61-81e8-94ffee253587\",\n                    \"businessTime\": 1776686898000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655004.245259038,\n                    \"instrumentId\": \"b7c13a88-59fc-4047-82b7-ec5d7c76a292\",\n                    \"businessTime\": 1776686898000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bca0466f-1772-4d19-847e-8683724a816f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02101719711021\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056105.308871112,\n                    \"instrumentId\": \"11faf37d-5e7d-473a-9ada-f177a5be2e68\",\n                    \"businessTime\": 1776686899000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283857.6122339875,\n                    \"instrumentId\": \"cc45ec9a-1ab9-4602-a5fc-89b9963804a4\",\n                    \"businessTime\": 1776686899000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759904.05951846,\n                    \"instrumentId\": \"d5171c08-e440-4177-a1e4-f5b416bef0e9\",\n                    \"businessTime\": 1776686899000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299829.95023209904,\n                    \"instrumentId\": \"f8ebf3a8-0ca8-4dad-bd03-3e9688c3daa7\",\n                    \"businessTime\": 1776686899000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387762.22184874356,\n                    \"instrumentId\": \"fbcfa10e-b00a-4462-835c-b1cfdac6173e\",\n                    \"businessTime\": 1776686899000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83719415.36157826,\n                    \"instrumentId\": \"c15f17fd-cd42-44a2-bfeb-b0b353c9e0f4\",\n                    \"businessTime\": 1776686899000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655004.245259038,\n                    \"instrumentId\": \"fcb7e587-88e1-4cb2-8be8-fa86fc59594e\",\n                    \"businessTime\": 1776686899000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"998522cf-a2f5-46ae-bd13-7e7a9840f8b9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020879722239314\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056018.59009573,\n                    \"instrumentId\": \"676138ad-dad2-4bf2-91ee-db4fec903ecf\",\n                    \"businessTime\": 1776686900000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283719.63718227,\n                    \"instrumentId\": \"4ebce677-8488-430a-ba9e-3137ea49d7a0\",\n                    \"businessTime\": 1776686900000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759342.071757752,\n                    \"instrumentId\": \"2aee0d4d-8fe2-4d10-b671-2d098925515e\",\n                    \"businessTime\": 1776686900000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299829.95023209904,\n                    \"instrumentId\": \"bb8e3ded-a565-4edd-bd56-4cb20b0df870\",\n                    \"businessTime\": 1776686900000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387762.22184874356,\n                    \"instrumentId\": \"d7c1c697-6b5d-40b3-ad26-0c6bfe038019\",\n                    \"businessTime\": 1776686900000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83718107.77300076,\n                    \"instrumentId\": \"5be1287b-19d4-473c-9b91-5b3028b5e17c\",\n                    \"businessTime\": 1776686900000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655004.4277114868,\n                    \"instrumentId\": \"334f5311-0c03-4460-b4f7-474b44d7a07a\",\n                    \"businessTime\": 1776686900000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5a95ae8b-abdb-4dc0-851f-3b4c3bf4413e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020511692764295\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056018.59009573,\n                    \"instrumentId\": \"eb398563-1f70-4236-895a-298fea54ef81\",\n                    \"businessTime\": 1776686901000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283719.6225434155,\n                    \"instrumentId\": \"52fdbe12-0f5d-46f3-b11c-c0a3a99b1620\",\n                    \"businessTime\": 1776686901000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759051.978529247,\n                    \"instrumentId\": \"f44c5f5a-c33e-434f-a7f1-f936ceefa8a8\",\n                    \"businessTime\": 1776686901000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299828.63839542953,\n                    \"instrumentId\": \"a81e8b85-ab25-4f0a-8a3b-3d593abb00b6\",\n                    \"businessTime\": 1776686901000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387762.09412459965,\n                    \"instrumentId\": \"b110f413-12be-475d-af4a-e23779ee0ba8\",\n                    \"businessTime\": 1776686901000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83717894.19789276,\n                    \"instrumentId\": \"68beab03-4e52-4c5d-ba7c-9eb28cc91562\",\n                    \"businessTime\": 1776686901000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655018.1685291699,\n                    \"instrumentId\": \"79d417c5-1f96-41a2-9b85-c2632c4b1cfa\",\n                    \"businessTime\": 1776686901000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"14186f3a-3b72-441d-bc34-93cadd59f50b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020425333938547\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056018.59009573,\n                    \"instrumentId\": \"64f09909-6f82-4d3e-b7a6-d25f085564d6\",\n                    \"businessTime\": 1776686902000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283719.2427138304,\n                    \"instrumentId\": \"dd35d11e-e1ff-4a3c-a313-0ed3a7d9dc81\",\n                    \"businessTime\": 1776686902000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759051.978529247,\n                    \"instrumentId\": \"eaa1ea8d-cda7-423e-b574-3a4181f84475\",\n                    \"businessTime\": 1776686902000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299828.63839542953,\n                    \"instrumentId\": \"0e9161a6-7099-48be-b576-80163f9d83bd\",\n                    \"businessTime\": 1776686902000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387762.09412459965,\n                    \"instrumentId\": \"5eded219-030f-4dca-acc4-46656825a084\",\n                    \"businessTime\": 1776686902000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83717929.03684095,\n                    \"instrumentId\": \"dfea6edd-be55-4763-96b3-2fca720ca5f7\",\n                    \"businessTime\": 1776686902000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655033.4573144118,\n                    \"instrumentId\": \"ad2ad5b6-f17d-43c0-a4ba-d754cbd3df25\",\n                    \"businessTime\": 1776686902000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"30b9e382-68bf-4d47-b94b-b0cd6a5a5f22\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020434076979647\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055315.637569759,\n                    \"instrumentId\": \"9061a6e6-cf82-4d68-b780-4aa78a59a4ca\",\n                    \"businessTime\": 1776686903000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283719.2427138304,\n                    \"instrumentId\": \"e36e0de3-030a-483e-b34e-0d937b1abb5b\",\n                    \"businessTime\": 1776686903000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758960.468633145,\n                    \"instrumentId\": \"1d2dc133-63a0-47aa-a517-3142657e0570\",\n                    \"businessTime\": 1776686903000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299828.63839542953,\n                    \"instrumentId\": \"6b6c3bd1-a64d-4329-ba02-5320fa0e4f3e\",\n                    \"businessTime\": 1776686903000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387762.09412459965,\n                    \"instrumentId\": \"60d0aa96-1069-484b-b7ef-52705f70e333\",\n                    \"businessTime\": 1776686903000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83717894.50660962,\n                    \"instrumentId\": \"27192322-3673-4f9f-980b-750ccff31b1e\",\n                    \"businessTime\": 1776686903000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655033.4573144118,\n                    \"instrumentId\": \"c6e8d752-1678-40b3-9815-a2bb83fe5e46\",\n                    \"businessTime\": 1776686903000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"898f9310-9e26-4a2f-97b8-ae30cf5a4f53\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02028838407044\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055315.637569759,\n                    \"instrumentId\": \"aa8917e9-0e41-403a-a081-528325740926\",\n                    \"businessTime\": 1776686904000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283554.2565094917,\n                    \"instrumentId\": \"bcd5b1aa-616d-4d9f-b21a-86834376b8d8\",\n                    \"businessTime\": 1776686904000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758817.723255837,\n                    \"instrumentId\": \"a7054353-afd3-4feb-8b82-1e59b112b86b\",\n                    \"businessTime\": 1776686904000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299828.63839542953,\n                    \"instrumentId\": \"f416aec1-8569-40b3-9c1f-95df3e230b3f\",\n                    \"businessTime\": 1776686904000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387762.09412459965,\n                    \"instrumentId\": \"013d6ded-0977-44d4-ab99-caeac5e818d7\",\n                    \"businessTime\": 1776686904000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83717837.8645885,\n                    \"instrumentId\": \"fe5cf183-9084-4a46-9d01-42d36e597cb1\",\n                    \"businessTime\": 1776686904000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655033.4573144118,\n                    \"instrumentId\": \"aa599ed6-7936-4141-b95d-5758724ae565\",\n                    \"businessTime\": 1776686904000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7f9f14db-bdf5-4540-96f9-ef00fab8904e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020224346530412\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055183.49067878,\n                    \"instrumentId\": \"b4569516-fa13-4481-a730-c23ca9be7885\",\n                    \"businessTime\": 1776686905000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283448.7031925153,\n                    \"instrumentId\": \"0f901e34-13a1-43d3-8b0c-526e4ebf7856\",\n                    \"businessTime\": 1776686905000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758677.098748388,\n                    \"instrumentId\": \"d2a2cf3a-637a-4cde-98b4-d2c90b6745fa\",\n                    \"businessTime\": 1776686905000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299828.63839542953,\n                    \"instrumentId\": \"ea741d47-8566-4348-940c-7f00a998b7a8\",\n                    \"businessTime\": 1776686905000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387970.2513826524,\n                    \"instrumentId\": \"ce9a52ae-dc53-4263-896c-dbe54c4a4136\",\n                    \"businessTime\": 1776686905000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83716672.78248045,\n                    \"instrumentId\": \"dd370af0-dd17-4a4e-abfe-670519610a22\",\n                    \"businessTime\": 1776686905000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655033.4573144118,\n                    \"instrumentId\": \"61a68d45-b4b2-4725-90f0-456fabfaeded\",\n                    \"businessTime\": 1776686905000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"734ec422-281d-46a0-9f16-2d18989fad48\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.019989680525942\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055183.49067878,\n                    \"instrumentId\": \"3bf11064-d0d1-489a-9364-8c3b291e1c7d\",\n                    \"businessTime\": 1776686906000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283448.7031925153,\n                    \"instrumentId\": \"281c88fb-f527-4051-b712-a996cb96d6d1\",\n                    \"businessTime\": 1776686906000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758482.116831983,\n                    \"instrumentId\": \"3275cbbb-fd73-4f40-be2c-c89d1d57df23\",\n                    \"businessTime\": 1776686906000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299828.63839542953,\n                    \"instrumentId\": \"cc3831c1-3b38-4c38-b53e-dfc95abfdcc8\",\n                    \"businessTime\": 1776686906000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387970.2513826524,\n                    \"instrumentId\": \"9d99011b-626c-464d-a92d-9204df286838\",\n                    \"businessTime\": 1776686906000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83716141.80114456,\n                    \"instrumentId\": \"44b58f8c-3895-48d8-ba75-9e202a797062\",\n                    \"businessTime\": 1776686906000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655033.4573144118,\n                    \"instrumentId\": \"4e46adaf-59de-4a14-a4ad-128c0635793e\",\n                    \"businessTime\": 1776686906000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"84dfd568-341a-49ef-8329-bcd9c5c2b3ef\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.019862094717105\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054520.167176889,\n                    \"instrumentId\": \"fe606bb9-0cb6-42f7-abad-03cd2381b299\",\n                    \"businessTime\": 1776686907000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283243.7412937903,\n                    \"instrumentId\": \"fa9a15a5-c420-4151-8735-44e35a58e245\",\n                    \"businessTime\": 1776686907000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758208.435914082,\n                    \"instrumentId\": \"dbed50c3-a2e3-4a16-a14a-ff4da8f052d8\",\n                    \"businessTime\": 1776686907000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299759.6035427343,\n                    \"instrumentId\": \"4d22975a-7ed4-4c93-8f29-c5f4f6039146\",\n                    \"businessTime\": 1776686907000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387880.56340685964,\n                    \"instrumentId\": \"b94d2285-8e89-4a6b-acd9-09d74188241a\",\n                    \"businessTime\": 1776686907000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83712618.24788705,\n                    \"instrumentId\": \"949a6caf-5d43-435f-9a7a-902e973e2e08\",\n                    \"businessTime\": 1776686907000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655033.4573144118,\n                    \"instrumentId\": \"8d43929c-c044-4e0b-ba17-fd6c4aa5c1c7\",\n                    \"businessTime\": 1776686907000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bf314b2f-b930-47a4-9f6e-b04020ef9a9b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.019014248951812\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054520.167176889,\n                    \"instrumentId\": \"df3dc177-e944-4a9c-98b9-da95b29b4e3d\",\n                    \"businessTime\": 1776686908000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283118.3333303593,\n                    \"instrumentId\": \"68374110-719a-4adf-b744-93065b8f2b2c\",\n                    \"businessTime\": 1776686908000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758290.5796054,\n                    \"instrumentId\": \"61bc4dc1-3cb4-48ae-823b-c3282b874cc7\",\n                    \"businessTime\": 1776686908000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299759.6035427343,\n                    \"instrumentId\": \"784c38d8-774b-4750-a878-bba1f691412a\",\n                    \"businessTime\": 1776686908000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387880.56340685964,\n                    \"instrumentId\": \"c79852fb-6843-47fa-ae39-dbebbdf7bffb\",\n                    \"businessTime\": 1776686908000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83710377.30114202,\n                    \"instrumentId\": \"f4e731cd-287a-4b5c-8251-f3997128aa0f\",\n                    \"businessTime\": 1776686908000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654848.3939148277,\n                    \"instrumentId\": \"34f4aa50-dd8e-48bb-afad-f660d335898e\",\n                    \"businessTime\": 1776686908000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1c64d3aa-6e24-442b-b21b-0442c49adb98\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.018580281567502\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053728.547849817,\n                    \"instrumentId\": \"a5d71422-def5-42cd-92b2-c0f0a9b9bc31\",\n                    \"businessTime\": 1776686909000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283117.1610017153,\n                    \"instrumentId\": \"e53bcf94-1e84-4872-98f5-bbdf5009b84c\",\n                    \"businessTime\": 1776686909000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758292.195894178,\n                    \"instrumentId\": \"40730fbc-be98-4a22-96d7-e9291d1b0b52\",\n                    \"businessTime\": 1776686909000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299759.5505890769,\n                    \"instrumentId\": \"af9c8b9f-43ec-4caa-b44c-16806bbc4826\",\n                    \"businessTime\": 1776686909000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387786.46581807715,\n                    \"instrumentId\": \"0d375b36-3f37-45cf-906a-0244301122a5\",\n                    \"businessTime\": 1776686909000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83708450.27912237,\n                    \"instrumentId\": \"85bb5539-441d-48ba-bacf-080a7662db04\",\n                    \"businessTime\": 1776686909000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654848.3939148277,\n                    \"instrumentId\": \"26f55857-b00a-4790-a0ac-3f38fbfaed6e\",\n                    \"businessTime\": 1776686909000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"24adadd0-0cfc-4af7-ad5b-8e2244c89174\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01808602006855\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053721.996611623,\n                    \"instrumentId\": \"d08aa024-d0d8-4d6e-9f19-ddf3c70c510c\",\n                    \"businessTime\": 1776686910000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283117.1610017153,\n                    \"instrumentId\": \"1ffc708b-00fa-48f6-8087-06985f6ce62e\",\n                    \"businessTime\": 1776686910000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758423.320660068,\n                    \"instrumentId\": \"1d554240-aa63-4cd9-8d30-ddd32c098da7\",\n                    \"businessTime\": 1776686910000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299759.5505890769,\n                    \"instrumentId\": \"bae05daf-1a23-4d7c-9ce5-d3a62716d6cc\",\n                    \"businessTime\": 1776686910000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387786.46581807715,\n                    \"instrumentId\": \"bd32f26e-9372-422e-88a6-4d16eec3af8d\",\n                    \"businessTime\": 1776686910000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83708388.60746767,\n                    \"instrumentId\": \"c34664d4-6c84-41f4-9278-dae85f7dae00\",\n                    \"businessTime\": 1776686910000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654848.3939148277,\n                    \"instrumentId\": \"3072d351-09e7-4bf4-ad47-4b736766b50f\",\n                    \"businessTime\": 1776686910000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"be0776f0-40f8-463d-b9a7-a7eb1291a996\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01809707487927\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053721.996611623,\n                    \"instrumentId\": \"02a5ca83-40a3-4e5b-b684-f0b984d13562\",\n                    \"businessTime\": 1776686911000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283075.7874166714,\n                    \"instrumentId\": \"f0c7b39b-5632-4642-8a6b-cc6d08c22907\",\n                    \"businessTime\": 1776686911000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757447.627765166,\n                    \"instrumentId\": \"c381facd-2a39-43ca-a87a-f57bb06a2666\",\n                    \"businessTime\": 1776686911000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299760.0344644486,\n                    \"instrumentId\": \"570d1222-958f-4c47-8606-87218f2f453a\",\n                    \"businessTime\": 1776686911000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387678.6041537845,\n                    \"instrumentId\": \"99e78729-701d-4ee5-b779-950418c27f23\",\n                    \"businessTime\": 1776686911000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83705973.18077414,\n                    \"instrumentId\": \"4e8faf53-5df0-4d34-8e0b-9d36cbcf24b9\",\n                    \"businessTime\": 1776686911000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654848.3939148277,\n                    \"instrumentId\": \"e323d595-8c17-4645-8efc-07b3a1c6dc6d\",\n                    \"businessTime\": 1776686911000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"804dbbe4-1a2c-4e72-848e-6ce3e46a376d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.017474953444754\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053721.996611623,\n                    \"instrumentId\": \"1b31ecdf-bda2-4cf1-a2b3-a698cde7b34b\",\n                    \"businessTime\": 1776686912000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283073.2293505655,\n                    \"instrumentId\": \"a47d469f-2237-469d-90d6-aaa70b644587\",\n                    \"businessTime\": 1776686912000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757417.09825357,\n                    \"instrumentId\": \"a353b7f5-3f28-4804-b20d-52b53a87df07\",\n                    \"businessTime\": 1776686912000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299786.2516955364,\n                    \"instrumentId\": \"abe00268-04e2-45b0-8e45-260c7fdfa25f\",\n                    \"businessTime\": 1776686912000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387678.6041537845,\n                    \"instrumentId\": \"69479369-2b02-49ec-ad3d-3c78f7bdd2e3\",\n                    \"businessTime\": 1776686912000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83705649.93700355,\n                    \"instrumentId\": \"0edc9904-8ad4-4be3-bae6-74893f932339\",\n                    \"businessTime\": 1776686912000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654848.3939148277,\n                    \"instrumentId\": \"b3c95146-1bfe-4396-bd34-34b02c4b5c9b\",\n                    \"businessTime\": 1776686912000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"720999bc-1d70-43df-a97b-dc77cb91a1e1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.017416936903945\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053637.078578817,\n                    \"instrumentId\": \"7dde0f37-57bb-44db-a2ea-51de4e6cc684\",\n                    \"businessTime\": 1776686913000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283069.9080306017,\n                    \"instrumentId\": \"70c276f6-9987-4341-a9ed-6630d9f985c8\",\n                    \"businessTime\": 1776686913000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757413.016260378,\n                    \"instrumentId\": \"388528b2-e766-447e-a0fe-ea84c3d7f700\",\n                    \"businessTime\": 1776686913000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299786.2516955364,\n                    \"instrumentId\": \"78430608-30eb-48d1-b8b2-5492230387d9\",\n                    \"businessTime\": 1776686913000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387678.6041537845,\n                    \"instrumentId\": \"308a684f-7861-4e92-98ff-775becfc747d\",\n                    \"businessTime\": 1776686913000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83705034.5190431,\n                    \"instrumentId\": \"0d4c0a9b-6b15-440a-a2d4-7e86ec0010eb\",\n                    \"businessTime\": 1776686913000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654848.3939148277,\n                    \"instrumentId\": \"eb44dcd0-fe0c-4fae-bf6c-13ebec5b4dc6\",\n                    \"businessTime\": 1776686913000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f5cd212e-73e0-4db4-b1a2-03039b6fb2bc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.017292553897548\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053642.897919054,\n                    \"instrumentId\": \"93eb1584-9c1b-4c4e-9dcd-aa37c6613d1e\",\n                    \"businessTime\": 1776686914000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283061.7911832836,\n                    \"instrumentId\": \"e1c00180-052c-421e-9b3f-0a6b7d3c4abd\",\n                    \"businessTime\": 1776686914000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757279.924622316,\n                    \"instrumentId\": \"9784162e-b6fd-46ed-9546-3662fc299496\",\n                    \"businessTime\": 1776686914000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299785.14070694294,\n                    \"instrumentId\": \"84f06654-5a8a-470c-871c-ae76c1e0916f\",\n                    \"businessTime\": 1776686914000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387678.6041537845,\n                    \"instrumentId\": \"6cbdcc1d-0b12-4c99-8666-f13b6422dd25\",\n                    \"businessTime\": 1776686914000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83704986.64260636,\n                    \"instrumentId\": \"7aacfa3e-87b7-4f25-bc2e-1ee119bbdcfc\",\n                    \"businessTime\": 1776686914000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654848.3939148277,\n                    \"instrumentId\": \"d177b039-ed58-41ee-a9b7-00fa94030770\",\n                    \"businessTime\": 1776686914000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"19659b72-12dc-4c5b-acd9-0471de89c78a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01726015028235\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053581.125373522,\n                    \"instrumentId\": \"ae3513dc-dee0-413b-a15d-8a3aee51e823\",\n                    \"businessTime\": 1776686915000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283061.7911832836,\n                    \"instrumentId\": \"d988ba45-1f86-44b2-a2f5-da4d176c729a\",\n                    \"businessTime\": 1776686915000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757183.169437783,\n                    \"instrumentId\": \"ce0b4f85-dbc6-4d3f-9020-cd9fc8324540\",\n                    \"businessTime\": 1776686915000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.73103486194,\n                    \"instrumentId\": \"9994f0aa-c346-4eda-937f-9b2fbdbf57f6\",\n                    \"businessTime\": 1776686915000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387678.6041537845,\n                    \"instrumentId\": \"7a80e814-73da-403e-84cd-90f70daa4965\",\n                    \"businessTime\": 1776686915000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83705252.0087775,\n                    \"instrumentId\": \"9efaa2f1-7983-4dfa-a700-df8dd79c26c6\",\n                    \"businessTime\": 1776686915000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654847.8703697018,\n                    \"instrumentId\": \"4adb007e-d682-4b84-9dcd-26ef68a94b8d\",\n                    \"businessTime\": 1776686915000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"986e896e-536e-4efd-9eca-47c3e32c4e67\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.017278762799727\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053581.125373522,\n                    \"instrumentId\": \"d6a411a1-cedc-41e0-8194-9cf87c18d2f0\",\n                    \"businessTime\": 1776686916000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282922.1474507153,\n                    \"instrumentId\": \"333a19e3-ec2a-4e2d-98eb-166b031ad428\",\n                    \"businessTime\": 1776686916000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756681.298766525,\n                    \"instrumentId\": \"e49647d7-3e31-4314-9e8a-3e34c4095df4\",\n                    \"businessTime\": 1776686916000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.73103486194,\n                    \"instrumentId\": \"7813bc86-3558-4dac-9569-cf103abcbe55\",\n                    \"businessTime\": 1776686916000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387678.6041537845,\n                    \"instrumentId\": \"f7afbeb3-72f1-432e-9e36-cfcc51c8481d\",\n                    \"businessTime\": 1776686916000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83704825.76285735,\n                    \"instrumentId\": \"8adbc7b5-73a2-4a4b-be46-ad3c8a230b5d\",\n                    \"businessTime\": 1776686916000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654847.8703697018,\n                    \"instrumentId\": \"712856a1-80a2-4f61-b95b-6441f44a52a3\",\n                    \"businessTime\": 1776686916000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"13ba855b-6f85-4b3b-80ba-abfd2f83ed5a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.017091107206756\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053581.125373522,\n                    \"instrumentId\": \"36e8cf68-c63e-4d05-8ef8-cd224a23848e\",\n                    \"businessTime\": 1776686917000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282921.503966104,\n                    \"instrumentId\": \"78377ac6-0b0f-420f-98a5-a4bfeaee6c76\",\n                    \"businessTime\": 1776686917000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756681.298766525,\n                    \"instrumentId\": \"3481bc63-ff1e-4812-8d99-07b215b3ce68\",\n                    \"businessTime\": 1776686917000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.73103486194,\n                    \"instrumentId\": \"1d8d6771-2e53-4074-8ca7-f3dff39eb6b2\",\n                    \"businessTime\": 1776686917000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387678.6041537845,\n                    \"instrumentId\": \"45de588a-fdac-4723-b48c-d35fa0fc31c8\",\n                    \"businessTime\": 1776686917000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83704756.0603884,\n                    \"instrumentId\": \"ca0f570b-7b60-4779-82c8-bde0fc88d2b3\",\n                    \"businessTime\": 1776686917000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654847.8703697018,\n                    \"instrumentId\": \"670a1220-6d24-4d96-9cd0-c35b1e3cf04d\",\n                    \"businessTime\": 1776686917000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"aa2edbc7-5de0-4b24-b1b6-3258bc8401bf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.017078744121775\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053095.171164448,\n                    \"instrumentId\": \"2f4bb08e-d203-42f8-bc4a-2838ce4c60ca\",\n                    \"businessTime\": 1776686918000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282511.8066722495,\n                    \"instrumentId\": \"5390033b-6781-4ab0-a2cc-5ce32ff77bc5\",\n                    \"businessTime\": 1776686918000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756665.183540534,\n                    \"instrumentId\": \"46881046-7561-4642-9abd-2339982dd9ca\",\n                    \"businessTime\": 1776686918000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.73103486194,\n                    \"instrumentId\": \"ae6e277f-b6d0-4868-acba-46069549e3b7\",\n                    \"businessTime\": 1776686918000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387678.6041537845,\n                    \"instrumentId\": \"dab1bd81-e288-423b-b993-88bd7510466d\",\n                    \"businessTime\": 1776686918000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83704685.06934421,\n                    \"instrumentId\": \"21b40f44-892e-4801-8d08-bccdd83d065f\",\n                    \"businessTime\": 1776686918000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654787.1956144777,\n                    \"instrumentId\": \"a04a61c7-a3d1-47ca-93b6-2bfee7b157c7\",\n                    \"businessTime\": 1776686918000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a84366ed-89f6-40e7-b7cf-487b5c665d86\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01689536406407\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053092.941503178,\n                    \"instrumentId\": \"9b43cb8a-bad0-4256-9fc0-818b58b7d32e\",\n                    \"businessTime\": 1776686919000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282511.8066722495,\n                    \"instrumentId\": \"39ee23f7-4acf-45f6-ab74-40593c4b2ede\",\n                    \"businessTime\": 1776686919000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756561.22184376,\n                    \"instrumentId\": \"d2ac5cc1-454e-4592-907b-5071047c522b\",\n                    \"businessTime\": 1776686919000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.73103486194,\n                    \"instrumentId\": \"b775bcf5-d19a-48cb-a6b0-3aa011274899\",\n                    \"businessTime\": 1776686919000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387678.6041537845,\n                    \"instrumentId\": \"effeab42-a403-4afa-914b-fcd852e18718\",\n                    \"businessTime\": 1776686919000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83704546.95828034,\n                    \"instrumentId\": \"9d6cf34d-0a3c-4dc6-9c76-95570e61d77d\",\n                    \"businessTime\": 1776686919000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654755.0457479676,\n                    \"instrumentId\": \"62d2f094-ad09-4821-9b2e-d5b825758227\",\n                    \"businessTime\": 1776686919000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f060426b-7b34-4553-b05f-97f08b1fe0bb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01684677842463\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053092.941503178,\n                    \"instrumentId\": \"9935818d-8b1f-4a5f-9706-ffed35cb96c5\",\n                    \"businessTime\": 1776686920000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281846.438506603,\n                    \"instrumentId\": \"830422e6-adab-407e-bc17-2685fd87654b\",\n                    \"businessTime\": 1776686920000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756385.026303742,\n                    \"instrumentId\": \"1e96fe2c-e749-408e-be98-652d8c2a8fb2\",\n                    \"businessTime\": 1776686920000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.73103486194,\n                    \"instrumentId\": \"e95fa0ea-7c77-4b55-986e-69ed63f56543\",\n                    \"businessTime\": 1776686920000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387678.6041537845,\n                    \"instrumentId\": \"fcae4845-9d8c-411c-bcad-b50ab7729e6b\",\n                    \"businessTime\": 1776686920000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83702955.95832828,\n                    \"instrumentId\": \"2ced7435-1e62-4366-a130-beb197a830d5\",\n                    \"businessTime\": 1776686920000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654755.0457479676,\n                    \"instrumentId\": \"d1b27681-2f09-422b-a705-c160b76c8454\",\n                    \"businessTime\": 1776686920000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"de781a0d-079a-4be0-b44d-3717ae44171c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016419262843307\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053092.941503178,\n                    \"instrumentId\": \"32b7fe51-cdb5-416d-bf3a-aca968169b90\",\n                    \"businessTime\": 1776686921000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281809.1590926987,\n                    \"instrumentId\": \"658b5b34-2fe0-4ef5-ae57-277f7425cf02\",\n                    \"businessTime\": 1776686921000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756384.153548291,\n                    \"instrumentId\": \"074dec1c-0cad-4fcc-ad3a-385871f396e0\",\n                    \"businessTime\": 1776686921000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.73103486194,\n                    \"instrumentId\": \"aa789ae3-beb1-45b0-bdd2-e778a9095a21\",\n                    \"businessTime\": 1776686921000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387678.6041537845,\n                    \"instrumentId\": \"d4cbdb2a-ad3d-4710-aa63-7c4b50a1cfef\",\n                    \"businessTime\": 1776686921000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83702907.01850024,\n                    \"instrumentId\": \"24365425-59e4-48e1-bc0b-94f69dd0bb5d\",\n                    \"businessTime\": 1776686921000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654755.0457479676,\n                    \"instrumentId\": \"ab231cc3-f445-40b0-984f-1f9ae727fcdc\",\n                    \"businessTime\": 1776686921000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"66fbc4af-3332-44bb-86a2-130a41bdd576\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016403956692624\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053092.941503178,\n                    \"instrumentId\": \"9b7568e3-ad31-49b7-87c8-8f912b7038ca\",\n                    \"businessTime\": 1776686922000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281809.1590926987,\n                    \"instrumentId\": \"d3f22e0b-3465-4a89-a7d5-ec3b4cbf1978\",\n                    \"businessTime\": 1776686922000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756373.008502237,\n                    \"instrumentId\": \"69295dda-375f-4c24-9e9c-e887a0c33aae\",\n                    \"businessTime\": 1776686922000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.73103486194,\n                    \"instrumentId\": \"9108bfa4-f5bc-4766-834f-97195e74f6d5\",\n                    \"businessTime\": 1776686922000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387678.6041537845,\n                    \"instrumentId\": \"5434005f-292c-4965-83d5-3c78138bbfff\",\n                    \"businessTime\": 1776686922000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83702453.00461169,\n                    \"instrumentId\": \"44e293db-5b4c-4e95-bd17-f239eea2357b\",\n                    \"businessTime\": 1776686922000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654755.0457479676,\n                    \"instrumentId\": \"e1d1c78d-dccd-4106-a78a-5171bab8e10e\",\n                    \"businessTime\": 1776686922000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6a561344-8af2-4be5-9b45-b71719292b13\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016322206440496\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052880.0627683075,\n                    \"instrumentId\": \"b8f8183f-36af-4f43-b82e-1bb783ae6167\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281409.54164161,\n                    \"instrumentId\": \"70a7d555-d14a-4583-9e60-0de42750a3e4\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755560.47337255,\n                    \"instrumentId\": \"2aceb0f2-8b98-4691-9508-b163d2fd1767\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.73103486194,\n                    \"instrumentId\": \"b9b5060e-c72f-4de0-8295-80306b50eb23\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83701178.0704454,\n                    \"instrumentId\": \"8c49a0e2-c7a0-4a43-a5e6-2b64f5f96dfb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654691.6748391101,\n                    \"instrumentId\": \"02ddfd17-5593-4f27-9ca3-be2acfd19519\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b228a407-e170-4823-8a7c-11ab388afbb2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01583615968847\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052880.0627683075,\n                    \"instrumentId\": \"0d99f361-b3b0-4ef8-b060-792892380526\",\n                    \"businessTime\": 1776686924000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281347.092690263,\n                    \"instrumentId\": \"fec5f7da-08f2-4c17-b03f-ba6ae3553e9f\",\n                    \"businessTime\": 1776686924000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754852.196674787,\n                    \"instrumentId\": \"074b56ea-510f-45c2-9fa9-231a7454cb70\",\n                    \"businessTime\": 1776686924000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299768.8666197227,\n                    \"instrumentId\": \"4001c884-4de0-4d52-854c-34ae3e044321\",\n                    \"businessTime\": 1776686924000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83700929.81426288,\n                    \"instrumentId\": \"712d385d-3a49-49c0-b518-e6c2f9b1cece\",\n                    \"businessTime\": 1776686924000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654657.1460689263,\n                    \"instrumentId\": \"4a019af6-f7b3-40a1-b6de-026f9f4e48b3\",\n                    \"businessTime\": 1776686924000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3cf5c171-8c77-4406-89de-f30e37d3aa21\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01564822031818\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052558.2418748485,\n                    \"instrumentId\": \"2e8a86ab-3044-40d7-8824-b81881c9b3a0\",\n                    \"businessTime\": 1776686925000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281335.7691605985,\n                    \"instrumentId\": \"47cd8541-ef96-4335-a237-3ee61170978d\",\n                    \"businessTime\": 1776686925000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754844.46822797,\n                    \"instrumentId\": \"2fc000b7-e502-4dbd-ae81-5b6255cf5b12\",\n                    \"businessTime\": 1776686925000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299768.8666197227,\n                    \"instrumentId\": \"6ff674f5-84bc-47dd-a9d4-9d3392a8b9e6\",\n                    \"businessTime\": 1776686925000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83700949.55223626,\n                    \"instrumentId\": \"c28dc93f-7195-419f-bc58-31bc9da24656\",\n                    \"businessTime\": 1776686925000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654657.1460689263,\n                    \"instrumentId\": \"c138d6be-cf35-4ab9-a871-f63ac77ada33\",\n                    \"businessTime\": 1776686925000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"69d43b09-9f44-4aa4-8d0a-b58540a0f5f9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01559178184778\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052422.688300683,\n                    \"instrumentId\": \"0706602c-18a8-478f-a441-c530d4523902\",\n                    \"businessTime\": 1776686926000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281273.2079705386,\n                    \"instrumentId\": \"5a114e9f-a852-4fdc-8e3c-e66aeae07841\",\n                    \"businessTime\": 1776686926000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754796.50219836,\n                    \"instrumentId\": \"581d0664-209c-4915-8f5c-4564495f7a9f\",\n                    \"businessTime\": 1776686926000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299768.8666197227,\n                    \"instrumentId\": \"fab87db7-4f7b-4d00-b85e-6432fec62360\",\n                    \"businessTime\": 1776686926000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83701593.38646646,\n                    \"instrumentId\": \"3465bb35-e9fc-400f-ac53-2a450943266c\",\n                    \"businessTime\": 1776686926000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654655.2318792825,\n                    \"instrumentId\": \"ca5db602-f926-411c-ac68-79ef6bc7f25b\",\n                    \"businessTime\": 1776686926000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"161499d7-643a-4904-9981-641b4a2d8c35\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01566134937796\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052421.698600386,\n                    \"instrumentId\": \"3a20f657-a1b1-4ff5-a612-5e3fefdcf16f\",\n                    \"businessTime\": 1776686927000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281267.5904218373,\n                    \"instrumentId\": \"e8d0960e-0525-4118-a7f7-d30addff470d\",\n                    \"businessTime\": 1776686927000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754796.50219836,\n                    \"instrumentId\": \"2a82fff7-ad18-4aca-96d1-3544c91cdea2\",\n                    \"businessTime\": 1776686927000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299738.94764795044,\n                    \"instrumentId\": \"03a885a9-9e33-4f1d-bdd3-3eceec2cd0e6\",\n                    \"businessTime\": 1776686927000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83701518.28558987,\n                    \"instrumentId\": \"d04438b5-792b-4612-a985-dcfabe7a6def\",\n                    \"businessTime\": 1776686927000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654655.2318792825,\n                    \"instrumentId\": \"9b92882d-e3ee-4bcf-b281-3c90dcd3d19f\",\n                    \"businessTime\": 1776686927000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"087c893e-4280-4a55-ada2-a2ca30e1d036\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.015641731258917\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052302.830104302,\n                    \"instrumentId\": \"27a30238-2aa5-4733-87cd-a63f1073bfa8\",\n                    \"businessTime\": 1776686928000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281139.4842018927,\n                    \"instrumentId\": \"087e0688-ee0c-4096-81d7-b7a259fe98a3\",\n                    \"businessTime\": 1776686928000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755362.124912657,\n                    \"instrumentId\": \"3e3fd753-941b-447d-90d2-6ceecd622d7f\",\n                    \"businessTime\": 1776686928000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299738.94764795044,\n                    \"instrumentId\": \"3e238311-d8fe-43bf-806c-238ba0a0416c\",\n                    \"businessTime\": 1776686928000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83702055.60418047,\n                    \"instrumentId\": \"3a91302f-0750-4859-8880-7fb6b7186934\",\n                    \"businessTime\": 1776686928000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654655.2318792825,\n                    \"instrumentId\": \"5083a744-0f74-4ae2-b6b1-e6a5903a2ec3\",\n                    \"businessTime\": 1776686928000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"41a7f665-1d3f-4c7f-9915-e063047e1669\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.015792164754323\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052300.703037629,\n                    \"instrumentId\": \"dc35fec6-d5e8-487b-9521-5c98b5d4f923\",\n                    \"businessTime\": 1776686929000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281092.386561684,\n                    \"instrumentId\": \"5f2bc846-1bad-4b81-a3d4-f82861838d1f\",\n                    \"businessTime\": 1776686929000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755361.424526494,\n                    \"instrumentId\": \"2962eff2-5539-45f0-86d4-f1fa5416595e\",\n                    \"businessTime\": 1776686929000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299738.94764795044,\n                    \"instrumentId\": \"6f56fb8a-5374-48d2-8c67-6d98b37e571d\",\n                    \"businessTime\": 1776686929000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83702022.47852255,\n                    \"instrumentId\": \"18c56219-7cf8-4fff-be1c-b62e7900e07b\",\n                    \"businessTime\": 1776686929000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654655.2318792825,\n                    \"instrumentId\": \"812a988a-138c-4cd2-a017-c19a4b3a5f45\",\n                    \"businessTime\": 1776686929000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6d05cc02-59bd-4965-a79b-ef86a93ebb35\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01577756884027\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6051849.190180323,\n                    \"instrumentId\": \"a4a51a37-46b9-4422-9bbb-6d62683c6555\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281062.6397407856,\n                    \"instrumentId\": \"89e981a5-37f4-4ea7-9a70-f51fa2f65d9e\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755324.034646288,\n                    \"instrumentId\": \"ce6740b1-175d-4b5a-8ce3-ffcae5e432c9\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83700599.12839568,\n                    \"instrumentId\": \"75193ba7-f46b-4284-b422-ce20a7a14e72\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654655.2318792825,\n                    \"instrumentId\": \"a81f62df-4ba9-45f4-9b23-b47596e0fafe\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"60451d0d-d5ab-4b96-9d9a-ff45ea6a9063\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01543845930006\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6051005.097156302,\n                    \"instrumentId\": \"91fb2175-8559-4288-8e68-6fd7b01fc261\",\n                    \"businessTime\": 1776686931000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280903.5549759716,\n                    \"instrumentId\": \"2c08dc24-b913-4de4-a94f-147612712e96\",\n                    \"businessTime\": 1776686931000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755377.912633607,\n                    \"instrumentId\": \"0a03517a-9629-4eff-ae4e-5f17a9bc554c\",\n                    \"businessTime\": 1776686931000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83700652.19953668,\n                    \"instrumentId\": \"f1b8e009-2132-43b9-aca9-748993de1d68\",\n                    \"businessTime\": 1776686931000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654651.7730071585,\n                    \"instrumentId\": \"fb08023c-a6a7-43ed-9a6f-5ce272ba96c3\",\n                    \"businessTime\": 1776686931000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"342d774c-6bc8-4cb3-9b52-411d15489ec4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.015280341983253\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6051005.097156302,\n                    \"instrumentId\": \"9f68f726-681e-472d-91f6-40f015683ef7\",\n                    \"businessTime\": 1776686932000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280901.4756353106,\n                    \"instrumentId\": \"6400663a-42d2-463f-afb5-2dd224b7b4e3\",\n                    \"businessTime\": 1776686932000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755387.046689728,\n                    \"instrumentId\": \"8e87b6c3-4227-4518-92f1-536b46ab335e\",\n                    \"businessTime\": 1776686932000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83700530.1454311,\n                    \"instrumentId\": \"02c6ee24-4583-4aac-ae72-edf987157ab3\",\n                    \"businessTime\": 1776686932000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654651.7730071585,\n                    \"instrumentId\": \"57a84eef-cf8e-4b7c-a639-5bdef8f7c5bb\",\n                    \"businessTime\": 1776686932000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ea7586a2-2eaa-4249-9cb1-5c473f7b0a8c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01526013119413\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6050358.025590253,\n                    \"instrumentId\": \"c5e5f7aa-7472-47b8-85f3-7dfc33bf9740\",\n                    \"businessTime\": 1776686933000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280869.7886710046,\n                    \"instrumentId\": \"4aaf8828-d35a-4678-a02c-cc4a896b41c9\",\n                    \"businessTime\": 1776686933000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755387.046689728,\n                    \"instrumentId\": \"0f4d6d35-badd-494c-98ad-fa69b6b21c80\",\n                    \"businessTime\": 1776686933000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83701692.6967175,\n                    \"instrumentId\": \"d727317f-764b-477d-a5f3-cc3a30fc020a\",\n                    \"businessTime\": 1776686933000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654651.7730071585,\n                    \"instrumentId\": \"ecfe6913-1f79-47e7-bb73-abe0e56a8451\",\n                    \"businessTime\": 1776686933000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fb6dd7e8-ff6b-4f46-b8ce-7ed09a82b1d4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.015345156283065\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6050390.492912914,\n                    \"instrumentId\": \"0c74bd65-2229-4f88-90b4-be3fd127db80\",\n                    \"businessTime\": 1776686934000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280856.5812438144,\n                    \"instrumentId\": \"c6808408-b095-4907-ab0a-4a1b51c38ef1\",\n                    \"businessTime\": 1776686934000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755396.345807035,\n                    \"instrumentId\": \"31201768-9dc3-419f-8c45-5b43d6e0506d\",\n                    \"businessTime\": 1776686934000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83702647.4317709,\n                    \"instrumentId\": \"c725dac6-0019-4419-9a88-b5de079300df\",\n                    \"businessTime\": 1776686934000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654651.7730071585,\n                    \"instrumentId\": \"ed14210f-2803-4740-887a-7b2d72881726\",\n                    \"businessTime\": 1776686934000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"13fd9be4-3c91-4716-938c-6176edd097bb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.015517967191006\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6050423.851264252,\n                    \"instrumentId\": \"1c4dedc8-48cc-424a-a8c6-05cd0bd36420\",\n                    \"businessTime\": 1776686935000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280854.67153235,\n                    \"instrumentId\": \"71b19964-d569-4f34-8992-9662db64e733\",\n                    \"businessTime\": 1776686935000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755396.391143067,\n                    \"instrumentId\": \"5107d273-d4ae-4b4e-bd2d-94c8ce92d405\",\n                    \"businessTime\": 1776686935000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83703163.2084469,\n                    \"instrumentId\": \"080fbdb6-7472-4dba-b8fa-d081eae52dea\",\n                    \"businessTime\": 1776686935000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"2a21eba7-9053-49ba-bafa-b2fc88f42185\",\n                    \"businessTime\": 1776686935000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e59fa96e-a863-4acb-84c3-14c2ed1a70cb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.015611217961936\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6050423.851264252,\n                    \"instrumentId\": \"179ba08a-7dc0-4e94-9d42-6ec1c535331c\",\n                    \"businessTime\": 1776686936000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280854.67153235,\n                    \"instrumentId\": \"f1dffb9f-febb-40c7-b9b0-e0f200117ba0\",\n                    \"businessTime\": 1776686936000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755396.391143067,\n                    \"instrumentId\": \"04de8dd9-059b-4e94-9b91-0468f808d0e5\",\n                    \"businessTime\": 1776686936000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83703187.90896292,\n                    \"instrumentId\": \"4df8c359-257d-430e-b547-7c984dd1c707\",\n                    \"businessTime\": 1776686936000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"502917ff-4bfb-40e6-95de-1027ff723eaf\",\n                    \"businessTime\": 1776686936000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6e5a3886-706f-4e40-86aa-cf00523fbd4e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01561555900166\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6050411.389981955,\n                    \"instrumentId\": \"7058e5b0-7d22-495c-b8be-128c0bebfaea\",\n                    \"businessTime\": 1776686937000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280852.891595697,\n                    \"instrumentId\": \"97eb3c60-fc2c-4604-bbe4-8cbdd8bb84c6\",\n                    \"businessTime\": 1776686937000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755395.304323329,\n                    \"instrumentId\": \"bb3e0c7e-ab66-48e9-ab96-308f66af1228\",\n                    \"businessTime\": 1776686937000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"ef861628-3d08-4f8d-9260-e9c8dde2ecdb\",\n                    \"businessTime\": 1776686923000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83703306.75244164,\n                    \"instrumentId\": \"0f18affe-20c2-43d5-b40b-e5d117b95366\",\n                    \"businessTime\": 1776686937000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"fb5cd3e1-e83c-427c-a0a2-9d237597cf6e\",\n                    \"businessTime\": 1776686937000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"02de6059-0942-43db-bc95-ec2d50018e80\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.015633751521875\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:08:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6050411.389981955,\n                    \"instrumentId\": \"1b616bc8-3103-4078-a386-42d5ff068329\",\n                    \"businessTime\": 1776686938000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280854.8984973487,\n                    \"instrumentId\": \"d10e9101-89b2-4a3e-8708-56b5a19bc791\",\n                    \"businessTime\": 1776686938000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755606.304068495,\n                    \"instrumentId\": \"34c333ce-b6b6-4175-913a-486941c2129c\",\n                    \"businessTime\": 1776686938000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387676.3345255443,\n                    \"instrumentId\": \"5ac90853-3ad4-4691-bafa-f167a12e5044\",\n                    \"businessTime\": 1776686938000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83703904.57127589,\n                    \"instrumentId\": \"b357c577-4be5-41ef-b4cc-f69b571a700e\",\n                    \"businessTime\": 1776686938000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"02559ec3-81b8-42c7-adb8-2599a4e81f33\",\n                    \"businessTime\": 1776686938000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e4fe6837-e7cf-447e-ad08-b50809d7cc11\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01577625160642\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6050469.53925177,\n                    \"instrumentId\": \"25faa014-4284-4a7c-ad45-065e7296ca20\",\n                    \"businessTime\": 1776686939000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280872.323813107,\n                    \"instrumentId\": \"bbb00bbb-25b6-4b6c-b39b-b1d3a787667c\",\n                    \"businessTime\": 1776686939000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756274.93920304,\n                    \"instrumentId\": \"9fbbb778-70d1-4d23-9264-7d946f207447\",\n                    \"businessTime\": 1776686939000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387696.5649043746,\n                    \"instrumentId\": \"590b8a28-8fed-4f86-84fc-12f18b2dd534\",\n                    \"businessTime\": 1776686939000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83704646.05488493,\n                    \"instrumentId\": \"179eba7e-4cc4-419d-9aa5-0de5d448336d\",\n                    \"businessTime\": 1776686939000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"3b935a06-610c-4af3-9e2e-e49f804fdaf8\",\n                    \"businessTime\": 1776686939000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c820f949-89bc-4588-a804-216195fcaada\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016040913066522\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6050469.53925177,\n                    \"instrumentId\": \"d04e714e-f5e5-40da-b89f-4891ed4cc11b\",\n                    \"businessTime\": 1776686940000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280872.323813107,\n                    \"instrumentId\": \"e9ae6857-6aba-43ea-bb42-0afaca66ba07\",\n                    \"businessTime\": 1776686940000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756200.83128497,\n                    \"instrumentId\": \"c0acc34d-001c-4aec-a4e7-87e6de25d03e\",\n                    \"businessTime\": 1776686940000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387696.5649043746,\n                    \"instrumentId\": \"3e447697-3e73-494d-99ee-dad7ecced1f3\",\n                    \"businessTime\": 1776686940000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83704669.35788144,\n                    \"instrumentId\": \"f622a8d7-e727-43ec-bca7-85e0d8a524b8\",\n                    \"businessTime\": 1776686940000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"f8bea33e-ceb1-4dbf-835e-ad556f73a494\",\n                    \"businessTime\": 1776686940000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"524bcfc2-93ee-48be-8da1-2c610af05207\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.016031984257815\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6050788.718173359,\n                    \"instrumentId\": \"0a3dca8a-3d3a-45f3-8278-b446c61187d1\",\n                    \"businessTime\": 1776686941000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281066.370728103,\n                    \"instrumentId\": \"3a3674bd-79e6-4f5d-a6d0-d8b1dd27342a\",\n                    \"businessTime\": 1776686941000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756173.771776263,\n                    \"instrumentId\": \"63aa58f4-c2fe-4c11-b807-c3b2fd92e729\",\n                    \"businessTime\": 1776686941000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387699.88819119835,\n                    \"instrumentId\": \"eb550c9a-9ad5-4caa-9e1c-af2e9cff8a76\",\n                    \"businessTime\": 1776686941000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83708990.06113881,\n                    \"instrumentId\": \"e99be5a7-205b-4265-8c48-bf33f858acb3\",\n                    \"businessTime\": 1776686941000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654646.5043614953,\n                    \"instrumentId\": \"b0267c58-5cd4-46f2-a7f8-d545c6b1b835\",\n                    \"businessTime\": 1776686941000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"af0d291c-2db0-4599-8dc2-e9c7e6be5c4b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01687936527569\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6050883.405283136,\n                    \"instrumentId\": \"0cd27437-1773-4b37-9b6e-64181dde9b59\",\n                    \"businessTime\": 1776686942000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281066.370728103,\n                    \"instrumentId\": \"77942bda-3c55-4afc-9c8d-976641738387\",\n                    \"businessTime\": 1776686942000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756719.922527406,\n                    \"instrumentId\": \"fe2edf8c-7fcd-40f3-8599-32b70ada3bb4\",\n                    \"businessTime\": 1776686942000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299751.4140494464,\n                    \"instrumentId\": \"dc18797d-aa43-402f-8b41-3665fdc2060f\",\n                    \"businessTime\": 1776686930000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387703.6280829212,\n                    \"instrumentId\": \"b0d5f6cf-307e-4014-9730-86ec106d1b5d\",\n                    \"businessTime\": 1776686942000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83713163.15278949,\n                    \"instrumentId\": \"1d68aeef-1432-4fc2-a618-69c3e493cc42\",\n                    \"businessTime\": 1776686942000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654646.5043614953,\n                    \"instrumentId\": \"71969a46-c16a-45de-bb31-94cf184ffb95\",\n                    \"businessTime\": 1776686942000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2c25839f-b56b-4143-aa7f-184500e917be\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.017726055856237\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6050945.051097244,\n                    \"instrumentId\": \"7a6d9071-a900-42f3-88d6-fae8913c541e\",\n                    \"businessTime\": 1776686943000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281120.1584183425,\n                    \"instrumentId\": \"156444bc-ba3f-4a46-9621-b5c8d563f826\",\n                    \"businessTime\": 1776686943000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760479.424626494,\n                    \"instrumentId\": \"eb29b8ed-1faf-435a-be03-27851da4e326\",\n                    \"businessTime\": 1776686943000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.6259160929,\n                    \"instrumentId\": \"c61afd2a-6796-427e-b7b6-c4692ccb027b\",\n                    \"businessTime\": 1776686943000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387708.1039711649,\n                    \"instrumentId\": \"178ec979-7d18-4593-a288-90f7e519a189\",\n                    \"businessTime\": 1776686943000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83716488.24248424,\n                    \"instrumentId\": \"71712998-23b4-4eae-80e5-c665c73a73a9\",\n                    \"businessTime\": 1776686943000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654659.5445131685,\n                    \"instrumentId\": \"b907f294-89c0-494b-8562-b02132ba303e\",\n                    \"businessTime\": 1776686943000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5ddd2336-712a-41ac-a162-55efb6e0c11e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.018982427245476\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052841.907138696,\n                    \"instrumentId\": \"16a387b7-476b-4690-893e-700b2bb76345\",\n                    \"businessTime\": 1776686944000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282008.424775015,\n                    \"instrumentId\": \"5022e0c3-1a0a-4585-a264-c2584f12633e\",\n                    \"businessTime\": 1776686944000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761019.067150772,\n                    \"instrumentId\": \"901c40c3-ff27-4d16-9aa8-59592a6d3823\",\n                    \"businessTime\": 1776686944000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.6259160929,\n                    \"instrumentId\": \"c7888e21-f3fa-44f7-83bb-ebc42e9b6362\",\n                    \"businessTime\": 1776686944000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387708.1039711649,\n                    \"instrumentId\": \"908c18ce-dcdd-420c-bc05-07831e8628ae\",\n                    \"businessTime\": 1776686944000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83718268.50912452,\n                    \"instrumentId\": \"d2851533-1637-4f8a-b216-b73d4e7383e5\",\n                    \"businessTime\": 1776686944000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654659.5445131685,\n                    \"instrumentId\": \"0f01d327-afad-45a1-b8e5-93136b00592b\",\n                    \"businessTime\": 1776686944000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"495094e3-6055-4226-9c9d-d6e6e63ab17b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.019879620841724\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052841.907138696,\n                    \"instrumentId\": \"cb0904cc-3ebc-4fb6-a946-31652b709b01\",\n                    \"businessTime\": 1776686945000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283071.496168569,\n                    \"instrumentId\": \"ec96bb34-b46c-4475-9e8a-ab527d4c1cd4\",\n                    \"businessTime\": 1776686945000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762385.492927983,\n                    \"instrumentId\": \"8f564e63-b295-4e02-9129-4ae053bc0290\",\n                    \"businessTime\": 1776686945000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.6259160929,\n                    \"instrumentId\": \"bdf9fe76-4089-48a3-93e7-5808a0455e7c\",\n                    \"businessTime\": 1776686945000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387829.4493070972,\n                    \"instrumentId\": \"de992067-94c3-48c9-aba3-fa6bdc6cb8a9\",\n                    \"businessTime\": 1776686945000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83719632.09571484,\n                    \"instrumentId\": \"79cbad13-848b-4fd8-a149-1a277b2963e1\",\n                    \"businessTime\": 1776686945000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654659.5445131685,\n                    \"instrumentId\": \"b9e73427-bd83-473f-94e5-c4ebe2636d6a\",\n                    \"businessTime\": 1776686945000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c6103db4-7f56-4894-81e3-7a53549893d5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020567569716423\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052915.334140134,\n                    \"instrumentId\": \"e8447343-4364-4ad4-87c7-d70e125b516f\",\n                    \"businessTime\": 1776686946000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283120.256788639,\n                    \"instrumentId\": \"9d3cd2bd-77c1-4916-a73b-4fd5edbe9f42\",\n                    \"businessTime\": 1776686946000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762688.568683486,\n                    \"instrumentId\": \"7f1c6653-62e2-4660-9576-e087b953e14f\",\n                    \"businessTime\": 1776686946000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299676.36898639787,\n                    \"instrumentId\": \"38f717b6-5870-4735-83d4-bdd5b3cf6150\",\n                    \"businessTime\": 1776686946000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387829.4493070972,\n                    \"instrumentId\": \"2ae12bd9-5af0-4ce0-99b5-a6c26ef5b992\",\n                    \"businessTime\": 1776686946000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83732363.50193888,\n                    \"instrumentId\": \"2c465ab6-91a2-4357-bdba-eb76fdf2561a\",\n                    \"businessTime\": 1776686946000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654659.5445131685,\n                    \"instrumentId\": \"57a7e3af-3783-460f-afdd-1084f9ef2e65\",\n                    \"businessTime\": 1776686946000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"67eb0896-0515-420f-b7a2-aeea0a1d1a1c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022878714298383\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052915.334140134,\n                    \"instrumentId\": \"ce28c235-aaad-415f-84e3-35d22e1fe535\",\n                    \"businessTime\": 1776686947000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283123.5845160107,\n                    \"instrumentId\": \"bcf1a724-fe61-4ae1-81f4-0b8a0b6360ec\",\n                    \"businessTime\": 1776686947000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762659.94614506,\n                    \"instrumentId\": \"46d51123-9751-4724-8f6c-59bec421f885\",\n                    \"businessTime\": 1776686947000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299676.3159035333,\n                    \"instrumentId\": \"33f7377a-4754-43b0-bbd7-1c88ebf0be1d\",\n                    \"businessTime\": 1776686947000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387829.4493070972,\n                    \"instrumentId\": \"d795cc3b-a488-4d4a-a0ad-a4df6e4c1383\",\n                    \"businessTime\": 1776686947000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83732869.33562806,\n                    \"instrumentId\": \"407294ac-c73d-42fa-8ba0-16fd5216dfd1\",\n                    \"businessTime\": 1776686947000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654659.5445131685,\n                    \"instrumentId\": \"9dd0a93b-8ca2-45bc-8bc0-003f5dad0c49\",\n                    \"businessTime\": 1776686947000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b34c0c55-88a1-4e35-b342-07ff6c754da9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022963158199133\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052917.129320158,\n                    \"instrumentId\": \"e8f14f95-2664-4c64-b524-8a673abbddc7\",\n                    \"businessTime\": 1776686948000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283124.354908384,\n                    \"instrumentId\": \"b6c32ca7-d515-48c7-874e-9475155f9e29\",\n                    \"businessTime\": 1776686948000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762659.94614506,\n                    \"instrumentId\": \"4ca57c96-8f87-4c87-a3a3-c07bf876d2cb\",\n                    \"businessTime\": 1776686948000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299675.33967189904,\n                    \"instrumentId\": \"6f5354e1-1328-4242-aeac-bb0b343d56a8\",\n                    \"businessTime\": 1776686948000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387829.4493070972,\n                    \"instrumentId\": \"9fa6a0b5-374a-4bb5-ab6e-1b6cee5d19ca\",\n                    \"businessTime\": 1776686948000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83733531.03019556,\n                    \"instrumentId\": \"4bded8a3-8291-467f-8fbc-6679c9b7c9f5\",\n                    \"businessTime\": 1776686948000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654659.5445131685,\n                    \"instrumentId\": \"12dd04d8-b039-4532-a1b0-816792f20cbc\",\n                    \"businessTime\": 1776686948000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"09d4b289-0870-420c-a434-8450d52710fe\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023079728306033\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6052946.855920845,\n                    \"instrumentId\": \"f782a682-ce38-4874-a329-2c3832fa27f1\",\n                    \"businessTime\": 1776686949000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283124.354908384,\n                    \"instrumentId\": \"6d915dc4-77f1-4dbf-b762-98ef6913cb29\",\n                    \"businessTime\": 1776686949000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762659.94614506,\n                    \"instrumentId\": \"5da9da8d-b1d3-428a-a442-5d9817860d49\",\n                    \"businessTime\": 1776686949000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299675.33967189904,\n                    \"instrumentId\": \"f0cc4649-e8bb-4034-b981-54ff6018e2b3\",\n                    \"businessTime\": 1776686949000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387829.4493070972,\n                    \"instrumentId\": \"3f214d92-b039-4887-90c2-ba3ec09f9030\",\n                    \"businessTime\": 1776686949000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83736003.40756501,\n                    \"instrumentId\": \"18497b99-b5a2-4a6c-af0d-8591566437dd\",\n                    \"businessTime\": 1776686949000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654659.5445131685,\n                    \"instrumentId\": \"371b0ae5-c774-4ffd-bf95-58195b129cd9\",\n                    \"businessTime\": 1776686949000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9ca194ae-5c94-40a2-9403-ec137a554b45\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023519465383387\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053257.152018452,\n                    \"instrumentId\": \"2b6efe28-f971-4761-8cc9-1bcf7e92c071\",\n                    \"businessTime\": 1776686950000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283124.354908384,\n                    \"instrumentId\": \"4c0cbcb6-7cfd-4ef6-a7e0-069befd7b4bf\",\n                    \"businessTime\": 1776686950000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762651.28990492,\n                    \"instrumentId\": \"934ac439-acd6-4f64-9b0a-4b612d6275d2\",\n                    \"businessTime\": 1776686950000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299675.33967189904,\n                    \"instrumentId\": \"63368fed-ce92-468b-8274-c290c7c7346f\",\n                    \"businessTime\": 1776686950000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387829.4493070972,\n                    \"instrumentId\": \"54f1d67f-ac74-4625-a147-1861db8acbc8\",\n                    \"businessTime\": 1776686950000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83736069.1899689,\n                    \"instrumentId\": \"465eb270-644c-4ab1-923e-aaf0163fd4d5\",\n                    \"businessTime\": 1776686950000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654659.5445131685,\n                    \"instrumentId\": \"61a5bf3c-846e-4cf4-bcf2-bc3889000a20\",\n                    \"businessTime\": 1776686950000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4c12d7ec-f878-4520-a571-4b816d921e26\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023584038715786\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053257.152018452,\n                    \"instrumentId\": \"2ba15269-5434-49b8-9f28-f6de437b6be8\",\n                    \"businessTime\": 1776686951000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283124.7221558294,\n                    \"instrumentId\": \"dfa30882-0a7a-4c0e-b49f-7319e5973a2d\",\n                    \"businessTime\": 1776686951000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762648.393698936,\n                    \"instrumentId\": \"ba45851a-8411-460d-9d14-b3e9c1a36b61\",\n                    \"businessTime\": 1776686951000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299675.33967189904,\n                    \"instrumentId\": \"9004fee2-8cfb-4459-b7aa-66f387f8d57b\",\n                    \"businessTime\": 1776686951000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387829.4493070972,\n                    \"instrumentId\": \"201d737e-47b0-4682-b80f-7844070ef6fe\",\n                    \"businessTime\": 1776686951000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83736107.12287602,\n                    \"instrumentId\": \"6d4ed1d4-c8bb-4e9f-aed6-e969e0cfd2ae\",\n                    \"businessTime\": 1776686951000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654659.5445131685,\n                    \"instrumentId\": \"21b29160-b6d3-458b-94d5-89d17a1bd92e\",\n                    \"businessTime\": 1776686951000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"106b3196-3791-46ba-ab97-1350a508ce08\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02359026085086\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053257.152018452,\n                    \"instrumentId\": \"d681de3a-3faf-4b6a-8a64-43c9f631e1f8\",\n                    \"businessTime\": 1776686952000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283124.8283406743,\n                    \"instrumentId\": \"085740f1-8d6f-49e3-a3d8-58659dac598f\",\n                    \"businessTime\": 1776686952000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762658.913101537,\n                    \"instrumentId\": \"a9f9f1d9-6d3e-49e8-8dff-b7d85a65e7a1\",\n                    \"businessTime\": 1776686952000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299675.33967189904,\n                    \"instrumentId\": \"8cd4f7b2-8348-4dea-b47a-a9ac448b4dc9\",\n                    \"businessTime\": 1776686952000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387829.4493070972,\n                    \"instrumentId\": \"281bf1c9-4355-41c8-8770-54a3dff8eb70\",\n                    \"businessTime\": 1776686952000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83737707.75119525,\n                    \"instrumentId\": \"70c359b0-20af-4ce8-912d-d9fb67a5f563\",\n                    \"businessTime\": 1776686952000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654670.5393011245,\n                    \"instrumentId\": \"5c74f95e-16b8-4ae7-8030-07860e5f7b55\",\n                    \"businessTime\": 1776686952000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4d7eb7b3-1809-462f-a276-7f8f8893c544\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023875366069603\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053641.845001284,\n                    \"instrumentId\": \"0b9e60d0-c28d-4e19-9337-fe5854633b60\",\n                    \"businessTime\": 1776686953000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283124.8283406743,\n                    \"instrumentId\": \"acf42b47-d000-47f1-9c58-21cb7f1bb82c\",\n                    \"businessTime\": 1776686953000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762658.913101537,\n                    \"instrumentId\": \"a8874081-9685-48b4-a34d-6d1f27d03343\",\n                    \"businessTime\": 1776686953000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299675.33967189904,\n                    \"instrumentId\": \"9c7c7592-f80f-4a7e-b9f1-aa7a405cab8b\",\n                    \"businessTime\": 1776686953000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387939.0632610897,\n                    \"instrumentId\": \"144775bc-272d-489f-b6bb-6fcf86e4ce74\",\n                    \"businessTime\": 1776686953000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83740819.6771331,\n                    \"instrumentId\": \"e5ac2cb2-e650-4323-a1e7-991685be0cdc\",\n                    \"businessTime\": 1776686953000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654670.5393011245,\n                    \"instrumentId\": \"7145caa7-9869-444a-b733-200349bc7739\",\n                    \"businessTime\": 1776686953000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1986a593-9545-4d7b-b864-47ac1f918408\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0245091504061\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054131.623588951,\n                    \"instrumentId\": \"2b039bbd-2581-4e83-9fb1-e962a9fabf0d\",\n                    \"businessTime\": 1776686954000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283168.0403997824,\n                    \"instrumentId\": \"3b355d61-72ed-4d43-a622-55bba292bccf\",\n                    \"businessTime\": 1776686954000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762759.188945077,\n                    \"instrumentId\": \"805627f2-ed48-446d-885e-13ef611ad505\",\n                    \"businessTime\": 1776686954000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299675.33967189904,\n                    \"instrumentId\": \"a214903f-6a64-4540-894c-278a04a5c181\",\n                    \"businessTime\": 1776686954000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387939.0632610897,\n                    \"instrumentId\": \"f4f1a592-9974-47a9-989d-8b3698636fda\",\n                    \"businessTime\": 1776686954000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83744063.74707668,\n                    \"instrumentId\": \"1ad55688-5d81-4f32-bfb9-11b1226782af\",\n                    \"businessTime\": 1776686954000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654670.5393011245,\n                    \"instrumentId\": \"1962da35-a33f-473e-b181-9f7fce8e6abf\",\n                    \"businessTime\": 1776686954000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8b65a7cb-d38a-4822-9d29-126a6fe297a8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.025190580359332\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054297.082874053,\n                    \"instrumentId\": \"a6968d89-e627-4773-b0c5-6bf0d9bccf82\",\n                    \"businessTime\": 1776686955000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283168.366793603,\n                    \"instrumentId\": \"f123f93e-5d45-493c-82db-54bd37b3a7d8\",\n                    \"businessTime\": 1776686955000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763003.806702487,\n                    \"instrumentId\": \"b99cca7f-7d2a-4a26-be73-93b7f29c1a5d\",\n                    \"businessTime\": 1776686955000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299675.33967189904,\n                    \"instrumentId\": \"100ab424-e047-4361-a913-a8cda43f832e\",\n                    \"businessTime\": 1776686955000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387952.09847954643,\n                    \"instrumentId\": \"b1fc763c-d26d-44b6-aa0f-2831dd7349c3\",\n                    \"businessTime\": 1776686955000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83744087.54472068,\n                    \"instrumentId\": \"6f55afdc-86ab-4d64-96ae-793d5aa648d6\",\n                    \"businessTime\": 1776686955000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654670.5393011245,\n                    \"instrumentId\": \"f531035a-12df-43a7-90fc-494f8fb7adb2\",\n                    \"businessTime\": 1776686955000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7eafc387-db17-47b4-96c3-9378729de453\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02526918076334\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054297.082874053,\n                    \"instrumentId\": \"85cb2d13-2740-4395-b146-c3b1cff38064\",\n                    \"businessTime\": 1776686956000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283461.0541915805,\n                    \"instrumentId\": \"0120d5f9-1d81-49b1-96ea-4b34136f2741\",\n                    \"businessTime\": 1776686956000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763603.859726552,\n                    \"instrumentId\": \"dea3b4a5-40fc-4c68-b875-940e81b7816b\",\n                    \"businessTime\": 1776686956000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299675.33967189904,\n                    \"instrumentId\": \"2c0ab493-6540-4e65-aa84-a2d8789f067a\",\n                    \"businessTime\": 1776686956000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387952.09847954643,\n                    \"instrumentId\": \"8ab4b1d3-dbb8-46a6-ae06-47e45503a883\",\n                    \"businessTime\": 1776686956000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83748451.08356018,\n                    \"instrumentId\": \"3bc3f422-be30-4c16-afd7-e28999bf7a9f\",\n                    \"businessTime\": 1776686956000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654670.5393011245,\n                    \"instrumentId\": \"5a55764e-5e6a-46e2-ba2f-d7667d2b63a5\",\n                    \"businessTime\": 1776686956000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"734e5923-34d8-40a2-a0d0-af3addf560e1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026192955677494\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054532.612195323,\n                    \"instrumentId\": \"d356e476-f2a3-4d75-950b-f750cf444f15\",\n                    \"businessTime\": 1776686957000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283572.430323567,\n                    \"instrumentId\": \"359ca743-19d2-40a6-abdb-8cea0dc2be29\",\n                    \"businessTime\": 1776686957000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764251.024210917,\n                    \"instrumentId\": \"52d46e02-a289-4182-b87d-57416e8e93f0\",\n                    \"businessTime\": 1776686957000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299675.33967189904,\n                    \"instrumentId\": \"646f9bd2-3fa4-44a5-bb4e-50c30c799c9d\",\n                    \"businessTime\": 1776686957000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387955.25137290766,\n                    \"instrumentId\": \"3a3dddf1-625a-4f38-a9a8-d7ac2bf600b6\",\n                    \"businessTime\": 1776686957000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83751025.90457392,\n                    \"instrumentId\": \"0c6164ad-48d6-421d-9ae2-c13c0ddb2853\",\n                    \"businessTime\": 1776686957000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"fec49f52-db6e-4243-941c-d0a50de05a94\",\n                    \"businessTime\": 1776686957000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d7b52ab1-84cf-408b-a41b-70fd19b2de24\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026907849857142\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054540.626699526,\n                    \"instrumentId\": \"97dbce71-5cec-4981-be64-bc941c6ec453\",\n                    \"businessTime\": 1776686958000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283574.523738428,\n                    \"instrumentId\": \"0483ad2c-97d2-4e2a-82be-9a5dae58f7e1\",\n                    \"businessTime\": 1776686958000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764330.435927397,\n                    \"instrumentId\": \"5c2e7874-db72-4baf-8ebb-f39ea9e2a194\",\n                    \"businessTime\": 1776686958000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299659.255172863,\n                    \"instrumentId\": \"bb71f07f-16a9-49b7-a3da-fc894b741c26\",\n                    \"businessTime\": 1776686958000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387963.95128924673,\n                    \"instrumentId\": \"e03ee11a-64b4-4875-a324-88d1cbf0f53d\",\n                    \"businessTime\": 1776686958000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83751965.00511283,\n                    \"instrumentId\": \"551d5a76-9b39-4ab0-9f2c-5101dc0cb451\",\n                    \"businessTime\": 1776686958000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655202.3155174393,\n                    \"instrumentId\": \"87dfa448-a093-4796-a746-819f8bd22563\",\n                    \"businessTime\": 1776686958000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3f71bcb7-a437-4152-a9e3-fcb34536b6ba\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027093668445996\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055033.782166221,\n                    \"instrumentId\": \"1c5bb8f4-ce28-459e-8395-e98e42bf5862\",\n                    \"businessTime\": 1776686959000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283642.507834631,\n                    \"instrumentId\": \"75f54ecc-229a-40e7-a775-be392e007fc1\",\n                    \"businessTime\": 1776686959000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766013.281883752,\n                    \"instrumentId\": \"658d5a01-1c9e-4a62-b2e2-4cd13c0d370f\",\n                    \"businessTime\": 1776686959000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299602.6789771401,\n                    \"instrumentId\": \"c543393b-483d-4a1a-a4a6-92b2b6c9e503\",\n                    \"businessTime\": 1776686959000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387966.53189697786,\n                    \"instrumentId\": \"3e4da0da-ba9a-4fb0-b6d8-0343d8b71129\",\n                    \"businessTime\": 1776686959000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83759537.71303195,\n                    \"instrumentId\": \"c4dcd953-1529-4903-9047-75e494d5be34\",\n                    \"businessTime\": 1776686959000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655202.3155174393,\n                    \"instrumentId\": \"27a256d2-6447-4e7e-b6bf-7b98a4bc0641\",\n                    \"businessTime\": 1776686959000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4dcaecc3-e9cb-4293-8481-46f2676f8e6e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02880943256733\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055033.782166221,\n                    \"instrumentId\": \"7be9fa98-73be-44b3-92ba-f2b6659a2df3\",\n                    \"businessTime\": 1776686960000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284042.335181194,\n                    \"instrumentId\": \"c64ff7a3-7c6b-4cbc-a7bb-2811ae9762fa\",\n                    \"businessTime\": 1776686960000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766766.336488532,\n                    \"instrumentId\": \"88b0c6b6-44c2-4961-9f99-a6d8cd248cdd\",\n                    \"businessTime\": 1776686960000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299602.6789771401,\n                    \"instrumentId\": \"c821249a-e684-4339-ad3a-0612e26423ef\",\n                    \"businessTime\": 1776686960000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387966.53189697786,\n                    \"instrumentId\": \"7c7fd805-dbb0-4e96-924b-405f0c21ef52\",\n                    \"businessTime\": 1776686960000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83760198.66378397,\n                    \"instrumentId\": \"4f68325e-097c-4a74-b045-9d20ac640ae9\",\n                    \"businessTime\": 1776686960000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655202.3155174393,\n                    \"instrumentId\": \"2683bc34-bbf6-440b-a421-07c868c99868\",\n                    \"businessTime\": 1776686960000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"63ea110f-d4a4-411f-b6b1-ac7239e733d3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029128208086373\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055033.780008473,\n                    \"instrumentId\": \"6a4c1d6e-7778-45e0-946c-3532734e9eb8\",\n                    \"businessTime\": 1776686961000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284105.4886581223,\n                    \"instrumentId\": \"4f5d2ba4-be59-4b6a-b316-a74c4f47c15d\",\n                    \"businessTime\": 1776686961000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767586.174872518,\n                    \"instrumentId\": \"4d22f7de-c2b9-4b19-adfa-2a35b42a82ae\",\n                    \"businessTime\": 1776686961000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299602.6789771401,\n                    \"instrumentId\": \"03981edb-c9b6-42cb-8fc5-285bb5cb91dc\",\n                    \"businessTime\": 1776686961000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387967.4676397279,\n                    \"instrumentId\": \"401faf47-89c6-4994-8f3c-c916741e5d6b\",\n                    \"businessTime\": 1776686961000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83762404.0418275,\n                    \"instrumentId\": \"4b95b43b-27e2-43ff-aea8-44454f4415f8\",\n                    \"businessTime\": 1776686961000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655202.3155174393,\n                    \"instrumentId\": \"fd3d039a-8dd6-4916-a4d2-3f2026f7bf6b\",\n                    \"businessTime\": 1776686961000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7e30ade8-cdee-4087-a8b7-369c4227ffa4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029671143673273\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055205.643856436,\n                    \"instrumentId\": \"e6112c46-5d65-4452-b809-3df512d305cc\",\n                    \"businessTime\": 1776686962000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284106.412449474,\n                    \"instrumentId\": \"3ec1ee42-05f8-4b34-b81e-e6782ea92ad8\",\n                    \"businessTime\": 1776686962000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767825.371249365,\n                    \"instrumentId\": \"2796eae7-bb75-4e99-9845-a265d10e2af7\",\n                    \"businessTime\": 1776686962000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299602.6789771401,\n                    \"instrumentId\": \"8026295a-162f-44ea-bcdf-6bff6fd1e219\",\n                    \"businessTime\": 1776686962000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387967.4676397279,\n                    \"instrumentId\": \"213224dc-33a0-4030-9247-6199ad612f08\",\n                    \"businessTime\": 1776686962000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83762483.06609431,\n                    \"instrumentId\": \"b819c6b3-984f-4388-ab69-c26750cad379\",\n                    \"businessTime\": 1776686962000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655202.3155174393,\n                    \"instrumentId\": \"819c8673-1955-46b2-9dc7-ea75288d27a4\",\n                    \"businessTime\": 1776686962000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3ca68f9a-c28d-45b0-8b78-c5742bcfc947\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029757436868874\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055660.815999995,\n                    \"instrumentId\": \"bc9017f1-b3d9-4d83-9824-900cf7c5dd8c\",\n                    \"businessTime\": 1776686963000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284106.412449474,\n                    \"instrumentId\": \"5258032b-42af-42c4-9121-55f8d6a46d79\",\n                    \"businessTime\": 1776686963000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768019.291225528,\n                    \"instrumentId\": \"02fdb127-87b3-4b59-a9ab-cb498dc0deb9\",\n                    \"businessTime\": 1776686963000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299634.0191516227,\n                    \"instrumentId\": \"4ab51bb7-f9d5-45ca-9364-d1f5b890a728\",\n                    \"businessTime\": 1776686963000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387967.4676397279,\n                    \"instrumentId\": \"2d2bdc7d-a784-455a-b44b-28f88dcc9005\",\n                    \"businessTime\": 1776686963000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83762481.74518557,\n                    \"instrumentId\": \"db245423-d11b-47ff-901b-7c0f0f51aa2c\",\n                    \"businessTime\": 1776686963000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655178.7269164141,\n                    \"instrumentId\": \"dbe93c4c-d596-4ce4-9f92-e9c8cddd56df\",\n                    \"businessTime\": 1776686963000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"60f2e628-d10c-4d6b-bea6-f98a6bbffb37\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029872642982134\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055659.642003474,\n                    \"instrumentId\": \"e5dad0cf-aba5-4cde-a2d3-491d8738d2ea\",\n                    \"businessTime\": 1776686964000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284106.874412016,\n                    \"instrumentId\": \"57e84fb2-79e0-4a78-987c-9fc3a02f6fbf\",\n                    \"businessTime\": 1776686964000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768019.291225528,\n                    \"instrumentId\": \"1f3e8a50-159f-4ef9-a79f-24a30440c8a5\",\n                    \"businessTime\": 1776686964000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"9a57baed-1367-45a8-8fc5-0c4eb57de11d\",\n                    \"businessTime\": 1776686964000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387967.4676397279,\n                    \"instrumentId\": \"7d7ae98e-2157-4aa4-a170-d0b35641fbcd\",\n                    \"businessTime\": 1776686964000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83763814.73583928,\n                    \"instrumentId\": \"42352219-74e0-49f0-ba2b-5d3d616b7295\",\n                    \"businessTime\": 1776686964000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655178.7269164141,\n                    \"instrumentId\": \"39ea7a06-dc2f-45c9-8805-da1ea2715292\",\n                    \"businessTime\": 1776686964000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f8561e3e-ebd8-4121-b2aa-110aa572074f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030109832801102\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055699.749831588,\n                    \"instrumentId\": \"0cc77b81-2ff4-4e58-be8c-2e14df6c2e96\",\n                    \"businessTime\": 1776686965000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284106.8663484813,\n                    \"instrumentId\": \"fbce6672-923c-4a40-97fe-45c82922527f\",\n                    \"businessTime\": 1776686965000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768049.040986568,\n                    \"instrumentId\": \"b593c38b-52d7-474b-8fd1-b9ca119c83b7\",\n                    \"businessTime\": 1776686965000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"b3618e2b-5aad-4970-99e9-b18af3195250\",\n                    \"businessTime\": 1776686965000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387967.4676397279,\n                    \"instrumentId\": \"dd6eb8d4-ddb8-4561-b1ed-8adbd2bded13\",\n                    \"businessTime\": 1776686965000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83763826.64934267,\n                    \"instrumentId\": \"38e85baf-c209-47a3-85ae-ec101b321e67\",\n                    \"businessTime\": 1776686965000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655178.7269164141,\n                    \"instrumentId\": \"2fcca7aa-10ef-40ed-949f-c8df5e165c73\",\n                    \"businessTime\": 1776686965000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3f873414-efe4-4955-9538-03a765cd11a8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030124202401986\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055699.749831588,\n                    \"instrumentId\": \"e6f90629-c771-46ea-a6b7-3c49aa95d140\",\n                    \"businessTime\": 1776686966000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284106.8663484813,\n                    \"instrumentId\": \"f2d09f95-3ab9-4a4f-b311-1a5e689d97c6\",\n                    \"businessTime\": 1776686966000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768049.040986568,\n                    \"instrumentId\": \"fcb0d190-204c-444b-8c7d-fcc16b6b39b7\",\n                    \"businessTime\": 1776686966000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"c6915524-0bde-498d-9072-fd5702c73ccb\",\n                    \"businessTime\": 1776686966000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387967.4676397279,\n                    \"instrumentId\": \"558a2957-a6d0-4e70-8852-5d9ad6c41f58\",\n                    \"businessTime\": 1776686966000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83763907.16234072,\n                    \"instrumentId\": \"857b8cdf-e284-4ee0-9cc1-a2ecdb461696\",\n                    \"businessTime\": 1776686966000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655178.7269164141,\n                    \"instrumentId\": \"3baac120-8e1c-44c7-b625-5a45db662315\",\n                    \"businessTime\": 1776686966000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d4af1e51-51e6-47cb-bb69-357efe8cab5f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030138352313767\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055699.749831588,\n                    \"instrumentId\": \"04f6c592-548f-43ce-b83f-2a7c90f2f094\",\n                    \"businessTime\": 1776686967000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284026.97007655,\n                    \"instrumentId\": \"10f7df26-3699-4b49-bad9-c6b79a56e8f3\",\n                    \"businessTime\": 1776686967000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768239.742985386,\n                    \"instrumentId\": \"0c2674ec-7618-4e3a-8db7-b202c12e0d12\",\n                    \"businessTime\": 1776686967000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"65ff0c47-821d-4a1c-98f1-2bfe40ad59d3\",\n                    \"businessTime\": 1776686967000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387967.4676397279,\n                    \"instrumentId\": \"d59932f7-2bd1-48af-a697-83420df39b1a\",\n                    \"businessTime\": 1776686967000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766752.17053626,\n                    \"instrumentId\": \"07c3b1af-dc6c-4e1c-9e11-131df7f9f098\",\n                    \"businessTime\": 1776686967000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655178.7269164141,\n                    \"instrumentId\": \"bad53364-d230-4375-8dfa-7beb1acf0c73\",\n                    \"businessTime\": 1776686967000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"45004d39-1b62-4e59-9c5e-0fd7478d0b33\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030657827519818\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055710.532685633,\n                    \"instrumentId\": \"d9fb7277-7e92-4654-ac19-cd2f52464879\",\n                    \"businessTime\": 1776686968000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283961.9587235423,\n                    \"instrumentId\": \"ecddf552-ad56-42cd-9f02-3fb747d847a1\",\n                    \"businessTime\": 1776686968000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768532.032782486,\n                    \"instrumentId\": \"40907f98-100c-4d60-8463-1536c3e35f85\",\n                    \"businessTime\": 1776686968000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"f458ba85-d505-4c3c-b707-aa168593e96b\",\n                    \"businessTime\": 1776686968000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387970.2513826524,\n                    \"instrumentId\": \"350f411d-3e47-40d5-b177-4bbf834cd318\",\n                    \"businessTime\": 1776686968000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83769488.84891668,\n                    \"instrumentId\": \"30eb9f66-88e6-42a9-b7b1-d83e74bb142d\",\n                    \"businessTime\": 1776686968000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655167.489632454,\n                    \"instrumentId\": \"71edb33e-a34d-47e9-aee3-5d25e8efbbcb\",\n                    \"businessTime\": 1776686968000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6973f8bc-62e0-4f7c-9ba3-4e6c9607a387\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03117914318546\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055710.532685633,\n                    \"instrumentId\": \"bdc8f0e8-f644-4163-81fd-2313ab35fd50\",\n                    \"businessTime\": 1776686969000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283961.9587235423,\n                    \"instrumentId\": \"21e85157-4191-4f13-9934-9137c04e34dc\",\n                    \"businessTime\": 1776686969000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768471.996583845,\n                    \"instrumentId\": \"6d2477b1-dfdf-4410-8364-364a6d57095e\",\n                    \"businessTime\": 1776686969000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299684.84500820946,\n                    \"instrumentId\": \"86372b71-3cd9-457c-95a4-8758712d6ee2\",\n                    \"businessTime\": 1776686969000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387970.2513826524,\n                    \"instrumentId\": \"129c542a-acd6-4cdc-8ed4-916ca0ae665d\",\n                    \"businessTime\": 1776686969000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83769956.04103667,\n                    \"instrumentId\": \"fc512b6d-0273-4442-ad86-b546647333c9\",\n                    \"businessTime\": 1776686969000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655167.489632454,\n                    \"instrumentId\": \"1029a50f-ff53-481e-84d0-410c46209b2b\",\n                    \"businessTime\": 1776686969000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"12b6524d-3625-493c-be91-d84ec9c441bf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03125658612531\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055710.532685633,\n                    \"instrumentId\": \"895e3023-cbe7-4161-bd7a-1f177909ca93\",\n                    \"businessTime\": 1776686970000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283914.3401793675,\n                    \"instrumentId\": \"d4c00c56-03d5-4562-bda2-dbd6c95d30f4\",\n                    \"businessTime\": 1776686970000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768471.996583845,\n                    \"instrumentId\": \"6a922b62-7fcd-4166-ba04-2bb4bbf62255\",\n                    \"businessTime\": 1776686970000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299684.84500820946,\n                    \"instrumentId\": \"ad1b80bd-dca8-4d08-a899-c4e617599d85\",\n                    \"businessTime\": 1776686970000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387970.2513826524,\n                    \"instrumentId\": \"40fe33a8-20df-4d34-a2cc-4458c3d00512\",\n                    \"businessTime\": 1776686970000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83769984.79580438,\n                    \"instrumentId\": \"dc1de909-42c6-42f4-8c35-19390b229592\",\n                    \"businessTime\": 1776686970000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655167.489632454,\n                    \"instrumentId\": \"5065b8dd-b648-40de-9775-3fe5b0aa9e12\",\n                    \"businessTime\": 1776686970000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9892240b-7ea8-4546-b8af-235c31358484\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03125327087461\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055710.532685633,\n                    \"instrumentId\": \"ecc4e852-ce45-410d-9658-8c59cb0bcae3\",\n                    \"businessTime\": 1776686971000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283914.3401793675,\n                    \"instrumentId\": \"b59116b2-443b-4a19-864f-b023225a2a7c\",\n                    \"businessTime\": 1776686971000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768472.696992258,\n                    \"instrumentId\": \"09707912-b97b-4d1f-b19b-e4071e0460b8\",\n                    \"businessTime\": 1776686971000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299684.84500820946,\n                    \"instrumentId\": \"944eb373-41bd-4931-86ee-3360e9deec57\",\n                    \"businessTime\": 1776686971000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387970.2513826524,\n                    \"instrumentId\": \"5c15c043-3651-46da-8c0f-14137703948e\",\n                    \"businessTime\": 1776686971000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83770198.66500507,\n                    \"instrumentId\": \"9dfc94d4-ac5c-450f-958c-cf9903e8e6d5\",\n                    \"businessTime\": 1776686971000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655167.489632454,\n                    \"instrumentId\": \"9fe57011-1db1-45ea-90b5-e4f4e0afdece\",\n                    \"businessTime\": 1776686971000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a15005a2-2974-410b-a929-e2acb901db25\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03129098082349\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055699.27027068,\n                    \"instrumentId\": \"e8070bf6-8547-4178-a364-53b1559e8d15\",\n                    \"businessTime\": 1776686972000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283764.7833595127,\n                    \"instrumentId\": \"c41696fe-63d7-4101-9cdc-c155d699194e\",\n                    \"businessTime\": 1776686972000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768471.062111914,\n                    \"instrumentId\": \"e9230ce7-5da7-47ba-a3f9-63dff31282dd\",\n                    \"businessTime\": 1776686972000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299684.84500820946,\n                    \"instrumentId\": \"3356df54-29ba-4df9-9b9e-8d7ac71de042\",\n                    \"businessTime\": 1776686972000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388010.53519016324,\n                    \"instrumentId\": \"b873f8e1-58eb-4059-a843-b7623f1a734e\",\n                    \"businessTime\": 1776686972000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83770360.73615895,\n                    \"instrumentId\": \"2001f703-3c5c-4583-a538-23fee0f7a481\",\n                    \"businessTime\": 1776686972000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655167.489632454,\n                    \"instrumentId\": \"509765c6-f9f6-48e3-9974-8c2b75a82a51\",\n                    \"businessTime\": 1776686972000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"17a0219f-bf62-4f70-a750-1fc2f67c377f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.031297993274496\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055607.906293174,\n                    \"instrumentId\": \"277dfa17-eabe-469f-ace9-13cecb4b57cf\",\n                    \"businessTime\": 1776686973000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283774.1302402555,\n                    \"instrumentId\": \"00e12249-4de0-4ba3-8005-30e90196f63a\",\n                    \"businessTime\": 1776686973000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767975.346586037,\n                    \"instrumentId\": \"17103309-8bd8-4686-88c7-435d80a82d78\",\n                    \"businessTime\": 1776686973000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299684.84500820946,\n                    \"instrumentId\": \"54c29576-d7f5-4c98-ab90-62abfe286b60\",\n                    \"businessTime\": 1776686973000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388010.53519016324,\n                    \"instrumentId\": \"9775f506-ba71-4cf8-9c1f-b9f6a1ceb960\",\n                    \"businessTime\": 1776686973000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83770574.1899689,\n                    \"instrumentId\": \"d86745ef-da0c-4e74-bbeb-77723cc25a4d\",\n                    \"businessTime\": 1776686973000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655167.489632454,\n                    \"instrumentId\": \"818cc31b-d26e-4d78-a82e-f8314d74bb05\",\n                    \"businessTime\": 1776686973000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"43c28f87-197a-45c3-823c-ff560a729dcd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03123397239353\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055654.673672949,\n                    \"instrumentId\": \"91ca6842-10dc-4db7-9292-ffed233417e3\",\n                    \"businessTime\": 1776686974000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283774.1302402555,\n                    \"instrumentId\": \"0e9170e1-5ce4-46af-a579-dad033865433\",\n                    \"businessTime\": 1776686974000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766809.905198988,\n                    \"instrumentId\": \"97680bc2-ac03-4df0-94a2-b2d991d47715\",\n                    \"businessTime\": 1776686974000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299684.84500820946,\n                    \"instrumentId\": \"4d206993-f92a-46e3-b3da-9f0143f7e09b\",\n                    \"businessTime\": 1776686974000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.10689833586,\n                    \"instrumentId\": \"2e7f5361-5565-49a3-aab1-b6e967c8da0b\",\n                    \"businessTime\": 1776686974000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83769822.71891938,\n                    \"instrumentId\": \"788259a4-88d7-4ad7-a234-6a8a090433ab\",\n                    \"businessTime\": 1776686974000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"774ddd55-6f95-4154-8e02-3a3fff78e727\",\n                    \"businessTime\": 1776686974000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0cf8920a-1469-41f4-86f8-bd920c373416\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03090535734213\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055654.673672949,\n                    \"instrumentId\": \"2e3fe567-ab6f-48aa-8a13-882e2fa66d60\",\n                    \"businessTime\": 1776686975000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283774.1302402555,\n                    \"instrumentId\": \"bfb77a6c-fdf3-4df4-9430-f536117e9f71\",\n                    \"businessTime\": 1776686975000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765856.846642025,\n                    \"instrumentId\": \"735a3580-e0fe-4df0-9baf-e6a35a149473\",\n                    \"businessTime\": 1776686975000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299686.22985744255,\n                    \"instrumentId\": \"4f86e4d4-edc6-45b2-8c31-e75e0eb40f8c\",\n                    \"businessTime\": 1776686975000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.10689833586,\n                    \"instrumentId\": \"323b2dcf-d4fc-414c-9362-239e300f0101\",\n                    \"businessTime\": 1776686975000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83769811.27405801,\n                    \"instrumentId\": \"181b5140-d05f-4f84-8488-33d3afb9f29c\",\n                    \"businessTime\": 1776686975000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"0037f599-f8a9-4e5d-86e4-2f4c761c3683\",\n                    \"businessTime\": 1776686975000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e12a831c-2106-4975-9db2-14c5fc63a94e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03073609221575\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055641.0125135,\n                    \"instrumentId\": \"981ac796-ec7e-4109-85e3-10f644ef5c1d\",\n                    \"businessTime\": 1776686976000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283774.1302402555,\n                    \"instrumentId\": \"249a2f1b-be66-4673-8286-4ce5a0dcf908\",\n                    \"businessTime\": 1776686976000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765777.747246783,\n                    \"instrumentId\": \"28e7d323-6c27-4670-8801-3b45bd5eefc8\",\n                    \"businessTime\": 1776686976000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299686.22985744255,\n                    \"instrumentId\": \"6ad78b22-d049-432e-a982-534be83a4936\",\n                    \"businessTime\": 1776686976000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.23673956067,\n                    \"instrumentId\": \"0f04ddc2-24c7-4f4e-b55d-0d9982311ac6\",\n                    \"businessTime\": 1776686976000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83770040.97425708,\n                    \"instrumentId\": \"3094609d-6acd-4dbf-8e4f-b9b1feeba3e9\",\n                    \"businessTime\": 1776686976000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"5377766f-dfd6-4063-820b-005848d129bc\",\n                    \"businessTime\": 1776686976000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a413cfa6-04e8-4b5b-be0a-4181b7477351\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03076018175628\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055641.0125135,\n                    \"instrumentId\": \"4802d007-5f8f-4c7b-84f1-ae8892649360\",\n                    \"businessTime\": 1776686977000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283772.792071564,\n                    \"instrumentId\": \"49eaa9d7-f348-4b65-a73c-12c46013eb08\",\n                    \"businessTime\": 1776686977000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765777.747246783,\n                    \"instrumentId\": \"10cdddca-dec0-442c-b028-0271bbbf7ec5\",\n                    \"businessTime\": 1776686977000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299686.22985744255,\n                    \"instrumentId\": \"bab24f91-071d-4bbd-a0ae-bc4038af8a7f\",\n                    \"businessTime\": 1776686977000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.5585967643,\n                    \"instrumentId\": \"eff54e6f-2053-464a-93a2-c86e02cc85d7\",\n                    \"businessTime\": 1776686977000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83770926.99782233,\n                    \"instrumentId\": \"6a20cc32-e4b8-4df6-8155-adfa647bd87b\",\n                    \"businessTime\": 1776686977000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"47e3971b-ea02-4de4-9d87-897b49818258\",\n                    \"businessTime\": 1776686977000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"880868b8-f47a-46c5-8c7a-bf5ae0d2a276\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030915719059223\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055096.751207854,\n                    \"instrumentId\": \"6e84a5e7-3c70-4e22-83ec-6fcc04d747cb\",\n                    \"businessTime\": 1776686978000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283772.792071564,\n                    \"instrumentId\": \"20898c16-a034-4861-a295-6f5f9fe07150\",\n                    \"businessTime\": 1776686978000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765550.563384173,\n                    \"instrumentId\": \"6aa9edf4-e7c5-462a-b6d1-e5335e49ca95\",\n                    \"businessTime\": 1776686978000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299686.22985744255,\n                    \"instrumentId\": \"3a846b55-b988-4d64-b09a-75f180964505\",\n                    \"businessTime\": 1776686978000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.51123348606,\n                    \"instrumentId\": \"ee6cbaa9-8086-4319-a3de-72933f58a7f9\",\n                    \"businessTime\": 1776686978000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83770940.29258205,\n                    \"instrumentId\": \"da54318d-cafb-4064-8966-9514803d3e65\",\n                    \"businessTime\": 1776686978000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"9d47fcbf-5905-4ca8-8030-2c37122890bd\",\n                    \"businessTime\": 1776686978000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f4f919b4-ca09-499b-9808-6ec2e29361b0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030782468132717\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055106.283620545,\n                    \"instrumentId\": \"9ee3a3f8-e419-4cf4-bf39-271e01468724\",\n                    \"businessTime\": 1776686979000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283685.551662337,\n                    \"instrumentId\": \"94dab8cc-3b1f-43d2-9190-8ef083462bfe\",\n                    \"businessTime\": 1776686979000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764717.309984649,\n                    \"instrumentId\": \"e0f0eb5b-b311-43d8-b094-0c9dc9d5d2e3\",\n                    \"businessTime\": 1776686979000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299686.22985744255,\n                    \"instrumentId\": \"c8e8e648-ec98-4395-ab0c-c15ed9766d72\",\n                    \"businessTime\": 1776686979000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.51123348606,\n                    \"instrumentId\": \"b56702fb-ee61-4983-8d69-22036e4c708a\",\n                    \"businessTime\": 1776686979000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83771071.403072,\n                    \"instrumentId\": \"095af562-084e-4a99-9f99-214682bb6376\",\n                    \"businessTime\": 1776686979000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"9d47fcbf-5905-4ca8-8030-2c37122890bd\",\n                    \"businessTime\": 1776686978000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a665833f-1305-4260-ba25-c1c6fe3deb7d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030645411734458\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055106.079881245,\n                    \"instrumentId\": \"fca514f0-c000-4004-9338-17afa14385b4\",\n                    \"businessTime\": 1776686980000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283645.808930307,\n                    \"instrumentId\": \"cdd66506-d589-431e-8c0f-092213c43fea\",\n                    \"businessTime\": 1776686980000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764599.15798712,\n                    \"instrumentId\": \"09985274-fb40-4589-9a5d-1663b9a40573\",\n                    \"businessTime\": 1776686980000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299686.22985744255,\n                    \"instrumentId\": \"51cc19b7-cf61-4a61-936c-f083b6613ebb\",\n                    \"businessTime\": 1776686980000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.51123348606,\n                    \"instrumentId\": \"0a28e99f-1d88-4854-bdd5-296d578c8d81\",\n                    \"businessTime\": 1776686980000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83771071.07758284,\n                    \"instrumentId\": \"1a63001d-fc54-4ae8-9b54-282b87ad9089\",\n                    \"businessTime\": 1776686980000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"9d47fcbf-5905-4ca8-8030-2c37122890bd\",\n                    \"businessTime\": 1776686978000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ecdefc05-4068-4637-a171-974ff3454e6b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030617569211078\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055106.079881245,\n                    \"instrumentId\": \"42bef9e7-0cb5-454a-8a6f-bb6372fc309a\",\n                    \"businessTime\": 1776686981000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283645.808930307,\n                    \"instrumentId\": \"33b9cf09-26a9-4aa6-86ee-cd3c29b71f03\",\n                    \"businessTime\": 1776686981000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764598.905388162,\n                    \"instrumentId\": \"503eeaf9-2b7f-4053-9cef-2c1528015938\",\n                    \"businessTime\": 1776686981000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299686.22985744255,\n                    \"instrumentId\": \"f44dc07a-df83-4f04-938b-30b098da8196\",\n                    \"businessTime\": 1776686981000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.51123348606,\n                    \"instrumentId\": \"469e9474-0474-495f-ad21-626d57927719\",\n                    \"businessTime\": 1776686981000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83771072.63558076,\n                    \"instrumentId\": \"1c3fc5b9-645f-4227-a479-10487562a8fe\",\n                    \"businessTime\": 1776686981000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"9d47fcbf-5905-4ca8-8030-2c37122890bd\",\n                    \"businessTime\": 1776686978000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bc3030bc-3b2e-4386-bd00-dc95c1c00217\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03061779863093\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055140.032724485,\n                    \"instrumentId\": \"08ff57cf-f248-4965-a315-623016036279\",\n                    \"businessTime\": 1776686982000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283558.5849156403,\n                    \"instrumentId\": \"98633dc8-f540-4b1a-8324-9a1329db231b\",\n                    \"businessTime\": 1776686982000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764521.967809344,\n                    \"instrumentId\": \"2a32b796-a63d-4933-857b-1008990767c9\",\n                    \"businessTime\": 1776686982000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299686.22985744255,\n                    \"instrumentId\": \"79565e43-1079-4b9f-b83d-dcdf654f4acb\",\n                    \"businessTime\": 1776686982000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.44531118765,\n                    \"instrumentId\": \"ddf53f3d-c4f6-439a-b280-1374bfe2ead5\",\n                    \"businessTime\": 1776686982000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83771143.42886753,\n                    \"instrumentId\": \"2803aca6-2c83-4524-9547-6d520c642e48\",\n                    \"businessTime\": 1776686982000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"9d47fcbf-5905-4ca8-8030-2c37122890bd\",\n                    \"businessTime\": 1776686978000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6c66f657-d063-4b1d-b645-6606b8237432\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030607344960323\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055140.032724485,\n                    \"instrumentId\": \"d12b7e33-6300-4d61-95e6-b16f9f4e72ec\",\n                    \"businessTime\": 1776686983000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283541.5729147894,\n                    \"instrumentId\": \"5dfc416f-5c12-4687-8b7c-f7afa3ecf889\",\n                    \"businessTime\": 1776686983000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764476.897715965,\n                    \"instrumentId\": \"207717a9-33a3-4307-a6c0-20e567234d26\",\n                    \"businessTime\": 1776686983000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299683.30685914645,\n                    \"instrumentId\": \"2e4fb0f5-e4f7-40ef-951f-d9eb60122eac\",\n                    \"businessTime\": 1776686983000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.39744932344,\n                    \"instrumentId\": \"b2abaf4f-a372-41a8-a5f6-20dacbd3c9d0\",\n                    \"businessTime\": 1776686983000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83771426.18594271,\n                    \"instrumentId\": \"86423596-454c-4932-b63b-a34f967a63bb\",\n                    \"businessTime\": 1776686983000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655093.3626666745,\n                    \"instrumentId\": \"2ecc8c4c-5131-4e7c-a2d0-51cabf78750e\",\n                    \"businessTime\": 1776686983000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c60b1f2d-97ff-4b1b-862b-28da12014626\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030632797236045\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053046.853281515,\n                    \"instrumentId\": \"47cc338c-6411-4ac8-8f62-f923ef075bdb\",\n                    \"businessTime\": 1776686984000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283480.1031810646,\n                    \"instrumentId\": \"dd0acc31-69a7-4436-ad47-9e1df7ed6357\",\n                    \"businessTime\": 1776686984000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764037.567496626,\n                    \"instrumentId\": \"7ac4a804-3f0e-496c-9a3e-f31be0a693e0\",\n                    \"businessTime\": 1776686984000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299683.30685914645,\n                    \"instrumentId\": \"ef3a3412-dc07-40d9-86d2-04bd0c5d2ebb\",\n                    \"businessTime\": 1776686984000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.39744932344,\n                    \"instrumentId\": \"f2b7df31-633a-4907-b6e9-103bb5f13ea9\",\n                    \"businessTime\": 1776686984000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83768351.11643162,\n                    \"instrumentId\": \"2714238b-38d5-40af-bfd1-0e2f4cdac4f7\",\n                    \"businessTime\": 1776686984000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655093.3626666745,\n                    \"instrumentId\": \"d47dc270-c70b-4132-a92a-977e650e2d92\",\n                    \"businessTime\": 1776686984000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"35835db4-6e68-4f2c-b02b-daad5662e181\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029636479326182\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053047.4952061605,\n                    \"instrumentId\": \"9164dd5b-c789-4704-840d-3584c58b4e4c\",\n                    \"businessTime\": 1776686985000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283478.6246697176,\n                    \"instrumentId\": \"b585c0ff-94c9-45dd-a47a-78a37b98e559\",\n                    \"businessTime\": 1776686985000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763695.540333584,\n                    \"instrumentId\": \"cb97f43a-4aa3-4af7-97ff-cf20c1d3372a\",\n                    \"businessTime\": 1776686985000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299501.77578480076,\n                    \"instrumentId\": \"f83cfd68-4bf5-4332-bd3e-c5c90561a16d\",\n                    \"businessTime\": 1776686985000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.39744932344,\n                    \"instrumentId\": \"6391f065-38c4-4b62-85b6-93a24af071f1\",\n                    \"businessTime\": 1776686985000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83765661.99132991,\n                    \"instrumentId\": \"2a366e16-7772-4188-9c68-9a57825894ee\",\n                    \"businessTime\": 1776686985000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655093.3626666745,\n                    \"instrumentId\": \"fb239919-d3a8-4097-bc48-846fea86768f\",\n                    \"businessTime\": 1776686985000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dfa0f570-d705-4bd1-9697-5736a7361161\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029071713082633\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053055.386145351,\n                    \"instrumentId\": \"fd2b5acf-f2ea-4b55-bd15-108f42d1d7f1\",\n                    \"businessTime\": 1776686986000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283037.2199838613,\n                    \"instrumentId\": \"73bc51d8-9deb-4f55-b454-63be2ff23261\",\n                    \"businessTime\": 1776686986000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763610.082229443,\n                    \"instrumentId\": \"a94c19a1-1c76-4b58-ab54-cffadbef7003\",\n                    \"businessTime\": 1776686986000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299501.77578480076,\n                    \"instrumentId\": \"001b7f91-f473-47e1-970f-05210efaada5\",\n                    \"businessTime\": 1776686986000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.39744932344,\n                    \"instrumentId\": \"aa13bd24-7f7a-4ed4-acaa-8e3552790f1a\",\n                    \"businessTime\": 1776686986000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83762376.27920611,\n                    \"instrumentId\": \"749d4d3b-195c-4e0f-8124-ac0b9612e297\",\n                    \"businessTime\": 1776686986000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655093.3626666745,\n                    \"instrumentId\": \"72a11f98-e1ee-42f7-8ccf-900a7e1b1be7\",\n                    \"businessTime\": 1776686986000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6b19cc02-c9e7-4263-8ef1-029e2d07d429\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02840305157567\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053055.386145351,\n                    \"instrumentId\": \"d4a8fb4e-8aa3-43a3-b9a0-a622fdd2fd7a\",\n                    \"businessTime\": 1776686987000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282838.4415328405,\n                    \"instrumentId\": \"805c6de5-d00b-42ec-92e2-6f2a7d7224f5\",\n                    \"businessTime\": 1776686987000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762695.636989627,\n                    \"instrumentId\": \"249b4a12-d589-4943-8368-4d6fe85e924f\",\n                    \"businessTime\": 1776686987000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299501.77578480076,\n                    \"instrumentId\": \"43f222bb-85b1-4a6b-be12-abb6af666b55\",\n                    \"businessTime\": 1776686987000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.39744932344,\n                    \"instrumentId\": \"99cc0c4d-b060-48e2-961c-00231b44ff03\",\n                    \"businessTime\": 1776686987000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83762330.04089122,\n                    \"instrumentId\": \"3d9b8542-5f0e-4afc-8b06-4c777e2960cb\",\n                    \"businessTime\": 1776686987000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655091.0777424651,\n                    \"instrumentId\": \"f34ec185-ce31-477d-a63a-37ce2ae6c265\",\n                    \"businessTime\": 1776686987000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b2d81c18-56a7-4e9b-9d62-01761f94c64c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028198878125767\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053090.683564999,\n                    \"instrumentId\": \"a32901ae-1cc1-4417-89d9-603d8474a2fa\",\n                    \"businessTime\": 1776686988000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282627.8011349496,\n                    \"instrumentId\": \"9a81f1ad-c5a0-4d3e-910e-a6f292668bfb\",\n                    \"businessTime\": 1776686988000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762347.836986275,\n                    \"instrumentId\": \"b4b3c8c3-7753-4dd5-88db-dd18ded3d0d3\",\n                    \"businessTime\": 1776686988000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299501.77578480076,\n                    \"instrumentId\": \"0320d0df-d9ae-42e2-96ab-216aba2721b6\",\n                    \"businessTime\": 1776686988000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.2396503412,\n                    \"instrumentId\": \"ca00179a-fdd2-4b0a-92c9-6a34cfc2f5a9\",\n                    \"businessTime\": 1776686988000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83754888.88077603,\n                    \"instrumentId\": \"7fb8a072-66d6-4c76-9790-af10ad22f03f\",\n                    \"businessTime\": 1776686988000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655091.0777424651,\n                    \"instrumentId\": \"483df78c-4e50-4311-8d45-e587f57141c6\",\n                    \"businessTime\": 1776686988000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a0f315da-aaa1-4df3-b84d-218706e0326b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026799148618604\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053116.354598066,\n                    \"instrumentId\": \"975a3297-ab91-4099-b56f-a39976ceb889\",\n                    \"businessTime\": 1776686989000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282622.521377408,\n                    \"instrumentId\": \"6788fa3a-7990-49e5-a59d-44a69cac7795\",\n                    \"businessTime\": 1776686989000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762161.720129915,\n                    \"instrumentId\": \"5a4398d6-9f23-421f-9f01-3703fee24cda\",\n                    \"businessTime\": 1776686989000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299501.77578480076,\n                    \"instrumentId\": \"b36822f5-2c0d-4d50-a495-0d80660f3d31\",\n                    \"businessTime\": 1776686989000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387999.48691985663,\n                    \"instrumentId\": \"204c06b9-e031-498d-80f6-c188b9f3c68a\",\n                    \"businessTime\": 1776686989000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83754862.66789323,\n                    \"instrumentId\": \"ef1f98d4-6356-4a66-984c-62f30f42968a\",\n                    \"businessTime\": 1776686989000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655091.0777424651,\n                    \"instrumentId\": \"0323f1a2-3a6f-43d3-bed2-947030e2d6ab\",\n                    \"businessTime\": 1776686989000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"aa3c4fa7-2640-4ab5-83da-c78c96919386\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026763174770778\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053116.354598066,\n                    \"instrumentId\": \"1b10b918-b0a9-4098-a973-21335a4ab641\",\n                    \"businessTime\": 1776686990000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282619.7898924,\n                    \"instrumentId\": \"1cbe6b0d-387b-408f-9098-752c6cab9abc\",\n                    \"businessTime\": 1776686990000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762161.720129915,\n                    \"instrumentId\": \"859464c3-cb24-41b9-955a-72a3ae33157c\",\n                    \"businessTime\": 1776686990000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299501.77578480076,\n                    \"instrumentId\": \"74bf4010-be22-4146-a5aa-450e8ad19f93\",\n                    \"businessTime\": 1776686990000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387957.05838022387,\n                    \"instrumentId\": \"feaffbd3-53ed-4734-b15f-a15e7587fbe9\",\n                    \"businessTime\": 1776686990000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83750280.93452024,\n                    \"instrumentId\": \"dc03afa1-de55-4067-9543-6469993b642b\",\n                    \"businessTime\": 1776686990000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655091.0777424651,\n                    \"instrumentId\": \"137b0d9d-7311-4311-a885-67c90ca9b9de\",\n                    \"businessTime\": 1776686990000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f56135d6-e5c8-443c-a4cb-0dfa2e22552c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.025950012486486\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053116.354598066,\n                    \"instrumentId\": \"dba9b4e1-1fe7-46ff-8b17-0b18509836c0\",\n                    \"businessTime\": 1776686991000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282629.8560208217,\n                    \"instrumentId\": \"b32f4b16-16dd-4977-bc98-f0ec38e4c7cb\",\n                    \"businessTime\": 1776686991000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762140.691605754,\n                    \"instrumentId\": \"5248dba5-0e2b-403c-9295-381a9b31a8d5\",\n                    \"businessTime\": 1776686991000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299509.03663265053,\n                    \"instrumentId\": \"05985a16-60ca-45d2-bd03-b71d2ffd6a39\",\n                    \"businessTime\": 1776686991000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387957.05838022387,\n                    \"instrumentId\": \"07855895-5539-4f13-9b9e-51539082e5f4\",\n                    \"businessTime\": 1776686991000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83748644.13282008,\n                    \"instrumentId\": \"9ee25978-9123-4115-8356-0c757bf496c9\",\n                    \"businessTime\": 1776686991000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655091.0777424651,\n                    \"instrumentId\": \"0c802c92-5d54-45f7-b739-66ea12db5b19\",\n                    \"businessTime\": 1776686991000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e4498b70-d5e3-4b55-ab1b-a86371388495\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.025661699086125\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053135.251235434,\n                    \"instrumentId\": \"76bdba78-6c9c-4c2c-b8a5-30a1fd42ee54\",\n                    \"businessTime\": 1776686992000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282629.8560208217,\n                    \"instrumentId\": \"81fa52b2-c0c2-418b-81d7-931ebe00ae0e\",\n                    \"businessTime\": 1776686992000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761925.93152782,\n                    \"instrumentId\": \"3ef2f9e3-8f76-452c-be4a-f9bf4a099ec6\",\n                    \"businessTime\": 1776686992000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299509.03663265053,\n                    \"instrumentId\": \"7e8336e1-e875-48fc-988e-71465cafddf5\",\n                    \"businessTime\": 1776686992000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387845.59557225637,\n                    \"instrumentId\": \"e7977fff-713e-4d95-beda-ee1cfaec636d\",\n                    \"businessTime\": 1776686992000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83744798.51130413,\n                    \"instrumentId\": \"3c89c111-645b-4208-ae04-3a7348bcb26e\",\n                    \"businessTime\": 1776686992000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655091.0777424651,\n                    \"instrumentId\": \"41b32a7b-acff-4849-81ea-4d0a39ef4f7a\",\n                    \"businessTime\": 1776686992000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"790340b5-74d7-4f00-83e3-32a790c129cf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.024931831289205\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053135.251235434,\n                    \"instrumentId\": \"68f465b9-ed18-438d-8a22-7d96c3f184bd\",\n                    \"businessTime\": 1776686993000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282640.4927125047,\n                    \"instrumentId\": \"1af787be-7701-4feb-bd63-c91702f78fdd\",\n                    \"businessTime\": 1776686993000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761512.07595666,\n                    \"instrumentId\": \"d4eb639f-6e68-41a2-9127-85f9b76d0930\",\n                    \"businessTime\": 1776686993000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299509.03663265053,\n                    \"instrumentId\": \"8d12d07c-a794-4a73-828f-297c6f6640aa\",\n                    \"businessTime\": 1776686993000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.46189143986,\n                    \"instrumentId\": \"f569eb9f-ec7a-48f9-8838-2863f07f3aec\",\n                    \"businessTime\": 1776686993000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83744775.14479055,\n                    \"instrumentId\": \"2ef247e8-4f6d-4fb4-8b02-e3cde95ad043\",\n                    \"businessTime\": 1776686993000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655091.0777424651,\n                    \"instrumentId\": \"cb6db078-0ade-4d4e-a69e-518f8d327d25\",\n                    \"businessTime\": 1776686993000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2ec21318-6287-4f8a-865e-dd86533c9312\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.024856660977452\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053135.251235434,\n                    \"instrumentId\": \"29b8f7e1-247b-4f4c-bf4e-6eaf9bbb0b21\",\n                    \"businessTime\": 1776686994000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282473.5936170993,\n                    \"instrumentId\": \"3d75ac41-a2cf-48ef-8ec4-f7d229f4816a\",\n                    \"businessTime\": 1776686994000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760614.870440898,\n                    \"instrumentId\": \"4966b2d0-e531-48c0-80f7-bbd6c642ce62\",\n                    \"businessTime\": 1776686994000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299509.03663265053,\n                    \"instrumentId\": \"8e201139-ed6a-4016-ab82-d186e8e8b0bc\",\n                    \"businessTime\": 1776686994000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.30400954344,\n                    \"instrumentId\": \"f117d150-07a4-43f3-b386-33a8b7ec4596\",\n                    \"businessTime\": 1776686994000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83743777.46483088,\n                    \"instrumentId\": \"6be9356e-692b-41d0-a48b-377a803d5396\",\n                    \"businessTime\": 1776686994000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655091.0777424651,\n                    \"instrumentId\": \"c3351945-ce0d-40d2-b803-952808b67f1b\",\n                    \"businessTime\": 1776686994000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a2019979-78f0-4717-808c-3f645eb9004a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.024494280933034\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053139.533441064,\n                    \"instrumentId\": \"de6eb939-5461-4c12-b3c4-446a39ccf4a9\",\n                    \"businessTime\": 1776686995000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282473.5936170993,\n                    \"instrumentId\": \"d59ca12b-d375-4263-80b1-0eea48cc6eb4\",\n                    \"businessTime\": 1776686995000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760503.962936116,\n                    \"instrumentId\": \"5b725a50-d7d9-4f7c-a95f-6d79ba8260fe\",\n                    \"businessTime\": 1776686995000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299509.03663265053,\n                    \"instrumentId\": \"a67f8b19-4044-4f5f-abfe-5cdb69c6a0df\",\n                    \"businessTime\": 1776686995000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.30400954344,\n                    \"instrumentId\": \"603510f0-dfd6-4abe-88db-8fca7c2d1328\",\n                    \"businessTime\": 1776686995000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83743296.31976745,\n                    \"instrumentId\": \"4520f889-0f05-494f-b7e5-4024db0bc5fb\",\n                    \"businessTime\": 1776686995000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655091.0777424651,\n                    \"instrumentId\": \"dfee4789-e352-4a8a-8220-fb7070b68ac5\",\n                    \"businessTime\": 1776686995000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"13fd1398-1cd0-41cd-bfae-062443acc206\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02439098209954\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053138.504589378,\n                    \"instrumentId\": \"90d6246e-349d-4946-8c58-6b7a3e1d60df\",\n                    \"businessTime\": 1776686996000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282382.1392286606,\n                    \"instrumentId\": \"2df7674b-8920-41b7-bb0e-60362f07f44e\",\n                    \"businessTime\": 1776686996000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760211.748778338,\n                    \"instrumentId\": \"46a49427-b6b7-4dd6-8579-85a488003016\",\n                    \"businessTime\": 1776686996000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299509.03663265053,\n                    \"instrumentId\": \"bc2c97e8-6cdb-4861-bbae-2505404e27d1\",\n                    \"businessTime\": 1776686996000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.30400954344,\n                    \"instrumentId\": \"03f37b71-f3c3-45d1-9731-a36cb2e3c067\",\n                    \"businessTime\": 1776686996000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83742803.40023738,\n                    \"instrumentId\": \"c84b3b30-e91e-475d-bb51-fd8749adf2f3\",\n                    \"businessTime\": 1776686996000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655091.0777424651,\n                    \"instrumentId\": \"7a50a373-1649-4a27-ad3f-99b91fd21f30\",\n                    \"businessTime\": 1776686996000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4526323e-30be-49ff-852a-bdab9fbd341b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.024236743623625\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053138.504589378,\n                    \"instrumentId\": \"15c32044-f548-41f7-8522-2dc539c18d00\",\n                    \"businessTime\": 1776686997000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282382.1392286606,\n                    \"instrumentId\": \"749c7bb9-1141-421e-a84a-cf8387de85a2\",\n                    \"businessTime\": 1776686997000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760114.610754242,\n                    \"instrumentId\": \"a3d9c911-374e-417f-9fcd-d23a63bafd2d\",\n                    \"businessTime\": 1776686997000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299509.03663265053,\n                    \"instrumentId\": \"ab71620c-ceb0-4b07-b811-15111e3f6d04\",\n                    \"businessTime\": 1776686997000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.30400954344,\n                    \"instrumentId\": \"400e66d7-7715-4556-876b-aedf077c550b\",\n                    \"businessTime\": 1776686997000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83741622.84382485,\n                    \"instrumentId\": \"76613390-2948-4162-8d24-8df1997cc563\",\n                    \"businessTime\": 1776686997000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655091.0777424651,\n                    \"instrumentId\": \"08e0e080-d5bf-4000-8442-58380fbf1f0c\",\n                    \"businessTime\": 1776686997000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1579317f-4ba9-474e-97ed-61e5e28f7869\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.024012192756025\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:09:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053084.264993867,\n                    \"instrumentId\": \"e2416efe-a0a3-49b6-8abb-3e7782576784\",\n                    \"businessTime\": 1776686998000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282328.7195680384,\n                    \"instrumentId\": \"09ee3345-a658-4814-afa4-2f5560b770be\",\n                    \"businessTime\": 1776686998000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759957.328786334,\n                    \"instrumentId\": \"d95c042f-3034-4af9-997b-510aeb145ebf\",\n                    \"businessTime\": 1776686998000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299510.4421189253,\n                    \"instrumentId\": \"551ddbf1-c251-4268-817d-5af73262b18f\",\n                    \"businessTime\": 1776686998000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387844.30400954344,\n                    \"instrumentId\": \"e5b3e854-ba1b-49a9-9854-5132f82aecc5\",\n                    \"businessTime\": 1776686998000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83736092.94382289,\n                    \"instrumentId\": \"64ab0ca3-27bb-421e-a68b-ba0562363392\",\n                    \"businessTime\": 1776686998000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655003.6652279195,\n                    \"instrumentId\": \"267812ce-8030-432d-b9f4-ffa255abf238\",\n                    \"businessTime\": 1776686998000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2dc007a6-6fd9-4a88-beb3-627f8a73c3de\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022978651762305\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053752.402279538,\n                    \"instrumentId\": \"569b3a7d-77ff-439b-b7dc-71b96a367feb\",\n                    \"businessTime\": 1776686999000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282331.6217508987,\n                    \"instrumentId\": \"1bdc3b20-2606-4bce-b7b6-aecd37a11e39\",\n                    \"businessTime\": 1776686999000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759930.683828719,\n                    \"instrumentId\": \"70f8cf9d-57c5-4f77-b6a1-3672cb2ad6f1\",\n                    \"businessTime\": 1776686999000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299560.19225723855,\n                    \"instrumentId\": \"3d9c705b-3afe-4bd2-a253-1369c6e1b3a2\",\n                    \"businessTime\": 1776686999000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387799.48553744965,\n                    \"instrumentId\": \"d2cd3cd1-bc10-4269-bae5-b0c096f48f68\",\n                    \"businessTime\": 1776686999000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83735568.97898707,\n                    \"instrumentId\": \"9cd2b9c4-86e3-4e78-b0a7-7e4f59972b7b\",\n                    \"businessTime\": 1776686999000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"b2aa8c31-29f7-430f-bc33-b2b06328bd36\",\n                    \"businessTime\": 1776686999000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a56b0636-8eae-4a83-85a9-4f886bd51954\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0229825827647\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053752.402279538,\n                    \"instrumentId\": \"851cf770-8a6c-4504-b56b-3d02d10451fd\",\n                    \"businessTime\": 1776687000000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282374.914812304,\n                    \"instrumentId\": \"675837b3-4077-46f7-8f77-220ceb7bc118\",\n                    \"businessTime\": 1776687000000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759944.60374769,\n                    \"instrumentId\": \"4777dd64-8eb7-4c37-8603-d2c8a32f9148\",\n                    \"businessTime\": 1776687000000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299583.7160064763,\n                    \"instrumentId\": \"6bdbf093-71bd-4ab5-9fda-68845df20f8c\",\n                    \"businessTime\": 1776687000000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387799.48553744965,\n                    \"instrumentId\": \"34202e6b-a250-4d7e-b519-da449975f931\",\n                    \"businessTime\": 1776687000000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83736085.14005202,\n                    \"instrumentId\": \"540b13d6-f3bd-47f3-bfa8-b661f715e868\",\n                    \"businessTime\": 1776687000000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"06f044ab-4378-4234-8b8e-02d05f63807f\",\n                    \"businessTime\": 1776687000000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"781a2942-7226-46bf-9946-e8f76a0be012\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023087485716292\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053752.402279538,\n                    \"instrumentId\": \"6cb182c0-b3e8-445a-ac5d-1aec521cb685\",\n                    \"businessTime\": 1776687001000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282374.914812304,\n                    \"instrumentId\": \"58219c58-976e-4690-853a-2aac7eaa4082\",\n                    \"businessTime\": 1776687001000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760236.632972192,\n                    \"instrumentId\": \"4a9235bd-e612-4430-8f23-5a77bfed0d25\",\n                    \"businessTime\": 1776687001000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299583.015736118,\n                    \"instrumentId\": \"25d7d41b-493c-4bac-a169-81e8c3a648b0\",\n                    \"businessTime\": 1776687001000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387799.48553744965,\n                    \"instrumentId\": \"086e91a1-b0be-4e80-be41-58d09eff711f\",\n                    \"businessTime\": 1776687001000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83736973.3390298,\n                    \"instrumentId\": \"90ed4b29-dfc3-42bd-983e-0ca93444f228\",\n                    \"businessTime\": 1776687001000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"9a59ff0a-b677-44ea-9c1d-f4f5650738bc\",\n                    \"businessTime\": 1776687001000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0044c4b2-2838-4827-92c8-965c8d5c8f47\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023294784122605\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053851.273691383,\n                    \"instrumentId\": \"e1618f61-6315-4cb8-b1d3-23f16e724a2d\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282358.7698375625,\n                    \"instrumentId\": \"b3ac2bd0-a5a0-4050-a476-fd04f1e111e4\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760187.286529949,\n                    \"instrumentId\": \"677e1abe-5117-4ab6-b292-b32dcc6c8129\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299583.015736118,\n                    \"instrumentId\": \"817e646a-30b6-45ce-9fc7-25d9a40f365c\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387799.48553744965,\n                    \"instrumentId\": \"f6bc2e25-d962-4954-8c69-e5aa5d8fee9b\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83737038.79231957,\n                    \"instrumentId\": \"3e442f29-1c02-49c3-9cbb-94c7c0d6204b\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2c1312d3-f207-4f76-a157-6e2f249cb774\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023312153768412\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053851.273691383,\n                    \"instrumentId\": \"2fbb5c15-5002-4cf0-85a3-bad9f89e8f1a\",\n                    \"businessTime\": 1776687003000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282328.4908217173,\n                    \"instrumentId\": \"1416024e-715a-419b-a9bd-64b6c35faf40\",\n                    \"businessTime\": 1776687003000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760187.286529949,\n                    \"instrumentId\": \"1afa1244-3498-4787-95e2-51c5a9c3a6c9\",\n                    \"businessTime\": 1776687003000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299583.015736118,\n                    \"instrumentId\": \"ad99c093-e7da-4aea-8458-43b4f2985583\",\n                    \"businessTime\": 1776687003000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387799.48553744965,\n                    \"instrumentId\": \"58c79731-f4a5-44b5-82d2-d8cbcdd50bcf\",\n                    \"businessTime\": 1776687003000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83737038.21683761,\n                    \"instrumentId\": \"398f90e9-6dbe-4572-92fb-ec4f1a23f200\",\n                    \"businessTime\": 1776687003000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"104901ff-701e-4307-a409-88ef7f4a21d4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02330673118532\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053852.604415683,\n                    \"instrumentId\": \"68a00013-eda3-4bb3-8375-527cbe3093f9\",\n                    \"businessTime\": 1776687004000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282328.5546239084,\n                    \"instrumentId\": \"6c698b14-c774-4909-9eb7-49db27d17441\",\n                    \"businessTime\": 1776687004000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760084.876405317,\n                    \"instrumentId\": \"ade2ee8c-e127-4528-8a8c-00db92dd4c6d\",\n                    \"businessTime\": 1776687004000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299583.015736118,\n                    \"instrumentId\": \"647c7bc8-75a4-483a-a88c-dc7e4169eeef\",\n                    \"businessTime\": 1776687004000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387799.48553744965,\n                    \"instrumentId\": \"a1ebe136-68f7-44ea-bf69-751e7a2fa657\",\n                    \"businessTime\": 1776687004000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83737036.65123901,\n                    \"instrumentId\": \"39c4c847-4f45-4238-86e9-380239d2e0ff\",\n                    \"businessTime\": 1776687004000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4ea34b45-8556-4cf8-accf-f7475c9551ee\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023288702855485\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053385.266337202,\n                    \"instrumentId\": \"6f9d97e5-53ee-4475-a9b6-1ff75e6e06b3\",\n                    \"businessTime\": 1776687005000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282328.5546239084,\n                    \"instrumentId\": \"e914ee73-67f1-45cc-88fa-782063dbe938\",\n                    \"businessTime\": 1776687005000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760084.876405317,\n                    \"instrumentId\": \"48f68c5c-b833-4743-9253-57b8d51532eb\",\n                    \"businessTime\": 1776687005000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299583.015736118,\n                    \"instrumentId\": \"c034c9db-2e75-4078-9103-54c79bdc5099\",\n                    \"businessTime\": 1776687005000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387799.48553744965,\n                    \"instrumentId\": \"b9dbdfb6-d773-4e34-92cc-0f2385756583\",\n                    \"businessTime\": 1776687005000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83737522.10669753,\n                    \"instrumentId\": \"08dc90de-1bd8-4c83-bcb8-6b4567d34577\",\n                    \"businessTime\": 1776687005000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"635d6574-68c9-4288-8bad-1dd99afbb6ac\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023291886929304\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053385.266337202,\n                    \"instrumentId\": \"6196a6f7-5b74-475e-9f00-1c09ec3f34f9\",\n                    \"businessTime\": 1776687006000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282322.1680363202,\n                    \"instrumentId\": \"15323d29-d7f8-4f55-bc42-8d8812939e4b\",\n                    \"businessTime\": 1776687006000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759710.773190426,\n                    \"instrumentId\": \"24839bb9-3c97-47c4-b4d2-15c7c11d797b\",\n                    \"businessTime\": 1776687006000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299583.015736118,\n                    \"instrumentId\": \"b9616b67-96d9-4090-88b7-67fd6a41e009\",\n                    \"businessTime\": 1776687006000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.3180125733,\n                    \"instrumentId\": \"4cf8998c-b1a5-47ac-b2c4-8a14a2a6db60\",\n                    \"businessTime\": 1776687006000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83736747.60465552,\n                    \"instrumentId\": \"f2a6b792-b95c-4134-a938-8fe1e262b45e\",\n                    \"businessTime\": 1776687006000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fc19a7a3-4150-4b12-a4a6-1b7c09d158a6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023082017092865\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053406.949548376,\n                    \"instrumentId\": \"56891546-f1cd-4672-a336-8cee3e07a2b0\",\n                    \"businessTime\": 1776687007000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282081.586611776,\n                    \"instrumentId\": \"f700431f-24a5-49e1-b262-903e783804de\",\n                    \"businessTime\": 1776687007000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759689.935330406,\n                    \"instrumentId\": \"795c3857-d1c0-4933-9692-8d3a070d76c6\",\n                    \"businessTime\": 1776687007000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.1523402616,\n                    \"instrumentId\": \"5b2412af-79c6-4259-86b2-3c4d5a6b7f8c\",\n                    \"businessTime\": 1776687007000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.3180125733,\n                    \"instrumentId\": \"6021c5d3-e7df-4757-9eaa-173eb8b7e20e\",\n                    \"businessTime\": 1776687007000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83736689.76721017,\n                    \"instrumentId\": \"ef424a2c-d934-46aa-b517-c3788adf8be5\",\n                    \"businessTime\": 1776687007000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2ce4809a-1ff3-4236-874c-aa1f681c57b6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023029919216835\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053215.053592724,\n                    \"instrumentId\": \"3e7e968d-1268-4521-8cf2-c7693a1a258c\",\n                    \"businessTime\": 1776687008000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282081.586611776,\n                    \"instrumentId\": \"5bfe5c2b-2442-4b69-b832-7256a82e9692\",\n                    \"businessTime\": 1776687008000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759123.87210916,\n                    \"instrumentId\": \"744fb83c-863a-4477-8c2e-14bc37819dfb\",\n                    \"businessTime\": 1776687008000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.1523402616,\n                    \"instrumentId\": \"5666347d-e4df-44a1-8c5f-60866d034a54\",\n                    \"businessTime\": 1776687008000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.3180125733,\n                    \"instrumentId\": \"f81d1c0e-a17d-41e9-8e14-4c63edad764c\",\n                    \"businessTime\": 1776687008000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83736685.9006305,\n                    \"instrumentId\": \"d4fe2eec-4aee-45e7-9ea3-7b9fe3800dfe\",\n                    \"businessTime\": 1776687008000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"057e90a6-a822-476d-ba53-b33998a0e125\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022896030683167\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053215.053592724,\n                    \"instrumentId\": \"1a13b128-bd3d-4124-b0ff-dad2b2e96dac\",\n                    \"businessTime\": 1776687009000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282036.3773077587,\n                    \"instrumentId\": \"3910351f-a459-49ae-8bf0-2050f6234986\",\n                    \"businessTime\": 1776687009000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757987.862911716,\n                    \"instrumentId\": \"b5734fcb-a289-4bf2-9acd-5287435cff0c\",\n                    \"businessTime\": 1776687009000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.1523402616,\n                    \"instrumentId\": \"53b58d0b-df23-41e5-a618-de91a77ce4ba\",\n                    \"businessTime\": 1776687009000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"84cbc816-8cad-4237-8c05-3f62e3c8dffd\",\n                    \"businessTime\": 1776687009000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83737121.35540056,\n                    \"instrumentId\": \"f04c22b9-f8ff-4dd1-a555-314af7442acc\",\n                    \"businessTime\": 1776687009000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cfbc410e-6281-4474-b78d-371b12204950\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02276496372824\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053086.157933663,\n                    \"instrumentId\": \"59bc93a3-8923-4aa0-a8da-bdaae4d37f17\",\n                    \"businessTime\": 1776687010000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282036.3773077587,\n                    \"instrumentId\": \"a9682e87-8a69-463e-9fbd-3a3f501f5994\",\n                    \"businessTime\": 1776687010000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758006.018294055,\n                    \"instrumentId\": \"f932682c-8856-461a-8919-70fbffa31f51\",\n                    \"businessTime\": 1776687010000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.1523402616,\n                    \"instrumentId\": \"29a80795-d0b9-4ed4-96f4-a94d3f2bd085\",\n                    \"businessTime\": 1776687010000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"3216b378-04dd-4696-8d92-429e1d621b3e\",\n                    \"businessTime\": 1776687010000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83737386.9742821,\n                    \"instrumentId\": \"0eb74080-2314-4d8a-a63a-9f93c0ce44d9\",\n                    \"businessTime\": 1776687010000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c9e3dbf4-9bb2-492a-aa0e-260adce4d8ea\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022792183166697\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053086.157933663,\n                    \"instrumentId\": \"e080fbce-f6e5-4563-8f75-a7be74c40b58\",\n                    \"businessTime\": 1776687011000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282110.2516973536,\n                    \"instrumentId\": \"2bbbf456-e108-4b75-bcf4-16da1eec8925\",\n                    \"businessTime\": 1776687011000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758146.979648372,\n                    \"instrumentId\": \"e74eddcb-c614-4307-bc26-5ceb7b76b088\",\n                    \"businessTime\": 1776687011000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.1523402616,\n                    \"instrumentId\": \"20ccfa3c-7036-43b9-a27f-b95ff96ebfca\",\n                    \"businessTime\": 1776687011000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"14fdeae8-27d2-4e3f-919c-8cc4bfac8970\",\n                    \"businessTime\": 1776687011000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83737999.83605978,\n                    \"instrumentId\": \"82e58f30-70df-45c8-b1a6-5352b831df90\",\n                    \"businessTime\": 1776687011000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8a7b71b4-1db3-4372-9142-7e9be256e7da\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02293764846047\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053086.157933663,\n                    \"instrumentId\": \"e3372e06-2875-46ec-a3ce-755d405fcbc5\",\n                    \"businessTime\": 1776687012000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282329.8562268517,\n                    \"instrumentId\": \"f415253f-1922-4781-a9eb-64eb47174830\",\n                    \"businessTime\": 1776687012000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758317.518679526,\n                    \"instrumentId\": \"4c997815-9aba-425c-b297-4e0a03c810e9\",\n                    \"businessTime\": 1776687012000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.1658510175,\n                    \"instrumentId\": \"3294a1a7-24e3-4a71-a1b8-21a9060d84e0\",\n                    \"businessTime\": 1776687012000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"7a1db478-c9e7-402d-b520-9e7733ef5190\",\n                    \"businessTime\": 1776687012000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83740315.64207871,\n                    \"instrumentId\": \"755ce0c0-ea70-4f64-b5de-eeb0ff6a52ec\",\n                    \"businessTime\": 1776687012000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dfd951b3-8b8f-43a4-9cd6-2f0a0b1a7f1e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023413213151215\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053247.588616651,\n                    \"instrumentId\": \"7a6593be-cbca-493e-ad04-c1df1f1ac7a7\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282329.8562268517,\n                    \"instrumentId\": \"85096e30-aaab-4b51-a688-66b3df1147fc\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758310.510531254,\n                    \"instrumentId\": \"ad1ceb6c-532e-4731-99b2-1791d3f04cb9\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.1658510175,\n                    \"instrumentId\": \"ee5fc5df-c072-4a6b-9428-d9760aaf53d8\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"d5a5a865-a60d-46cb-9d44-d516800abc3a\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83740405.50557941,\n                    \"instrumentId\": \"238ffba2-b72f-487c-8753-3051b16fd5af\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cc3bc7a2-b127-464a-a4e9-7f099193658b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02345614567062\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053247.588616651,\n                    \"instrumentId\": \"bfa122f5-89e9-44c5-aa15-bb4eb952a551\",\n                    \"businessTime\": 1776687014000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282339.863362256,\n                    \"instrumentId\": \"7e8affc8-b357-4a68-8cb1-c647aa0a27ec\",\n                    \"businessTime\": 1776687014000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758299.46602308,\n                    \"instrumentId\": \"1623a1d2-cfff-4742-aa88-3ea35441de91\",\n                    \"businessTime\": 1776687014000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.3551882448,\n                    \"instrumentId\": \"532ba684-404f-4a5b-917c-e5519fe69a6d\",\n                    \"businessTime\": 1776687014000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"d5a5a865-a60d-46cb-9d44-d516800abc3a\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83740570.75285491,\n                    \"instrumentId\": \"0a3774f0-d388-4307-a65b-cccd96acf3cb\",\n                    \"businessTime\": 1776687014000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"47141e19-0b26-4f8e-b630-b261cf5396ed\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023485038331422\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053254.725112883,\n                    \"instrumentId\": \"d6a178fe-acee-4fe6-b957-ec46323d82ee\",\n                    \"businessTime\": 1776687015000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282342.2495160666,\n                    \"instrumentId\": \"77913329-442c-4423-9d47-de0263b655d4\",\n                    \"businessTime\": 1776687015000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758299.46602308,\n                    \"instrumentId\": \"9d164e0c-ecc7-44b0-8da5-91d1e3e95f7e\",\n                    \"businessTime\": 1776687015000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.3551882448,\n                    \"instrumentId\": \"6d8c9f5c-e5b7-49f8-b53d-882a92ba67a0\",\n                    \"businessTime\": 1776687015000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"d5a5a865-a60d-46cb-9d44-d516800abc3a\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83740580.24736162,\n                    \"instrumentId\": \"4459cccd-5e35-48e4-a603-34ac8b2ee985\",\n                    \"businessTime\": 1776687015000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a4228380-bb5a-4326-85b4-8e150fdab72f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023488380538232\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053254.725112883,\n                    \"instrumentId\": \"175f0066-d8b0-412d-88d3-f38b1451b124\",\n                    \"businessTime\": 1776687016000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282404.80212307,\n                    \"instrumentId\": \"42576485-f725-425d-9ca0-a5d7a5e646b3\",\n                    \"businessTime\": 1776687016000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758163.836246511,\n                    \"instrumentId\": \"294ac033-95f0-4414-b3f9-ebc85b130076\",\n                    \"businessTime\": 1776687016000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299567.33112735976,\n                    \"instrumentId\": \"ec17efb5-f4ba-4a9c-ab8d-92d0fd2f12c9\",\n                    \"businessTime\": 1776687016000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"d5a5a865-a60d-46cb-9d44-d516800abc3a\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83740783.53796978,\n                    \"instrumentId\": \"09aa5ded-27ed-4330-b7fd-493244133356\",\n                    \"businessTime\": 1776687016000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f166d797-2ea1-4e30-bc5b-234824bbe459\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023508273223243\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053278.52573048,\n                    \"instrumentId\": \"0bd0876b-083f-4ab8-8ae3-ff1ae3505b4b\",\n                    \"businessTime\": 1776687017000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282404.80212307,\n                    \"instrumentId\": \"9371c8dd-eb4e-4a8d-ad58-1f1478ad8669\",\n                    \"businessTime\": 1776687017000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758073.183288325,\n                    \"instrumentId\": \"53454103-2417-4baf-8444-7f2cf67bae6a\",\n                    \"businessTime\": 1776687017000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.33192071744,\n                    \"instrumentId\": \"1604385b-0c5f-46f1-98d5-79e0b79360c8\",\n                    \"businessTime\": 1776687017000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"d5a5a865-a60d-46cb-9d44-d516800abc3a\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83740754.23151968,\n                    \"instrumentId\": \"e0d0d936-55a3-4f90-8a88-7b0542f1e0bc\",\n                    \"businessTime\": 1776687017000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bc781afb-1074-4c6b-9e7f-1daeb01d9f78\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02349436144867\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053278.52573048,\n                    \"instrumentId\": \"e04307f2-8cc1-444b-9dbd-67cb5d9e4149\",\n                    \"businessTime\": 1776687018000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282117.95627076,\n                    \"instrumentId\": \"90df408b-db75-4dd9-8922-4cff6fe46825\",\n                    \"businessTime\": 1776687018000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758072.969969144,\n                    \"instrumentId\": \"efec6052-641c-41c1-a083-221bf0a50ecc\",\n                    \"businessTime\": 1776687018000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.33192071744,\n                    \"instrumentId\": \"d10e20de-790a-4a74-becf-7dbdb430d53f\",\n                    \"businessTime\": 1776687018000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"d5a5a865-a60d-46cb-9d44-d516800abc3a\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83740755.52241334,\n                    \"instrumentId\": \"12e94d4a-086a-4345-947c-e6564b3e5e28\",\n                    \"businessTime\": 1776687018000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2fe45031-354e-4522-b00f-ad0dbc56d02b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02344413855274\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053279.441592308,\n                    \"instrumentId\": \"4392f9c5-8aae-40e8-826f-d1907a99293d\",\n                    \"businessTime\": 1776687019000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282117.9368236805,\n                    \"instrumentId\": \"8118b027-7508-4de9-ae11-42c7b5d820e1\",\n                    \"businessTime\": 1776687019000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758105.79716237,\n                    \"instrumentId\": \"351de15c-86ba-4b07-9168-4bbfce100d42\",\n                    \"businessTime\": 1776687019000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.0677425107,\n                    \"instrumentId\": \"513e3837-cb15-4487-8909-4618090b5d5c\",\n                    \"businessTime\": 1776687019000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"d5a5a865-a60d-46cb-9d44-d516800abc3a\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83741095.55864915,\n                    \"instrumentId\": \"c0a47b99-701a-42e1-a72b-c882f5aea9f6\",\n                    \"businessTime\": 1776687019000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ce7a7a2a-0e15-4e90-9f6b-3cc40ad90d83\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023509779267254\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053552.035125884,\n                    \"instrumentId\": \"105289e6-7b15-42ba-a040-933113e60b3b\",\n                    \"businessTime\": 1776687020000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282115.5811966457,\n                    \"instrumentId\": \"8f60b6b6-3552-4338-9134-ac72156546e9\",\n                    \"businessTime\": 1776687020000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757916.677239407,\n                    \"instrumentId\": \"eac8bfcd-a1ec-40ff-9220-9031b66b5a4a\",\n                    \"businessTime\": 1776687020000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.9755876053,\n                    \"instrumentId\": \"27c4baeb-9353-44b9-987f-db07371db918\",\n                    \"businessTime\": 1776687020000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"d5a5a865-a60d-46cb-9d44-d516800abc3a\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83740640.72248624,\n                    \"instrumentId\": \"40c0d5fb-78c1-4ae2-b03e-f98031cbe803\",\n                    \"businessTime\": 1776687020000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"46e1c543-be78-43ad-a249-dfa3b9fac410\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023444258997618\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054670.132346167,\n                    \"instrumentId\": \"4edc0f3e-174b-4046-b3ea-3f972b1fdc9e\",\n                    \"businessTime\": 1776687021000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282115.5811966457,\n                    \"instrumentId\": \"85bdec3e-27e1-4a27-9950-9d44a8f35c77\",\n                    \"businessTime\": 1776687021000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758104.5814809,\n                    \"instrumentId\": \"702262fc-71d2-4cbf-82fb-d46e20c87e72\",\n                    \"businessTime\": 1776687021000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.9755876053,\n                    \"instrumentId\": \"ea59d373-fa7e-439a-8f7b-5fe2e4842b31\",\n                    \"businessTime\": 1776687021000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"d5a5a865-a60d-46cb-9d44-d516800abc3a\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83743597.51037852,\n                    \"instrumentId\": \"a77a54fa-1ca9-4aac-a3ed-8d317c727028\",\n                    \"businessTime\": 1776687021000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"68ae6458-2327-4f5a-a63a-e640dae2515d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.024193431116082\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054670.132346167,\n                    \"instrumentId\": \"c46c2abd-7749-4901-a649-b8767b2fd4d5\",\n                    \"businessTime\": 1776687022000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282115.5811966457,\n                    \"instrumentId\": \"862b839d-70d2-47ea-bd65-0b33ebb2f4f9\",\n                    \"businessTime\": 1776687022000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758104.701366566,\n                    \"instrumentId\": \"5f169b1a-ce24-469d-8e55-b9f3f0253052\",\n                    \"businessTime\": 1776687022000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.9755876053,\n                    \"instrumentId\": \"f54dc006-d894-434c-8d27-c8626c1ba5a5\",\n                    \"businessTime\": 1776687022000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"d5a5a865-a60d-46cb-9d44-d516800abc3a\",\n                    \"businessTime\": 1776687013000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83743757.08319178,\n                    \"instrumentId\": \"42788a1b-258b-4088-8af5-6f7a940bbabc\",\n                    \"businessTime\": 1776687022000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b4f9bd81-271c-43ac-93fb-d843d5b64c3b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02422149661677\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054721.694226548,\n                    \"instrumentId\": \"6d683c6e-81a3-4dd3-acc0-bb386d7d9fb8\",\n                    \"businessTime\": 1776687023000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282115.5811966457,\n                    \"instrumentId\": \"67a38491-ab1c-4ee8-a565-fa9505bec664\",\n                    \"businessTime\": 1776687023000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758191.183800777,\n                    \"instrumentId\": \"4ef195cd-1e71-498e-8cb6-3affadb8eb96\",\n                    \"businessTime\": 1776687023000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299584.9755876053,\n                    \"instrumentId\": \"49e42456-91e1-45ed-b9ba-f6cbaf614279\",\n                    \"businessTime\": 1776687023000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.29889287637,\n                    \"instrumentId\": \"1bcff64b-d8c9-42d0-b8b5-b11433aa67fc\",\n                    \"businessTime\": 1776687023000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83743799.20716079,\n                    \"instrumentId\": \"f3afb709-6731-458b-bc35-b35c1e4da46f\",\n                    \"businessTime\": 1776687023000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0a3994cc-2a40-4c89-9041-664e179c5220\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.024260539921872\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054721.694226548,\n                    \"instrumentId\": \"434777b2-9463-41ef-a4c3-fa48902a5b85\",\n                    \"businessTime\": 1776687024000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282114.002579715,\n                    \"instrumentId\": \"d1f88e4a-e67d-47ac-bd55-132e69370d9b\",\n                    \"businessTime\": 1776687024000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758385.500825923,\n                    \"instrumentId\": \"b51953a5-f136-4232-9f73-442591723423\",\n                    \"businessTime\": 1776687024000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299585.00016600214,\n                    \"instrumentId\": \"90c34fb4-522f-41eb-bc8d-1c7da128bf61\",\n                    \"businessTime\": 1776687024000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387802.29889287637,\n                    \"instrumentId\": \"3a190599-5e21-458a-9354-391ce470ee86\",\n                    \"businessTime\": 1776687024000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83743754.21638572,\n                    \"instrumentId\": \"fb6d488b-a5ef-4463-aff4-1029a45dcf95\",\n                    \"businessTime\": 1776687024000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5312d193-2c35-4f4f-8696-bd95830e92ff\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02428651043357\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054721.728075241,\n                    \"instrumentId\": \"fe74e18c-4a60-4758-bd3f-98fedfd5440e\",\n                    \"businessTime\": 1776687025000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282014.8684870643,\n                    \"instrumentId\": \"a153298e-c060-4774-a9a9-0e1f75741bc2\",\n                    \"businessTime\": 1776687025000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759052.217959994,\n                    \"instrumentId\": \"f58cbdae-02e0-4551-9f94-ff2b0f604b11\",\n                    \"businessTime\": 1776687025000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299585.00016600214,\n                    \"instrumentId\": \"ab44e3f8-86f5-4e96-8819-adf9bd6e42b2\",\n                    \"businessTime\": 1776687025000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387810.6208630905,\n                    \"instrumentId\": \"7b3d56cd-b2b3-46a0-8718-56d7f2bb2f00\",\n                    \"businessTime\": 1776687025000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83743769.72205034,\n                    \"instrumentId\": \"60d5cd62-a193-4fbf-84a8-1bed5e5b1ced\",\n                    \"businessTime\": 1776687025000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2f050f81-47ff-4adc-a1fa-238f3e9a5d44\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0243904549898\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054721.728075241,\n                    \"instrumentId\": \"66f7e3c1-373d-4308-bbb6-e2092bb91841\",\n                    \"businessTime\": 1776687026000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282014.8684870643,\n                    \"instrumentId\": \"33b612f2-feeb-4328-8306-818fd0d4f84e\",\n                    \"businessTime\": 1776687026000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759069.860429566,\n                    \"instrumentId\": \"621e5200-1c13-41ec-bb7c-747a1c4f57b0\",\n                    \"businessTime\": 1776687026000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299585.00016600214,\n                    \"instrumentId\": \"da033fcd-ff79-4ade-ab1b-0ad5fc83e615\",\n                    \"businessTime\": 1776687026000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387810.6208630905,\n                    \"instrumentId\": \"2eda17a4-0fab-44b6-a1b9-8acafe8e5290\",\n                    \"businessTime\": 1776687026000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83743755.41372588,\n                    \"instrumentId\": \"0d8a0312-45b8-4274-815c-61543de230e4\",\n                    \"businessTime\": 1776687026000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fd00599b-12fa-42d3-bf96-809ec5f07068\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02439104095555\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054721.728075241,\n                    \"instrumentId\": \"b19956ae-345e-42c3-8962-61b15a5b9dee\",\n                    \"businessTime\": 1776687027000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281861.7491403557,\n                    \"instrumentId\": \"0de2e722-5a43-4433-944a-6c538e315a9d\",\n                    \"businessTime\": 1776687027000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759086.31951101,\n                    \"instrumentId\": \"fba27c1d-0ac4-4c1e-8a67-8dab5da8987b\",\n                    \"businessTime\": 1776687027000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299585.00016600214,\n                    \"instrumentId\": \"ebe6af45-4718-4d34-b656-6c512b792274\",\n                    \"businessTime\": 1776687027000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387810.6208630905,\n                    \"instrumentId\": \"ec226c40-e996-4b65-a4ed-ea53553578b0\",\n                    \"businessTime\": 1776687027000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83744266.29725973,\n                    \"instrumentId\": \"d90c8668-c664-46bc-b4fb-ab69579806fa\",\n                    \"businessTime\": 1776687027000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a22c1dcd-240a-4009-bcd3-24bfd63ac549\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.024456809544052\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054904.828637882,\n                    \"instrumentId\": \"9ca2e440-706b-44d7-8385-2e58263f4ff9\",\n                    \"businessTime\": 1776687028000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281861.7491403557,\n                    \"instrumentId\": \"242b38d4-8ec6-432a-ad44-8948d0314594\",\n                    \"businessTime\": 1776687028000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759221.462185133,\n                    \"instrumentId\": \"19eb378f-e6d4-4c46-af1f-3a625c71b222\",\n                    \"businessTime\": 1776687028000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299585.07130745135,\n                    \"instrumentId\": \"92d7bd7a-e340-449d-918c-6e1131a9c571\",\n                    \"businessTime\": 1776687028000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387810.6208630905,\n                    \"instrumentId\": \"da15ca9d-4148-4edf-a291-945bf6182f1f\",\n                    \"businessTime\": 1776687028000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83756326.62605642,\n                    \"instrumentId\": \"2b869d34-3990-40ef-b0b2-44acb3be034d\",\n                    \"businessTime\": 1776687028000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"44d72dfa-9f3a-4038-9f17-2c3c8f592ec1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026632318010645\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054923.175182352,\n                    \"instrumentId\": \"624f9ecf-1b8b-49a0-b101-8165a06bf945\",\n                    \"businessTime\": 1776687029000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281881.5142114214,\n                    \"instrumentId\": \"7aa1c038-2e8f-4282-9eed-6ed2547fb3b2\",\n                    \"businessTime\": 1776687029000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759223.152664589,\n                    \"instrumentId\": \"62a8bcbf-3fe6-45e1-8d1e-461eab7cccf8\",\n                    \"businessTime\": 1776687029000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299585.07130745135,\n                    \"instrumentId\": \"c9db6dd1-4781-4304-b8a3-c1da541f7927\",\n                    \"businessTime\": 1776687029000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387810.6208630905,\n                    \"instrumentId\": \"2c919168-c866-424a-bf99-f91347c4ed75\",\n                    \"businessTime\": 1776687029000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83757091.83838373,\n                    \"instrumentId\": \"40983cc3-2106-4ddb-ab7c-fc9c9312167b\",\n                    \"businessTime\": 1776687029000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1c564ada-f882-4d7b-bbc7-35d464e6e6d0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026773796819484\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054923.175182352,\n                    \"instrumentId\": \"c7e6b491-0d46-4972-ad62-11cb5a9e8d7c\",\n                    \"businessTime\": 1776687030000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281883.3533318965,\n                    \"instrumentId\": \"983dbdc4-1b4f-46e6-98cb-42f800ce1d82\",\n                    \"businessTime\": 1776687030000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759223.152664589,\n                    \"instrumentId\": \"b62b35af-cb12-4daf-af87-0b1ce42c26dd\",\n                    \"businessTime\": 1776687030000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299585.07130745135,\n                    \"instrumentId\": \"54fe5bba-df77-47ac-a1b9-56066542e965\",\n                    \"businessTime\": 1776687030000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387810.6208630905,\n                    \"instrumentId\": \"01bde3d5-ffff-4094-bc4e-cdd431993fba\",\n                    \"businessTime\": 1776687030000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83757208.94954498,\n                    \"instrumentId\": \"cc162d28-f21a-4e02-83df-3ab890e276d5\",\n                    \"businessTime\": 1776687030000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"770ca2d0-dfb3-471c-b15c-ba3438a8336c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026794701965656\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054962.659060021,\n                    \"instrumentId\": \"008b6709-028e-4f9e-8d34-ea15e2c339ee\",\n                    \"businessTime\": 1776687031000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281885.7926869197,\n                    \"instrumentId\": \"d73a8f48-a9d0-42f2-a188-394e9fc0318e\",\n                    \"businessTime\": 1776687031000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759228.004820563,\n                    \"instrumentId\": \"15699792-2748-42f3-bbb8-32ca3c924213\",\n                    \"businessTime\": 1776687031000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299585.07130745135,\n                    \"instrumentId\": \"91e822c5-bba7-4da6-b635-e0872e0f54b3\",\n                    \"businessTime\": 1776687031000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387810.6208630905,\n                    \"instrumentId\": \"d0c4bdb3-f1f3-43b8-b3cd-b85243bf2e35\",\n                    \"businessTime\": 1776687031000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83757231.65032928,\n                    \"instrumentId\": \"0983a479-3c19-4651-ac62-c3fd8a8b1e6b\",\n                    \"businessTime\": 1776687031000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c032b434-77aa-4ad9-be26-6640510c7087\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026806912189375\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054962.659060021,\n                    \"instrumentId\": \"d5db14dc-cbf5-4de9-a09e-2080d6038ab5\",\n                    \"businessTime\": 1776687032000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281890.676148814,\n                    \"instrumentId\": \"9d17b32f-cbd1-4e78-aed6-f8ec200f6703\",\n                    \"businessTime\": 1776687032000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761105.37779678,\n                    \"instrumentId\": \"a9a4be99-927f-46c4-9eae-dc10626fc3b0\",\n                    \"businessTime\": 1776687032000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299585.0940825831,\n                    \"instrumentId\": \"5b7f2534-f35e-4477-a70f-33ee5917756a\",\n                    \"businessTime\": 1776687032000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387810.6208630905,\n                    \"instrumentId\": \"60bec5f2-6a50-4c9b-be86-c1cb6102266e\",\n                    \"businessTime\": 1776687032000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83757244.67441934,\n                    \"instrumentId\": \"0f1b8415-dad2-4a57-b3e5-98eacdd3aa60\",\n                    \"businessTime\": 1776687032000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bf819409-5fb3-4152-80b3-4ab440a5f880\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027140005915793\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055207.7588866,\n                    \"instrumentId\": \"76df79a4-19fb-4f35-bbf9-cdde54d9a207\",\n                    \"businessTime\": 1776687033000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282939.513145903,\n                    \"instrumentId\": \"5575231f-ea09-435b-8520-7bda3443dd19\",\n                    \"businessTime\": 1776687033000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761139.063125603,\n                    \"instrumentId\": \"e7fd3e4b-44f5-47db-9d12-c1f7ad100430\",\n                    \"businessTime\": 1776687033000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299593.0355898059,\n                    \"instrumentId\": \"1a7d7ae2-a3ec-4dc8-a5fd-6c06d1a0e96e\",\n                    \"businessTime\": 1776687033000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387815.7068647492,\n                    \"instrumentId\": \"ead880e5-9558-4e44-b1a6-64c4b135430a\",\n                    \"businessTime\": 1776687033000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83757703.5873481,\n                    \"instrumentId\": \"6645730f-4a23-4e00-a2c1-ca7a4b02fd53\",\n                    \"businessTime\": 1776687033000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"39ca9491-8bd5-439b-b0e3-69cef88c8d64\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027456273506324\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055218.827055495,\n                    \"instrumentId\": \"f2cd99d9-6747-4798-8a76-1594af96864b\",\n                    \"businessTime\": 1776687034000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282939.513145903,\n                    \"instrumentId\": \"20d5d3e6-20e3-449f-bf14-e3c3136ac457\",\n                    \"businessTime\": 1776687034000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762026.031516355,\n                    \"instrumentId\": \"5914d742-9ebc-40af-9171-7f48b47ccf23\",\n                    \"businessTime\": 1776687034000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299593.0355898059,\n                    \"instrumentId\": \"2605e939-ab45-4ba1-ba7f-426b9c64d5f4\",\n                    \"businessTime\": 1776687034000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388007.59032920474,\n                    \"instrumentId\": \"0d70bab9-82d9-4664-9aa7-2f8edbf82d21\",\n                    \"businessTime\": 1776687034000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83758884.68049616,\n                    \"instrumentId\": \"696f934e-c3d6-4b25-8270-11856352d11b\",\n                    \"businessTime\": 1776687034000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"0218bba1-6812-4260-8297-7e0ad57c46ae\",\n                    \"businessTime\": 1776687002000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c5978675-3a62-463b-b994-13fbbd3e66b6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027855397086668\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055218.827055495,\n                    \"instrumentId\": \"7770c3a7-29a2-4d1f-91b0-baa62c008528\",\n                    \"businessTime\": 1776687035000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282939.513145903,\n                    \"instrumentId\": \"c2755f2d-5ac2-46e5-b722-72edf799e1b3\",\n                    \"businessTime\": 1776687035000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762404.868023459,\n                    \"instrumentId\": \"d657b0a3-2797-4370-a206-e5b676fd0adf\",\n                    \"businessTime\": 1776687035000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299596.8601849822,\n                    \"instrumentId\": \"d72e7900-7ca4-4f53-acfc-b80d541c6021\",\n                    \"businessTime\": 1776687035000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388007.59032920474,\n                    \"instrumentId\": \"873abb8b-ddf6-4f5a-b126-a10b5a10e05e\",\n                    \"businessTime\": 1776687035000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83759225.55448699,\n                    \"instrumentId\": \"4030d898-0c7f-4b1a-b884-e1a8aeaf575c\",\n                    \"businessTime\": 1776687035000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655272.4721579484,\n                    \"instrumentId\": \"02977500-0612-46db-b6a2-446baf36624e\",\n                    \"businessTime\": 1776687035000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"aa45fd74-d180-49bf-a064-e88e8fca54e7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028047899013004\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055554.710458413,\n                    \"instrumentId\": \"84148380-c1f1-468b-a60a-fd026a216dc8\",\n                    \"businessTime\": 1776687036000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282986.5659450144,\n                    \"instrumentId\": \"9c47d36d-427d-4445-bae1-90e7fdd0ca3c\",\n                    \"businessTime\": 1776687036000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763328.417500624,\n                    \"instrumentId\": \"7ed24543-c54e-40ab-87f1-a74d6634274f\",\n                    \"businessTime\": 1776687036000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299605.41203246266,\n                    \"instrumentId\": \"0267c5a3-b714-429f-8fe9-732cf83bcec0\",\n                    \"businessTime\": 1776687036000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388007.59032920474,\n                    \"instrumentId\": \"e024993c-1724-4e02-9433-166ec0cde61a\",\n                    \"businessTime\": 1776687036000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83767496.09998007,\n                    \"instrumentId\": \"21dd09e8-01f3-47cf-bfae-93607eb68049\",\n                    \"businessTime\": 1776687036000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655272.4721579484,\n                    \"instrumentId\": \"fd8416db-b2e4-4b91-b6d5-f8a71e9f2c0d\",\n                    \"businessTime\": 1776687036000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7fb5de04-4efd-4a5e-8e7a-4223e4d55094\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02973253574758\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055554.710458413,\n                    \"instrumentId\": \"48168532-dcb0-4d6c-929f-d49c738f38e8\",\n                    \"businessTime\": 1776687037000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282938.8678293233,\n                    \"instrumentId\": \"63c8fa2a-8b84-4fc1-87b1-be4bf78ce627\",\n                    \"businessTime\": 1776687037000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763328.42590551,\n                    \"instrumentId\": \"8c7a1961-85a2-47e8-ba41-2f39619a5a1e\",\n                    \"businessTime\": 1776687037000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299605.41203246266,\n                    \"instrumentId\": \"f881084d-15f3-4de8-a732-944a60ff96dc\",\n                    \"businessTime\": 1776687037000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388007.59032920474,\n                    \"instrumentId\": \"86076d03-50c0-46c9-9a54-d1f06479df16\",\n                    \"businessTime\": 1776687037000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83767971.80365784,\n                    \"instrumentId\": \"733a3df6-a054-400f-8e91-633ef0ad3a91\",\n                    \"businessTime\": 1776687037000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655272.4721579484,\n                    \"instrumentId\": \"fb9b25c0-14b8-41ac-b687-fb3463a803e6\",\n                    \"businessTime\": 1776687037000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"935a1142-f7d9-48e1-81f7-05a30e4b9232\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029807757885887\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055777.439858607,\n                    \"instrumentId\": \"161b2ab6-017a-4f98-bfda-e0ab1b12f590\",\n                    \"businessTime\": 1776687038000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282880.842319465,\n                    \"instrumentId\": \"f15f3127-c96b-4d34-bfde-b35f00963019\",\n                    \"businessTime\": 1776687038000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764597.190804407,\n                    \"instrumentId\": \"1c5e7bc3-830b-4386-b4fb-8a23a4d3964e\",\n                    \"businessTime\": 1776687038000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.44172538666,\n                    \"instrumentId\": \"7e3bc3db-ed4c-4a55-9bcd-014e5749fb15\",\n                    \"businessTime\": 1776687038000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388011.8924616756,\n                    \"instrumentId\": \"04203cb1-5d99-4903-8c86-08583d305670\",\n                    \"businessTime\": 1776687038000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83768019.77478983,\n                    \"instrumentId\": \"0e6c6c19-836d-4215-9ca8-1ff0ac87c75c\",\n                    \"businessTime\": 1776687038000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655272.4721579484,\n                    \"instrumentId\": \"55de9b36-045e-4db0-a468-a01328ee8872\",\n                    \"businessTime\": 1776687038000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1b9eef13-6c54-427b-8a2f-ef6e3d976f14\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030069053447683\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057849.01931383,\n                    \"instrumentId\": \"8265b6b0-b7e9-490e-a110-bb153073d61b\",\n                    \"businessTime\": 1776687039000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282838.1626786217,\n                    \"instrumentId\": \"95257dd9-0e5c-47f0-a378-b6488ef0d241\",\n                    \"businessTime\": 1776687039000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764638.43794105,\n                    \"instrumentId\": \"1afd8c55-a1c7-4203-bfde-ab78ed4e7b15\",\n                    \"businessTime\": 1776687039000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.44172538666,\n                    \"instrumentId\": \"d048ee42-f4d6-464f-953e-1e3d1c0a0bed\",\n                    \"businessTime\": 1776687039000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388002.7465476522,\n                    \"instrumentId\": \"3643497e-d2ea-4490-996b-518943ddb7f0\",\n                    \"businessTime\": 1776687039000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83770611.18658781,\n                    \"instrumentId\": \"cb9091cb-de8c-4871-8941-e6270c71cd68\",\n                    \"businessTime\": 1776687039000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.6034438648,\n                    \"instrumentId\": \"1c5dc546-73ee-4702-8533-6d7dff02a05b\",\n                    \"businessTime\": 1776687039000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9df42462-0cf3-42bc-ac66-947f1ebfcd4b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030909922361726\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057849.01931383,\n                    \"instrumentId\": \"df0af940-e63c-4023-9459-2573ccb904e4\",\n                    \"businessTime\": 1776687040000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283109.1573883607,\n                    \"instrumentId\": \"b3dd1673-fa02-4b1d-af4c-a3a6a3b9598c\",\n                    \"businessTime\": 1776687040000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766616.65194334,\n                    \"instrumentId\": \"f215f518-989a-420e-aea1-2b1da3d0f710\",\n                    \"businessTime\": 1776687040000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299716.2505982447,\n                    \"instrumentId\": \"32913735-14a9-4619-b548-dcf516189f84\",\n                    \"businessTime\": 1776687040000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388002.7465476522,\n                    \"instrumentId\": \"7e2bac55-adbc-455b-bb98-f1ac5439bd67\",\n                    \"businessTime\": 1776687040000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83796680.41512729,\n                    \"instrumentId\": \"83545c8e-f778-4d77-aaa0-22f0d96c8577\",\n                    \"businessTime\": 1776687040000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.6034438648,\n                    \"instrumentId\": \"9bfb5c31-b8d3-4371-b8f7-7a40a8c0bc6e\",\n                    \"businessTime\": 1776687040000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8877f733-a36a-40fb-b166-c2c28df2f367\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035906099184988\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058049.941542884,\n                    \"instrumentId\": \"35a043ae-32f6-41a6-b77d-f2b9d72c2fff\",\n                    \"businessTime\": 1776687041000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283109.1573883607,\n                    \"instrumentId\": \"4e982dc9-f32f-46b1-a3af-86e30ee953a8\",\n                    \"businessTime\": 1776687041000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767355.71377079,\n                    \"instrumentId\": \"030e5cc2-42f7-45c8-8d21-3c5d068ffd45\",\n                    \"businessTime\": 1776687041000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299716.2505982447,\n                    \"instrumentId\": \"60f681ee-7451-467f-ab5c-a4da8b2dfa6c\",\n                    \"businessTime\": 1776687041000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388002.7465476522,\n                    \"instrumentId\": \"64cc0d10-ac5a-4e32-a7b1-d902cf61ee22\",\n                    \"businessTime\": 1776687041000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83796704.88703287,\n                    \"instrumentId\": \"32950efb-97d1-4010-a72c-a2c3581623f5\",\n                    \"businessTime\": 1776687041000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.6034438648,\n                    \"instrumentId\": \"24b9fd7a-91f6-496b-b545-4f15e4e66d7e\",\n                    \"businessTime\": 1776687041000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ff365ba6-e8de-41d5-b7c0-90b88f706151\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03607559935407\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058049.941542884,\n                    \"instrumentId\": \"962adf96-3a9c-4b77-aa77-3888ff847509\",\n                    \"businessTime\": 1776687042000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283103.1987789203,\n                    \"instrumentId\": \"9bc04302-2df9-4278-8689-3c54fa2fc088\",\n                    \"businessTime\": 1776687042000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767376.511310583,\n                    \"instrumentId\": \"e1869dcd-bd26-4c0e-8be2-263b45172377\",\n                    \"businessTime\": 1776687042000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299717.652962434,\n                    \"instrumentId\": \"425c8441-1832-40a3-b921-7ada335a9032\",\n                    \"businessTime\": 1776687042000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388001.35738935735,\n                    \"instrumentId\": \"de85ad54-b8d8-4ba8-9a1f-aba85b83b15b\",\n                    \"businessTime\": 1776687042000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83797975.10065444,\n                    \"instrumentId\": \"238e470d-c6b5-458f-be4c-69ff771644be\",\n                    \"businessTime\": 1776687042000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.6034438648,\n                    \"instrumentId\": \"8fb0c671-05b2-43da-a8a6-2c4f88a6da15\",\n                    \"businessTime\": 1776687042000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b3fa33f3-40fb-42ce-ba10-51fd6ea3b07a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0363014457087\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058079.576437626,\n                    \"instrumentId\": \"18ba76f8-21ab-4fa1-a792-151ddf977a8f\",\n                    \"businessTime\": 1776687043000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283103.8545149425,\n                    \"instrumentId\": \"bed3f865-95ff-4963-8e92-2cec12c9920e\",\n                    \"businessTime\": 1776687043000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767524.251684831,\n                    \"instrumentId\": \"1b1e48c8-583a-4478-8ca9-b4578fa8af40\",\n                    \"businessTime\": 1776687043000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299717.652962434,\n                    \"instrumentId\": \"57cbe4b5-3e57-4ebd-b146-862f793a00be\",\n                    \"businessTime\": 1776687043000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388001.35738935735,\n                    \"instrumentId\": \"46e979cd-1126-4749-8738-22bcb0173540\",\n                    \"businessTime\": 1776687043000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83798373.70898937,\n                    \"instrumentId\": \"6bcb663b-7645-4256-9270-9ce5b113805c\",\n                    \"businessTime\": 1776687043000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.6034438648,\n                    \"instrumentId\": \"5615b46a-52ab-47aa-9236-968ec0fa0c2c\",\n                    \"businessTime\": 1776687043000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9679340d-3c0a-4e7d-929a-da93b6785649\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036402788299196\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058079.576437626,\n                    \"instrumentId\": \"f113410d-20cb-4ba0-93f1-0e68788bdc6b\",\n                    \"businessTime\": 1776687044000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283109.7737540235,\n                    \"instrumentId\": \"01cabae5-25c0-4d29-af7a-c9d09bc88ab9\",\n                    \"businessTime\": 1776687044000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767724.373953411,\n                    \"instrumentId\": \"317ab5a1-9142-497f-aa64-9a6c4e3ea9d6\",\n                    \"businessTime\": 1776687044000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299717.652962434,\n                    \"instrumentId\": \"dd9cd59f-dcf3-49b3-aab5-010ee9c30476\",\n                    \"businessTime\": 1776687044000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388001.35738935735,\n                    \"instrumentId\": \"53a0692a-2777-441d-83cf-acd2b89c038a\",\n                    \"businessTime\": 1776687044000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799661.87728886,\n                    \"instrumentId\": \"29b14e47-d33d-4693-ae64-bc1b3c5009e5\",\n                    \"businessTime\": 1776687044000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.6034438648,\n                    \"instrumentId\": \"07d1a944-dab9-430c-82a5-72e1a0841675\",\n                    \"businessTime\": 1776687044000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"151bacd3-fa73-4d3d-98fb-394ed9c1c005\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036665391077257\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058110.35060557,\n                    \"instrumentId\": \"da6bcd4a-4a59-4100-8336-2c76f36bc5f6\",\n                    \"businessTime\": 1776687045000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283116.8463541935,\n                    \"instrumentId\": \"ffb03cf0-c70d-44cf-b984-6e6aa08e4f36\",\n                    \"businessTime\": 1776687045000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768272.647334525,\n                    \"instrumentId\": \"ffc91583-2f12-4bbb-b2c9-66f78425b99d\",\n                    \"businessTime\": 1776687045000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299717.652962434,\n                    \"instrumentId\": \"229ec4a9-15f7-4171-a2ce-430372059036\",\n                    \"businessTime\": 1776687045000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388001.35738935735,\n                    \"instrumentId\": \"712c00c4-7b31-40ed-8edd-0e7f84b476f5\",\n                    \"businessTime\": 1776687045000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799703.71104665,\n                    \"instrumentId\": \"dab7a1d8-4128-4f06-badb-d634a22e168d\",\n                    \"businessTime\": 1776687045000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.6034438648,\n                    \"instrumentId\": \"217a9cd7-ad82-411f-875b-3bc080081976\",\n                    \"businessTime\": 1776687045000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4af3e3db-dc32-4b5f-8b9a-c5fa731bfc9d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036775752045095\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058112.838301181,\n                    \"instrumentId\": \"6e3c829f-8c56-464a-a687-cdfa96d66eab\",\n                    \"businessTime\": 1776687046000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283116.905295559,\n                    \"instrumentId\": \"29fb2713-6717-41f0-9dea-56e5cdb5445d\",\n                    \"businessTime\": 1776687046000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768412.000008672,\n                    \"instrumentId\": \"2aafd3c4-e8b5-4672-b74e-7bf83e1a8ad9\",\n                    \"businessTime\": 1776687046000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299717.652962434,\n                    \"instrumentId\": \"897dfd06-4485-4561-8abc-3641d51158f6\",\n                    \"businessTime\": 1776687046000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388001.35738935735,\n                    \"instrumentId\": \"7f6c7768-cb42-4b00-bfc1-77736a24b319\",\n                    \"businessTime\": 1776687046000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799714.31742786,\n                    \"instrumentId\": \"1132f2b7-a10c-439e-a535-587c9e21b324\",\n                    \"businessTime\": 1776687046000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.6034438648,\n                    \"instrumentId\": \"f0199ac8-b7ff-4be0-8042-cdb886aecb3f\",\n                    \"businessTime\": 1776687046000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3c10e58f-64a3-4dfd-8245-04214103d816\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03680255445148\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058122.272579239,\n                    \"instrumentId\": \"3859611a-f3fc-45ea-8482-be0cb7d57846\",\n                    \"businessTime\": 1776687047000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283116.087154627,\n                    \"instrumentId\": \"16146a47-da3e-443e-800e-69eb887675c5\",\n                    \"businessTime\": 1776687047000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769264.133797184,\n                    \"instrumentId\": \"6916ff3c-d346-4907-8688-f223b8f61f39\",\n                    \"businessTime\": 1776687047000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299727.09132282936,\n                    \"instrumentId\": \"af8204e1-e83c-47d1-8835-f0aa8663baba\",\n                    \"businessTime\": 1776687047000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388001.35738935735,\n                    \"instrumentId\": \"de782b42-d7a6-4354-9898-fca5e8f0eddb\",\n                    \"businessTime\": 1776687047000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799715.39481482,\n                    \"instrumentId\": \"6313a883-a61c-46ab-9807-9ebcb4acf64e\",\n                    \"businessTime\": 1776687047000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.6034438648,\n                    \"instrumentId\": \"d478adc9-d5e1-4f7f-a263-fd7fc872a632\",\n                    \"businessTime\": 1776687047000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1db6a59a-0363-4c68-b616-509638975cee\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03695567671387\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058243.217258118,\n                    \"instrumentId\": \"03dfed50-e656-4a11-9628-cfbe558b98eb\",\n                    \"businessTime\": 1776687048000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283114.828554533,\n                    \"instrumentId\": \"ac7a4958-b192-4b26-9056-a4ff5530df17\",\n                    \"businessTime\": 1776687048000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769425.007026073,\n                    \"instrumentId\": \"aff01413-25d0-4067-8e59-9d603b7a00ad\",\n                    \"businessTime\": 1776687048000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299774.2922570784,\n                    \"instrumentId\": \"a44b7799-ad35-40f1-bb7d-0584c0d5c1fe\",\n                    \"businessTime\": 1776687048000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388001.35738935735,\n                    \"instrumentId\": \"4c09efa7-4a6d-41ce-bc8a-5f2efd350e1a\",\n                    \"businessTime\": 1776687048000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799841.39729524,\n                    \"instrumentId\": \"d5216fca-8c4c-444f-948c-329dfbc00542\",\n                    \"businessTime\": 1776687048000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.6034438648,\n                    \"instrumentId\": \"a1a9b2dc-35be-4f0a-b46b-ebfdbab1c94f\",\n                    \"businessTime\": 1776687048000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ec6bdaa8-96d4-405f-ba28-3634986e37fe\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03703542411674\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058279.633074003,\n                    \"instrumentId\": \"3952a76f-cdee-4bdc-a6bd-81eae004ccc6\",\n                    \"businessTime\": 1776687049000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283124.651854961,\n                    \"instrumentId\": \"2a059b8f-038a-4a16-85bb-e4867881363a\",\n                    \"businessTime\": 1776687049000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769751.086584032,\n                    \"instrumentId\": \"b2ac7e59-25e3-45d5-9624-5fe3c4d277d9\",\n                    \"businessTime\": 1776687049000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0568951643,\n                    \"instrumentId\": \"080ff301-5d79-4512-b1aa-ea3255b400d8\",\n                    \"businessTime\": 1776687049000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388001.36039194296,\n                    \"instrumentId\": \"86975532-ed60-421d-913d-03345086aa1d\",\n                    \"businessTime\": 1776687049000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83800154.24014278,\n                    \"instrumentId\": \"5f897caa-a5c5-4ef7-a2d5-98483b6461f5\",\n                    \"businessTime\": 1776687049000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.6034438648,\n                    \"instrumentId\": \"b6c1f35d-0cfc-42fb-9d16-a6bd8deeff6a\",\n                    \"businessTime\": 1776687049000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1abe6126-b173-49fd-b50e-8f1198f04aba\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03715931324899\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058281.296997262,\n                    \"instrumentId\": \"32af8a4b-9b79-49ba-9489-4a6241d58406\",\n                    \"businessTime\": 1776687050000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283125.9801628245,\n                    \"instrumentId\": \"49c09852-7d7f-45f5-89c1-cece2b0070c2\",\n                    \"businessTime\": 1776687050000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769993.313688548,\n                    \"instrumentId\": \"6a10596e-2322-416d-80d7-2181f92eb93e\",\n                    \"businessTime\": 1776687050000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0568951643,\n                    \"instrumentId\": \"77d3215b-4ed4-453f-a4bf-41432a1948b9\",\n                    \"businessTime\": 1776687050000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"727c9083-2843-4b7c-88f5-8ca98a174138\",\n                    \"businessTime\": 1776687050000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83800197.91769962,\n                    \"instrumentId\": \"5802326d-c6c7-40e0-9603-9796b5260851\",\n                    \"businessTime\": 1776687050000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.9403978346,\n                    \"instrumentId\": \"8af19ccc-f935-47b5-a8a1-31e4fa998666\",\n                    \"businessTime\": 1776687050000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d7911f5f-20da-497b-b967-5f8c9a0f986f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.037209673363623\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058283.772172944,\n                    \"instrumentId\": \"8ed77155-b3c0-4f7e-9504-76d3e39f76db\",\n                    \"businessTime\": 1776687051000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283125.9801628245,\n                    \"instrumentId\": \"4beb7793-fd54-4633-bd1f-e5dc8f0b68cd\",\n                    \"businessTime\": 1776687051000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769228.049526567,\n                    \"instrumentId\": \"aa1cb4d0-3db4-4a4e-8c4e-a656222fff4d\",\n                    \"businessTime\": 1776687051000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0568951643,\n                    \"instrumentId\": \"a826d42f-14a2-447f-b176-ac08cb4bf943\",\n                    \"businessTime\": 1776687051000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"e884226a-d844-4fd6-bf75-0b38818b454b\",\n                    \"businessTime\": 1776687051000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83800441.93561858,\n                    \"instrumentId\": \"b6f28883-f709-47e2-abee-679eab97b4af\",\n                    \"businessTime\": 1776687051000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.9403978346,\n                    \"instrumentId\": \"5b87f2bf-d036-4afc-86bd-91f7564e5faa\",\n                    \"businessTime\": 1776687051000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1700b4b7-a375-4532-87a5-5f13d6ab663d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.037118500944054\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058283.772172944,\n                    \"instrumentId\": \"1347de01-f778-4e72-8313-ba65307363ba\",\n                    \"businessTime\": 1776687052000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283132.3770500976,\n                    \"instrumentId\": \"65ec9457-75d6-43a9-bbb1-ae409aa93214\",\n                    \"businessTime\": 1776687052000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769293.031068584,\n                    \"instrumentId\": \"c964e6c0-4839-4d5f-8a36-7d6dba108323\",\n                    \"businessTime\": 1776687052000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0568951643,\n                    \"instrumentId\": \"48056a29-c650-4ba2-b086-752c8565b44c\",\n                    \"businessTime\": 1776687052000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"9e906949-ee8f-46d9-a636-ec9f42df619a\",\n                    \"businessTime\": 1776687052000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83800786.17865004,\n                    \"instrumentId\": \"8e265436-f291-4e55-9d36-63779fe098ac\",\n                    \"businessTime\": 1776687052000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.9403978346,\n                    \"instrumentId\": \"20875e41-bc4f-4fb2-a147-fedf80642791\",\n                    \"businessTime\": 1776687052000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a295d3e0-36bb-4128-92ba-7afe1299b7ad\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03719154513751\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058283.772172944,\n                    \"instrumentId\": \"76a8c476-20ef-48df-80ad-d71fb38c9ac1\",\n                    \"businessTime\": 1776687053000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283156.668195693,\n                    \"instrumentId\": \"64605273-de34-4c56-9bf9-2e4d0d69e10a\",\n                    \"businessTime\": 1776687053000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770397.586321156,\n                    \"instrumentId\": \"9cebb2fd-0e37-4713-8020-e0eb6bc1ee8c\",\n                    \"businessTime\": 1776687053000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0568951643,\n                    \"instrumentId\": \"5067341a-e60b-4a8d-8144-61a9fb115b44\",\n                    \"businessTime\": 1776687053000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"5798ccf2-dc44-48d0-88d5-7ffa78b17c39\",\n                    \"businessTime\": 1776687053000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83800834.71903466,\n                    \"instrumentId\": \"aa7adbd7-ed78-4da4-a075-ba70cf03bf5a\",\n                    \"businessTime\": 1776687053000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.9403978346,\n                    \"instrumentId\": \"b2c6fbe3-a014-4a15-aef2-d551e272be63\",\n                    \"businessTime\": 1776687053000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"871fdac2-1702-41ad-b833-c507844f01fe\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.037398467243445\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058313.631805375,\n                    \"instrumentId\": \"48141845-46b8-4536-9037-4a04049117bf\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283354.4918212187,\n                    \"instrumentId\": \"0315844f-19da-4ac0-804c-65536d1aee1a\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770498.642589707,\n                    \"instrumentId\": \"77e08a08-8adf-4d04-9b29-25f03932eb88\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299793.8687461196,\n                    \"instrumentId\": \"5129480d-b053-48c7-8cd7-52414897b900\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"6f58d1a3-7e92-4c9d-b7bc-38c4b2b4736c\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83800965.76239046,\n                    \"instrumentId\": \"fa477d81-e98b-4c73-adc3-2c50472a0848\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.9403978346,\n                    \"instrumentId\": \"e381f4d6-b1f4-4f54-bef9-1560d84274c8\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7c26ee5a-a84f-40c0-8a97-49c8047d5731\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.037479239604302\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059540.847536064,\n                    \"instrumentId\": \"5fed43f0-e50e-4970-a5bb-b8d5eaa9bde0\",\n                    \"businessTime\": 1776687055000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283279.729655944,\n                    \"instrumentId\": \"79277c25-c7f3-4d38-bfc9-339fa6e0d8aa\",\n                    \"businessTime\": 1776687055000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771716.230222514,\n                    \"instrumentId\": \"f8ba0f89-632c-456f-bb3c-c420644b9230\",\n                    \"businessTime\": 1776687055000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"91a416ea-cd9b-4954-91b9-f4abd063d32c\",\n                    \"businessTime\": 1776687055000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"6f58d1a3-7e92-4c9d-b7bc-38c4b2b4736c\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818223.42985934,\n                    \"instrumentId\": \"dc4e9bcb-089c-4c9a-8815-8a7c6efc1ddd\",\n                    \"businessTime\": 1776687055000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.9403978346,\n                    \"instrumentId\": \"e381f4d6-b1f4-4f54-bef9-1560d84274c8\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2cb5f3ce-74a8-4097-a1a2-c788835cf8dd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040955588606636\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059540.847536064,\n                    \"instrumentId\": \"4119f764-7b05-4c15-8f45-f91e44c2a004\",\n                    \"businessTime\": 1776687056000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283279.729655944,\n                    \"instrumentId\": \"a824f70e-8a79-4bf0-93b0-04f6b850ec3a\",\n                    \"businessTime\": 1776687056000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13772188.422317265,\n                    \"instrumentId\": \"6202d1fe-81f9-4508-8bd9-3c32bf699dab\",\n                    \"businessTime\": 1776687056000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"6897be33-26ab-4fca-944c-3be179d8de73\",\n                    \"businessTime\": 1776687056000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"6f58d1a3-7e92-4c9d-b7bc-38c4b2b4736c\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818757.54930884,\n                    \"instrumentId\": \"6300169e-1cbb-4171-a213-4b560a6557e1\",\n                    \"businessTime\": 1776687056000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.9403978346,\n                    \"instrumentId\": \"e381f4d6-b1f4-4f54-bef9-1560d84274c8\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7ed8c2dc-4061-4b64-a401-56490c5caea0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041132444765555\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059793.676692864,\n                    \"instrumentId\": \"c67964ca-0679-42b7-b6f4-0ea2a26d0c03\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283375.798891842,\n                    \"instrumentId\": \"4424b595-c424-4d62-8a82-bf5b8f70b870\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13772342.216482067,\n                    \"instrumentId\": \"fee66c54-3494-4b87-9a46-358da9d378a9\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"6f58d1a3-7e92-4c9d-b7bc-38c4b2b4736c\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818397.15877996,\n                    \"instrumentId\": \"650c7a83-eda1-4484-b962-84d652769ffa\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.9403978346,\n                    \"instrumentId\": \"e381f4d6-b1f4-4f54-bef9-1560d84274c8\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6594fd28-6808-4a92-bb8e-3793e40f4fe0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041157453909427\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:10:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059823.014318444,\n                    \"instrumentId\": \"b2f0ac9b-a41f-4eb2-b421-875152d4a21e\",\n                    \"businessTime\": 1776687058000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283375.798891842,\n                    \"instrumentId\": \"5d23755b-1544-458c-85a7-f2f60377d366\",\n                    \"businessTime\": 1776687058000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13772396.258037753,\n                    \"instrumentId\": \"cdd4ce15-f2c4-4e85-b622-d62c082c352c\",\n                    \"businessTime\": 1776687058000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"6f58d1a3-7e92-4c9d-b7bc-38c4b2b4736c\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818427.20261995,\n                    \"instrumentId\": \"55003d09-9e8a-44b3-95e2-3f54cf1d0d38\",\n                    \"businessTime\": 1776687058000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.9403978346,\n                    \"instrumentId\": \"e381f4d6-b1f4-4f54-bef9-1560d84274c8\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b24f6020-3f5e-43ff-8ace-532ba429f8af\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04117738765657\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059686.18383369,\n                    \"instrumentId\": \"87ea7bd7-67b0-4ac1-ada4-b76c443aafe9\",\n                    \"businessTime\": 1776687059000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283216.272651169,\n                    \"instrumentId\": \"eade7eb0-ab81-4ac2-a620-a0038b2b6dd4\",\n                    \"businessTime\": 1776687059000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771929.128517441,\n                    \"instrumentId\": \"353c0116-f3ff-4588-8d8a-c8132d0c7c91\",\n                    \"businessTime\": 1776687059000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"6f58d1a3-7e92-4c9d-b7bc-38c4b2b4736c\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83817570.26649931,\n                    \"instrumentId\": \"2bae4d33-f99b-48c3-8200-e42d6fd4c7e4\",\n                    \"businessTime\": 1776687059000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655404.9403978346,\n                    \"instrumentId\": \"e381f4d6-b1f4-4f54-bef9-1560d84274c8\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"63f53ae9-3739-4ca6-be57-95937253c23f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040892603409407\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059686.18383369,\n                    \"instrumentId\": \"f02e4fe0-bebb-4028-acf0-806854b80c38\",\n                    \"businessTime\": 1776687060000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283257.5403797636,\n                    \"instrumentId\": \"4956c5bf-cf29-42c7-90df-1d8805237a27\",\n                    \"businessTime\": 1776687060000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771762.652154377,\n                    \"instrumentId\": \"1dae6d73-3412-4d79-8aa5-b699cb7332dd\",\n                    \"businessTime\": 1776687060000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"6f58d1a3-7e92-4c9d-b7bc-38c4b2b4736c\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818409.98297414,\n                    \"instrumentId\": \"35805036-5de1-4897-a820-87d4c60713e4\",\n                    \"businessTime\": 1776687060000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"39ac4484-0dec-4917-9593-22ecdde23416\",\n                    \"businessTime\": 1776687060000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b68c613d-68ac-44bc-aac9-ad126ecd10a3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041022899161515\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059687.355604835,\n                    \"instrumentId\": \"68593fc7-1286-44ed-8f0a-aa27ec73cab2\",\n                    \"businessTime\": 1776687061000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283257.5403797636,\n                    \"instrumentId\": \"187bf1b3-bf7d-45d4-9841-6fd71850b5ca\",\n                    \"businessTime\": 1776687061000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771762.652154377,\n                    \"instrumentId\": \"0192111c-2399-47aa-8e19-b5b4e496b436\",\n                    \"businessTime\": 1776687061000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"6f58d1a3-7e92-4c9d-b7bc-38c4b2b4736c\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818422.4397223,\n                    \"instrumentId\": \"912a6979-2857-4b8a-a256-c733aeb6933d\",\n                    \"businessTime\": 1776687061000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"a8672b1c-15a9-4af7-a88b-58f5cef598de\",\n                    \"businessTime\": 1776687061000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c27a7f6b-ff41-4701-b0ab-c230f8932961\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041025294331863\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059778.201929681,\n                    \"instrumentId\": \"7e34a0f6-c8b9-4e49-98fc-f3f7517bbd38\",\n                    \"businessTime\": 1776687062000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283255.4750420093,\n                    \"instrumentId\": \"c5236fa8-3a16-4e31-8c8b-d9d9016ebacf\",\n                    \"businessTime\": 1776687062000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771645.151142016,\n                    \"instrumentId\": \"22cbff36-d8b7-400c-82e3-81bad92eaf31\",\n                    \"businessTime\": 1776687062000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"6f58d1a3-7e92-4c9d-b7bc-38c4b2b4736c\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818505.32688321,\n                    \"instrumentId\": \"1eddf813-7d62-4584-9c43-8b43d3fdcb12\",\n                    \"businessTime\": 1776687062000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655582.4567890574,\n                    \"instrumentId\": \"bc1118b9-a7f8-4a81-9ac1-e4a1773b6b81\",\n                    \"businessTime\": 1776687062000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9ba25ba5-b6fd-4a1c-ba0e-2f07205fd356\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041061288802467\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059631.373581487,\n                    \"instrumentId\": \"64727186-c44a-47ef-a8b8-6f09a82216e8\",\n                    \"businessTime\": 1776687063000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283255.4750420093,\n                    \"instrumentId\": \"5baaa8ff-4af6-491f-9846-2b2557678778\",\n                    \"businessTime\": 1776687063000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771634.011578467,\n                    \"instrumentId\": \"88af7ab1-3107-4a29-b5ea-71b2302daf9c\",\n                    \"businessTime\": 1776687063000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387998.6755977584,\n                    \"instrumentId\": \"6f58d1a3-7e92-4c9d-b7bc-38c4b2b4736c\",\n                    \"businessTime\": 1776687054000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818522.38587832,\n                    \"instrumentId\": \"c7b353c5-1c56-412c-894d-7c2537d8cfaf\",\n                    \"businessTime\": 1776687063000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655537.1780708155,\n                    \"instrumentId\": \"be17d72d-eab3-4485-b029-e685c709b931\",\n                    \"businessTime\": 1776687063000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"37c42bf5-f03c-4685-905f-5165a72011af\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041028566898273\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059631.373581487,\n                    \"instrumentId\": \"f79d8e05-346e-4d70-ac32-227ed3d6c523\",\n                    \"businessTime\": 1776687064000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283246.0315418513,\n                    \"instrumentId\": \"b80f5aa1-801d-4f1a-9ce3-9652b92a55a3\",\n                    \"businessTime\": 1776687064000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771355.719880037,\n                    \"instrumentId\": \"d8bbcab7-53e4-4c8a-835b-1046b6851f7f\",\n                    \"businessTime\": 1776687064000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"dbca9905-0fa0-4ebc-9e62-131027e9deb6\",\n                    \"businessTime\": 1776687064000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83821389.3457465,\n                    \"instrumentId\": \"ea0f39d9-9c6c-4c28-835b-2bc3f1cf87de\",\n                    \"businessTime\": 1776687064000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655537.1780708155,\n                    \"instrumentId\": \"09c00b17-6693-480a-8405-39b39f0b24e8\",\n                    \"businessTime\": 1776687064000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cb4d94dd-1340-4158-9d0a-0f61216beb88\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041491620799743\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059588.272129559,\n                    \"instrumentId\": \"8ba08905-e021-4654-9778-a413dce93c9c\",\n                    \"businessTime\": 1776687065000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283244.9070904697,\n                    \"instrumentId\": \"2065f90e-7635-4d38-bc41-6c64859494d5\",\n                    \"businessTime\": 1776687065000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771067.236479416,\n                    \"instrumentId\": \"18a5804c-351d-426a-866a-6cb0c254148d\",\n                    \"businessTime\": 1776687065000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"6ea7c2e8-de77-4e2b-b86c-ff533681aac8\",\n                    \"businessTime\": 1776687065000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83821388.19878179,\n                    \"instrumentId\": \"6ba38a9c-9baf-4463-88ba-da86c00d68ca\",\n                    \"businessTime\": 1776687065000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655537.1780708155,\n                    \"instrumentId\": \"371a1a8d-eaf4-4315-a486-78a650832087\",\n                    \"businessTime\": 1776687065000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"df566d2b-3663-416e-8226-bccdb1f4490a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041432946587328\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059582.263654036,\n                    \"instrumentId\": \"6c9ea8c0-a34a-4d67-bfae-beb9fb13e5a4\",\n                    \"businessTime\": 1776687066000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283244.648226201,\n                    \"instrumentId\": \"4fd1ae4c-8442-48aa-b2fc-e539b912cd51\",\n                    \"businessTime\": 1776687066000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771023.740756463,\n                    \"instrumentId\": \"00d7a000-d533-4aea-8087-a77bbf5def71\",\n                    \"businessTime\": 1776687066000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"53f7f4d9-c87f-46a6-8488-aecf824e30e8\",\n                    \"businessTime\": 1776687066000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83821370.30252199,\n                    \"instrumentId\": \"9245c2eb-2951-4529-bb21-ea27aaaebcae\",\n                    \"businessTime\": 1776687066000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655537.1780708155,\n                    \"instrumentId\": \"c1752afc-d970-4100-baae-9829357d792e\",\n                    \"businessTime\": 1776687066000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f6b34521-ede8-4ab0-a8eb-049cd68b2aa4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04142105566948\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059575.364938862,\n                    \"instrumentId\": \"2f44ccbf-ff78-4ebb-867e-77e54958b86f\",\n                    \"businessTime\": 1776687067000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283243.5473827184,\n                    \"instrumentId\": \"9fe6e370-7730-4181-a3af-5fd008d8797a\",\n                    \"businessTime\": 1776687067000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770916.012398431,\n                    \"instrumentId\": \"b7017255-da9f-416b-9c46-dd4bc2787b93\",\n                    \"businessTime\": 1776687067000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388069.1135341152,\n                    \"instrumentId\": \"fce5686f-e96b-4d38-ab71-fbd3863f021d\",\n                    \"businessTime\": 1776687067000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83821387.29848132,\n                    \"instrumentId\": \"77235106-ef71-4b8d-8708-8648df4c110a\",\n                    \"businessTime\": 1776687067000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655537.1780708155,\n                    \"instrumentId\": \"fe8a4a77-772d-40e7-93ce-4e5237d95d32\",\n                    \"businessTime\": 1776687067000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ed0b3f2a-b14d-40cd-95ca-b6bec33b306f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04140631998393\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059564.74610383,\n                    \"instrumentId\": \"a9b742f3-ea88-4e5a-ad70-32abd6dfdb4e\",\n                    \"businessTime\": 1776687068000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283241.710347754,\n                    \"instrumentId\": \"cb237321-342b-4881-9778-4c16ba63614e\",\n                    \"businessTime\": 1776687068000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770740.7273884,\n                    \"instrumentId\": \"8c277ec3-bcd9-409c-b8ac-ed17d7d3727f\",\n                    \"businessTime\": 1776687068000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388069.1135341152,\n                    \"instrumentId\": \"2874f143-0a7a-4bd9-b47e-cf61d69015ca\",\n                    \"businessTime\": 1776687068000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83821374.69941849,\n                    \"instrumentId\": \"89502b5f-a3b3-4234-876b-519ec3d31268\",\n                    \"businessTime\": 1776687068000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655537.1780708155,\n                    \"instrumentId\": \"99110876-7eec-470b-8da8-8d868e18e26a\",\n                    \"businessTime\": 1776687068000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b8907bd3-90df-45fe-95a7-f446d63c04b0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04137111085513\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059564.51427452,\n                    \"instrumentId\": \"06f339e2-e8e9-4b0b-99c9-aba4c8c7b6ae\",\n                    \"businessTime\": 1776687069000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283241.710347754,\n                    \"instrumentId\": \"cc8392f1-37ed-4220-a0f1-c3c6d55b4f5b\",\n                    \"businessTime\": 1776687069000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770739.905378366,\n                    \"instrumentId\": \"8525ef1c-cc24-461d-8af6-4b090a53f6ce\",\n                    \"businessTime\": 1776687069000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388069.1135341152,\n                    \"instrumentId\": \"ca8daecc-3aa5-4604-b225-d60f683b8a99\",\n                    \"businessTime\": 1776687069000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83821362.86795336,\n                    \"instrumentId\": \"06efe89a-1070-4d45-acf9-7063ed15b4b3\",\n                    \"businessTime\": 1776687069000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655536.5870357568,\n                    \"instrumentId\": \"c5aaa32b-b2e2-4a32-8ed0-4bb5a478810d\",\n                    \"businessTime\": 1776687069000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1b4da62e-07d3-42df-9648-30b4732bede4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041368742429906\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059564.51427452,\n                    \"instrumentId\": \"16d20a5a-f590-46e5-bf6c-96cb4132da23\",\n                    \"businessTime\": 1776687070000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283245.559248307,\n                    \"instrumentId\": \"f5b15858-8fbf-4f2c-b7f6-03a3105229e8\",\n                    \"businessTime\": 1776687070000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770225.058729252,\n                    \"instrumentId\": \"94e95d98-7f64-44f5-9f04-70a5a349506a\",\n                    \"businessTime\": 1776687070000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388069.1135341152,\n                    \"instrumentId\": \"9244abc3-6375-4ce3-82d7-400d1c26dacd\",\n                    \"businessTime\": 1776687070000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83821089.75599067,\n                    \"instrumentId\": \"9650a2aa-a22b-4a82-89ff-e8513f2791b0\",\n                    \"businessTime\": 1776687070000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655536.5870357568,\n                    \"instrumentId\": \"c839c587-4be0-4388-b7ee-e7091f6a45f0\",\n                    \"businessTime\": 1776687070000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"935f494f-fa6c-43bc-98f5-67cfdf7e3821\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041230937559742\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059527.647988856,\n                    \"instrumentId\": \"33de77db-b06a-424f-8eab-95a490dac338\",\n                    \"businessTime\": 1776687071000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283029.366888717,\n                    \"instrumentId\": \"f37b422d-38d8-4db1-8e35-c764d0a5fa5c\",\n                    \"businessTime\": 1776687071000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770785.649639208,\n                    \"instrumentId\": \"c03c2da2-8267-40a4-9ce2-2b8fe1400c19\",\n                    \"businessTime\": 1776687071000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388069.1135341152,\n                    \"instrumentId\": \"0bbf9dbf-c322-4f97-b9a1-d1f5b57fa99a\",\n                    \"businessTime\": 1776687071000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83820452.88201979,\n                    \"instrumentId\": \"e7934657-59e2-4198-a45d-466ea5c8dd60\",\n                    \"businessTime\": 1776687071000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655536.5870357568,\n                    \"instrumentId\": \"e69efa9c-b907-44fc-830e-eaa9e8629409\",\n                    \"businessTime\": 1776687071000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ff1c8148-bd31-4914-9d7d-70e9152e1163\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041173056767793\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059529.465014116,\n                    \"instrumentId\": \"12085f28-8c10-4744-8ab9-43933083c33a\",\n                    \"businessTime\": 1776687072000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283024.884802851,\n                    \"instrumentId\": \"8ec79cfa-4980-4dac-bc6f-e9f5c2aaee33\",\n                    \"businessTime\": 1776687072000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770825.947574494,\n                    \"instrumentId\": \"7a23c0a9-7b31-4e01-9c4d-32ff0d0cb096\",\n                    \"businessTime\": 1776687072000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388069.1135341152,\n                    \"instrumentId\": \"194b15eb-e284-4c9f-8949-62d557937fca\",\n                    \"businessTime\": 1776687072000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83821670.07380334,\n                    \"instrumentId\": \"d209e4fb-dac8-45b2-8786-2dc7676a6545\",\n                    \"businessTime\": 1776687072000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655536.5870357568,\n                    \"instrumentId\": \"a91a2058-ac80-43d7-9eea-b38111de9816\",\n                    \"businessTime\": 1776687072000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"297d328d-626d-4bd5-b9a7-ec99b2066114\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041393588342174\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059507.780428131,\n                    \"instrumentId\": \"3c84f943-aa4e-498c-9c60-4b905499c00a\",\n                    \"businessTime\": 1776687073000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283016.4844819875,\n                    \"instrumentId\": \"99113d4b-72ad-4837-92df-c99979ee93fb\",\n                    \"businessTime\": 1776687073000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770434.056433376,\n                    \"instrumentId\": \"8750c683-cd49-4455-9871-0938608549bd\",\n                    \"businessTime\": 1776687073000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388068.5404511718,\n                    \"instrumentId\": \"3e13c8b2-34c3-4907-94cb-e93fa7bbbdae\",\n                    \"businessTime\": 1776687073000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83821531.2838041,\n                    \"instrumentId\": \"dee47dae-743f-4094-9b2c-44709a852109\",\n                    \"businessTime\": 1776687073000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655536.5870357568,\n                    \"instrumentId\": \"38378f4d-5ef7-4241-8b9b-402ec306b5af\",\n                    \"businessTime\": 1776687073000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bf490c39-4144-4051-8526-4d44e59e5673\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041294934716493\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059350.8411397915,\n                    \"instrumentId\": \"b7255d38-6a3d-4203-b70c-9a4a8cb105c4\",\n                    \"businessTime\": 1776687074000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282881.443970354,\n                    \"instrumentId\": \"4c92131f-7b6b-47d5-9569-ca83c2731d02\",\n                    \"businessTime\": 1776687074000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770239.783148777,\n                    \"instrumentId\": \"027fa79c-4438-4995-954d-f73c1d10a7e5\",\n                    \"businessTime\": 1776687074000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388003.83800179715,\n                    \"instrumentId\": \"8d0cc1e2-13b1-4632-a898-d5cc256520b3\",\n                    \"businessTime\": 1776687074000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818932.18181717,\n                    \"instrumentId\": \"a59f1bf4-d9a3-4b81-8768-7fa5222c2a55\",\n                    \"businessTime\": 1776687074000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655536.5870357568,\n                    \"instrumentId\": \"6901a06e-0bc7-4d0e-8294-498b2fa2bdba\",\n                    \"businessTime\": 1776687074000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"feaac2cd-f707-415f-b05b-1117e731fa9b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040741321795423\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059347.8139194315,\n                    \"instrumentId\": \"f1cc7ab6-d916-4f1b-80ba-b5253dc6ff7c\",\n                    \"businessTime\": 1776687075000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282776.592205642,\n                    \"instrumentId\": \"1b19b1f5-d2b0-4864-b56d-57f925bf7fad\",\n                    \"businessTime\": 1776687075000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770227.47941625,\n                    \"instrumentId\": \"bd4c951e-0a60-4700-9781-b431358feb51\",\n                    \"businessTime\": 1776687075000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388003.7543165615,\n                    \"instrumentId\": \"5d5ef983-8190-4287-b2b1-17f14562affe\",\n                    \"businessTime\": 1776687075000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83817759.32078639,\n                    \"instrumentId\": \"e75577c9-41cf-4acb-891a-9957890b0690\",\n                    \"businessTime\": 1776687075000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655510.1777876016,\n                    \"instrumentId\": \"1b946c19-f910-46e6-b803-0df5e79113d7\",\n                    \"businessTime\": 1776687075000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c19246b8-bb31-4390-9c28-915cc908718b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040509417281932\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059347.435153941,\n                    \"instrumentId\": \"4e99be92-94d8-410c-acbc-82fff0c27051\",\n                    \"businessTime\": 1776687076000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282775.996761083,\n                    \"instrumentId\": \"7776513c-4175-4339-b783-31f65090d73c\",\n                    \"businessTime\": 1776687076000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769827.237296175,\n                    \"instrumentId\": \"4801f70a-5574-441e-a2d0-47b41365ff4f\",\n                    \"businessTime\": 1776687076000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388003.7543165615,\n                    \"instrumentId\": \"71acaf98-9d41-4db5-82e5-febaf38dd37e\",\n                    \"businessTime\": 1776687076000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83816129.57887182,\n                    \"instrumentId\": \"85a0d8eb-1778-49c6-bf56-2549e2bad921\",\n                    \"businessTime\": 1776687076000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655510.1777876016,\n                    \"instrumentId\": \"e4277a37-b15d-47e2-8067-da89008d2511\",\n                    \"businessTime\": 1776687076000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7008643f-0910-421d-b410-b4fb17ef3c41\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040152482616783\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059174.627066535,\n                    \"instrumentId\": \"81d5d9a6-e054-42f9-8427-eb5d365fddf1\",\n                    \"businessTime\": 1776687077000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282775.996761083,\n                    \"instrumentId\": \"aaeb36c0-a5d9-4894-a7c5-589b68d2a9cf\",\n                    \"businessTime\": 1776687077000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769589.085891433,\n                    \"instrumentId\": \"4a7aa05a-170e-4421-9c38-2e1d6e051428\",\n                    \"businessTime\": 1776687077000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388003.7543165615,\n                    \"instrumentId\": \"beb247df-d5b5-4872-8932-c56a344a3b8f\",\n                    \"businessTime\": 1776687077000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83812850.19573736,\n                    \"instrumentId\": \"f77ba4da-2f74-4afc-adbf-7fef71519eab\",\n                    \"businessTime\": 1776687077000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655510.1777876016,\n                    \"instrumentId\": \"0e0e5d96-acbf-421d-bc9a-04d57aa853f4\",\n                    \"businessTime\": 1776687077000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f317794e-a06e-4f0b-b7bd-7429087ae840\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039503916250066\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059143.6925218245,\n                    \"instrumentId\": \"b3b3e1eb-f9e8-45e6-b3a6-bcc5f07d1a32\",\n                    \"businessTime\": 1776687078000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282775.778105462,\n                    \"instrumentId\": \"62ef9e56-b63b-4320-9231-63742516bd05\",\n                    \"businessTime\": 1776687078000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769849.215704579,\n                    \"instrumentId\": \"90191313-67d3-4eeb-a9ab-db3de4bc0493\",\n                    \"businessTime\": 1776687078000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388003.7543165615,\n                    \"instrumentId\": \"700f4400-ed75-4910-8784-f37f4c276d73\",\n                    \"businessTime\": 1776687078000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83812807.64659366,\n                    \"instrumentId\": \"53e030a7-9dbe-4e46-92f4-954d8a6abe53\",\n                    \"businessTime\": 1776687078000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655483.772390713,\n                    \"instrumentId\": \"a05e46f7-f7ff-429d-92ba-09f478496cb4\",\n                    \"businessTime\": 1776687078000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9155b00a-44ec-484e-8eb8-734adb0b0b91\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039532039637102\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057986.332847503,\n                    \"instrumentId\": \"aec25a8b-8f83-4d4b-9701-3afde84591db\",\n                    \"businessTime\": 1776687079000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282660.4985682503,\n                    \"instrumentId\": \"a1117fc8-1190-4207-b988-dffdabdbb848\",\n                    \"businessTime\": 1776687079000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769593.046810756,\n                    \"instrumentId\": \"1ac383d8-139c-4b19-938a-f0ac67186ebb\",\n                    \"businessTime\": 1776687079000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387949.9352434483,\n                    \"instrumentId\": \"c7296a27-0dc4-446a-b9b3-7959bf0ed141\",\n                    \"businessTime\": 1776687079000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83801351.7677083,\n                    \"instrumentId\": \"c60687d0-0126-498f-8bb4-96ffa89f6498\",\n                    \"businessTime\": 1776687079000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"101df0d4-733f-4cec-bcbd-0bd2bea38798\",\n                    \"businessTime\": 1776687079000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f43a8df9-071c-4a06-865f-6160fe92f89d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.037231431013627\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057974.587536145,\n                    \"instrumentId\": \"00084c61-160b-49c4-8c80-c683f3930b45\",\n                    \"businessTime\": 1776687080000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282660.4985682503,\n                    \"instrumentId\": \"9f4155d1-d5cf-4ae9-b118-59f82b7b6bad\",\n                    \"businessTime\": 1776687080000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769402.331122603,\n                    \"instrumentId\": \"3699d24c-001b-4edd-941e-03894cf87392\",\n                    \"businessTime\": 1776687080000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387949.9352434483,\n                    \"instrumentId\": \"dc784a5a-2aa1-46c5-a300-5a403f2c6c74\",\n                    \"businessTime\": 1776687080000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83801292.58884524,\n                    \"instrumentId\": \"658927fc-7dfe-4662-a600-0e7265109308\",\n                    \"businessTime\": 1776687080000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"5a69e24f-0a1e-41c3-9218-02add8447a81\",\n                    \"businessTime\": 1776687080000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"03f58b87-4547-4da4-b88e-42ed42894db2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.037185448612473\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057921.925556422,\n                    \"instrumentId\": \"a8a1e649-6968-40ad-aaed-7350df688698\",\n                    \"businessTime\": 1776687081000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282657.464046088,\n                    \"instrumentId\": \"e6262663-7e76-4611-a672-5434e529b7fa\",\n                    \"businessTime\": 1776687081000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769381.614441574,\n                    \"instrumentId\": \"83cc9071-1824-4ceb-9ded-0b9b2f0104ea\",\n                    \"businessTime\": 1776687081000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299946.5859023107,\n                    \"instrumentId\": \"7a529564-affd-4661-b56d-f11c9c949400\",\n                    \"businessTime\": 1776687057000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387949.9352434483,\n                    \"instrumentId\": \"69ba899e-f3a5-4a07-91c7-26aee9a424c2\",\n                    \"businessTime\": 1776687081000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83801041.52594288,\n                    \"instrumentId\": \"3a4fc581-cd8f-484f-8c2f-0c9be1d35b0f\",\n                    \"businessTime\": 1776687081000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"53e05b6b-f297-4e68-9b03-2ffd722ab6fd\",\n                    \"businessTime\": 1776687081000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d4f29132-0d11-45cd-9267-1ffc9feb4db7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03712789569766\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057921.925556422,\n                    \"instrumentId\": \"09c3d7fe-de59-4124-8ae5-e925a6d35c2b\",\n                    \"businessTime\": 1776687082000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282656.5996860825,\n                    \"instrumentId\": \"c7b62b12-3219-4795-b2fa-e95e577fd355\",\n                    \"businessTime\": 1776687082000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769381.614441574,\n                    \"instrumentId\": \"c98baa7b-f03b-4dcd-be51-363ad5a5aa72\",\n                    \"businessTime\": 1776687082000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"5f94bc6d-c443-4294-8a5d-7993397f043c\",\n                    \"businessTime\": 1776687082000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.3971135575,\n                    \"instrumentId\": \"949bdd42-e6ca-4deb-8979-a57a74fc4c27\",\n                    \"businessTime\": 1776687082000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83801037.15354127,\n                    \"instrumentId\": \"e0128a7e-3751-4202-8e9b-a985fb537f18\",\n                    \"businessTime\": 1776687082000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"3ab4902f-b54f-4136-a1bb-dd235bda6fcd\",\n                    \"businessTime\": 1776687082000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"68085446-69ca-47d0-a225-c2fb1f62254d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.037118320958182\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057899.168557996,\n                    \"instrumentId\": \"4c0ad12f-e4eb-4565-ba4b-ab7af7f22308\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282656.5996860825,\n                    \"instrumentId\": \"21891e5d-d2bb-4ba6-bdf2-8aa3dec6f03a\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769092.04726488,\n                    \"instrumentId\": \"c94bcee8-d565-4238-a26e-02dd2950c968\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"1f57d7d3-170f-4180-a9aa-3d4e06384351\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.3971135575,\n                    \"instrumentId\": \"d99089af-45ec-4435-8bf9-31fb43411df9\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83798884.19070823,\n                    \"instrumentId\": \"cb62e4be-3036-40f7-b046-10072fdec02d\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1aee28ea-172b-4da5-b34c-e4f0981933f1\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f80e32e4-9c4a-4362-8589-52f2c4b36530\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036685054348666\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057894.878349504,\n                    \"instrumentId\": \"64f4fd49-0d67-4103-971a-0c7c9bad17b1\",\n                    \"businessTime\": 1776687084000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282656.5996860825,\n                    \"instrumentId\": \"28253e8e-6642-4f75-97c7-e703af978b8a\",\n                    \"businessTime\": 1776687084000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769087.402195334,\n                    \"instrumentId\": \"14e2d0ee-6890-466b-ada7-d629b0b01539\",\n                    \"businessTime\": 1776687084000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"1ab527b3-be23-40f2-836d-4a5c3d1eab6c\",\n                    \"businessTime\": 1776687084000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.3971135575,\n                    \"instrumentId\": \"c3753113-5777-4777-9794-800aac1ebc9e\",\n                    \"businessTime\": 1776687084000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83798868.17715488,\n                    \"instrumentId\": \"a1f4cab2-9ca0-4bec-afbb-e3ede45ba5df\",\n                    \"businessTime\": 1776687084000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1aee28ea-172b-4da5-b34c-e4f0981933f1\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1b31c373-edba-4840-a7c5-524c27f988e1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03668066966828\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057885.629295837,\n                    \"instrumentId\": \"c64784a5-5539-4ce9-9446-68c5f543aa5e\",\n                    \"businessTime\": 1776687085000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282624.9712147005,\n                    \"instrumentId\": \"176a0696-4a9a-4001-af54-d65cb0617cf8\",\n                    \"businessTime\": 1776687085000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769087.348906513,\n                    \"instrumentId\": \"5774037c-b9ee-4e5a-b5cc-ed960dd0f23e\",\n                    \"businessTime\": 1776687085000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"72af6fa7-3950-4978-9d40-5a2f3a298ae4\",\n                    \"businessTime\": 1776687085000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.3971135575,\n                    \"instrumentId\": \"af0a38c2-211c-4cf4-a6c8-36907cd9e48a\",\n                    \"businessTime\": 1776687085000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83798550.09860064,\n                    \"instrumentId\": \"f6014c41-61e3-4e36-b9b6-e8f3d3f8f35e\",\n                    \"businessTime\": 1776687085000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1aee28ea-172b-4da5-b34c-e4f0981933f1\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"36f32387-5c9c-4f5c-889d-bca365e65b09\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036617574875994\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057369.690853777,\n                    \"instrumentId\": \"90110b25-71ab-4be1-8547-d21e3808d39e\",\n                    \"businessTime\": 1776687086000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282435.3138867016,\n                    \"instrumentId\": \"cfb444af-4854-4be6-8614-e475c530a6b8\",\n                    \"businessTime\": 1776687086000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768353.569361025,\n                    \"instrumentId\": \"88578266-436c-4dae-9770-d673f9fc57d0\",\n                    \"businessTime\": 1776687086000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"a90fbf6d-3943-43ef-9e40-6d225ad1d387\",\n                    \"businessTime\": 1776687086000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.3971135575,\n                    \"instrumentId\": \"f5069e82-a731-48ae-a256-ba708baaf38a\",\n                    \"businessTime\": 1776687086000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83791979.97650571,\n                    \"instrumentId\": \"0e404417-613b-4619-90ae-a80d2cdd5171\",\n                    \"businessTime\": 1776687086000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1aee28ea-172b-4da5-b34c-e4f0981933f1\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"aa8bc389-4b32-45fc-bcc5-f598fde4f91d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03520993033988\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057369.690853777,\n                    \"instrumentId\": \"8ee9a45c-20e9-442d-bfe3-08706ab33f07\",\n                    \"businessTime\": 1776687087000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282378.8566809115,\n                    \"instrumentId\": \"be916052-8cb7-46bb-bd4d-c653ce4ba42c\",\n                    \"businessTime\": 1776687087000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768352.962633679,\n                    \"instrumentId\": \"b762ee2c-17c7-45de-9d4d-8479fe88e552\",\n                    \"businessTime\": 1776687087000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"b3ed4a56-8de0-4361-9c8f-e49f4fe4fa88\",\n                    \"businessTime\": 1776687087000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.3971135575,\n                    \"instrumentId\": \"36cbbe31-4d58-436f-9aa9-0de999557be8\",\n                    \"businessTime\": 1776687087000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83791961.5699232,\n                    \"instrumentId\": \"cfc2d09b-d15f-4289-a2f9-1993e69ed0d4\",\n                    \"businessTime\": 1776687087000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1aee28ea-172b-4da5-b34c-e4f0981933f1\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4e786d81-011e-4bd3-a34c-ed9b2f252e1e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035196666628874\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057194.596592265,\n                    \"instrumentId\": \"614c1cf9-16f4-4bd0-932d-8ceaa0e9a021\",\n                    \"businessTime\": 1776687088000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282341.825718692,\n                    \"instrumentId\": \"3d19a105-b44d-4dbe-9aa8-17ba266ac108\",\n                    \"businessTime\": 1776687088000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768188.972067693,\n                    \"instrumentId\": \"cc3a596c-2dda-4ab8-9c65-f9b3e54e129f\",\n                    \"businessTime\": 1776687088000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"c7a3aa05-fb6e-4486-a603-fb41c43bf288\",\n                    \"businessTime\": 1776687088000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.36369024013,\n                    \"instrumentId\": \"adbebe8b-8414-470d-93e5-11917800404c\",\n                    \"businessTime\": 1776687088000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83791621.0607547,\n                    \"instrumentId\": \"6cd1a47e-ad5e-4a3d-97f2-d0ad4790a2b3\",\n                    \"businessTime\": 1776687088000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1aee28ea-172b-4da5-b34c-e4f0981933f1\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c6aafd9f-5298-4f75-b7e7-d091157f810e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03507071612245\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057117.30436631,\n                    \"instrumentId\": \"39d96fc0-2453-40c8-a019-924402614d8c\",\n                    \"businessTime\": 1776687089000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282378.426600586,\n                    \"instrumentId\": \"58beda3c-043b-46b9-95c6-87d3ee0551d8\",\n                    \"businessTime\": 1776687089000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768229.490799768,\n                    \"instrumentId\": \"cb493a92-28e8-46fe-912c-9d69ffe63507\",\n                    \"businessTime\": 1776687089000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"91578f18-97e9-4a7c-bc17-46cd04c1dbb4\",\n                    \"businessTime\": 1776687089000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.26326020836,\n                    \"instrumentId\": \"1f2991aa-0f7d-47e1-82a5-666beafaab6e\",\n                    \"businessTime\": 1776687089000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789948.82402618,\n                    \"instrumentId\": \"848f6e29-8250-4cb1-be0f-3473bf9ac70b\",\n                    \"businessTime\": 1776687089000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1aee28ea-172b-4da5-b34c-e4f0981933f1\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d49a5aad-3a1b-4504-a21b-1055ccf1f766\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034776777674203\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057024.653619711,\n                    \"instrumentId\": \"83a6733d-6f5a-4bb8-b6e9-e366b2532d19\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282420.8253920404,\n                    \"instrumentId\": \"1c378b0a-0f45-4147-8264-764985a4d5c1\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768219.032875953,\n                    \"instrumentId\": \"7ac06484-d792-40cf-b75e-2a6672324986\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"796b3fab-3eb5-420e-b26b-f4701a4d90b6\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.26326020836,\n                    \"instrumentId\": \"9f7b6452-cce6-4191-829f-b17cbd4dc8d1\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83790785.24144043,\n                    \"instrumentId\": \"2ab2d0e6-eb84-4636-bc0f-49060a387319\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1aee28ea-172b-4da5-b34c-e4f0981933f1\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b71bf876-1fc2-477c-8242-57d1e7a6d59d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034913105887785\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057022.97114609,\n                    \"instrumentId\": \"335b1ba4-db0e-40f7-8a55-5f262bcc1067\",\n                    \"businessTime\": 1776687091000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282420.8253920404,\n                    \"instrumentId\": \"5bd0b251-1f4a-4a68-b786-b2e548c49bd8\",\n                    \"businessTime\": 1776687091000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768335.736833477,\n                    \"instrumentId\": \"57ad8faf-759f-41c4-b9bd-d4b7a5aca93d\",\n                    \"businessTime\": 1776687091000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"977ca991-06aa-43ca-9140-5d0b99bf524e\",\n                    \"businessTime\": 1776687091000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.26326020836,\n                    \"instrumentId\": \"9f7b6452-cce6-4191-829f-b17cbd4dc8d1\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83790368.6725947,\n                    \"instrumentId\": \"512e3f57-86a0-4946-a033-f62ec4542dd6\",\n                    \"businessTime\": 1776687091000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1aee28ea-172b-4da5-b34c-e4f0981933f1\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c9558156-a3cd-4d4c-9cab-91dcadda7bd1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034860109866376\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056749.242539509,\n                    \"instrumentId\": \"0f312d61-c3f7-4440-bbfc-e1bd75cf7ddb\",\n                    \"businessTime\": 1776687092000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282418.423440148,\n                    \"instrumentId\": \"ad8b390c-6ba6-4074-819d-6c934ed9f10d\",\n                    \"businessTime\": 1776687092000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768398.697737264,\n                    \"instrumentId\": \"f62fd1dd-a8c1-40d6-af6c-80dba972cf91\",\n                    \"businessTime\": 1776687092000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"c90fdf5f-e0c4-4bf3-8340-079b65f8a820\",\n                    \"businessTime\": 1776687092000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.26326020836,\n                    \"instrumentId\": \"9f7b6452-cce6-4191-829f-b17cbd4dc8d1\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789390.90321355,\n                    \"instrumentId\": \"8aba4bda-7e50-4989-8cc0-ba0c5d25231f\",\n                    \"businessTime\": 1776687092000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1aee28ea-172b-4da5-b34c-e4f0981933f1\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8414edfb-1578-4e62-8d71-de547d3d36df\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034650805993646\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056731.602210477,\n                    \"instrumentId\": \"73905b6e-196c-4116-979b-e684bdb48677\",\n                    \"businessTime\": 1776687093000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282418.423440148,\n                    \"instrumentId\": \"09124d75-8e34-481f-9fb2-c36260ec2648\",\n                    \"businessTime\": 1776687093000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767252.98725523,\n                    \"instrumentId\": \"29e906c1-1758-4cae-9bec-458bd058e611\",\n                    \"businessTime\": 1776687093000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"834a9ab6-30e7-4f7c-aebb-6a06836ff269\",\n                    \"businessTime\": 1776687093000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.26326020836,\n                    \"instrumentId\": \"9f7b6452-cce6-4191-829f-b17cbd4dc8d1\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789390.58905563,\n                    \"instrumentId\": \"d72341e3-0ee2-4e04-84cd-0e44448e7d6f\",\n                    \"businessTime\": 1776687093000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1aee28ea-172b-4da5-b34c-e4f0981933f1\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8f6198a6-3623-4290-a7a7-537642322799\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034446295454277\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056266.376372601,\n                    \"instrumentId\": \"a830d07c-666f-4bc9-9888-4c32a162cdb7\",\n                    \"businessTime\": 1776687094000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282343.815489472,\n                    \"instrumentId\": \"59b2f0f7-22b9-4f6c-941a-89c7f84883a4\",\n                    \"businessTime\": 1776687094000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766681.825134173,\n                    \"instrumentId\": \"679af495-ca07-40c6-8bb7-7132e611dc09\",\n                    \"businessTime\": 1776687094000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"2b7a4772-475e-4b01-a389-444f8916b805\",\n                    \"businessTime\": 1776687094000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.26326020836,\n                    \"instrumentId\": \"9f7b6452-cce6-4191-829f-b17cbd4dc8d1\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788480.5606021,\n                    \"instrumentId\": \"388521ef-7816-4e0b-a54b-2ebd5662fbd0\",\n                    \"businessTime\": 1776687094000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1aee28ea-172b-4da5-b34c-e4f0981933f1\",\n                    \"businessTime\": 1776687083000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"96e081b6-5fb4-48f3-b40a-78ad41bf2114\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03409110663826\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056266.376372601,\n                    \"instrumentId\": \"77ac5cdd-032a-4e1d-9e30-9a499c70ce4e\",\n                    \"businessTime\": 1776687095000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282344.1391239143,\n                    \"instrumentId\": \"6f4dc1ee-47d9-4b9f-957f-239b1eda308e\",\n                    \"businessTime\": 1776687095000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766703.712413995,\n                    \"instrumentId\": \"989f560e-a286-4911-8a71-501b67e4409b\",\n                    \"businessTime\": 1776687095000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"04c626d7-eb33-4b2a-bdf2-1b809274f2e7\",\n                    \"businessTime\": 1776687095000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.26326020836,\n                    \"instrumentId\": \"9f7b6452-cce6-4191-829f-b17cbd4dc8d1\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788495.06911395,\n                    \"instrumentId\": \"de7a3b86-64fd-4a97-a60e-4b624e1399e3\",\n                    \"businessTime\": 1776687095000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"987b6849-648b-4b60-9902-75d34882aac0\",\n                    \"businessTime\": 1776687095000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6f1372ae-7e80-49b9-80d7-6ad37123bc38\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034050886493755\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056243.323434303,\n                    \"instrumentId\": \"7880a114-97b4-4cc1-af36-0d34d9d2c3b3\",\n                    \"businessTime\": 1776687096000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282231.637319949,\n                    \"instrumentId\": \"ed78cdf6-3d69-422a-bf2f-6830bf4532a2\",\n                    \"businessTime\": 1776687096000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766703.90958588,\n                    \"instrumentId\": \"8d4c6ec8-92fb-4b46-aa1a-91019ab055a6\",\n                    \"businessTime\": 1776687096000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"0b6d2554-e0e0-41f7-a52c-a4ff89e2a8d3\",\n                    \"businessTime\": 1776687096000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.26326020836,\n                    \"instrumentId\": \"9f7b6452-cce6-4191-829f-b17cbd4dc8d1\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788422.24729075,\n                    \"instrumentId\": \"f85657d4-9715-4813-baa2-3fed0097fa22\",\n                    \"businessTime\": 1776687096000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"352d0629-a47f-4102-b24f-f3eb48548286\",\n                    \"businessTime\": 1776687096000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"73ae7c21-5d70-4d5e-ba10-a383e419898c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0340142996056\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056243.178211978,\n                    \"instrumentId\": \"9762dd0d-a4d4-4452-8efc-ec94e4bb4522\",\n                    \"businessTime\": 1776687097000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282204.972322164,\n                    \"instrumentId\": \"7f1751dd-ea0d-4ae7-bef8-7293eae67c45\",\n                    \"businessTime\": 1776687097000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766487.913928596,\n                    \"instrumentId\": \"535e42db-9169-4707-9565-7cf922e7a892\",\n                    \"businessTime\": 1776687097000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"0b6d2554-e0e0-41f7-a52c-a4ff89e2a8d3\",\n                    \"businessTime\": 1776687096000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.26326020836,\n                    \"instrumentId\": \"9f7b6452-cce6-4191-829f-b17cbd4dc8d1\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788415.27924772,\n                    \"instrumentId\": \"58ac1fe4-1c2c-47c4-bf02-419a8cab2d78\",\n                    \"businessTime\": 1776687097000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"2525c14b-aab4-45af-8cd7-8321b7aea616\",\n                    \"businessTime\": 1776687097000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d883ba84-5bf6-4972-ab01-d5c059644ee5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033970402607284\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056243.178211978,\n                    \"instrumentId\": \"3b3760e5-5ac6-4e06-b038-2a88864fbe4b\",\n                    \"businessTime\": 1776687098000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282052.3911571903,\n                    \"instrumentId\": \"af3cf51c-e2f9-4007-ae53-7b71b8021218\",\n                    \"businessTime\": 1776687098000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765656.140302178,\n                    \"instrumentId\": \"18fd5bad-2e37-4649-b732-83566af80e7d\",\n                    \"businessTime\": 1776687098000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.8805261837,\n                    \"instrumentId\": \"0b6d2554-e0e0-41f7-a52c-a4ff89e2a8d3\",\n                    \"businessTime\": 1776687096000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387928.26326020836,\n                    \"instrumentId\": \"9f7b6452-cce6-4191-829f-b17cbd4dc8d1\",\n                    \"businessTime\": 1776687090000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788128.24798428,\n                    \"instrumentId\": \"63249b07-f7eb-4756-a6d4-b9a76d8aac18\",\n                    \"businessTime\": 1776687098000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"5fcb5296-91a2-45b9-9473-b01a27c7f0ec\",\n                    \"businessTime\": 1776687098000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cf8f0241-4a17-4ecc-ae14-a36002d8e870\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033746960418387\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056243.178211978,\n                    \"instrumentId\": \"1e8a076b-02f8-4fe5-a9cb-31276b9a2d9f\",\n                    \"businessTime\": 1776687099000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282052.3911571903,\n                    \"instrumentId\": \"7da3cab0-6745-4065-a3b6-120e527a583f\",\n                    \"businessTime\": 1776687099000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765656.140302178,\n                    \"instrumentId\": \"0c18a27a-f88e-4c27-a193-acbf1f297b7c\",\n                    \"businessTime\": 1776687099000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.9323216448,\n                    \"instrumentId\": \"d17d2ba0-300d-481a-a125-95f0e41b2d69\",\n                    \"businessTime\": 1776687099000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388040.88927754795,\n                    \"instrumentId\": \"626064fe-654c-474e-831e-ea2ae2f9503d\",\n                    \"businessTime\": 1776687099000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83786239.29769869,\n                    \"instrumentId\": \"ebf42308-51ad-4b99-9cbe-2cede0ba0a20\",\n                    \"businessTime\": 1776687099000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"cd7710ca-0b2d-4aae-a641-24590e7fd5f2\",\n                    \"businessTime\": 1776687099000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0c0934c9-c80a-4ac2-8ec3-f76902cc7d5d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033437597945138\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056179.352263954,\n                    \"instrumentId\": \"2da6ef08-a7f9-4f13-ab17-e5d31c7a1cf7\",\n                    \"businessTime\": 1776687100000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282052.3911571903,\n                    \"instrumentId\": \"612db71e-ec93-4d88-b973-57baa3a51348\",\n                    \"businessTime\": 1776687100000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764503.909700206,\n                    \"instrumentId\": \"0c9b8dc4-8c71-4605-9e55-4d1799f5bb89\",\n                    \"businessTime\": 1776687100000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.9323216448,\n                    \"instrumentId\": \"7b98fd8d-6ebf-4c2d-8975-8e72f774ee00\",\n                    \"businessTime\": 1776687100000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388040.88927754795,\n                    \"instrumentId\": \"b41f7846-0b76-414d-94c0-d8276f5a7993\",\n                    \"businessTime\": 1776687100000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83786163.77246247,\n                    \"instrumentId\": \"9ec4e042-bc87-4258-aae4-9ccd7cf7f557\",\n                    \"businessTime\": 1776687100000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"75fd4128-67fd-41b5-bce9-998ad80b40d6\",\n                    \"businessTime\": 1776687100000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bdffd3a9-20ea-4669-8e8c-e2d77bec7bfb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033210606418564\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055892.282781067,\n                    \"instrumentId\": \"a8b51b88-1f3d-4328-9e7b-9737825dbf39\",\n                    \"businessTime\": 1776687101000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281994.710315048,\n                    \"instrumentId\": \"dc24d627-d52c-459a-82b8-10c9bf47c5f7\",\n                    \"businessTime\": 1776687101000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764353.108825238,\n                    \"instrumentId\": \"92b5198d-f5a2-48a3-8692-6677d6d750d4\",\n                    \"businessTime\": 1776687101000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.9323216448,\n                    \"instrumentId\": \"ec3ffdd5-2de5-4e9b-b5c6-b911b0b15982\",\n                    \"businessTime\": 1776687101000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388040.88927754795,\n                    \"instrumentId\": \"a46baa70-95ec-406a-a815-7da035697259\",\n                    \"businessTime\": 1776687101000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83786728.3285103,\n                    \"instrumentId\": \"80b14b87-e4af-4162-bfbf-0087a60d3473\",\n                    \"businessTime\": 1776687101000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"bcdd5ed9-6726-4a59-bcc8-47b72ab058eb\",\n                    \"businessTime\": 1776687101000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"54ee8dc8-b5af-48e8-8d7b-8cca16997ebb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033222733808337\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055891.169650505,\n                    \"instrumentId\": \"fbcb8ba6-d330-46b5-beb4-b8944d846695\",\n                    \"businessTime\": 1776687102000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281994.710315048,\n                    \"instrumentId\": \"7d4a0841-a184-44c2-8dcb-dd39cdafa61a\",\n                    \"businessTime\": 1776687102000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764202.026544867,\n                    \"instrumentId\": \"ea4aef32-514d-4664-af8a-3e6725177b4c\",\n                    \"businessTime\": 1776687102000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.9323216448,\n                    \"instrumentId\": \"4ca04d55-db1e-404c-b682-841d95b00bc5\",\n                    \"businessTime\": 1776687102000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388040.88927754795,\n                    \"instrumentId\": \"14684cd5-a704-46e4-8af8-372c8ecefd3d\",\n                    \"businessTime\": 1776687102000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83786516.33224227,\n                    \"instrumentId\": \"bd4da720-0966-45ce-a990-7463eccfda1a\",\n                    \"businessTime\": 1776687102000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"c4f7d14b-cf3c-4790-ad2a-ae77355eb51a\",\n                    \"businessTime\": 1776687102000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"732b6ba7-47df-40af-b308-db3991ee3843\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033158728240856\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055891.179493665,\n                    \"instrumentId\": \"3a272d8f-86dd-44a9-beb1-c083f16e886e\",\n                    \"businessTime\": 1776687103000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281968.7586351214,\n                    \"instrumentId\": \"60fbee3c-5f7e-48db-983c-10f0bca8733f\",\n                    \"businessTime\": 1776687103000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763430.39846813,\n                    \"instrumentId\": \"b60760c0-6d89-4ac4-aad3-0d61eacaf088\",\n                    \"businessTime\": 1776687103000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.9323216448,\n                    \"instrumentId\": \"f72a06cd-9911-4f00-a251-8336567e6355\",\n                    \"businessTime\": 1776687103000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388040.88927754795,\n                    \"instrumentId\": \"0e89273a-70f4-499e-bd71-eaf2291b88de\",\n                    \"businessTime\": 1776687103000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83786437.78400649,\n                    \"instrumentId\": \"8102cbef-2f2d-447c-ab25-c39256b8b7a3\",\n                    \"businessTime\": 1776687103000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"19f24c84-c1d6-4e3a-8e1e-ac08f6f6a2bd\",\n                    \"businessTime\": 1776687103000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"77ad0a58-ce72-4bf8-bd2b-fed07e8ff910\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033004753170683\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055891.179493665,\n                    \"instrumentId\": \"2d86120f-8f4f-4c33-8fba-96aaf683ae0f\",\n                    \"businessTime\": 1776687104000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281968.7586351214,\n                    \"instrumentId\": \"eff61aba-7f3a-4aa3-a961-c9d849b54fc0\",\n                    \"businessTime\": 1776687104000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762985.094171716,\n                    \"instrumentId\": \"526b1edf-0873-4f9a-bfe8-455e6b57ce47\",\n                    \"businessTime\": 1776687104000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.9323216448,\n                    \"instrumentId\": \"c42b123d-8b68-4cb1-b298-89bb335ea9e8\",\n                    \"businessTime\": 1776687104000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388040.88927754795,\n                    \"instrumentId\": \"067389d1-294c-4c0d-b055-1f9dd9431488\",\n                    \"businessTime\": 1776687104000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83786428.8927833,\n                    \"instrumentId\": \"cc19c373-ea91-4b0d-95fe-42c52b9968d8\",\n                    \"businessTime\": 1776687104000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"a5bee1c6-70f0-4ec2-a2c2-0ea369a60d21\",\n                    \"businessTime\": 1776687104000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7a54f361-a38a-4256-9475-1a87bc7fca32\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.032924929705025\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055807.730522262,\n                    \"instrumentId\": \"a29afee6-bdd3-431e-8ab9-ddb9b5a5193b\",\n                    \"businessTime\": 1776687105000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281787.806989429,\n                    \"instrumentId\": \"d74a12aa-bd8c-4ce6-909a-03d92e6ac8d8\",\n                    \"businessTime\": 1776687105000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762135.434835745,\n                    \"instrumentId\": \"8f15a24d-25e3-4760-9de0-c34c2feb4f97\",\n                    \"businessTime\": 1776687105000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.9323216448,\n                    \"instrumentId\": \"23a53253-d7a3-4bef-bfe3-1f1845576f7b\",\n                    \"businessTime\": 1776687105000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388039.60886705585,\n                    \"instrumentId\": \"31c772d0-721f-48fa-b8ce-62d5401d97c1\",\n                    \"businessTime\": 1776687105000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83780275.39825037,\n                    \"instrumentId\": \"74d7f4f7-2e01-48df-9224-feb147c1141f\",\n                    \"businessTime\": 1776687105000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"66e3d950-5055-4756-9c13-8e129f080629\",\n                    \"businessTime\": 1776687105000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d2f2cc08-9d6e-43eb-a1cc-364cfc032f2b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.031647454327786\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055552.553301531,\n                    \"instrumentId\": \"827d2930-4624-437f-8f4f-5b8fb6a65ee2\",\n                    \"businessTime\": 1776687106000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281787.806989429,\n                    \"instrumentId\": \"df459d86-34a8-45ad-9bfe-d8236e1208e0\",\n                    \"businessTime\": 1776687106000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761784.973041022,\n                    \"instrumentId\": \"b30a905e-0d26-4121-8271-4af538053c75\",\n                    \"businessTime\": 1776687106000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.9323216448,\n                    \"instrumentId\": \"def87180-01ed-4da9-bc45-07da1365a7dd\",\n                    \"businessTime\": 1776687106000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388039.60886705585,\n                    \"instrumentId\": \"c88d3416-afa0-4c88-8c4e-b932a5195a9f\",\n                    \"businessTime\": 1776687106000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83775106.14812796,\n                    \"instrumentId\": \"db84cda0-7908-45ab-bd22-ab8aee242815\",\n                    \"businessTime\": 1776687106000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"ef1f5e5c-010c-4a2f-a694-e63b4c773acc\",\n                    \"businessTime\": 1776687106000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"84d714f9-e008-46ca-8588-44e7c65fab9a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03063253532289\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055552.553301531,\n                    \"instrumentId\": \"7cf2928d-c4bd-42de-a138-ba873eea37cb\",\n                    \"businessTime\": 1776687107000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280262.102309038,\n                    \"instrumentId\": \"55f197ad-739b-41e0-b38f-8e3dbb5099c7\",\n                    \"businessTime\": 1776687107000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761784.973041022,\n                    \"instrumentId\": \"f642dd8d-fc67-4b63-bc0f-843d5a80007e\",\n                    \"businessTime\": 1776687107000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299934.9323216448,\n                    \"instrumentId\": \"2197af66-3437-4a8a-be56-d943c8f8d75e\",\n                    \"businessTime\": 1776687107000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387913.59500294336,\n                    \"instrumentId\": \"aa46b948-24f6-4076-8bb8-8d417eb94e9b\",\n                    \"businessTime\": 1776687107000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83773986.93100247,\n                    \"instrumentId\": \"cb9b8112-2b4c-4c1b-8bc6-8481017f3977\",\n                    \"businessTime\": 1776687107000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"5078cddf-b687-4128-b4c1-0c7ad7cf0637\",\n                    \"businessTime\": 1776687107000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c12218ab-4bdd-4c7b-a660-06093ff3130c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030145551901096\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055116.183548161,\n                    \"instrumentId\": \"cb607491-1a44-4b3a-b79e-4042b102943b\",\n                    \"businessTime\": 1776687108000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280262.102309038,\n                    \"instrumentId\": \"7fd35b04-ff31-4448-8b0e-3f13aa645273\",\n                    \"businessTime\": 1776687108000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761550.568852317,\n                    \"instrumentId\": \"18220b8b-301d-4eff-856d-4385b1d960e6\",\n                    \"businessTime\": 1776687108000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299772.24514286837,\n                    \"instrumentId\": \"6709d288-ef8d-45d4-b3e9-fb65905d2d0c\",\n                    \"businessTime\": 1776687108000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387913.59500294336,\n                    \"instrumentId\": \"57ec24b1-26d9-4631-b04b-59ffb608f503\",\n                    \"businessTime\": 1776687108000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83773700.6484094,\n                    \"instrumentId\": \"5ef16261-ae93-467a-ac1e-c50ae043d2d9\",\n                    \"businessTime\": 1776687108000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"3511c0b5-26ac-4993-ae2b-5931fe57c6af\",\n                    \"businessTime\": 1776687108000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8781756a-443f-4872-8a3a-5e8f6c000a58\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029948760387228\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055116.183548161,\n                    \"instrumentId\": \"0878c508-4400-4bd9-b939-e1f52f4b45d7\",\n                    \"businessTime\": 1776687109000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280228.187326506,\n                    \"instrumentId\": \"ad46eb3b-75e1-48e6-a892-d54fb3cf62d5\",\n                    \"businessTime\": 1776687109000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761437.06528603,\n                    \"instrumentId\": \"0890cb31-786c-4d60-938f-e36cb0d5a049\",\n                    \"businessTime\": 1776687109000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299769.3757856837,\n                    \"instrumentId\": \"cd2bad77-77ff-4643-b821-8eda7b586fb9\",\n                    \"businessTime\": 1776687109000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387913.59500294336,\n                    \"instrumentId\": \"d72f3c82-d7bf-4cac-a1eb-b901aa6c82eb\",\n                    \"businessTime\": 1776687109000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83773696.26537086,\n                    \"instrumentId\": \"b998c488-a7c6-4624-bf6e-30406949d3ad\",\n                    \"businessTime\": 1776687109000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"758bf5fc-72c8-44e9-ba65-f401b8aa7e36\",\n                    \"businessTime\": 1776687109000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ac77713e-379c-4e67-8e15-3abcb940e9c4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029921577444426\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055109.652190319,\n                    \"instrumentId\": \"858b89aa-dea0-4426-8d4d-35ebc8b36b64\",\n                    \"businessTime\": 1776687110000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280218.8824353414,\n                    \"instrumentId\": \"0cc54a5a-2680-4e5b-81a6-224bce8988e8\",\n                    \"businessTime\": 1776687110000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760888.816657728,\n                    \"instrumentId\": \"e68d54a1-4556-4abc-a482-eba820aad31b\",\n                    \"businessTime\": 1776687110000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299768.66087007266,\n                    \"instrumentId\": \"94836920-e2cc-4e9b-acf5-78062f3772e1\",\n                    \"businessTime\": 1776687110000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387913.59500294336,\n                    \"instrumentId\": \"651cf84f-03b5-4e6d-9571-965847a1c6d9\",\n                    \"businessTime\": 1776687110000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83773668.09538138,\n                    \"instrumentId\": \"781d18e4-570a-4f7f-8660-1a10957b6a23\",\n                    \"businessTime\": 1776687110000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"6d466b9d-2d65-4534-b3af-eebfb81a9ec3\",\n                    \"businessTime\": 1776687110000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bae4f1e7-5712-4434-931b-97aac3663980\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029724017887457\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055109.652190319,\n                    \"instrumentId\": \"6a90a11f-bdb7-4d50-a5cc-9a358bb611d4\",\n                    \"businessTime\": 1776687111000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280218.8824353414,\n                    \"instrumentId\": \"9645de3e-09a4-4972-bad8-7d3c0a0e5c95\",\n                    \"businessTime\": 1776687111000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760888.816657728,\n                    \"instrumentId\": \"4b67876f-7982-4679-be0f-f99588a354ec\",\n                    \"businessTime\": 1776687111000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299768.70067449374,\n                    \"instrumentId\": \"72bd7d58-4277-4eef-867e-91a5f51d1be0\",\n                    \"businessTime\": 1776687111000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387913.59500294336,\n                    \"instrumentId\": \"f9ffd500-2978-4dc1-afb3-72d01acf697f\",\n                    \"businessTime\": 1776687111000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83769936.33960074,\n                    \"instrumentId\": \"518959b0-e22f-4ef1-9315-c4d7318ed30a\",\n                    \"businessTime\": 1776687111000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"b3db241a-fa80-4d11-806f-19a3d3996783\",\n                    \"businessTime\": 1776687111000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d8dffcc3-7755-4412-a97d-11075df90ce5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029068180281797\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055109.652190319,\n                    \"instrumentId\": \"be761cc6-b3c0-48f0-bd01-1d58f2cc79fc\",\n                    \"businessTime\": 1776687112000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279921.920186301,\n                    \"instrumentId\": \"f6c6775e-71a9-4362-9486-9cee73bc474c\",\n                    \"businessTime\": 1776687112000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760446.893427052,\n                    \"instrumentId\": \"f3bec04b-26e5-4273-8a93-66845092e425\",\n                    \"businessTime\": 1776687112000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299768.71422071557,\n                    \"instrumentId\": \"f166ca2e-96c6-40c0-8563-da02b6990800\",\n                    \"businessTime\": 1776687112000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387913.59500294336,\n                    \"instrumentId\": \"2ccfa69e-65d5-44f3-bde6-de41cdca51b2\",\n                    \"businessTime\": 1776687112000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83769445.01243238,\n                    \"instrumentId\": \"58a5e2b3-fd0f-44c5-bd45-e340ed4bd2d7\",\n                    \"businessTime\": 1776687112000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"3058e66b-b452-454e-a0aa-ebe9d755f701\",\n                    \"businessTime\": 1776687112000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dc4fa68b-8586-4d5d-aefd-53a943516b4e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02885197657321\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055325.032439842,\n                    \"instrumentId\": \"11dab958-0a9d-4071-a9a9-c9ed680d290a\",\n                    \"businessTime\": 1776687113000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279921.920186301,\n                    \"instrumentId\": \"3ec6727a-58ef-4db8-bd97-f59d94b1e80f\",\n                    \"businessTime\": 1776687113000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760254.463838473,\n                    \"instrumentId\": \"c739d2d4-2ee1-4f80-bd66-e5bb0716fc1b\",\n                    \"businessTime\": 1776687113000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299768.71422071557,\n                    \"instrumentId\": \"8826f64b-897e-4281-9fe3-99d4c5b640c9\",\n                    \"businessTime\": 1776687113000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387913.59500294336,\n                    \"instrumentId\": \"b9609691-66cd-41eb-aa22-e7f10b4d055e\",\n                    \"businessTime\": 1776687113000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83767669.54260415,\n                    \"instrumentId\": \"1258c155-35a3-42a3-8323-bcd959ad5dd0\",\n                    \"businessTime\": 1776687113000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"ad3ef420-7626-4450-aa94-b896967c8fb8\",\n                    \"businessTime\": 1776687113000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"69b131f6-d7a8-4bed-a913-57af428f7b15\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028543976719554\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055325.032439842,\n                    \"instrumentId\": \"b9d48ffd-2550-4e33-ac8c-b1a8b5b56382\",\n                    \"businessTime\": 1776687114000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279907.552495259,\n                    \"instrumentId\": \"fccf04d9-6626-48ea-80b5-b3aad7cc9931\",\n                    \"businessTime\": 1776687114000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759802.517356727,\n                    \"instrumentId\": \"2c6a9b3d-0e3d-486e-aa80-9a7cd2bb6d36\",\n                    \"businessTime\": 1776687114000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299768.6428267764,\n                    \"instrumentId\": \"bdd23faa-167d-4e89-b493-a11679f07d0f\",\n                    \"businessTime\": 1776687114000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387644.2267205994,\n                    \"instrumentId\": \"3802f023-a42f-4726-972f-2f8077f7afaf\",\n                    \"businessTime\": 1776687114000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766131.43564895,\n                    \"instrumentId\": \"f57edf7f-65c2-4e00-8607-f0738623ff1c\",\n                    \"businessTime\": 1776687114000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"37f13be7-0d4d-4aa6-a1dc-6b3756adfe81\",\n                    \"businessTime\": 1776687114000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6a51e320-edc7-4592-9a2b-b09419468131\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028144352676627\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055319.956372881,\n                    \"instrumentId\": \"9788ace9-77db-467c-bb79-41ac0cb5c5ee\",\n                    \"businessTime\": 1776687115000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279907.552495259,\n                    \"instrumentId\": \"9d0948b5-13b8-4b0f-981e-d7a73cdf8ec4\",\n                    \"businessTime\": 1776687115000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759465.052293846,\n                    \"instrumentId\": \"dae85961-480a-439a-9777-d6eae5c132da\",\n                    \"businessTime\": 1776687115000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299768.6428267764,\n                    \"instrumentId\": \"beb2a183-81be-4d7d-8fd3-86e02697902c\",\n                    \"businessTime\": 1776687115000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387644.2267205994,\n                    \"instrumentId\": \"7146e5d5-e84a-4455-8ee8-fb8541760c17\",\n                    \"businessTime\": 1776687115000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766098.70450139,\n                    \"instrumentId\": \"01cd0c2d-afd3-4efa-8a2c-be971b0163c7\",\n                    \"businessTime\": 1776687115000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"c9f2b360-ce65-48b7-bb92-262b27fe2a8c\",\n                    \"businessTime\": 1776687115000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fca59185-a6f6-4848-b598-52ad6eb4f4e0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02807839972805\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055315.734487821,\n                    \"instrumentId\": \"86d3a182-c311-4266-868c-76eae7f2d7b0\",\n                    \"businessTime\": 1776687116000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279888.5675563705,\n                    \"instrumentId\": \"0ef846fe-ba4b-4d17-8ccb-c8da191c5fe2\",\n                    \"businessTime\": 1776687116000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760031.283781765,\n                    \"instrumentId\": \"85ead1a6-0098-4f91-ab44-7debef10fbf4\",\n                    \"businessTime\": 1776687116000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299768.6428267764,\n                    \"instrumentId\": \"1af29ed1-ad04-4f29-902d-5d11a3cf68f8\",\n                    \"businessTime\": 1776687116000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387644.52306754974,\n                    \"instrumentId\": \"c1d01b68-d546-4de5-be0c-b79f828dc3d6\",\n                    \"businessTime\": 1776687116000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766337.26164728,\n                    \"instrumentId\": \"fe2d8de8-bcda-4a14-856c-cc2a2d95fbdf\",\n                    \"businessTime\": 1776687116000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"66a7b685-becf-4b27-a053-ea522a84088f\",\n                    \"businessTime\": 1776687116000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c40edd4b-96a9-4354-aa50-923e2ae5c062\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028215812409385\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055311.638608141,\n                    \"instrumentId\": \"80b578ce-d916-457c-b797-ed50d885dd5f\",\n                    \"businessTime\": 1776687117000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279888.5675563705,\n                    \"instrumentId\": \"bdbbe666-dacc-4680-8ad5-5d47203b9b1f\",\n                    \"businessTime\": 1776687117000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760035.47595355,\n                    \"instrumentId\": \"8418d7f1-3007-4ea1-86c9-e178bb02929f\",\n                    \"businessTime\": 1776687117000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299768.6428267764,\n                    \"instrumentId\": \"5d53f1fb-29ed-4ae0-8742-27150c81d505\",\n                    \"businessTime\": 1776687117000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387644.52306754974,\n                    \"instrumentId\": \"b830d51c-44ac-4739-8dee-3f74df0c650e\",\n                    \"businessTime\": 1776687117000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766280.24993366,\n                    \"instrumentId\": \"8a5eadd1-3f69-4d24-9e6e-3a71ca768eee\",\n                    \"businessTime\": 1776687117000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"2e517323-6902-4aee-b566-6b7c9ad63a81\",\n                    \"businessTime\": 1776687117000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1b3f371c-8aa7-41ef-99e2-938cc73d2dd4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028205809699102\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:11:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055311.162905933,\n                    \"instrumentId\": \"081badf3-589e-4aac-a3eb-5d1127327525\",\n                    \"businessTime\": 1776687118000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279902.036413306,\n                    \"instrumentId\": \"c5f46e3a-759c-4dd6-a464-41e033e8912b\",\n                    \"businessTime\": 1776687118000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760341.379674176,\n                    \"instrumentId\": \"97b75938-575d-49a0-8c23-669ee1426fdc\",\n                    \"businessTime\": 1776687118000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299750.6636092487,\n                    \"instrumentId\": \"65d28c4a-a089-492d-9175-9f70e9ba3c5b\",\n                    \"businessTime\": 1776687118000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387644.52306754974,\n                    \"instrumentId\": \"8c6a6400-c106-4db5-af36-6e45650b502a\",\n                    \"businessTime\": 1776687118000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766244.52465801,\n                    \"instrumentId\": \"715aa300-dc94-4ce7-a79f-8bbcf76336cc\",\n                    \"businessTime\": 1776687118000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"27781ac7-8f8d-4ee1-aa1f-0c94dd56f983\",\n                    \"businessTime\": 1776687118000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9236ef71-b835-471f-b21c-ffd4e00785cf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02825241644465\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055303.5226354515,\n                    \"instrumentId\": \"30eb1378-423d-454b-b16d-e7431f5ddd4e\",\n                    \"businessTime\": 1776687119000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279909.518204717,\n                    \"instrumentId\": \"2c3bfffa-0116-414f-b7d6-d22ffa63ef3f\",\n                    \"businessTime\": 1776687119000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760420.348057024,\n                    \"instrumentId\": \"a8a8efff-0c51-43c0-9e57-4b4526536dd5\",\n                    \"businessTime\": 1776687119000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299735.52749075706,\n                    \"instrumentId\": \"4deb3a3f-b6fd-447a-8000-15bd1a624697\",\n                    \"businessTime\": 1776687119000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387644.52306754974,\n                    \"instrumentId\": \"05508e98-8bc0-4d4e-b5f6-0690a4fe112b\",\n                    \"businessTime\": 1776687119000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83768613.57295278,\n                    \"instrumentId\": \"e7744144-c6ad-4ca5-b5bb-c446c069660e\",\n                    \"businessTime\": 1776687119000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654869.370521976,\n                    \"instrumentId\": \"d0d9af66-0df0-44b2-b66d-9c94d98d0e37\",\n                    \"businessTime\": 1776687119000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0b9d19b6-75d7-42ab-8eba-c37e511829a6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028721132325177\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055512.394343908,\n                    \"instrumentId\": \"11a40d92-d189-4541-bacc-f37a97bec0d8\",\n                    \"businessTime\": 1776687120000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279909.518204717,\n                    \"instrumentId\": \"7607bb78-4f7b-4a62-a327-756e8280224e\",\n                    \"businessTime\": 1776687120000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759531.853502773,\n                    \"instrumentId\": \"00fe9edb-9f5f-47fc-9714-de24212dfb02\",\n                    \"businessTime\": 1776687120000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299735.52749075706,\n                    \"instrumentId\": \"6e0a4aa3-24e4-4fc4-909d-0e18ca3907b4\",\n                    \"businessTime\": 1776687120000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387644.52306754974,\n                    \"instrumentId\": \"db12bfc8-9eec-4144-898a-de652a5833d6\",\n                    \"businessTime\": 1776687120000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766960.31435314,\n                    \"instrumentId\": \"aa68960c-446c-4db3-a1db-f1cc1d878e91\",\n                    \"businessTime\": 1776687120000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654863.736556619,\n                    \"instrumentId\": \"b748089d-4ae2-4f00-9f0c-449e9551f1d4\",\n                    \"businessTime\": 1776687120000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a0f31afa-740a-4670-9915-32137e4bf1c7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028310145434\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055461.438631561,\n                    \"instrumentId\": \"8eb958fa-8418-48e6-954a-a9a97d19cf94\",\n                    \"businessTime\": 1776687121000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279954.327861161,\n                    \"instrumentId\": \"4547d71b-b554-4f99-acf0-d3c8b29d6fa8\",\n                    \"businessTime\": 1776687121000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758893.24441061,\n                    \"instrumentId\": \"825ccabe-1e2f-4867-9815-68723a0e6b84\",\n                    \"businessTime\": 1776687121000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299735.52749075706,\n                    \"instrumentId\": \"648f43b3-1da8-4930-b921-6442a56190d3\",\n                    \"businessTime\": 1776687121000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387644.52865388396,\n                    \"instrumentId\": \"3b46918e-e037-4a3b-98a3-e74bc8489a9e\",\n                    \"businessTime\": 1776687121000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83764487.6794568,\n                    \"instrumentId\": \"c7c02202-2682-47a1-8c3c-fd825cef0d2f\",\n                    \"businessTime\": 1776687121000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654863.736556619,\n                    \"instrumentId\": \"1304ab05-3b7a-4d30-a485-2906999bd089\",\n                    \"businessTime\": 1776687121000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5a85259a-43f8-4ca0-9dfd-0ab63fa550dd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027762274703235\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055461.438631561,\n                    \"instrumentId\": \"73a0a592-23fc-4921-b6a6-51462965e739\",\n                    \"businessTime\": 1776687122000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281024.759128075,\n                    \"instrumentId\": \"e6aebd23-14aa-45a2-b7da-d6002dfe314a\",\n                    \"businessTime\": 1776687122000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758902.839864492,\n                    \"instrumentId\": \"366e5e58-6a52-4d1c-8c92-8bec73e7ea67\",\n                    \"businessTime\": 1776687122000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299735.52749075706,\n                    \"instrumentId\": \"ab12fbfb-0126-4d91-9054-6eb587f51a31\",\n                    \"businessTime\": 1776687122000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387643.2683920673,\n                    \"instrumentId\": \"cd967bdd-972a-4ffe-9a45-9ea3eaed4513\",\n                    \"businessTime\": 1776687122000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83763680.21272184,\n                    \"instrumentId\": \"3978b825-0fe5-4dd5-a219-23b1c9563c97\",\n                    \"businessTime\": 1776687122000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654863.736556619,\n                    \"instrumentId\": \"85cfa2f2-b97f-49f5-bd4d-e8afc511d0c9\",\n                    \"businessTime\": 1776687122000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9f493afb-efe2-4e1b-aa97-6df47c5ad86a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027809954795327\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055662.561881202,\n                    \"instrumentId\": \"db62be3a-f2fd-4e2f-86bb-3e2f739f9ea8\",\n                    \"businessTime\": 1776687123000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281024.759128075,\n                    \"instrumentId\": \"93fab1c5-4704-4ca2-b395-0e43f08fd6ab\",\n                    \"businessTime\": 1776687123000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758959.25873908,\n                    \"instrumentId\": \"6b5fa718-ce20-4397-bc29-5d704a4c26c5\",\n                    \"businessTime\": 1776687123000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299735.52749075706,\n                    \"instrumentId\": \"5182e749-8bd5-4cda-a907-dfd755d444a6\",\n                    \"businessTime\": 1776687123000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387970.2513826524,\n                    \"instrumentId\": \"14b14ec5-56a1-4680-a921-ffe5334d03d0\",\n                    \"businessTime\": 1776687123000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83764118.13091657,\n                    \"instrumentId\": \"8120adb6-e303-4876-bf80-ff5166aa5a14\",\n                    \"businessTime\": 1776687123000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654863.736556619,\n                    \"instrumentId\": \"ad3311f8-71f7-4c46-a0a2-0101971baf0c\",\n                    \"businessTime\": 1776687123000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"44bbd018-d41d-40fc-820b-eb26fe72f47a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02798964606238\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055662.561881202,\n                    \"instrumentId\": \"8c74b15e-5ef9-4cd0-bc69-17d07b5a2c86\",\n                    \"businessTime\": 1776687124000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281028.930146328,\n                    \"instrumentId\": \"1b654650-27be-4db6-9dcf-232d75a21653\",\n                    \"businessTime\": 1776687124000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758974.105587889,\n                    \"instrumentId\": \"39b9390a-cc3b-47a9-854c-1c4dc5a3c7ca\",\n                    \"businessTime\": 1776687124000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299735.52749075706,\n                    \"instrumentId\": \"2c1b2bd5-df0d-4b40-86aa-eaaaab3802d2\",\n                    \"businessTime\": 1776687124000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387970.2513826524,\n                    \"instrumentId\": \"5c05b0d0-fe0d-4a69-84e7-abbfb80997aa\",\n                    \"businessTime\": 1776687124000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83764125.78695148,\n                    \"instrumentId\": \"e15a4c11-210a-48c7-b417-352fefa6d130\",\n                    \"businessTime\": 1776687124000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654863.736556619,\n                    \"instrumentId\": \"f2d0ade9-01b7-4c75-ad2a-b2430dde9180\",\n                    \"businessTime\": 1776687124000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f3126c41-d666-43a2-b4b9-5054580560a6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027994333918617\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055662.561881202,\n                    \"instrumentId\": \"c56b7274-34fa-4657-94de-39cd34fee01c\",\n                    \"businessTime\": 1776687125000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281229.2164209983,\n                    \"instrumentId\": \"8ddea7fc-b669-4703-b9c6-38e1e4411dc6\",\n                    \"businessTime\": 1776687125000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759136.792284276,\n                    \"instrumentId\": \"ac0354b3-21a9-4760-aaf0-70a244aae68f\",\n                    \"businessTime\": 1776687125000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299708.48369811435,\n                    \"instrumentId\": \"821efd9e-7646-4bf5-9b78-38a29848563b\",\n                    \"businessTime\": 1776687125000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387957.6335031609,\n                    \"instrumentId\": \"b5ff8f35-3e1c-49d6-8fb6-ef8f1c6e2497\",\n                    \"businessTime\": 1776687125000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83764329.6653966,\n                    \"instrumentId\": \"3cb37c50-31e9-42a1-98e0-e7b7ea928436\",\n                    \"businessTime\": 1776687125000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654859.2692727663,\n                    \"instrumentId\": \"e34c5ecf-36c4-41cf-8083-441e48a93dad\",\n                    \"businessTime\": 1776687125000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"45fde287-c649-45e2-89ab-35f12412be0d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028086200783324\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055610.674596505,\n                    \"instrumentId\": \"25d75b4d-93c6-411e-9189-cc4e7787d8a9\",\n                    \"businessTime\": 1776687126000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281242.4889273085,\n                    \"instrumentId\": \"bf983fec-c6a2-40ed-a858-e83d901777e1\",\n                    \"businessTime\": 1776687126000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759623.052887289,\n                    \"instrumentId\": \"53851d2c-65ec-4181-99a8-7d34fc366128\",\n                    \"businessTime\": 1776687126000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299697.37279860955,\n                    \"instrumentId\": \"cb235e3c-cdc1-44ac-bba2-bc578e1fb8d0\",\n                    \"businessTime\": 1776687126000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387957.6335031609,\n                    \"instrumentId\": \"8d0e145a-b43f-40c3-a567-9dad3c9f7167\",\n                    \"businessTime\": 1776687126000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83765206.47801915,\n                    \"instrumentId\": \"3a3e086c-44e0-434f-9238-1d29d42d46aa\",\n                    \"businessTime\": 1776687126000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654859.2692727663,\n                    \"instrumentId\": \"b8d37b89-bf91-484f-8712-224564210c66\",\n                    \"businessTime\": 1776687126000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f5bf0bc4-9ace-4744-a568-a98fc9d3af10\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028317017575535\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055610.674596505,\n                    \"instrumentId\": \"65c0a42d-8177-4172-9143-b88723e21fc4\",\n                    \"businessTime\": 1776687127000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281249.2606417146,\n                    \"instrumentId\": \"92846c1e-482f-4c4d-9886-1fa27a2fa982\",\n                    \"businessTime\": 1776687127000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759786.492411407,\n                    \"instrumentId\": \"739fb8dc-0f8f-4eb5-a1f4-b863807ee402\",\n                    \"businessTime\": 1776687127000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299693.85348847375,\n                    \"instrumentId\": \"a8c88d48-d878-46b4-948f-2d0021967d0b\",\n                    \"businessTime\": 1776687127000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387957.6335031609,\n                    \"instrumentId\": \"047b504d-3e2b-4ce3-b706-e896d19b91c3\",\n                    \"businessTime\": 1776687127000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83765375.12291591,\n                    \"instrumentId\": \"808fa992-304b-40b4-90eb-fc8ae7ff2e57\",\n                    \"businessTime\": 1776687127000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654859.2692727663,\n                    \"instrumentId\": \"4a13e758-885e-4cf3-8693-b9bd2a1cbc58\",\n                    \"businessTime\": 1776687127000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8b5deb44-1f6c-4587-861b-f0a269a6bd7b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0283759519912\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055483.366552843,\n                    \"instrumentId\": \"dd6187c9-ebe9-487b-bb48-89faa6738e5e\",\n                    \"businessTime\": 1776687128000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281262.417497074,\n                    \"instrumentId\": \"904c30f5-eba2-440c-8ee5-366b9f329290\",\n                    \"businessTime\": 1776687128000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759786.492411407,\n                    \"instrumentId\": \"9f5e69f6-3655-4641-9c0a-115135416316\",\n                    \"businessTime\": 1776687128000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299689.6715274241,\n                    \"instrumentId\": \"a10f99ff-e586-406f-97af-9882a080dac5\",\n                    \"businessTime\": 1776687128000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387957.6335031609,\n                    \"instrumentId\": \"71a288d7-61cb-4957-98b3-2776e01ae217\",\n                    \"businessTime\": 1776687128000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83764704.05472873,\n                    \"instrumentId\": \"986f2004-fa2c-469c-84ad-8b063c9f56e6\",\n                    \"businessTime\": 1776687128000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654859.2692727663,\n                    \"instrumentId\": \"6cb435e8-0ce9-4cf1-bbbe-00ba5eee2dd0\",\n                    \"businessTime\": 1776687128000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4733656a-a03d-44ad-b560-fee9b58d0523\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028237217134166\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055568.388595877,\n                    \"instrumentId\": \"a2586bb0-94e3-49bf-b660-dbde843b6e3e\",\n                    \"businessTime\": 1776687129000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281263.131816055,\n                    \"instrumentId\": \"aac3faaa-9b93-40dc-ba36-31821995ed82\",\n                    \"businessTime\": 1776687129000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759807.081344219,\n                    \"instrumentId\": \"ef85f4c8-e2aa-4e6b-8e2e-b66ea7a0d7b6\",\n                    \"businessTime\": 1776687129000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299685.8200574112,\n                    \"instrumentId\": \"351155f6-8f0a-45bf-8874-ae618d2445bb\",\n                    \"businessTime\": 1776687129000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387957.61350302125,\n                    \"instrumentId\": \"42d115d4-333d-4e80-bc6e-e6598c689a4f\",\n                    \"businessTime\": 1776687129000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83764785.71147709,\n                    \"instrumentId\": \"b46395b3-9169-4416-aa81-6b1ebfd08ac2\",\n                    \"businessTime\": 1776687129000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654860.4065813043,\n                    \"instrumentId\": \"c9bde321-e829-4ca9-a15b-f778747d3284\",\n                    \"businessTime\": 1776687129000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"759dc4b6-c7d9-4183-880e-9944d8b9218d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028269773879607\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055568.21871472,\n                    \"instrumentId\": \"52935c35-7806-4883-8a8a-2b4f8068ea0e\",\n                    \"businessTime\": 1776687130000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281285.963858224,\n                    \"instrumentId\": \"c247463a-180b-4db8-a877-9e22499b639d\",\n                    \"businessTime\": 1776687130000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760054.462373745,\n                    \"instrumentId\": \"e658baa9-5093-476e-8513-4ca6a03eaf7c\",\n                    \"businessTime\": 1776687130000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299685.5158679646,\n                    \"instrumentId\": \"1d0363fb-a585-4fde-9fc6-eb4996ff5d47\",\n                    \"businessTime\": 1776687130000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387957.6406804561,\n                    \"instrumentId\": \"d99a21ac-5f10-4c53-9d43-3930907ee1d6\",\n                    \"businessTime\": 1776687130000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766582.16737626,\n                    \"instrumentId\": \"8fa61d37-94cb-4006-a24c-1b8d8eb3981a\",\n                    \"businessTime\": 1776687130000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654860.4065813043,\n                    \"instrumentId\": \"c8158068-54ac-4078-b6b5-0d086eb90925\",\n                    \"businessTime\": 1776687130000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e9248924-6341-4b63-9c05-4c8fe661ab9b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028632906054952\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055787.028141051,\n                    \"instrumentId\": \"e37aa94d-a5b7-4ac5-b29b-93b552eb4f31\",\n                    \"businessTime\": 1776687131000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281296.7076242385,\n                    \"instrumentId\": \"3d1df91d-7766-4cf4-8e68-a96597e20071\",\n                    \"businessTime\": 1776687131000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759845.186336365,\n                    \"instrumentId\": \"f0db5f0b-0d24-471b-8373-b57afa82eedd\",\n                    \"businessTime\": 1776687131000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299685.07919851545,\n                    \"instrumentId\": \"647a4964-ad40-4dcc-b38b-e9bba1be4309\",\n                    \"businessTime\": 1776687131000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387957.6406804561,\n                    \"instrumentId\": \"f8568012-2ac8-4438-93be-5cedeeb5b306\",\n                    \"businessTime\": 1776687131000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766521.87096198,\n                    \"instrumentId\": \"cf189f69-34a0-46d0-8954-1e5139b6b648\",\n                    \"businessTime\": 1776687131000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654860.8394081146,\n                    \"instrumentId\": \"e61c15b6-d2fa-47db-ae75-1b7b690b56fd\",\n                    \"businessTime\": 1776687131000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b2920740-7e9c-46a0-bfad-c40700439d64\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028625872117875\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055787.028141051,\n                    \"instrumentId\": \"88b5e7ce-1e17-4fc3-b18d-01bcd64b40a0\",\n                    \"businessTime\": 1776687132000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281296.7076242385,\n                    \"instrumentId\": \"1db4fb9c-df8a-47fe-b111-6c9a7ed1c2af\",\n                    \"businessTime\": 1776687132000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759829.329012971,\n                    \"instrumentId\": \"fb3f6852-2006-4a79-a54e-68b8aa9ef8a5\",\n                    \"businessTime\": 1776687132000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299685.09111432807,\n                    \"instrumentId\": \"ddceb35a-1f1e-43f6-954e-1ef4d5b5ed45\",\n                    \"businessTime\": 1776687132000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387993.923064501,\n                    \"instrumentId\": \"7768ddc5-6192-440b-938e-a7784e815e0e\",\n                    \"businessTime\": 1776687132000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766647.7895009,\n                    \"instrumentId\": \"399cdaac-cb6c-48c1-a41a-e9423eb70c6d\",\n                    \"businessTime\": 1776687132000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654860.8394081146,\n                    \"instrumentId\": \"15e23670-cfd6-440d-97ca-489deded8620\",\n                    \"businessTime\": 1776687132000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2c86d7d7-3eaf-43a9-a260-59f91d0d5ca2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02865159364958\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055787.028141051,\n                    \"instrumentId\": \"d6f5576c-8ce2-4b5d-83a4-99911200a9d4\",\n                    \"businessTime\": 1776687133000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281296.7076242385,\n                    \"instrumentId\": \"adaad9b1-cba6-4a23-93a1-966b26ea41d9\",\n                    \"businessTime\": 1776687133000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760444.354176685,\n                    \"instrumentId\": \"ace054bb-2df8-4e7c-9ac1-01d70e1fe317\",\n                    \"businessTime\": 1776687133000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299685.09111432807,\n                    \"instrumentId\": \"63e7b85e-4c9c-4098-a2c7-48652c15f232\",\n                    \"businessTime\": 1776687133000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387993.923064501,\n                    \"instrumentId\": \"a6f6c0f1-1c0d-4e40-aa85-8fbbcbf25d3e\",\n                    \"businessTime\": 1776687133000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766684.38755079,\n                    \"instrumentId\": \"4d5bd91e-af7e-4ad3-93a6-b6692f9126dc\",\n                    \"businessTime\": 1776687133000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654860.8394081146,\n                    \"instrumentId\": \"07d0d337-d311-4324-a582-ce9489893f42\",\n                    \"businessTime\": 1776687133000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6e54d3df-141e-41b8-bdd1-35523b6702a7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028766114425252\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055787.028141051,\n                    \"instrumentId\": \"56b9bc95-35e8-429a-bc79-a4c9c37bbb78\",\n                    \"businessTime\": 1776687134000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281325.516426093,\n                    \"instrumentId\": \"f0eb91cf-7a4d-453d-9415-8e31ad4d4294\",\n                    \"businessTime\": 1776687134000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760414.343739111,\n                    \"instrumentId\": \"76b29181-2522-494f-9ab6-c780aa0fd690\",\n                    \"businessTime\": 1776687134000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299685.09111432807,\n                    \"instrumentId\": \"7e253e87-2416-4c81-9c92-1392b7ef4c73\",\n                    \"businessTime\": 1776687134000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387993.923064501,\n                    \"instrumentId\": \"76235222-1df7-45eb-8deb-4d97718b9bec\",\n                    \"businessTime\": 1776687134000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83763079.8586353,\n                    \"instrumentId\": \"68c7bb0e-0d17-431a-bce3-2edfc42b81ea\",\n                    \"businessTime\": 1776687134000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654860.8394081146,\n                    \"instrumentId\": \"8c402b19-60bc-48b8-9238-6b54238e99ec\",\n                    \"businessTime\": 1776687134000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"47fe2275-0e11-4f64-aba9-cfe6ece00efc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028132418370564\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056014.109491962,\n                    \"instrumentId\": \"4daa21d5-1247-471e-9c8a-84b0dc50f611\",\n                    \"businessTime\": 1776687135000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281406.818923322,\n                    \"instrumentId\": \"3486cf2d-76e5-4f3b-b323-562f5da6df0e\",\n                    \"businessTime\": 1776687135000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761763.157767616,\n                    \"instrumentId\": \"252f169a-e098-4917-84bb-24e59a39a342\",\n                    \"businessTime\": 1776687135000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299678.8156525892,\n                    \"instrumentId\": \"30c57874-ddcc-4783-866b-fcc3d2699593\",\n                    \"businessTime\": 1776687135000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387993.923064501,\n                    \"instrumentId\": \"72b1c747-dbbc-4f4c-83d2-e724565b1eaf\",\n                    \"businessTime\": 1776687135000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83765946.45388447,\n                    \"instrumentId\": \"2a2f036b-6fee-4c24-be81-e3e7dedae05e\",\n                    \"businessTime\": 1776687135000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654860.8715134073,\n                    \"instrumentId\": \"f33d6854-472a-44e5-8d19-e27cbaaa0728\",\n                    \"businessTime\": 1776687135000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0c5a7ad1-ebd5-4a73-a0cd-aea7646d4c20\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028926363848484\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056076.869234594,\n                    \"instrumentId\": \"adcb3fbf-cad4-4d1c-9468-08099e30d50c\",\n                    \"businessTime\": 1776687136000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281406.818923322,\n                    \"instrumentId\": \"802e90d2-9646-4ef5-8eb2-879842fbc12a\",\n                    \"businessTime\": 1776687136000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762913.628756052,\n                    \"instrumentId\": \"de5e671a-dffd-4bd6-af4e-10032cd1f519\",\n                    \"businessTime\": 1776687136000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299678.96695403324,\n                    \"instrumentId\": \"ffb829f2-1c51-4d60-898c-04ebafd71fb0\",\n                    \"businessTime\": 1776687136000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387993.923064501,\n                    \"instrumentId\": \"9994165f-36b7-43fd-91b8-ba3f1295758a\",\n                    \"businessTime\": 1776687136000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83771747.13407195,\n                    \"instrumentId\": \"4fb56565-d56f-4519-9b84-541482048b13\",\n                    \"businessTime\": 1776687136000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654860.8715134073,\n                    \"instrumentId\": \"0fc631df-3138-42ae-9a04-1b47b9c421aa\",\n                    \"businessTime\": 1776687136000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"39fd518a-6d70-423f-b4ce-2ac2db9c512b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030159063711398\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056241.970782021,\n                    \"instrumentId\": \"812b03c4-b7c6-4f52-8fee-efaddf30c67c\",\n                    \"businessTime\": 1776687137000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281545.641073859,\n                    \"instrumentId\": \"0f49ee11-cd0e-4654-9aeb-0926512e30de\",\n                    \"businessTime\": 1776687137000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763630.247461144,\n                    \"instrumentId\": \"0b06003b-f0ee-4f05-a8ec-c25c205d29dc\",\n                    \"businessTime\": 1776687137000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299678.96695403324,\n                    \"instrumentId\": \"5d021c47-2fdc-4762-a9a9-10e8affe885a\",\n                    \"businessTime\": 1776687137000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387993.923064501,\n                    \"instrumentId\": \"0e5c83ff-d12d-4e98-a76a-0f90b0efbfeb\",\n                    \"businessTime\": 1776687137000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83780410.55046734,\n                    \"instrumentId\": \"2905d8da-ce47-455d-85a1-d2287b90165a\",\n                    \"businessTime\": 1776687137000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655248.028502285,\n                    \"instrumentId\": \"0cb1d0e2-40a6-4546-b517-1da0711ad3ab\",\n                    \"businessTime\": 1776687137000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"899ae9b5-ad96-4226-ba5b-654ca6b95e2f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03192903133659\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056241.970782021,\n                    \"instrumentId\": \"ed24e1aa-50d9-44a8-8a9b-ec4045082531\",\n                    \"businessTime\": 1776687138000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281546.1969492594,\n                    \"instrumentId\": \"dcaf1733-38ec-484e-b045-436603f391fa\",\n                    \"businessTime\": 1776687138000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764222.701814776,\n                    \"instrumentId\": \"44ac3f82-5a72-473d-8307-d8728853a84d\",\n                    \"businessTime\": 1776687138000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299679.0105086861,\n                    \"instrumentId\": \"2c9677af-b667-42b6-b787-f1996e531465\",\n                    \"businessTime\": 1776687138000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387993.923064501,\n                    \"instrumentId\": \"6fba09c8-1d1d-4d63-b278-1831bfa4e8a1\",\n                    \"businessTime\": 1776687138000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83784191.70234473,\n                    \"instrumentId\": \"d0bdd5eb-4284-45f2-acbc-dccde228bd4d\",\n                    \"businessTime\": 1776687138000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655378.2485925957,\n                    \"instrumentId\": \"18afd1a8-054b-4196-9eb2-950c381e483f\",\n                    \"businessTime\": 1776687138000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"311f01c8-1db9-4839-a361-111fad862ba2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03272067030871\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056273.206393194,\n                    \"instrumentId\": \"6d4a5ed0-32c5-468c-8eea-56d7f60fa104\",\n                    \"businessTime\": 1776687139000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281559.660615732,\n                    \"instrumentId\": \"9f4e4b69-e0cd-4e2f-9ebb-d325445a7811\",\n                    \"businessTime\": 1776687139000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764310.201515969,\n                    \"instrumentId\": \"d2b1213a-13d9-46d5-8451-171aeabc5e23\",\n                    \"businessTime\": 1776687139000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299679.0105086861,\n                    \"instrumentId\": \"c892ea34-08fb-4d0e-9567-2c2d3ea48ffc\",\n                    \"businessTime\": 1776687139000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387993.923064501,\n                    \"instrumentId\": \"24c4c0ed-2977-4c2a-a1a9-eca5108f815b\",\n                    \"businessTime\": 1776687139000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83784245.63941199,\n                    \"instrumentId\": \"a9c0e40c-4255-4226-840f-0f27de77c1f8\",\n                    \"businessTime\": 1776687139000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655378.2485925957,\n                    \"instrumentId\": \"3cd32fd5-4ca7-4011-bff5-27d331c34e6e\",\n                    \"businessTime\": 1776687139000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7c3842c9-761e-47d8-9aff-47f6c941a604\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03275338314634\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056273.206393194,\n                    \"instrumentId\": \"30fb08dc-6dae-4d05-b306-f1a9c9ee2236\",\n                    \"businessTime\": 1776687140000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282332.035019178,\n                    \"instrumentId\": \"e897224a-5122-482e-81a8-7f78ad4fea99\",\n                    \"businessTime\": 1776687140000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764533.870698847,\n                    \"instrumentId\": \"02ed2e33-cc4e-4d54-a9d4-70d47c5a197f\",\n                    \"businessTime\": 1776687140000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299679.69013299514,\n                    \"instrumentId\": \"5a149cf9-4893-4095-917d-0fef0f7e2d4b\",\n                    \"businessTime\": 1776687140000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387995.9613691619,\n                    \"instrumentId\": \"bf3aa141-34bd-49b6-90c1-853751b2e157\",\n                    \"businessTime\": 1776687140000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83792851.38691087,\n                    \"instrumentId\": \"f204947f-0ecb-4b1f-81e9-85302698cfae\",\n                    \"businessTime\": 1776687140000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655378.2485925957,\n                    \"instrumentId\": \"d3d4e12e-0098-43bf-b9b6-3f37d9487d6c\",\n                    \"businessTime\": 1776687140000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2f3f7180-060a-4972-b261-2916427476e0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034441346066227\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056293.199423439,\n                    \"instrumentId\": \"6b5d9e87-891f-4d91-8184-3e22b3e571bb\",\n                    \"businessTime\": 1776687141000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282334.074969018,\n                    \"instrumentId\": \"ccb631d9-1f6c-4123-82d4-0d4177de0a3e\",\n                    \"businessTime\": 1776687141000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765422.786973543,\n                    \"instrumentId\": \"98392cc1-0cce-4c30-906a-dac83aa8e17d\",\n                    \"businessTime\": 1776687141000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299679.69013299514,\n                    \"instrumentId\": \"e2d99cbd-473f-48b0-95c8-615d39db4a90\",\n                    \"businessTime\": 1776687141000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.1141050294,\n                    \"instrumentId\": \"a4760138-c0ec-4157-92a5-5d3009471e16\",\n                    \"businessTime\": 1776687141000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83793412.31388652,\n                    \"instrumentId\": \"28d24f51-68a1-42be-8660-966711a01f15\",\n                    \"businessTime\": 1776687141000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655378.2485925957,\n                    \"instrumentId\": \"e6d16010-b459-4bb3-bd37-1823286eec3c\",\n                    \"businessTime\": 1776687141000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d0c12b78-8863-44a3-acb4-b373c369f8da\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034702862580517\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057292.278614498,\n                    \"instrumentId\": \"1e42aaab-d8f2-418f-9feb-11c77afbd11b\",\n                    \"businessTime\": 1776687142000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282440.544229473,\n                    \"instrumentId\": \"248af4b8-5138-4884-b7e0-57c6cbf68741\",\n                    \"businessTime\": 1776687142000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766199.963148987,\n                    \"instrumentId\": \"0f0dfd26-2cf6-466b-a888-e8c78791bdb9\",\n                    \"businessTime\": 1776687142000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299679.69013299514,\n                    \"instrumentId\": \"1d086333-7fad-4773-95bb-94665c3b8a8a\",\n                    \"businessTime\": 1776687142000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.1141050294,\n                    \"instrumentId\": \"ee42c001-ad31-429b-9000-9c0ccc4d322c\",\n                    \"businessTime\": 1776687142000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794256.02080734,\n                    \"instrumentId\": \"443df1b4-5aec-45cf-a4d0-efcda5abb711\",\n                    \"businessTime\": 1776687142000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655378.2485925957,\n                    \"instrumentId\": \"2bc2504a-5d5c-4320-b635-feeb9cc1a02f\",\n                    \"businessTime\": 1776687142000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"061f9b6d-fb12-4716-9f42-8af30971c4e9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035182024539704\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057525.861618428,\n                    \"instrumentId\": \"36a742f0-b440-4d41-9c68-356e58950e1e\",\n                    \"businessTime\": 1776687143000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282440.544229473,\n                    \"instrumentId\": \"66f7263e-6a9b-4882-9203-b0a6a10b639f\",\n                    \"businessTime\": 1776687143000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766226.924829433,\n                    \"instrumentId\": \"716cf3ad-c9f3-4fc4-a4b0-5301ac0b7d22\",\n                    \"businessTime\": 1776687143000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299679.69013299514,\n                    \"instrumentId\": \"7b57fc80-576e-4234-876b-01264eedec08\",\n                    \"businessTime\": 1776687143000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.1141050294,\n                    \"instrumentId\": \"41250928-d716-46a8-b88a-7419de0fc576\",\n                    \"businessTime\": 1776687143000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83798984.34938559,\n                    \"instrumentId\": \"d7f3b947-f1e8-4f41-805c-9722f67763b3\",\n                    \"businessTime\": 1776687143000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655378.2485925957,\n                    \"instrumentId\": \"8f585421-6ed5-48bd-bda3-79e92fe6a988\",\n                    \"businessTime\": 1776687143000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"20e448c8-3ac1-4d42-a034-b7e4f8d668f7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036058803671974\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057528.6975473985,\n                    \"instrumentId\": \"0f8620aa-61a2-40a9-b98e-67e75bc5bc26\",\n                    \"businessTime\": 1776687144000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282432.0993868057,\n                    \"instrumentId\": \"d5c86c06-8e39-45db-b279-4e22115dd269\",\n                    \"businessTime\": 1776687144000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766228.06975388,\n                    \"instrumentId\": \"9dbed3b5-da70-4a57-bb00-684f94efc834\",\n                    \"businessTime\": 1776687144000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299679.69013299514,\n                    \"instrumentId\": \"75100396-cf51-4834-b147-042914ca69cd\",\n                    \"businessTime\": 1776687144000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.1141050294,\n                    \"instrumentId\": \"1e3636fd-095b-4424-b03b-b1fc03606a14\",\n                    \"businessTime\": 1776687144000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799735.35751283,\n                    \"instrumentId\": \"91615b47-204a-41ee-87ab-1d70fd9866d7\",\n                    \"businessTime\": 1776687144000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655378.2485925957,\n                    \"instrumentId\": \"ea3da479-bd08-4f13-bd7b-e419f19a1833\",\n                    \"businessTime\": 1776687144000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2f1495f3-6a95-48d0-9f8b-9aca0c5b904a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03619000650818\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058078.693591308,\n                    \"instrumentId\": \"3b04b4dc-23be-4493-a178-d9d22441793c\",\n                    \"businessTime\": 1776687145000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282441.967563628,\n                    \"instrumentId\": \"dfa9835c-e103-4a40-ba60-2ca7c81e90d9\",\n                    \"businessTime\": 1776687145000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766618.409825815,\n                    \"instrumentId\": \"256e97a0-1e2a-4f82-a61e-b606914b21d4\",\n                    \"businessTime\": 1776687145000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299680.63571241917,\n                    \"instrumentId\": \"8ab58e1e-25d1-46b0-a028-34e35f88e6f1\",\n                    \"businessTime\": 1776687145000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.2395050964,\n                    \"instrumentId\": \"c5449a70-5040-4fef-9b61-0eb5ee44c3ef\",\n                    \"businessTime\": 1776687145000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83801953.07528293,\n                    \"instrumentId\": \"ff59ee20-160a-461e-9fa0-b693e9589862\",\n                    \"businessTime\": 1776687145000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"da5b739f-9bbf-49f8-9bc3-f5d35092d2ce\",\n                    \"businessTime\": 1776687145000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d4aa57f8-8a44-46d3-8401-1ee556ca082e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036756361488255\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058078.693591308,\n                    \"instrumentId\": \"9f609119-29ff-4dbf-a7b7-ef6a18dd6950\",\n                    \"businessTime\": 1776687146000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282427.5110402904,\n                    \"instrumentId\": \"77b32fbf-be84-44c4-a424-38cd681e1a5e\",\n                    \"businessTime\": 1776687146000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766570.381666308,\n                    \"instrumentId\": \"392c8f3a-c632-4645-86b8-5b575b98e945\",\n                    \"businessTime\": 1776687146000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299681.1867054406,\n                    \"instrumentId\": \"50eb1995-20fa-4cce-884a-a9891167c010\",\n                    \"businessTime\": 1776687146000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.2395050964,\n                    \"instrumentId\": \"13ebc5f2-3571-4fb5-a8f9-b253e94ec9a0\",\n                    \"businessTime\": 1776687146000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83802001.83212866,\n                    \"instrumentId\": \"8b42a761-e8de-42c6-9606-8228834e608f\",\n                    \"businessTime\": 1776687146000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"35230eca-c9ab-47fd-95e3-948c9d924c9c\",\n                    \"businessTime\": 1776687146000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"eed6a4fa-ced3-4422-9176-0c3479fbce16\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03675404569843\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058450.851494906,\n                    \"instrumentId\": \"adeff585-d45a-4baa-866a-2a70386693ba\",\n                    \"businessTime\": 1776687147000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282427.5110402904,\n                    \"instrumentId\": \"ce41d395-3387-428f-8a45-04a49a181c5c\",\n                    \"businessTime\": 1776687147000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766570.381666308,\n                    \"instrumentId\": \"9596e939-6c7a-4d78-927e-ecc9cff8c9eb\",\n                    \"businessTime\": 1776687147000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299685.3855296825,\n                    \"instrumentId\": \"c2463e16-eca7-46e5-a4d6-1d47ac26a8de\",\n                    \"businessTime\": 1776687147000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388096.1713173252,\n                    \"instrumentId\": \"ebb18173-075b-49e0-9d2f-e0654f5e0b0f\",\n                    \"businessTime\": 1776687147000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83801792.309608,\n                    \"instrumentId\": \"89252b20-3cdd-4f6e-8efb-d14cda10305c\",\n                    \"businessTime\": 1776687147000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"2534936b-1598-40bc-81a9-fc3c21e678b5\",\n                    \"businessTime\": 1776687147000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"83d4bbac-c8ea-4b68-a556-1e163c1a685f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036798117055096\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058472.562151879,\n                    \"instrumentId\": \"c1e96129-be50-49d1-98b4-a00059b57393\",\n                    \"businessTime\": 1776687148000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282413.8291007476,\n                    \"instrumentId\": \"7aa87e68-062c-4909-9612-d04450d69676\",\n                    \"businessTime\": 1776687148000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766269.668636661,\n                    \"instrumentId\": \"ca565f9e-717a-4eef-a92c-79cbe4607c0b\",\n                    \"businessTime\": 1776687148000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299684.5595811833,\n                    \"instrumentId\": \"bf6477fe-f345-4418-8995-7c7091748ba6\",\n                    \"businessTime\": 1776687148000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388096.1713173252,\n                    \"instrumentId\": \"7463932c-3e16-4108-97b2-d0c3fa784c23\",\n                    \"businessTime\": 1776687148000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83801819.09483954,\n                    \"instrumentId\": \"3339ebd1-7443-482d-a9bc-baabe9f76771\",\n                    \"businessTime\": 1776687148000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"41a7b8b3-c8e0-4170-851d-25e226aef9e4\",\n                    \"businessTime\": 1776687148000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e82551f8-ca0e-4f84-a341-2c3195553c87\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03675124095155\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058472.562151879,\n                    \"instrumentId\": \"19d1b7dd-0693-41d3-a730-1648724fea40\",\n                    \"businessTime\": 1776687149000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282421.7779591824,\n                    \"instrumentId\": \"5224827b-0529-4ccc-92e3-943c203b2af8\",\n                    \"businessTime\": 1776687149000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766269.668636661,\n                    \"instrumentId\": \"1434be64-5cd6-4932-b7d6-d7f6c394473d\",\n                    \"businessTime\": 1776687149000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299684.5595811833,\n                    \"instrumentId\": \"4668ba5e-fa4b-4aa3-960e-2d413c3e80b3\",\n                    \"businessTime\": 1776687149000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388096.1713173252,\n                    \"instrumentId\": \"d92c9f61-6153-4366-9eef-a43f4663babc\",\n                    \"businessTime\": 1776687149000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83801257.28820997,\n                    \"instrumentId\": \"1dbd21bf-0646-4c1a-a442-1ced87e18fb6\",\n                    \"businessTime\": 1776687149000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"67576cec-4e6e-46d4-9d59-6770b0d17c94\",\n                    \"businessTime\": 1776687149000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fba462e2-3305-43e8-bfb0-7cafbc71f5d0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036653902151702\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058505.681304506,\n                    \"instrumentId\": \"d07e1183-cfa9-4c77-8af6-e6c958ebd9e3\",\n                    \"businessTime\": 1776687150000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282416.5081749544,\n                    \"instrumentId\": \"a2e3cbc6-82e3-4c94-ba17-c2b513855f4f\",\n                    \"businessTime\": 1776687150000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765605.47742297,\n                    \"instrumentId\": \"08ba54ab-a5e8-4044-aeb8-7d94bac15b0d\",\n                    \"businessTime\": 1776687150000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299689.91902695486,\n                    \"instrumentId\": \"442e7459-b270-4c19-ac11-da8581bef241\",\n                    \"businessTime\": 1776687150000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388096.1713173252,\n                    \"instrumentId\": \"fd92d056-240c-41d7-bb5a-d465cf9b8a79\",\n                    \"businessTime\": 1776687150000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799700.96291178,\n                    \"instrumentId\": \"f7de2616-afd3-4f4e-8cdb-f8550b0e826f\",\n                    \"businessTime\": 1776687150000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"f317fd9b-dde1-4ccd-9438-b019d05e5161\",\n                    \"businessTime\": 1776687150000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"96807059-6410-49f5-8a8f-2c1182f6bb45\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03626948955105\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058503.614301352,\n                    \"instrumentId\": \"eaa2bcfb-be48-4dd4-b7f6-7c7bd6d6a1cb\",\n                    \"businessTime\": 1776687151000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282416.5081749544,\n                    \"instrumentId\": \"a8c05899-4702-4d5a-bfb3-8fdbd6aa69c1\",\n                    \"businessTime\": 1776687151000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765600.622087553,\n                    \"instrumentId\": \"79fd2047-8ef0-451e-9452-0058ee06658d\",\n                    \"businessTime\": 1776687151000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299689.91902695486,\n                    \"instrumentId\": \"e8843b6b-e5cd-438f-9dd1-6c949c0ec343\",\n                    \"businessTime\": 1776687151000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388096.1713173252,\n                    \"instrumentId\": \"15a166a8-5065-4467-a141-9cd3399a3542\",\n                    \"businessTime\": 1776687151000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799694.68646406,\n                    \"instrumentId\": \"9d563df8-b086-4cb7-a757-926ecec46c75\",\n                    \"businessTime\": 1776687151000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"144d37ce-2a85-4a12-813a-fafd086e0740\",\n                    \"businessTime\": 1776687151000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1825d9bc-5e07-486a-b5ed-258c6c1469ac\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036267169904953\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058503.614301352,\n                    \"instrumentId\": \"ffaa9452-a49c-4b7a-8eb1-a1f674b52e60\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282479.0169635722,\n                    \"instrumentId\": \"aad38257-c2ef-4adb-81a4-38979d9c0856\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765591.996724488,\n                    \"instrumentId\": \"dd891b42-7991-4235-bb4b-48b27f709734\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299689.91902695486,\n                    \"instrumentId\": \"72381853-53ad-42d8-b21c-ab64e5696783\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388094.7933463824,\n                    \"instrumentId\": \"81f42703-8430-4dae-8515-0f744205fa63\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799638.09652781,\n                    \"instrumentId\": \"d2b7adb1-e568-4b95-8976-aaf109042bbb\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"5a40632d-7fdc-4b82-97ae-413339322f1c\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ff7d90bf-3882-411b-a2fb-4da47777889f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036266452069867\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058503.614301352,\n                    \"instrumentId\": \"c8c4805d-dd55-498b-a511-6848addaac51\",\n                    \"businessTime\": 1776687153000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282471.5973552917,\n                    \"instrumentId\": \"d195804b-e341-4e09-a660-c5b85a700bdf\",\n                    \"businessTime\": 1776687153000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765591.996724488,\n                    \"instrumentId\": \"ab98bd42-024b-4d23-99a7-b1290f1dda73\",\n                    \"businessTime\": 1776687153000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299689.91902695486,\n                    \"instrumentId\": \"63218030-2400-48aa-b2a2-7f16ae927250\",\n                    \"businessTime\": 1776687153000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388094.7933463824,\n                    \"instrumentId\": \"23bb11be-f7ee-4f60-adb1-14904adb33fd\",\n                    \"businessTime\": 1776687153000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799287.86345202,\n                    \"instrumentId\": \"9eac0f74-736a-467e-9b7d-c192f1534be3\",\n                    \"businessTime\": 1776687153000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"5a40632d-7fdc-4b82-97ae-413339322f1c\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2319d009-8aff-478b-b355-a6e36cc7a47f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036203595710624\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058499.947678954,\n                    \"instrumentId\": \"26a8c2d8-7577-478b-853e-2828c5e3a93f\",\n                    \"businessTime\": 1776687154000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282471.5973552917,\n                    \"instrumentId\": \"ab33ccdc-518e-4b0f-b095-0a3e15961b5f\",\n                    \"businessTime\": 1776687154000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765583.606549803,\n                    \"instrumentId\": \"64f6d5fa-94d6-4513-b162-ef6ee8abd5a1\",\n                    \"businessTime\": 1776687154000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299691.70176322135,\n                    \"instrumentId\": \"2b315fec-d762-46d8-966f-e0b91de68592\",\n                    \"businessTime\": 1776687154000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388094.7933463824,\n                    \"instrumentId\": \"b426ef80-4aab-4dda-b015-77c8bfa0c38f\",\n                    \"businessTime\": 1776687154000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799253.11674824,\n                    \"instrumentId\": \"8cb09a17-50a3-4aab-b2c3-7d3e82c4d432\",\n                    \"businessTime\": 1776687154000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"5a40632d-7fdc-4b82-97ae-413339322f1c\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bba84e3e-dbca-49bf-956e-0bfc91287104\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036195683449712\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058499.2436265545,\n                    \"instrumentId\": \"ca24e460-726d-4ef2-a7ad-e913d0b42054\",\n                    \"businessTime\": 1776687155000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282405.196530431,\n                    \"instrumentId\": \"ebd02d7a-029b-4946-948f-b4ab49b80bd6\",\n                    \"businessTime\": 1776687155000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765561.969819563,\n                    \"instrumentId\": \"6bcfc438-6ec2-402a-a88b-69d4a4b1a259\",\n                    \"businessTime\": 1776687155000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"8dfb4841-e679-4890-b7ef-15e3ca37c0a4\",\n                    \"businessTime\": 1776687155000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388094.7933463824,\n                    \"instrumentId\": \"ae089147-d69c-4b9f-b5de-25e026307b73\",\n                    \"businessTime\": 1776687155000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799105.81408986,\n                    \"instrumentId\": \"b1754fa2-b513-47c2-ac84-54b0705df07f\",\n                    \"businessTime\": 1776687155000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"5a40632d-7fdc-4b82-97ae-413339322f1c\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"85e833e9-dd8b-4e31-8dce-57d8d0c041fd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036164034125548\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058514.29462374,\n                    \"instrumentId\": \"78163881-91df-4eb5-ba66-d57f2266a850\",\n                    \"businessTime\": 1776687156000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282405.196530431,\n                    \"instrumentId\": \"8db08845-2de9-4077-856c-74f192a89451\",\n                    \"businessTime\": 1776687156000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765467.246221218,\n                    \"instrumentId\": \"ddf947ca-2933-4023-bb2a-670a0df11631\",\n                    \"businessTime\": 1776687156000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"d5fd35e6-74f7-4a4d-8f82-d5a1658e2356\",\n                    \"businessTime\": 1776687156000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388094.7933463824,\n                    \"instrumentId\": \"7e04affc-ac14-40ba-8f03-040497020f52\",\n                    \"businessTime\": 1776687156000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83797216.76613043,\n                    \"instrumentId\": \"4fbcd8ed-7c58-454f-ad6b-55ded9ce2d7c\",\n                    \"businessTime\": 1776687156000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"5a40632d-7fdc-4b82-97ae-413339322f1c\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d60ab01e-ab98-425a-98e7-06dee5f9aa1a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035818037541965\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058514.29462374,\n                    \"instrumentId\": \"d8fe81a3-24a9-465e-9f02-339a2be4193f\",\n                    \"businessTime\": 1776687157000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282362.3667225693,\n                    \"instrumentId\": \"fd6b9a7c-1032-4230-8d17-85aee9788df3\",\n                    \"businessTime\": 1776687157000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765467.246221218,\n                    \"instrumentId\": \"5bd05b28-06ba-415d-b4e4-c591b0cf263f\",\n                    \"businessTime\": 1776687157000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"825db152-55c5-451d-b867-0d1a9b56ead1\",\n                    \"businessTime\": 1776687157000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388094.7933463824,\n                    \"instrumentId\": \"424091fa-c755-4b13-a965-3b36d70eca4b\",\n                    \"businessTime\": 1776687157000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83797100.91007727,\n                    \"instrumentId\": \"418f8b17-9524-492e-98f6-8306b99e414d\",\n                    \"businessTime\": 1776687157000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"5a40632d-7fdc-4b82-97ae-413339322f1c\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9a8e16a0-7235-43d9-98cf-ef6f85ce64f6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03579014898994\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058466.840454798,\n                    \"instrumentId\": \"a61b5a71-4af4-40c0-9548-9b5803e7dbe8\",\n                    \"businessTime\": 1776687158000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282378.7140124557,\n                    \"instrumentId\": \"2dac8765-f56b-4588-b8b8-258de6bb24af\",\n                    \"businessTime\": 1776687158000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764749.630336383,\n                    \"instrumentId\": \"efe28848-190a-47e0-9b38-f4f43b692033\",\n                    \"businessTime\": 1776687158000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"4f158bc5-5e06-472b-942e-4f74e368d7a1\",\n                    \"businessTime\": 1776687158000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388094.7933463824,\n                    \"instrumentId\": \"38b0ab42-8a35-4299-88fc-1b7ee49f3795\",\n                    \"businessTime\": 1776687158000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83790937.76643686,\n                    \"instrumentId\": \"301dd3f3-1f34-4611-bb04-3b59f5480f50\",\n                    \"businessTime\": 1776687158000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"5a40632d-7fdc-4b82-97ae-413339322f1c\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"11459de6-43bc-4103-943c-d89dac1e4fa7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03457540972732\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058466.840454798,\n                    \"instrumentId\": \"e7aef158-b487-4a12-a422-92be773f6c77\",\n                    \"businessTime\": 1776687159000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282378.7140124557,\n                    \"instrumentId\": \"1c5b481e-8a49-40d9-ba0c-431472fa780e\",\n                    \"businessTime\": 1776687159000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764748.864015019,\n                    \"instrumentId\": \"22c2f306-c9fb-4b12-9760-b3b79deb13e1\",\n                    \"businessTime\": 1776687159000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"bfb52e23-1cae-47f2-91c3-4f56863f77b3\",\n                    \"businessTime\": 1776687159000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388094.7933463824,\n                    \"instrumentId\": \"cb52dd98-69a1-4541-bc3c-aeb17371be3a\",\n                    \"businessTime\": 1776687159000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83790777.84403633,\n                    \"instrumentId\": \"7d399b2d-8dd8-4266-adb1-4e63111be019\",\n                    \"businessTime\": 1776687159000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"5a40632d-7fdc-4b82-97ae-413339322f1c\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3c189b97-a9b4-4169-9a66-d0ca565f50e8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034547169178655\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058466.840454798,\n                    \"instrumentId\": \"9e474585-8994-45e0-80a1-aaf0a12a368c\",\n                    \"businessTime\": 1776687160000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282512.107000553,\n                    \"instrumentId\": \"d3d41573-3180-4b52-9a01-1287759af976\",\n                    \"businessTime\": 1776687160000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764494.190143256,\n                    \"instrumentId\": \"2df4b4a8-6537-4184-9a12-59b2096da444\",\n                    \"businessTime\": 1776687160000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"7beea063-77a8-4b4e-89a8-678a7032560d\",\n                    \"businessTime\": 1776687160000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388094.7933463824,\n                    \"instrumentId\": \"609b2fdd-1ab0-4313-baba-0431409f6730\",\n                    \"businessTime\": 1776687160000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789910.0198125,\n                    \"instrumentId\": \"2f548ebd-f88c-4bf2-b3a9-5e42a3f456b5\",\n                    \"businessTime\": 1776687160000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"5a40632d-7fdc-4b82-97ae-413339322f1c\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"67ca860c-d43f-4ffa-9cf6-65ecf56e4d77\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034373336998076\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058450.549797653,\n                    \"instrumentId\": \"72f80ad1-cf43-4508-9a2c-baf2f0dba953\",\n                    \"businessTime\": 1776687161000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282512.8223813633,\n                    \"instrumentId\": \"d233ef4a-72f4-4726-b543-a98d2116ad12\",\n                    \"businessTime\": 1776687161000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764512.554906536,\n                    \"instrumentId\": \"ab608099-8ee0-4159-9ff8-070049d79793\",\n                    \"businessTime\": 1776687161000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"b2b2d8c1-b2eb-407e-8140-4a30e72fb536\",\n                    \"businessTime\": 1776687161000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388094.7933463824,\n                    \"instrumentId\": \"4eaf1627-fae1-488f-8241-1c22f29bacfd\",\n                    \"businessTime\": 1776687161000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789912.78664988,\n                    \"instrumentId\": \"702c3924-7e75-4c8e-8aaf-6401386547cd\",\n                    \"businessTime\": 1776687161000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"5a40632d-7fdc-4b82-97ae-413339322f1c\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cead2986-56af-4492-886b-c54588a75dea\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03437431350499\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059016.304550247,\n                    \"instrumentId\": \"45ea5a33-18e5-4a38-8cb3-7607a2a6c54f\",\n                    \"businessTime\": 1776687162000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282542.119105547,\n                    \"instrumentId\": \"f7900a05-489a-4e28-a3de-85e180ed1aae\",\n                    \"businessTime\": 1776687162000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764442.704198293,\n                    \"instrumentId\": \"ce7016c0-a8a0-4944-b5f6-8ea298f16c54\",\n                    \"businessTime\": 1776687162000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"724ab2ce-e7fc-458b-b5e2-875910974f4e\",\n                    \"businessTime\": 1776687162000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388059.2426605118,\n                    \"instrumentId\": \"0faab326-9f1c-49c9-a03e-d1402146f28c\",\n                    \"businessTime\": 1776687162000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789192.77107054,\n                    \"instrumentId\": \"815b0469-5d4f-49d7-ad08-242f55068781\",\n                    \"businessTime\": 1776687162000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"5a40632d-7fdc-4b82-97ae-413339322f1c\",\n                    \"businessTime\": 1776687152000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d03c329a-202c-46e0-b9e9-bc9acf6f05e9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034333827477454\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059016.304550247,\n                    \"instrumentId\": \"0b3dded9-c81d-441b-abb4-8829855efea1\",\n                    \"businessTime\": 1776687163000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282542.119105547,\n                    \"instrumentId\": \"3f205b64-aae9-4203-bf5d-40a807014b7e\",\n                    \"businessTime\": 1776687163000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764444.140271047,\n                    \"instrumentId\": \"c07eca22-f713-4f6c-b198-eed64f33d41f\",\n                    \"businessTime\": 1776687163000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"a962181a-a3ed-4de9-89fe-354d94954204\",\n                    \"businessTime\": 1776687163000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388059.2426605118,\n                    \"instrumentId\": \"f70d5929-329c-4982-8cdb-720415bd49c9\",\n                    \"businessTime\": 1776687163000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788996.08641905,\n                    \"instrumentId\": \"22ea769c-feb2-42d4-b056-d0f7319398aa\",\n                    \"businessTime\": 1776687163000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655450.405430359,\n                    \"instrumentId\": \"64f9fefd-f481-420f-9303-8e9e26f58900\",\n                    \"businessTime\": 1776687163000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2b859cde-fb00-49c6-866a-8ba1d0b7101d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03430278028319\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058962.772839726,\n                    \"instrumentId\": \"b222ab5e-416b-483c-9c7d-6dde94acfd10\",\n                    \"businessTime\": 1776687164000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282573.6886628093,\n                    \"instrumentId\": \"c82edd23-3587-4a78-b129-ea4dc51379e3\",\n                    \"businessTime\": 1776687164000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764282.699439313,\n                    \"instrumentId\": \"48fd2199-95aa-4fcf-9619-e5a4270ba864\",\n                    \"businessTime\": 1776687164000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"23d15d00-cda3-4fbb-96dc-f26bfa351903\",\n                    \"businessTime\": 1776687164000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388059.2426605118,\n                    \"instrumentId\": \"31aaa796-7cdc-42c1-97be-d6ba47e8ad89\",\n                    \"businessTime\": 1776687164000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83787481.90834697,\n                    \"instrumentId\": \"f3c739fa-28d1-4363-ab8e-a9a7eb2f99be\",\n                    \"businessTime\": 1776687164000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655450.405430359,\n                    \"instrumentId\": \"06155574-b0e5-48e8-8fbd-11c3c099688c\",\n                    \"businessTime\": 1776687164000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"483a7a7d-bde6-4a83-81db-82ae773874dc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03400443563344\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058987.793744394,\n                    \"instrumentId\": \"095cee36-7c0b-4367-801f-6d805fe3c643\",\n                    \"businessTime\": 1776687165000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282581.916757961,\n                    \"instrumentId\": \"89c81818-7ced-43e3-a454-986dced5ab3a\",\n                    \"businessTime\": 1776687165000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764257.421621539,\n                    \"instrumentId\": \"7a736d5e-cab4-485d-8f93-b25b277d1d38\",\n                    \"businessTime\": 1776687165000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"34a97211-5e93-4111-a08e-c9a5ebcd3bfc\",\n                    \"businessTime\": 1776687165000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388059.2426605118,\n                    \"instrumentId\": \"fe22a03b-5a13-4510-a3a2-415ec3e6af0f\",\n                    \"businessTime\": 1776687165000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83787094.65767059,\n                    \"instrumentId\": \"7de6bec9-8f69-435d-bc3f-b4999eafccff\",\n                    \"businessTime\": 1776687165000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655450.405430359,\n                    \"instrumentId\": \"6fd60f65-056d-421a-b87c-cdb3d2eb2f2a\",\n                    \"businessTime\": 1776687165000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4780f915-5afa-44e1-96ae-b11e45027303\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033937778428815\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058987.793744394,\n                    \"instrumentId\": \"8514ca4f-b08b-4ee8-9250-3317899f17c4\",\n                    \"businessTime\": 1776687166000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282426.069273925,\n                    \"instrumentId\": \"e6195cca-2366-4116-aa5a-66fe4aac6b9e\",\n                    \"businessTime\": 1776687166000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764257.421621539,\n                    \"instrumentId\": \"74cbf051-a8ef-4ce3-aa8b-2f7e3ad43421\",\n                    \"businessTime\": 1776687166000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"34a97211-5e93-4111-a08e-c9a5ebcd3bfc\",\n                    \"businessTime\": 1776687165000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388059.2426605118,\n                    \"instrumentId\": \"9abdb806-2b1e-4c8f-9905-627d996ffc94\",\n                    \"businessTime\": 1776687166000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83787105.8528792,\n                    \"instrumentId\": \"b560f3bd-b6cf-435d-96a3-6b63c16893f1\",\n                    \"businessTime\": 1776687166000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655450.405430359,\n                    \"instrumentId\": \"ed89f08c-e835-41e2-8112-e97e78fa05b5\",\n                    \"businessTime\": 1776687166000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2e1856d9-ed18-49af-af13-fcea6162563c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033912356236296\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058993.912759562,\n                    \"instrumentId\": \"91b03a36-a6ba-4ca4-9230-b47c0dd36810\",\n                    \"businessTime\": 1776687167000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282426.069273925,\n                    \"instrumentId\": \"de9e7905-29b5-42cb-90cf-8befd8a784fe\",\n                    \"businessTime\": 1776687167000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764241.326057717,\n                    \"instrumentId\": \"bf656b32-ce43-4b5a-be1b-46c6659e9521\",\n                    \"businessTime\": 1776687167000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.6613745988,\n                    \"instrumentId\": \"34a97211-5e93-4111-a08e-c9a5ebcd3bfc\",\n                    \"businessTime\": 1776687165000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388059.2426605118,\n                    \"instrumentId\": \"00c71651-7377-483b-ac8f-5a6c6e5cdcc1\",\n                    \"businessTime\": 1776687167000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83787093.2448935,\n                    \"instrumentId\": \"d454579a-fb7d-49dd-808d-aaaf0238a306\",\n                    \"businessTime\": 1776687167000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655450.405430359,\n                    \"instrumentId\": \"f2c13e83-eba5-4b58-9f61-63ce80279fee\",\n                    \"businessTime\": 1776687167000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"71626e88-d994-4742-8b52-8ae3a705633c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033908387073847\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058993.912759562,\n                    \"instrumentId\": \"e6b45f0f-2e4d-4a04-9149-c22727a7bce6\",\n                    \"businessTime\": 1776687168000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282312.095116615,\n                    \"instrumentId\": \"71c38305-7cf2-42f7-9ba1-bdb4fe3260dc\",\n                    \"businessTime\": 1776687168000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764217.152228251,\n                    \"instrumentId\": \"78dc558a-4ebf-470d-9088-2e45e5472ee2\",\n                    \"businessTime\": 1776687168000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.9271322086,\n                    \"instrumentId\": \"af652241-08ed-4f0f-8116-52cd4195eefb\",\n                    \"businessTime\": 1776687168000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.35536104784,\n                    \"instrumentId\": \"2e4f7179-a0a8-4aa5-80f6-20feeafe6ad9\",\n                    \"businessTime\": 1776687168000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83787151.89102542,\n                    \"instrumentId\": \"79cc62fd-e9a4-43d6-a514-66d08ad03284\",\n                    \"businessTime\": 1776687168000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655450.405430359,\n                    \"instrumentId\": \"70493ede-a41f-4386-bab0-68a1994e0ec8\",\n                    \"businessTime\": 1776687168000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ac117fe7-8c14-4ec2-884c-040ccd9fc6ac\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033886221274773\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058993.912759562,\n                    \"instrumentId\": \"32aacc0e-afbf-4595-a96d-fc2349f7a41a\",\n                    \"businessTime\": 1776687169000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282314.121728034,\n                    \"instrumentId\": \"00f31c15-d206-49cc-9b31-8acf7acf3e8b\",\n                    \"businessTime\": 1776687169000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764218.677891282,\n                    \"instrumentId\": \"5f0f4b6b-8588-4841-a7ce-a05a72244e35\",\n                    \"businessTime\": 1776687169000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.9271322086,\n                    \"instrumentId\": \"113bd62f-fcd5-49df-a283-8f6273eef441\",\n                    \"businessTime\": 1776687169000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.35536104784,\n                    \"instrumentId\": \"58e17887-adb6-42ac-b10f-90eea6ed6c78\",\n                    \"businessTime\": 1776687169000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83787555.66892372,\n                    \"instrumentId\": \"d6ccfad2-e56e-482f-b63f-8ed5303fc529\",\n                    \"businessTime\": 1776687169000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655450.405430359,\n                    \"instrumentId\": \"8615edb2-3877-46d7-8f81-29143fe2f55d\",\n                    \"businessTime\": 1776687169000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"06811123-8cb3-4bd7-83d2-1dfc39a9d43b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033957808299864\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059035.486911324,\n                    \"instrumentId\": \"663553e5-68a7-4900-af21-eb1327da2cc6\",\n                    \"businessTime\": 1776687170000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282309.437495419,\n                    \"instrumentId\": \"41d23b60-ccb8-49da-af55-ad0dd252f631\",\n                    \"businessTime\": 1776687170000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764215.531308342,\n                    \"instrumentId\": \"4fad32b5-8f61-4b3e-ba79-8a71f2c43220\",\n                    \"businessTime\": 1776687170000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299747.9271322086,\n                    \"instrumentId\": \"c2f678f1-ce28-4c5f-b451-299c0bc35a6b\",\n                    \"businessTime\": 1776687170000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.35536104784,\n                    \"instrumentId\": \"435e487c-f04f-46ee-b119-83049b217f24\",\n                    \"businessTime\": 1776687170000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83787581.00757837,\n                    \"instrumentId\": \"3fc33d8a-22a9-4608-8bd0-8185bb02d88a\",\n                    \"businessTime\": 1776687170000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655250.0992512006,\n                    \"instrumentId\": \"b1dfafa8-cb58-4df9-bca9-0771c721ad19\",\n                    \"businessTime\": 1776687170000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4d714ba8-9bff-4830-bd28-6b531a7fdc00\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033932988583114\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059046.541591637,\n                    \"instrumentId\": \"575aa6cc-fe4f-421f-adfe-4c8f5061d51f\",\n                    \"businessTime\": 1776687171000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282303.227860263,\n                    \"instrumentId\": \"b617c3da-71ba-41e6-8b95-84c242c42404\",\n                    \"businessTime\": 1776687171000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764138.751083778,\n                    \"instrumentId\": \"6a097490-c094-4fde-9dd6-b43cfd7b762c\",\n                    \"businessTime\": 1776687171000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299748.9153705443,\n                    \"instrumentId\": \"b12692f0-6572-4aab-a6ee-51380d6c32e1\",\n                    \"businessTime\": 1776687171000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.35536104784,\n                    \"instrumentId\": \"bb1e9285-beab-4a45-95dc-8c2110c8a00a\",\n                    \"businessTime\": 1776687171000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788033.79712221,\n                    \"instrumentId\": \"a8370a4f-aef2-4ad6-822f-cdd964f0e69f\",\n                    \"businessTime\": 1776687171000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655250.0992512006,\n                    \"instrumentId\": \"88751490-614e-4a8d-8a57-6ca872126a51\",\n                    \"businessTime\": 1776687171000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"957b60f8-7bcd-4b13-8e84-55ce2e8df5ce\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034000096246167\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058894.0037314845,\n                    \"instrumentId\": \"ab7d992c-c6f7-48d4-9225-dea4ed85fddf\",\n                    \"businessTime\": 1776687172000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282303.227860263,\n                    \"instrumentId\": \"c18c9032-8cff-4645-967b-16032d95ce5f\",\n                    \"businessTime\": 1776687172000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764139.270376153,\n                    \"instrumentId\": \"0ca16765-c149-42bb-ab3a-e37259bd879e\",\n                    \"businessTime\": 1776687172000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299760.57869579416,\n                    \"instrumentId\": \"e67c3e16-91ee-46eb-8fbb-0a8ff4c6a379\",\n                    \"businessTime\": 1776687172000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.35536104784,\n                    \"instrumentId\": \"3a3fc29d-2f5d-4f40-8f53-81eefeb103a8\",\n                    \"businessTime\": 1776687172000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788039.32800825,\n                    \"instrumentId\": \"7a0f6312-cb5d-4d54-93a8-05ba9a3f3c2f\",\n                    \"businessTime\": 1776687172000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655250.0992512006,\n                    \"instrumentId\": \"d5e3cdb3-7392-4715-bbda-d0707972dedd\",\n                    \"businessTime\": 1776687172000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"41af989a-73e3-4415-b519-478b5244b0a2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033976401280174\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058893.524496522,\n                    \"instrumentId\": \"eed6482b-af0b-4eda-864f-020339246873\",\n                    \"businessTime\": 1776687173000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282296.8939029523,\n                    \"instrumentId\": \"8d5d777c-5e54-4013-b26d-d369ee7d921f\",\n                    \"businessTime\": 1776687173000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764252.50428552,\n                    \"instrumentId\": \"c9ce9c04-1618-4882-935b-3b2fba3602c7\",\n                    \"businessTime\": 1776687173000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299758.23604384897,\n                    \"instrumentId\": \"9a66e2a8-8c5c-4d9f-87c0-41cd7e1872fe\",\n                    \"businessTime\": 1776687173000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.35536104784,\n                    \"instrumentId\": \"c65ead30-d4d8-4076-91c3-2925f7074378\",\n                    \"businessTime\": 1776687173000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788374.1286045,\n                    \"instrumentId\": \"9cf54b9b-162b-4639-b0ea-013ec8f58633\",\n                    \"businessTime\": 1776687173000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655250.0992512006,\n                    \"instrumentId\": \"1c625464-9696-4e45-84cd-fa11adf1042b\",\n                    \"businessTime\": 1776687173000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5e3eb0f2-8b53-4474-aad5-6919fd066da7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03405353285511\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058892.774209853,\n                    \"instrumentId\": \"1b014589-3fa4-4600-ba78-35d9cdc3d6b6\",\n                    \"businessTime\": 1776687174000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282296.968466221,\n                    \"instrumentId\": \"30872507-93a4-4a37-8dc7-fad6f656fa56\",\n                    \"businessTime\": 1776687174000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764252.50428552,\n                    \"instrumentId\": \"ee47887f-b68d-4f3b-a230-85a06cd2504a\",\n                    \"businessTime\": 1776687174000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299758.23604384897,\n                    \"instrumentId\": \"7dde9eeb-ac1b-4bb3-b364-eb991cf64a53\",\n                    \"businessTime\": 1776687174000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.35536104784,\n                    \"instrumentId\": \"2694ed53-ea80-47e9-94e7-b98dd9db5cb4\",\n                    \"businessTime\": 1776687174000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788378.7302113,\n                    \"instrumentId\": \"15e49808-52f8-4966-9cf3-6033a9e7249c\",\n                    \"businessTime\": 1776687174000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655250.0992512006,\n                    \"instrumentId\": \"195722f3-6ad6-497e-81a5-a21d5bad77fc\",\n                    \"businessTime\": 1776687174000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b5a26b96-336f-496f-9641-7d2672fb8fb1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034054222817048\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058892.774209853,\n                    \"instrumentId\": \"eb9cab5f-b0b7-4919-934f-5dee69505705\",\n                    \"businessTime\": 1776687175000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282110.758569425,\n                    \"instrumentId\": \"ae6c9074-29d9-4b89-8b16-53666da9336f\",\n                    \"businessTime\": 1776687175000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764377.35035834,\n                    \"instrumentId\": \"8233d442-480e-47ed-953a-b9781187c235\",\n                    \"businessTime\": 1776687175000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299758.23604384897,\n                    \"instrumentId\": \"a82fe819-d11d-4f22-adad-c742193eeaad\",\n                    \"businessTime\": 1776687175000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.35536104784,\n                    \"instrumentId\": \"cefd701b-9919-4c8f-9c0c-8b075b11331a\",\n                    \"businessTime\": 1776687175000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788483.91560738,\n                    \"instrumentId\": \"1022af1f-9fbc-4352-bc3b-97d5484dfd80\",\n                    \"businessTime\": 1776687175000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655250.0992512006,\n                    \"instrumentId\": \"b99f282b-b420-4a99-a23f-00752be48368\",\n                    \"businessTime\": 1776687175000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"960d8b92-5d1a-4a3f-aca1-5e614ea42dec\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034061924323566\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060410.545744989,\n                    \"instrumentId\": \"d095315b-1e02-4583-9091-ac8edf6494a9\",\n                    \"businessTime\": 1776687176000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282021.5070000556,\n                    \"instrumentId\": \"4b54d516-7c8a-47b3-a927-1b0f8b18e558\",\n                    \"businessTime\": 1776687176000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764225.278065745,\n                    \"instrumentId\": \"8bed1ded-99cc-44c9-92fe-667ca374c737\",\n                    \"businessTime\": 1776687176000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299758.23604384897,\n                    \"instrumentId\": \"d63c1c49-fc8f-48d2-b380-7dede694b114\",\n                    \"businessTime\": 1776687176000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.35536104784,\n                    \"instrumentId\": \"7ee26b41-c537-452b-9b96-2c70bff7c6c2\",\n                    \"businessTime\": 1776687176000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788393.57920079,\n                    \"instrumentId\": \"082292d3-de15-4aa6-b5f0-47149ebd667b\",\n                    \"businessTime\": 1776687176000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655250.0992512006,\n                    \"instrumentId\": \"ebb685f3-f462-454d-89f0-3f645e5b6572\",\n                    \"businessTime\": 1776687176000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7e330684-c62a-47cf-9ba8-0af296492463\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0342703797307\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060415.829727503,\n                    \"instrumentId\": \"9e4602c2-d0da-469f-bbad-13ee080c87ee\",\n                    \"businessTime\": 1776687177000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281952.9676739,\n                    \"instrumentId\": \"b24e8f76-c7b1-4abc-8d19-9216e6ec5d30\",\n                    \"businessTime\": 1776687177000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764255.531910669,\n                    \"instrumentId\": \"213bd171-f2b0-430e-b623-603e7a37d6a8\",\n                    \"businessTime\": 1776687177000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299758.23604384897,\n                    \"instrumentId\": \"8fbb3f31-9891-43ce-a24c-443b7a80a5b8\",\n                    \"businessTime\": 1776687177000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.2395050964,\n                    \"instrumentId\": \"c566cf2e-8d64-4024-8225-29875494c025\",\n                    \"businessTime\": 1776687177000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788468.3731719,\n                    \"instrumentId\": \"37f41f01-ba74-4d5c-a845-af8b58b68873\",\n                    \"businessTime\": 1776687177000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655250.0992512006,\n                    \"instrumentId\": \"74051c14-6350-4216-8559-e96ca386498b\",\n                    \"businessTime\": 1776687177000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2f2bf824-633d-4c7a-9ecf-fd3a96e2efc0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03427770426786\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:12:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060419.162451877,\n                    \"instrumentId\": \"84b0c1e2-3ac5-4d54-92be-c46cce3ed3bd\",\n                    \"businessTime\": 1776687178000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281952.9676739,\n                    \"instrumentId\": \"031a6067-af3e-486e-aed5-c9ad26e31813\",\n                    \"businessTime\": 1776687178000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764278.449023124,\n                    \"instrumentId\": \"416f42a7-5ab4-48aa-927c-b1c0303ba747\",\n                    \"businessTime\": 1776687178000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299758.23604384897,\n                    \"instrumentId\": \"f4d82bb9-d9d6-4f3e-8b6a-810eb0689c19\",\n                    \"businessTime\": 1776687178000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.2395050964,\n                    \"instrumentId\": \"e0533202-1727-44e5-a19a-502b0bc67d6e\",\n                    \"businessTime\": 1776687178000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788614.0428396,\n                    \"instrumentId\": \"6252a69b-53f7-40a2-b88f-53b8ea5e7b3f\",\n                    \"businessTime\": 1776687178000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655232.6363506922,\n                    \"instrumentId\": \"aff865b9-fa78-4276-9378-9793453db344\",\n                    \"businessTime\": 1776687178000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ced2af43-d31e-474e-bf53-5da992667e80\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034304849540973\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060421.524129066,\n                    \"instrumentId\": \"5222651e-083a-47e6-a503-225ef1c042ed\",\n                    \"businessTime\": 1776687179000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281950.877926902,\n                    \"instrumentId\": \"98f5aa68-976b-42b4-ae43-3d14b2063d4b\",\n                    \"businessTime\": 1776687179000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764278.449023124,\n                    \"instrumentId\": \"11a87012-98e3-4796-a9f4-7ad44df35976\",\n                    \"businessTime\": 1776687179000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299758.23604384897,\n                    \"instrumentId\": \"9600b05f-868e-4352-a298-acb284638422\",\n                    \"businessTime\": 1776687179000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388013.7065899191,\n                    \"instrumentId\": \"64e50967-27b9-4258-860c-61c486a7e156\",\n                    \"businessTime\": 1776687179000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788582.43589704,\n                    \"instrumentId\": \"6e461e92-57a3-4c12-baa2-7f05f78030c5\",\n                    \"businessTime\": 1776687179000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655232.6363506922,\n                    \"instrumentId\": \"70ddf896-5fec-4945-984e-9e8e49fd2992\",\n                    \"businessTime\": 1776687179000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"97d4f643-961d-48a5-acf7-ab79bb0d9917\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034299600344568\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060421.524129066,\n                    \"instrumentId\": \"88ce0b73-e01d-4849-bf50-11e3d2aad3d4\",\n                    \"businessTime\": 1776687180000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282192.8601682154,\n                    \"instrumentId\": \"2e4d69c3-892f-42d7-9cbc-87e839ebd958\",\n                    \"businessTime\": 1776687180000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764286.626912814,\n                    \"instrumentId\": \"63ccb7b4-d77e-452d-9989-62151e600e86\",\n                    \"businessTime\": 1776687180000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299758.23604384897,\n                    \"instrumentId\": \"df482135-0d70-4bc7-ae7f-2faf1602435a\",\n                    \"businessTime\": 1776687180000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388013.7065899191,\n                    \"instrumentId\": \"e6dc6474-5cab-4b81-aca4-a5d3ebf0506b\",\n                    \"businessTime\": 1776687180000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788585.46325171,\n                    \"instrumentId\": \"f5c40e14-713b-4453-99b5-16617a663d8a\",\n                    \"businessTime\": 1776687180000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655232.6363506922,\n                    \"instrumentId\": \"73dbb89b-45d5-482b-b701-f3dc3c66dee2\",\n                    \"businessTime\": 1776687180000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6ca66019-f53c-4d08-a391-2bf92cd1fb97\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03434409726648\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060421.524129066,\n                    \"instrumentId\": \"49eb6cdd-61d7-4d44-a872-d1dd494b6d62\",\n                    \"businessTime\": 1776687181000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282192.9612102397,\n                    \"instrumentId\": \"628957bf-9463-4955-918b-8cdc18e45aab\",\n                    \"businessTime\": 1776687181000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764278.784950357,\n                    \"instrumentId\": \"5ac63c2c-ac64-4718-b9ff-a30a8ad32d7a\",\n                    \"businessTime\": 1776687181000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299758.23604384897,\n                    \"instrumentId\": \"8a3e8ced-0faa-44cc-b90a-fd411e671215\",\n                    \"businessTime\": 1776687181000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388013.7065899191,\n                    \"instrumentId\": \"0568651a-9ec8-4aff-82ad-cd28be450b18\",\n                    \"businessTime\": 1776687181000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788573.91178139,\n                    \"instrumentId\": \"8fd64c95-7064-4f04-a892-76d79d3a7906\",\n                    \"businessTime\": 1776687181000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655232.6363506922,\n                    \"instrumentId\": \"2af1168d-b973-4286-8bf6-8808426bdbca\",\n                    \"businessTime\": 1776687181000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fa057b6e-ddcb-43a4-a084-de2092357858\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034340706688138\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060415.752846351,\n                    \"instrumentId\": \"30df26a6-18ef-468a-8e9c-424f52550259\",\n                    \"businessTime\": 1776687182000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282357.50377847,\n                    \"instrumentId\": \"1b91ad75-d277-455d-adaa-078032963cc9\",\n                    \"businessTime\": 1776687182000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764428.964223836,\n                    \"instrumentId\": \"90087d8f-c8a8-4f49-938f-2a9b040c54fa\",\n                    \"businessTime\": 1776687182000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299758.23604384897,\n                    \"instrumentId\": \"36565582-263f-4bef-b5a6-76bd3f3fe294\",\n                    \"businessTime\": 1776687182000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388013.7065899191,\n                    \"instrumentId\": \"e75af38d-bc3a-4343-b38a-3895a3b9ada3\",\n                    \"businessTime\": 1776687182000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788604.3728941,\n                    \"instrumentId\": \"cd503f74-8f9d-4254-bd47-031f1f3cacd3\",\n                    \"businessTime\": 1776687182000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655232.6363506922,\n                    \"instrumentId\": \"0ddcf728-0847-4fce-86c4-e053416e8d80\",\n                    \"businessTime\": 1776687182000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4fc2409e-6be2-4e04-8267-fa3083ceee49\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034400357245556\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060414.997883324,\n                    \"instrumentId\": \"404534d2-e8fc-475d-9ec1-bc78454d2549\",\n                    \"businessTime\": 1776687183000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282578.999687555,\n                    \"instrumentId\": \"04914a38-3975-4573-b873-fda7abf40afd\",\n                    \"businessTime\": 1776687183000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764428.964223836,\n                    \"instrumentId\": \"9753709f-0c5f-4d99-af17-156e6faf1489\",\n                    \"businessTime\": 1776687183000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.0360082942,\n                    \"instrumentId\": \"b21516bd-138c-4abd-8886-86346678bea4\",\n                    \"businessTime\": 1776687183000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388013.7065899191,\n                    \"instrumentId\": \"958b167a-83bb-4d38-857d-53682622c160\",\n                    \"businessTime\": 1776687183000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788736.24902485,\n                    \"instrumentId\": \"2d3237f2-e119-4b30-a3fa-57c0b4932eb4\",\n                    \"businessTime\": 1776687183000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655232.6363506922,\n                    \"instrumentId\": \"7f76ed04-d684-4571-9868-08bbf370e0d1\",\n                    \"businessTime\": 1776687183000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1f6d45f7-b94e-42da-b5d5-c06612905aca\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03446686287671\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060415.000373383,\n                    \"instrumentId\": \"518d3011-6de0-452c-98cb-6dee680fb7ac\",\n                    \"businessTime\": 1776687184000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282730.253395561,\n                    \"instrumentId\": \"d58842ca-44f8-4a0f-93e6-6008c3585376\",\n                    \"businessTime\": 1776687184000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765012.608506406,\n                    \"instrumentId\": \"198558ed-8462-41c0-ac37-9af110d57be6\",\n                    \"businessTime\": 1776687184000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299795.8455107638,\n                    \"instrumentId\": \"26531200-2e9e-4eb6-a891-6b44f77e3b52\",\n                    \"businessTime\": 1776687184000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"825c705e-09df-41d3-afc8-f51cafcf054b\",\n                    \"businessTime\": 1776687184000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83790100.98649472,\n                    \"instrumentId\": \"831362d1-c4ae-4177-8d90-1be7e97ae945\",\n                    \"businessTime\": 1776687184000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655280.327993726,\n                    \"instrumentId\": \"f1e1a9a8-b95c-48b0-9ead-e099a3b9063b\",\n                    \"businessTime\": 1776687184000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9556e391-06c0-422e-8f38-1f427f4060c9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034912480647037\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060414.677069577,\n                    \"instrumentId\": \"bc024a93-04dc-4203-939f-71e984a32dad\",\n                    \"businessTime\": 1776687185000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282730.253395561,\n                    \"instrumentId\": \"79f9cf85-374a-4ae8-84d1-e32504ffbab8\",\n                    \"businessTime\": 1776687185000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765168.942012358,\n                    \"instrumentId\": \"ace214bb-8716-4b54-aa34-3dc9def10f3a\",\n                    \"businessTime\": 1776687185000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299795.8455107638,\n                    \"instrumentId\": \"ea2d3d9a-c3de-4a46-8d42-da0b55e1f6b8\",\n                    \"businessTime\": 1776687185000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"8a3d9e6e-4bc9-4d0b-ab9a-97e5530b7d27\",\n                    \"businessTime\": 1776687185000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789868.60645722,\n                    \"instrumentId\": \"c5cc6c47-7041-40e4-aab0-4803687dca4b\",\n                    \"businessTime\": 1776687185000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655280.327993726,\n                    \"instrumentId\": \"b76b3224-8737-4c1a-bb3c-fbfcf2e02678\",\n                    \"businessTime\": 1776687185000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"436fd660-777e-46f7-baf0-56a12e471498\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034899058883358\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060414.677069577,\n                    \"instrumentId\": \"6ca3627b-6c6a-4f9f-9f34-085b42a4af63\",\n                    \"businessTime\": 1776687186000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282834.3347223797,\n                    \"instrumentId\": \"df3fb797-a226-4b6a-9c7b-f8681b1526b3\",\n                    \"businessTime\": 1776687186000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765168.70908785,\n                    \"instrumentId\": \"b6d1ce28-3983-4f83-8e6f-274d6b99b3cd\",\n                    \"businessTime\": 1776687186000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299795.8455107638,\n                    \"instrumentId\": \"0f48a134-422f-4e47-aa0c-5a2f57925416\",\n                    \"businessTime\": 1776687186000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"0cfafc30-374d-4ef1-893a-d50ca0bfcfc2\",\n                    \"businessTime\": 1776687186000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789883.75803696,\n                    \"instrumentId\": \"d510582a-590e-423d-96ab-121c5aaf3914\",\n                    \"businessTime\": 1776687186000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"78f93f24-7416-4fee-bdb5-3176ae797a3c\",\n                    \"businessTime\": 1776687186000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2e7c4d45-b2e9-4918-b18a-7af029840829\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034993269678377\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060407.133709992,\n                    \"instrumentId\": \"c71d4590-ab3c-4f4d-a3d9-cc0346b0d171\",\n                    \"businessTime\": 1776687187000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282871.4970294875,\n                    \"instrumentId\": \"5529a7aa-1431-4962-8fca-ea176a576ea6\",\n                    \"businessTime\": 1776687187000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766586.591124926,\n                    \"instrumentId\": \"60a346cc-a7b8-4856-b69f-fc5bab3b5e48\",\n                    \"businessTime\": 1776687187000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299819.83168297284,\n                    \"instrumentId\": \"6416f13b-230d-4b01-8805-65ccd1c2f7e4\",\n                    \"businessTime\": 1776687187000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"10868157-332c-4ee0-a42b-a0658baf3fab\",\n                    \"businessTime\": 1776687187000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794302.9494008,\n                    \"instrumentId\": \"83cd2f1a-ae12-4e1a-9600-77834e04d289\",\n                    \"businessTime\": 1776687187000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"bbe7ef53-bb17-486f-b5cd-e5ed658fd886\",\n                    \"businessTime\": 1776687187000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"08a27d7d-eee4-4613-ab83-df94a6c4a324\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03602853831118\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060407.133709992,\n                    \"instrumentId\": \"a42c4448-9499-4e83-8283-3acb32ca36ea\",\n                    \"businessTime\": 1776687188000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282883.985304677,\n                    \"instrumentId\": \"895c91e7-ff50-4449-87bb-9cac79d5e887\",\n                    \"businessTime\": 1776687188000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766642.588439811,\n                    \"instrumentId\": \"4e777f1e-a9a6-40af-9b7b-6921c21dd64f\",\n                    \"businessTime\": 1776687188000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299819.83168297284,\n                    \"instrumentId\": \"709aec96-3d79-4519-bdce-24a5b6f2f07a\",\n                    \"businessTime\": 1776687188000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"a9170a27-a599-43d0-a735-93384641e0ae\",\n                    \"businessTime\": 1776687188000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83797867.4389639,\n                    \"instrumentId\": \"d2d4f658-29cc-4ab3-b629-20174a1525ba\",\n                    \"businessTime\": 1776687188000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"7b20a296-7adb-4c11-9bfa-86a4933e810e\",\n                    \"businessTime\": 1776687188000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"83a6008c-642c-44a6-8360-a9c370b978f8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03666702252088\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060404.846928582,\n                    \"instrumentId\": \"2a0ad566-89cc-4418-8ce9-18de7f512cc5\",\n                    \"businessTime\": 1776687189000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282884.160499641,\n                    \"instrumentId\": \"a1de4dc6-5ab6-4c0f-b3e0-11e9554871a1\",\n                    \"businessTime\": 1776687189000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767365.490691226,\n                    \"instrumentId\": \"cb68f77f-ea1b-49f8-8b06-0be59ce03c59\",\n                    \"businessTime\": 1776687189000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299824.82004243444,\n                    \"instrumentId\": \"cac10181-a646-42a5-b3bb-5b87f884d612\",\n                    \"businessTime\": 1776687189000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"e528cc8c-83e2-49ff-96b7-3ccd837a97cb\",\n                    \"businessTime\": 1776687189000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83797922.17296277,\n                    \"instrumentId\": \"f7c32549-8d19-4f6a-8351-05cbbc1c1e7a\",\n                    \"businessTime\": 1776687189000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"5017bd8e-5b72-448f-9424-6db2f6cc7058\",\n                    \"businessTime\": 1776687189000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3f901f89-29b9-413c-9e30-553d1c40ccac\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036804195284198\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060402.695362404,\n                    \"instrumentId\": \"7ddc72d5-eefc-44f0-acf0-a39932fda2be\",\n                    \"businessTime\": 1776687190000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282885.9135644953,\n                    \"instrumentId\": \"298f79c0-99ab-4279-9189-653416d8bc29\",\n                    \"businessTime\": 1776687190000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767434.315741384,\n                    \"instrumentId\": \"724e45f6-2947-439b-b160-c30a08670021\",\n                    \"businessTime\": 1776687190000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299824.82004243444,\n                    \"instrumentId\": \"3fa371c8-058f-4bac-988a-f1872237cfc1\",\n                    \"businessTime\": 1776687190000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.2994440479,\n                    \"instrumentId\": \"f407b369-51b8-4375-829e-e3e393ccef61\",\n                    \"businessTime\": 1776687190000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83797944.24650039,\n                    \"instrumentId\": \"f5eabd98-ca9a-49ab-95ff-e9da0db4d18c\",\n                    \"businessTime\": 1776687190000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"ea3d6b58-f392-438b-b143-8e6ab6c59fd8\",\n                    \"businessTime\": 1776687190000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f8dc0d60-c30b-483f-9f48-27067ccf98a7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0367536973797\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059909.913125455,\n                    \"instrumentId\": \"0252bcc5-bee5-4d07-8e0c-a86538903e37\",\n                    \"businessTime\": 1776687191000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282885.9135644953,\n                    \"instrumentId\": \"a6be44cb-79f7-4128-959b-f974ec5f4ad7\",\n                    \"businessTime\": 1776687191000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768703.436390035,\n                    \"instrumentId\": \"b1f03e7d-4afb-4d3a-87d4-fc59ebf189a9\",\n                    \"businessTime\": 1776687191000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299824.82004243444,\n                    \"instrumentId\": \"572c2836-06e8-43eb-ae87-59c59dec4f7b\",\n                    \"businessTime\": 1776687191000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388012.2994440479,\n                    \"instrumentId\": \"7343c93c-08aa-4be1-bef3-1523498ec970\",\n                    \"businessTime\": 1776687191000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83797996.25668491,\n                    \"instrumentId\": \"aacd8a0d-ebb0-44e0-afd3-c8a4cfd235d1\",\n                    \"businessTime\": 1776687191000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"1a064573-c505-4587-bfde-f3986ba82014\",\n                    \"businessTime\": 1776687191000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"771594bd-5122-427a-a62a-dcd3365b948a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036899277097845\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059909.913125455,\n                    \"instrumentId\": \"dc6f0fa1-4ace-4e13-a4a2-d6c2424a1e3c\",\n                    \"businessTime\": 1776687192000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282888.333145668,\n                    \"instrumentId\": \"59e3f734-3b19-4ecf-8c33-34a61739fac4\",\n                    \"businessTime\": 1776687192000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768703.436390035,\n                    \"instrumentId\": \"5fca71b6-f95f-4c61-8e3a-ce68284515c1\",\n                    \"businessTime\": 1776687192000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299824.82004243444,\n                    \"instrumentId\": \"8031e9b6-fef2-42ce-87a1-03699bb3d1fc\",\n                    \"businessTime\": 1776687192000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388019.46493819426,\n                    \"instrumentId\": \"8b648302-d5d2-426f-a9b4-db78a30d70d1\",\n                    \"businessTime\": 1776687192000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83798280.57988706,\n                    \"instrumentId\": \"122166f0-f41a-4c9a-a7e2-a40d650f5456\",\n                    \"businessTime\": 1776687192000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"785e6b7c-acd3-4201-af42-dd43ca958a61\",\n                    \"businessTime\": 1776687192000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"887a2aa8-b541-45f7-97c4-b6545bc17a7e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03695093057367\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059936.056748805,\n                    \"instrumentId\": \"e7b26af6-353d-4a91-afb9-8fb3b7bc5d96\",\n                    \"businessTime\": 1776687193000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282888.333145668,\n                    \"instrumentId\": \"15591539-9cfb-4675-bf85-fd5d1490dfdb\",\n                    \"businessTime\": 1776687193000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768749.8964557,\n                    \"instrumentId\": \"b1917524-4ccc-4a3e-8ee4-0281cff728c4\",\n                    \"businessTime\": 1776687193000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299824.82004243444,\n                    \"instrumentId\": \"b7451021-2fd3-4b27-8ca9-abf3cbe77de6\",\n                    \"businessTime\": 1776687193000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388019.46493819426,\n                    \"instrumentId\": \"4f03dd03-4b1e-42b2-828a-f5744737ef71\",\n                    \"businessTime\": 1776687193000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83798623.26890095,\n                    \"instrumentId\": \"4d3a7ad3-eb66-4254-8867-2e5ddafd045b\",\n                    \"businessTime\": 1776687193000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"ab24ec14-4bbe-4763-b996-86ce39cb4f99\",\n                    \"businessTime\": 1776687193000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0eb3b2ed-5874-491b-a765-e48855811f4b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.037023916988943\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059940.334341662,\n                    \"instrumentId\": \"40642ad3-dc29-4ba6-9b7e-457327487421\",\n                    \"businessTime\": 1776687194000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282888.333145668,\n                    \"instrumentId\": \"6399df63-951f-4108-83ba-e6d5f3facad3\",\n                    \"businessTime\": 1776687194000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768749.8964557,\n                    \"instrumentId\": \"7c7d9c6f-68af-498f-a2f2-13f2d191629a\",\n                    \"businessTime\": 1776687194000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299824.82004243444,\n                    \"instrumentId\": \"26a6ea08-92cc-4540-a3a3-aa4f75da9e37\",\n                    \"businessTime\": 1776687194000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388019.46493819426,\n                    \"instrumentId\": \"84cc4c83-62c9-468d-a7b1-061477d1a6e8\",\n                    \"businessTime\": 1776687194000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83798749.7381196,\n                    \"instrumentId\": \"147f221a-9ee4-43ba-903c-27828b61cc61\",\n                    \"businessTime\": 1776687194000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"629b1d6c-b9e3-49b1-874e-76fe2dcdd9e2\",\n                    \"businessTime\": 1776687194000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0fa7985b-c97d-4f75-8201-51017e22d7ac\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.037046895338946\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059957.872894754,\n                    \"instrumentId\": \"f9e30da3-3e3a-4419-8856-ccef4e39a947\",\n                    \"businessTime\": 1776687195000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283395.4122153935,\n                    \"instrumentId\": \"cf368168-dcfe-4053-b2dc-b8a9777927f7\",\n                    \"businessTime\": 1776687195000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768750.979532644,\n                    \"instrumentId\": \"56816e90-bd7e-4d91-b31b-9e66c045dcf8\",\n                    \"businessTime\": 1776687195000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299824.82004243444,\n                    \"instrumentId\": \"7bff3179-db0f-4289-85f0-6eefbffe3c4c\",\n                    \"businessTime\": 1776687195000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388083.50397475006,\n                    \"instrumentId\": \"fefeaba7-434c-4e89-9614-555c4e554893\",\n                    \"businessTime\": 1776687195000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83798778.57324737,\n                    \"instrumentId\": \"2b081faf-c3d4-4bd4-b69c-67808c1b99da\",\n                    \"businessTime\": 1776687195000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"792a7791-97ef-4fd1-a98a-998ba838e507\",\n                    \"businessTime\": 1776687195000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6dd17f17-a217-450b-b7a6-e8acf367726a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03715560796884\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059957.872894754,\n                    \"instrumentId\": \"0295dd9a-6a92-4ea1-9a99-e0fd04ceb7cf\",\n                    \"businessTime\": 1776687196000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283395.4122153935,\n                    \"instrumentId\": \"dd071ec3-6bd3-4d1c-8d0b-87d0b37a2907\",\n                    \"businessTime\": 1776687196000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768924.81999247,\n                    \"instrumentId\": \"c14c2b51-8871-4714-a766-b26d1059f208\",\n                    \"businessTime\": 1776687196000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299824.82004243444,\n                    \"instrumentId\": \"687ee25c-f35f-4fab-8f61-1bf7fca8008f\",\n                    \"businessTime\": 1776687196000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388083.50397475006,\n                    \"instrumentId\": \"fb032b07-e732-41e5-849b-cdae53956c29\",\n                    \"businessTime\": 1776687196000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83798843.4148869,\n                    \"instrumentId\": \"42da4c67-2623-4ce5-a15a-a58ad05a6ed2\",\n                    \"businessTime\": 1776687196000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"7722654b-eb2b-4982-a05d-f6586e62ec30\",\n                    \"businessTime\": 1776687196000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"652aee61-72bd-4ddd-98e5-82b6c42e5880\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.037197555613716\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059968.2677796995,\n                    \"instrumentId\": \"b349b6e8-ed6b-441f-909c-152ba985c5e9\",\n                    \"businessTime\": 1776687197000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283404.6537165623,\n                    \"instrumentId\": \"168dc4b3-90a5-49a2-8dd0-1d0ee1a2a315\",\n                    \"businessTime\": 1776687197000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768924.821257357,\n                    \"instrumentId\": \"dbe9e415-d172-4729-9aef-3db798340f68\",\n                    \"businessTime\": 1776687197000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299824.82004243444,\n                    \"instrumentId\": \"4ceee25d-1385-4d85-9c69-d8c5ff6c3939\",\n                    \"businessTime\": 1776687197000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388083.50397475006,\n                    \"instrumentId\": \"67285d95-ad8d-4b05-9c06-8b1d884b02cb\",\n                    \"businessTime\": 1776687197000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83798847.28413089,\n                    \"instrumentId\": \"26fea21c-c86f-4246-80b0-be8452542794\",\n                    \"businessTime\": 1776687197000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"bb431203-dfcd-4e2a-b10d-d5e7c633a7f8\",\n                    \"businessTime\": 1776687197000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"01a12242-6a23-40a1-bc0a-8683bbd6588a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.037201686878216\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060136.673022301,\n                    \"instrumentId\": \"f2249a23-ec2c-45f3-983e-eee30614dff4\",\n                    \"businessTime\": 1776687198000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283524.511223013,\n                    \"instrumentId\": \"87896e23-7916-495a-8aeb-fbbc8ce2e805\",\n                    \"businessTime\": 1776687198000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769165.70834008,\n                    \"instrumentId\": \"6745f58d-26eb-41b6-aa4a-96516115b044\",\n                    \"businessTime\": 1776687198000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299824.82004243444,\n                    \"instrumentId\": \"df420e4c-7d6b-42c9-885b-a48b51b75640\",\n                    \"businessTime\": 1776687198000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388085.8219088464,\n                    \"instrumentId\": \"eea6d680-2217-4327-a3c0-e1884b4cc035\",\n                    \"businessTime\": 1776687198000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83805164.13214102,\n                    \"instrumentId\": \"ddc2f8dd-2d97-43c6-9cbc-c49c7003f0ea\",\n                    \"businessTime\": 1776687198000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"eed045c7-1ada-47f6-8310-81ece7283bf5\",\n                    \"businessTime\": 1776687198000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e8eabb83-7cce-4157-91c0-6dd480086213\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.038405257313364\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060270.570253505,\n                    \"instrumentId\": \"fbc07b68-388e-4b18-954c-8f2d5c0ac15e\",\n                    \"businessTime\": 1776687199000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282960.6011721464,\n                    \"instrumentId\": \"608823ee-f3b9-4815-9499-ed1225eaca78\",\n                    \"businessTime\": 1776687199000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769381.854330018,\n                    \"instrumentId\": \"08779815-89f0-4819-a414-9b41496f1b2f\",\n                    \"businessTime\": 1776687199000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299831.97250092163,\n                    \"instrumentId\": \"22fe2180-a134-4062-a2f3-64b3dec47489\",\n                    \"businessTime\": 1776687199000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388085.8219088464,\n                    \"instrumentId\": \"9894beeb-743d-4a0d-b6ec-2e016f8d9dbf\",\n                    \"businessTime\": 1776687199000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83805691.82740994,\n                    \"instrumentId\": \"5b4e9e5b-56a1-4cb7-97ec-968e0d1e6db0\",\n                    \"businessTime\": 1776687199000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"84769a8a-6c84-4c90-a4e1-cab55b1dee27\",\n                    \"businessTime\": 1776687199000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f0f16b58-55b4-4318-9d5f-1d7d4c4fa851\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.038461668718934\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060243.203482252,\n                    \"instrumentId\": \"b874bfbc-bc73-49bb-a77d-af072afb1b76\",\n                    \"businessTime\": 1776687200000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282960.792946418,\n                    \"instrumentId\": \"d375a26e-c5a5-40c9-8f8a-84490f2c4a4a\",\n                    \"businessTime\": 1776687200000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769339.309418991,\n                    \"instrumentId\": \"1222df68-aa9a-4683-a55a-81ac5c699679\",\n                    \"businessTime\": 1776687200000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"385ce498-d646-4ccf-8766-00da6b96da58\",\n                    \"businessTime\": 1776687200000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388085.8219088464,\n                    \"instrumentId\": \"147c8a8f-43f9-4614-a1fa-1984ab957a70\",\n                    \"businessTime\": 1776687200000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83809278.33481513,\n                    \"instrumentId\": \"7dd65c8d-0bc5-49cc-867a-50d851db67bb\",\n                    \"businessTime\": 1776687200000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"55388956-30d9-470c-95a9-991cfdabbe19\",\n                    \"businessTime\": 1776687200000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bb418b84-f86f-4ac7-a662-88df2f1f1f83\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039079961503933\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060328.13714936,\n                    \"instrumentId\": \"d7912007-77bb-4a31-8bb8-c73375028917\",\n                    \"businessTime\": 1776687201000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282960.792946418,\n                    \"instrumentId\": \"a6929617-b1b1-4571-9a65-42a30249f67f\",\n                    \"businessTime\": 1776687201000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769339.309418991,\n                    \"instrumentId\": \"0e14a5d5-f329-4a43-93b5-22d97387d3df\",\n                    \"businessTime\": 1776687201000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"eef70c51-dddc-4608-a739-fcfe15008433\",\n                    \"businessTime\": 1776687201000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388085.8219088464,\n                    \"instrumentId\": \"10fa0234-1c49-4b7a-9560-87ca72234df9\",\n                    \"businessTime\": 1776687201000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83809280.85488035,\n                    \"instrumentId\": \"a2a7bef8-f8e4-4555-86b2-c62c9df92603\",\n                    \"businessTime\": 1776687201000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"f897ecad-053c-4c82-b0bf-61035e576d77\",\n                    \"businessTime\": 1776687201000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6557d647-7ba3-4b7f-b1d8-91e583cf24ee\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03909533122842\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060328.13714936,\n                    \"instrumentId\": \"ba2fd969-a166-480f-8d39-37680f24016e\",\n                    \"businessTime\": 1776687202000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282947.3836179646,\n                    \"instrumentId\": \"b79f7e90-0b90-4ea6-a516-5f33481e9855\",\n                    \"businessTime\": 1776687202000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768718.085438898,\n                    \"instrumentId\": \"27c530ec-d3d0-4c7e-a34f-10dbf1a66cd2\",\n                    \"businessTime\": 1776687202000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"b35f1069-c73c-42e0-ac40-ce926bace1f1\",\n                    \"businessTime\": 1776687202000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388085.8219088464,\n                    \"instrumentId\": \"f0fdee2e-410a-4f96-8a2b-3f8cfda6032d\",\n                    \"businessTime\": 1776687202000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83805892.98922016,\n                    \"instrumentId\": \"67ba2531-e560-41d8-a14b-6f55ca5b58ec\",\n                    \"businessTime\": 1776687202000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0be4f9a1-8238-4936-ac28-37e39f00179c\",\n                    \"businessTime\": 1776687202000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"27a272c7-0e6a-4e74-b8b8-ab4389eb2966\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.038388389406144\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060328.13714936,\n                    \"instrumentId\": \"c9d7b7e0-6d77-4a45-b32b-4764afa212fc\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282947.3836179646,\n                    \"instrumentId\": \"e124b9b0-04ca-4a78-8e38-b54e43c5cdb8\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768723.331599675,\n                    \"instrumentId\": \"379a682b-ff05-4f71-9fe9-ed573fa18e86\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388085.8219088464,\n                    \"instrumentId\": \"faf5ddd8-974c-485e-8c9f-7048d3867c2f\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83806179.56711297,\n                    \"instrumentId\": \"50e5a99c-7d56-40cd-8777-49c1c71885ea\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"68522dfb-9adb-41f3-878c-8ac9b8b4e5e5\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"681872ce-6c73-4622-8922-5495865e620c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.038439676586037\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060372.400528606,\n                    \"instrumentId\": \"4d0a8200-632a-4f65-aeb9-53f69fdd34ef\",\n                    \"businessTime\": 1776687204000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282971.8137141904,\n                    \"instrumentId\": \"6f415f9f-1068-4d09-a91f-a5d7707db633\",\n                    \"businessTime\": 1776687204000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768723.331599675,\n                    \"instrumentId\": \"ecf4a5af-976d-4ec5-bdcd-14229b28cd88\",\n                    \"businessTime\": 1776687204000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388085.8219088464,\n                    \"instrumentId\": \"c8273101-641b-4a60-9133-3196a18495de\",\n                    \"businessTime\": 1776687204000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83806081.16979133,\n                    \"instrumentId\": \"46523c6a-a86c-40d2-9b91-cbd5aa9b4ed9\",\n                    \"businessTime\": 1776687204000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"68522dfb-9adb-41f3-878c-8ac9b8b4e5e5\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6f158519-949e-4b1b-a872-b2557ac00184\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03843445622643\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060616.013347857,\n                    \"instrumentId\": \"aee9e909-2905-4a9b-b084-b358c71419ca\",\n                    \"businessTime\": 1776687205000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282971.8137141904,\n                    \"instrumentId\": \"9a8d6cd0-f30d-4e7e-8b7f-7eb5ca0b7bf4\",\n                    \"businessTime\": 1776687205000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768723.55126246,\n                    \"instrumentId\": \"eea1772b-4cae-4c0d-b722-3b02f90ae5f8\",\n                    \"businessTime\": 1776687205000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388085.8219088464,\n                    \"instrumentId\": \"5c26d915-5e1a-4cbd-90b5-e477d24a8257\",\n                    \"businessTime\": 1776687205000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83806111.40202828,\n                    \"instrumentId\": \"8bc3aeb1-4661-4135-aee0-2df9fe18b305\",\n                    \"businessTime\": 1776687205000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"4c8436f7-6383-4b92-9698-928247a94a56\",\n                    \"businessTime\": 1776687205000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9f458604-822b-46b1-8c87-5e0f57fb5031\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.038543297769817\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060692.275749835,\n                    \"instrumentId\": \"09868d21-c63a-488e-bfa0-2da17bed7634\",\n                    \"businessTime\": 1776687206000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283038.5537531883,\n                    \"instrumentId\": \"b69ba0aa-4906-4fa4-ba5e-77fa22fecc9c\",\n                    \"businessTime\": 1776687206000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768991.719130602,\n                    \"instrumentId\": \"51ca188c-c75c-4c06-95b3-f7dc38e9178e\",\n                    \"businessTime\": 1776687206000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388121.47590030904,\n                    \"instrumentId\": \"34c90af1-92ad-431b-b799-6eac047ca0fb\",\n                    \"businessTime\": 1776687206000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83807528.94647953,\n                    \"instrumentId\": \"eca1b438-ae6c-4421-9011-725025288548\",\n                    \"businessTime\": 1776687206000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"a91405a0-1546-4329-a810-58a7e1b73d2e\",\n                    \"businessTime\": 1776687206000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c01871cf-3980-4abe-8044-0047a5f62f5f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.038870954843954\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060740.059556386,\n                    \"instrumentId\": \"5e6dacba-032b-4c46-9cd7-e93d9cf76382\",\n                    \"businessTime\": 1776687207000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283038.616673899,\n                    \"instrumentId\": \"8be4c972-3886-40a5-b277-04bb56d9fad4\",\n                    \"businessTime\": 1776687207000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769751.511776445,\n                    \"instrumentId\": \"39fff521-ca31-4ce4-9491-e3a58367f998\",\n                    \"businessTime\": 1776687207000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388121.47590030904,\n                    \"instrumentId\": \"bff2e4bf-4587-41d4-9c2b-9d28bf3ad847\",\n                    \"businessTime\": 1776687207000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83807557.53494655,\n                    \"instrumentId\": \"05380817-9fa3-449e-8b3f-2868b277c8ce\",\n                    \"businessTime\": 1776687207000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"c29fe0b8-c3ee-4e7e-8983-52848d28fe96\",\n                    \"businessTime\": 1776687207000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f9ad5c23-40da-4017-a657-d6f2aa6d0ceb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039017919314976\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060748.9948236495,\n                    \"instrumentId\": \"f90b5f0e-a131-4e9e-b4c9-a6458e3879a1\",\n                    \"businessTime\": 1776687208000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283038.616673899,\n                    \"instrumentId\": \"e3a7c7ba-6740-44e3-ae2f-4865e10764b7\",\n                    \"businessTime\": 1776687208000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769748.158068288,\n                    \"instrumentId\": \"57ae1ea5-139f-425b-971e-8e00483a7a9e\",\n                    \"businessTime\": 1776687208000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388096.21574998443,\n                    \"instrumentId\": \"c63fae60-0c4e-4b5a-a445-073f19542800\",\n                    \"businessTime\": 1776687208000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83811102.49608293,\n                    \"instrumentId\": \"1b9fd2ec-e6bd-489e-80ff-3f939346a25f\",\n                    \"businessTime\": 1776687208000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655977.2375948782,\n                    \"instrumentId\": \"eb6ab377-2058-4e90-9654-a67527bd8d9b\",\n                    \"businessTime\": 1776687208000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dc21e9b6-0fd6-4c3e-b31b-14cfc2119f5a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03962598417294\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060748.9948236495,\n                    \"instrumentId\": \"99ddfbaf-d674-4356-b534-7f6f5eefc1b8\",\n                    \"businessTime\": 1776687209000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283049.784810917,\n                    \"instrumentId\": \"51db3b1a-e346-492b-91ac-d91ada2d834e\",\n                    \"businessTime\": 1776687209000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769761.990788383,\n                    \"instrumentId\": \"18bb4eb2-9272-4177-b40e-55c7d7bcf7bd\",\n                    \"businessTime\": 1776687209000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388096.21574998443,\n                    \"instrumentId\": \"579be3f2-e816-43ef-ae23-d48f48cd07eb\",\n                    \"businessTime\": 1776687209000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83811216.5383476,\n                    \"instrumentId\": \"21d1625b-1ae5-47f8-8b6e-87ff3ff5ac30\",\n                    \"businessTime\": 1776687209000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655977.2375948782,\n                    \"instrumentId\": \"c00ea71d-ca1b-4925-a3b9-6173ebea0daa\",\n                    \"businessTime\": 1776687209000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e968f6d9-2511-4d3f-b5ae-977e3fbd7aa8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039650420573956\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060815.406889231,\n                    \"instrumentId\": \"5131bda5-6459-4319-a239-2b96ba9f0d80\",\n                    \"businessTime\": 1776687210000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283049.8716484997,\n                    \"instrumentId\": \"17df3d5f-701c-428f-aa56-9d9a9d397a3b\",\n                    \"businessTime\": 1776687210000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769764.257577466,\n                    \"instrumentId\": \"7ba221c7-e96e-47c6-a4d5-aab485cfab80\",\n                    \"businessTime\": 1776687210000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388106.96297257894,\n                    \"instrumentId\": \"459624bd-db96-48aa-bceb-f8e54a014441\",\n                    \"businessTime\": 1776687210000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83811273.75149433,\n                    \"instrumentId\": \"78ebccbb-7a4a-407e-aec8-8141ac8f21c4\",\n                    \"businessTime\": 1776687210000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655977.2375948782,\n                    \"instrumentId\": \"416b8ee2-7e0a-4b28-8be7-10dc94f30ffa\",\n                    \"businessTime\": 1776687210000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0855fba3-e91e-42ac-996a-ba00de85933b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039674449758767\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060815.406889231,\n                    \"instrumentId\": \"0403cbee-5e6c-40b1-b640-da7429d5869c\",\n                    \"businessTime\": 1776687211000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283091.2711237185,\n                    \"instrumentId\": \"fadd70f2-78cb-462a-97f6-e99c750206fb\",\n                    \"businessTime\": 1776687211000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769914.993423851,\n                    \"instrumentId\": \"74db0ca5-05c9-432a-8da7-b50c6b37e2e1\",\n                    \"businessTime\": 1776687211000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388106.96297257894,\n                    \"instrumentId\": \"11938fc2-de93-439b-adf2-8c0fb1c9c5a9\",\n                    \"businessTime\": 1776687211000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813708.27951841,\n                    \"instrumentId\": \"b3ba08c1-f498-4517-a892-f966b31e9f17\",\n                    \"businessTime\": 1776687211000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655977.2375948782,\n                    \"instrumentId\": \"43f36d3e-9ed2-4bc3-8faa-35087b351646\",\n                    \"businessTime\": 1776687211000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2f79338c-a859-4925-93bf-aa49ebea1b28\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04013607776328\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061304.072574362,\n                    \"instrumentId\": \"6c6e1e2b-c7c9-4a01-a082-e5c4378061ee\",\n                    \"businessTime\": 1776687212000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283091.2711237185,\n                    \"instrumentId\": \"fda61d54-576d-4570-9fae-bdac0a649437\",\n                    \"businessTime\": 1776687212000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770064.44411085,\n                    \"instrumentId\": \"58e02711-1c53-4bc5-9cc7-a5bad74af4e7\",\n                    \"businessTime\": 1776687212000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388106.96297257894,\n                    \"instrumentId\": \"16d3f516-b2dc-4069-a725-0d5ae1fd0f2c\",\n                    \"businessTime\": 1776687212000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813944.30276431,\n                    \"instrumentId\": \"d234c60c-0897-4308-ab2d-557441a3a33a\",\n                    \"businessTime\": 1776687212000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655977.2375948782,\n                    \"instrumentId\": \"eb277dce-f318-438f-97d9-201a17985c03\",\n                    \"businessTime\": 1776687212000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"087c402b-089c-436b-b4d7-da0aa9a408be\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04028970511267\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061304.072574362,\n                    \"instrumentId\": \"59a837bb-d184-4f35-b0b6-dcccc3f0aeff\",\n                    \"businessTime\": 1776687213000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283091.2711237185,\n                    \"instrumentId\": \"e5753f8f-b097-47d0-bc34-f76acdd1eb70\",\n                    \"businessTime\": 1776687213000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771521.158786139,\n                    \"instrumentId\": \"978a7502-aa36-4aaa-ba91-d284d8499e7c\",\n                    \"businessTime\": 1776687213000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388106.96297257894,\n                    \"instrumentId\": \"8d0c6b2a-ce58-414f-a070-3e2eec4a6d32\",\n                    \"businessTime\": 1776687213000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83814370.2051707,\n                    \"instrumentId\": \"57749c5c-bc9a-4544-a478-ce7c2537d5f4\",\n                    \"businessTime\": 1776687213000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655977.2375948782,\n                    \"instrumentId\": \"fc05e749-3e52-4454-8ac4-b40e0259c3fc\",\n                    \"businessTime\": 1776687213000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8c06541f-e5ff-4d3a-a221-b57ef54c1f70\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04062056927465\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062724.922164109,\n                    \"instrumentId\": \"7ba36282-3ef8-4734-9761-3af70f363c13\",\n                    \"businessTime\": 1776687214000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283946.2659188034,\n                    \"instrumentId\": \"356256f6-0faf-486c-9b17-98bc42a722b0\",\n                    \"businessTime\": 1776687214000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13772159.528414087,\n                    \"instrumentId\": \"23221143-109f-40b1-bec8-862ae8512051\",\n                    \"businessTime\": 1776687214000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388180.19199487247,\n                    \"instrumentId\": \"6050cfd0-5f56-4397-816c-8f6f27189851\",\n                    \"businessTime\": 1776687214000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83814381.11640784,\n                    \"instrumentId\": \"d18c1684-3b0b-4998-896d-22a6878e971a\",\n                    \"businessTime\": 1776687214000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655951.509775056,\n                    \"instrumentId\": \"5b8c85ac-fd67-49aa-8143-2f05adbe8cd9\",\n                    \"businessTime\": 1776687214000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cedd3169-39e9-45f0-8463-a4e0cfae164d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041142999231134\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062770.383007015,\n                    \"instrumentId\": \"3a39ccdc-6e63-4c4a-93d7-aae27d26f013\",\n                    \"businessTime\": 1776687215000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283946.2659188034,\n                    \"instrumentId\": \"4c9db75f-bd07-4d7c-8446-a52878ff7ae4\",\n                    \"businessTime\": 1776687215000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770001.98414361,\n                    \"instrumentId\": \"6a6fee70-87fe-4b3f-aa4d-d77131e97f67\",\n                    \"businessTime\": 1776687215000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388218.6811071128,\n                    \"instrumentId\": \"5d2e77a8-7926-4995-ab52-73f3512984b2\",\n                    \"businessTime\": 1776687215000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83814613.84505127,\n                    \"instrumentId\": \"36a3f584-ef38-455e-893b-aab6cab33a97\",\n                    \"businessTime\": 1776687215000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655951.509775056,\n                    \"instrumentId\": \"0862ce3d-04f7-4003-b983-7bd215192237\",\n                    \"businessTime\": 1776687215000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a6482ba9-bece-48b6-a915-cb49f4cdaa13\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040819472751014\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062770.383007015,\n                    \"instrumentId\": \"f217fa7f-3571-43ac-a99b-163dbc442d92\",\n                    \"businessTime\": 1776687216000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283913.6591702797,\n                    \"instrumentId\": \"108ae395-85b1-4b0d-ad82-f0c3705ef8a2\",\n                    \"businessTime\": 1776687216000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770001.98414361,\n                    \"instrumentId\": \"e66068e5-6e46-499e-b8d9-7c3dc43e6c32\",\n                    \"businessTime\": 1776687216000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388218.6811071128,\n                    \"instrumentId\": \"5585fa69-2813-4e4f-ab1e-1f806b859547\",\n                    \"businessTime\": 1776687216000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83815399.10819687,\n                    \"instrumentId\": \"85a164a3-71a2-480f-a0e3-7ae3f7e511f8\",\n                    \"businessTime\": 1776687216000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655951.509775056,\n                    \"instrumentId\": \"df3229ef-7d2f-4df1-93f5-8c5a3d524353\",\n                    \"businessTime\": 1776687216000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ccff6849-916f-4b01-84ec-d21c51225a86\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040951749797948\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062794.088211852,\n                    \"instrumentId\": \"7b7009b1-3eea-4568-a64b-2880770b9f6a\",\n                    \"businessTime\": 1776687217000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283913.6591702797,\n                    \"instrumentId\": \"5b3ff9bb-136f-44b0-856d-deeb524be43a\",\n                    \"businessTime\": 1776687217000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770002.35852256,\n                    \"instrumentId\": \"c017d447-12a4-4b73-aba3-bd565b3aaa72\",\n                    \"businessTime\": 1776687217000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388218.6811071128,\n                    \"instrumentId\": \"2bf5a0ac-967b-4bfe-9293-23d10649eb82\",\n                    \"businessTime\": 1776687217000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83817048.47887869,\n                    \"instrumentId\": \"7c30d709-1a94-44f9-a067-f339ffb415b7\",\n                    \"businessTime\": 1776687217000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655951.509775056,\n                    \"instrumentId\": \"e2f3e143-abd8-4a63-8d56-7d718767b993\",\n                    \"businessTime\": 1776687217000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8c177031-37b6-460a-9d13-115fd747933c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041245853535315\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063095.782704034,\n                    \"instrumentId\": \"2acb0455-47e4-43e7-a463-580b2e9366e1\",\n                    \"businessTime\": 1776687218000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283904.0855613425,\n                    \"instrumentId\": \"f3df72fe-730c-4e11-88fa-98080acfe1b5\",\n                    \"businessTime\": 1776687218000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769696.645869272,\n                    \"instrumentId\": \"8ae0228e-0948-4500-a150-870fbe641391\",\n                    \"businessTime\": 1776687218000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388218.6811071128,\n                    \"instrumentId\": \"9437905c-7299-459b-8d38-637d28ab5705\",\n                    \"businessTime\": 1776687218000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83817186.9285415,\n                    \"instrumentId\": \"b0d647bd-1833-4d11-aa7e-a5613a6c522a\",\n                    \"businessTime\": 1776687218000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655951.509775056,\n                    \"instrumentId\": \"9c3273f1-b2a4-4946-8205-eb58bf3e484b\",\n                    \"businessTime\": 1776687218000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d56d7734-65d2-4a94-ae8c-93e800384338\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041267796925958\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063301.074202144,\n                    \"instrumentId\": \"19385d80-f3a4-4d11-9a10-b43d17cdec75\",\n                    \"businessTime\": 1776687219000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283904.0855613425,\n                    \"instrumentId\": \"d658554d-ebbc-43bb-b0b6-c461f5316726\",\n                    \"businessTime\": 1776687219000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770329.4405924,\n                    \"instrumentId\": \"6c7abc56-875c-4da0-8bc6-5f5e0b895bd1\",\n                    \"businessTime\": 1776687219000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388218.6811071128,\n                    \"instrumentId\": \"3580df65-aa1f-49df-a8a4-4890c943bac6\",\n                    \"businessTime\": 1776687219000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83817111.46566468,\n                    \"instrumentId\": \"47735ec6-e9c9-4e1a-a8bd-e8f7bfe7b0de\",\n                    \"businessTime\": 1776687219000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655951.509775056,\n                    \"instrumentId\": \"465db046-f384-469b-a7dc-5c49a08562e2\",\n                    \"businessTime\": 1776687219000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"52102a77-b560-4da9-91aa-9b69ca31004a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04140182563324\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063311.035735658,\n                    \"instrumentId\": \"a73d351f-4b02-4cc9-ac5e-5dde58ed1bae\",\n                    \"businessTime\": 1776687220000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283944.6182400123,\n                    \"instrumentId\": \"b7168af5-6f57-44ac-b60d-518bf51624f8\",\n                    \"businessTime\": 1776687220000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770329.4405924,\n                    \"instrumentId\": \"24bf800b-5291-4be0-ac81-34d704b8b1ba\",\n                    \"businessTime\": 1776687220000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388218.6811071128,\n                    \"instrumentId\": \"b352da52-9fbf-4b18-aef7-6700706c5e60\",\n                    \"businessTime\": 1776687220000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83817128.60621564,\n                    \"instrumentId\": \"29aceb23-1c13-47be-85fc-1aa2296a7e77\",\n                    \"businessTime\": 1776687220000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655954.9137556214,\n                    \"instrumentId\": \"afcb2a3c-6434-464c-b34d-9c29f4773e53\",\n                    \"businessTime\": 1776687220000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e3555de1-a476-4e9f-9653-8240423e2192\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04141431047396\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063401.263058137,\n                    \"instrumentId\": \"f0c4abf8-df6f-4dc8-a08c-020371537e15\",\n                    \"businessTime\": 1776687221000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283940.3781456985,\n                    \"instrumentId\": \"e2c77439-b59f-4450-ade4-b3e46a275eac\",\n                    \"businessTime\": 1776687221000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770275.422228303,\n                    \"instrumentId\": \"4be7d8f8-01ca-4716-ba74-b292e3301104\",\n                    \"businessTime\": 1776687221000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299833.27095039125,\n                    \"instrumentId\": \"d00b1ca8-1700-44b7-b1f4-06cabf048918\",\n                    \"businessTime\": 1776687203000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388218.6811071128,\n                    \"instrumentId\": \"e51d94d8-fb49-4ad1-9887-4d3e06dec244\",\n                    \"businessTime\": 1776687221000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83820237.46634978,\n                    \"instrumentId\": \"db33dd74-7369-4e63-a4d0-bc59c91e97b6\",\n                    \"businessTime\": 1776687221000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655954.9137556214,\n                    \"instrumentId\": \"dc4433f0-4c6e-4fc5-b155-95be5cca98e7\",\n                    \"businessTime\": 1776687221000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6b4abf92-85cf-44be-b7a8-8abbde128646\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041966301510552\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063401.263058137,\n                    \"instrumentId\": \"8b56f40d-126f-42d8-a729-be14b8443097\",\n                    \"businessTime\": 1776687222000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283949.998659823,\n                    \"instrumentId\": \"78834a56-fde6-4cd6-9ec8-fc1bea1ea199\",\n                    \"businessTime\": 1776687222000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770026.156369675,\n                    \"instrumentId\": \"ab73f491-7864-433f-af8e-4de3db7e7b60\",\n                    \"businessTime\": 1776687222000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299866.85199043487,\n                    \"instrumentId\": \"487ffbd6-4798-4429-bbb1-1cb6e5625c54\",\n                    \"businessTime\": 1776687222000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388218.6811071128,\n                    \"instrumentId\": \"ac8e492a-9142-4118-b54c-5648735632d4\",\n                    \"businessTime\": 1776687222000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83820509.47585423,\n                    \"instrumentId\": \"49b247ee-ad23-49ea-8a11-259688b9b0ae\",\n                    \"businessTime\": 1776687222000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655954.9137556214,\n                    \"instrumentId\": \"3c92edc1-c05f-421a-a6f0-fabfd93f4bb2\",\n                    \"businessTime\": 1776687222000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"93f6436d-0d0f-4e17-a901-40d1ea879a13\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041977891176632\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063401.263058137,\n                    \"instrumentId\": \"a4c8541f-6287-49b0-862d-a6e1e1976bba\",\n                    \"businessTime\": 1776687223000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283938.7579461564,\n                    \"instrumentId\": \"cdee9c63-1e6a-4ff8-8a0d-2f09b7d63237\",\n                    \"businessTime\": 1776687223000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770029.839142423,\n                    \"instrumentId\": \"866311ce-8627-4192-bbbd-952ff86c5b76\",\n                    \"businessTime\": 1776687223000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299866.85199043487,\n                    \"instrumentId\": \"b866c310-0c51-491c-9e9f-32e3c4777729\",\n                    \"businessTime\": 1776687223000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388218.6811071128,\n                    \"instrumentId\": \"8b07d8b3-56f2-4a6d-a9d6-f769c5d9e9bf\",\n                    \"businessTime\": 1776687223000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83820456.0045204,\n                    \"instrumentId\": \"0b8d3b98-9dd0-4b5a-a15c-b6a9f45b7182\",\n                    \"businessTime\": 1776687223000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655954.9137556214,\n                    \"instrumentId\": \"a311a404-7c36-41de-b8bb-df2a0efac288\",\n                    \"businessTime\": 1776687223000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6b14e7b2-0d30-4e11-9c78-ebc3f383adc6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041967165469295\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063401.270367549,\n                    \"instrumentId\": \"5af6c0fe-7d32-4b75-a18b-5010703a9b38\",\n                    \"businessTime\": 1776687224000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283938.7579461564,\n                    \"instrumentId\": \"1a41c0df-97d7-4f48-a0c1-4fb5b6647bbc\",\n                    \"businessTime\": 1776687224000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770030.448275924,\n                    \"instrumentId\": \"1ddd4ccb-1278-45b9-92d7-6c2a3f31d9f1\",\n                    \"businessTime\": 1776687224000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299868.8825362147,\n                    \"instrumentId\": \"94ac99b2-20f9-4a64-8b38-3c3e907f6580\",\n                    \"businessTime\": 1776687224000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388218.6811071128,\n                    \"instrumentId\": \"535c984e-f798-47fa-9bc2-bda5b31e5f4b\",\n                    \"businessTime\": 1776687224000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83820587.571109,\n                    \"instrumentId\": \"e5776de3-f9a5-4abc-88f6-046acc27aab3\",\n                    \"businessTime\": 1776687224000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655957.801415349,\n                    \"instrumentId\": \"a5b68865-da94-4762-9b3c-7390f8eb57bd\",\n                    \"businessTime\": 1776687224000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"204a8d96-087d-4d2e-ba21-04d0a4627edc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041991260590034\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063401.270367549,\n                    \"instrumentId\": \"fdeb6dc7-0c7d-4b19-b777-e76f350784a8\",\n                    \"businessTime\": 1776687225000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283692.365844324,\n                    \"instrumentId\": \"031b74d1-f4f5-46b6-ad8f-8892b0e2438c\",\n                    \"businessTime\": 1776687225000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770018.860675048,\n                    \"instrumentId\": \"ee67ae55-be36-419d-bcab-bbb9b967da91\",\n                    \"businessTime\": 1776687225000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299868.8825362147,\n                    \"instrumentId\": \"f3cd11b9-47fd-49a8-afda-8bf88fddaaee\",\n                    \"businessTime\": 1776687225000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388218.6811071128,\n                    \"instrumentId\": \"17e1f55b-5a53-42a9-9ef6-fb1dd125f27d\",\n                    \"businessTime\": 1776687225000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83820774.84392421,\n                    \"instrumentId\": \"2b860aa4-f9d5-487b-8670-48599dcf4214\",\n                    \"businessTime\": 1776687225000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655957.801415349,\n                    \"instrumentId\": \"21033824-4b38-4411-8c07-0d92e81d3fdb\",\n                    \"businessTime\": 1776687225000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4d154c3d-14d9-4b02-8f4e-c96574764c30\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041978834072022\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063401.270367549,\n                    \"instrumentId\": \"6d4e542c-69bd-4876-bfe4-c2a80f102ca5\",\n                    \"businessTime\": 1776687226000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283621.430882313,\n                    \"instrumentId\": \"a9052a94-efda-4bc8-9780-bff8751b91c2\",\n                    \"businessTime\": 1776687226000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770124.270508729,\n                    \"instrumentId\": \"ea7cb0b2-a412-4f14-a6d7-f96846466539\",\n                    \"businessTime\": 1776687226000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299868.8825362147,\n                    \"instrumentId\": \"3155312f-c751-4c48-ab1e-1868f7f24578\",\n                    \"businessTime\": 1776687226000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388218.6811071128,\n                    \"instrumentId\": \"445edfb3-a65b-4f1b-b3fe-d9e48253660e\",\n                    \"businessTime\": 1776687226000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83826354.46259822,\n                    \"instrumentId\": \"dd7df081-4998-47a4-9516-2509487767e3\",\n                    \"businessTime\": 1776687226000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655957.801415349,\n                    \"instrumentId\": \"56e4d285-a89f-4f30-8e78-3b993027087d\",\n                    \"businessTime\": 1776687226000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8d8dd969-7e19-4e32-8043-0a5d33e20418\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04296549374613\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063141.415761075,\n                    \"instrumentId\": \"f5673e81-56df-44e5-94af-cdb254b2696b\",\n                    \"businessTime\": 1776687227000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283184.400479252,\n                    \"instrumentId\": \"b79e10ba-f794-4b92-937f-b25df61e793a\",\n                    \"businessTime\": 1776687227000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770526.636867212,\n                    \"instrumentId\": \"a72eac28-efea-417b-994f-8d8bf2f0b5d9\",\n                    \"businessTime\": 1776687227000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299868.8825362147,\n                    \"instrumentId\": \"f4a22801-16d7-4b2a-be5c-689e197b5190\",\n                    \"businessTime\": 1776687227000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"eef994b8-348f-4c44-b113-28702ad69665\",\n                    \"businessTime\": 1776687227000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83826220.80320707,\n                    \"instrumentId\": \"c40d58e6-ef13-456c-988f-9b6d814b8450\",\n                    \"businessTime\": 1776687227000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655957.801415349,\n                    \"instrumentId\": \"49304c12-c96e-4390-99ce-93a1ee73088c\",\n                    \"businessTime\": 1776687227000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c6baf86b-ccfd-41fb-bf93-b057aa2a3924\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04289085771239\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063141.415761075,\n                    \"instrumentId\": \"b419bd29-6b6a-4ec1-8ec6-caab2c043f6c\",\n                    \"businessTime\": 1776687228000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283213.6710868236,\n                    \"instrumentId\": \"e37a6903-29ab-407c-b2c6-fd1f9b0842d6\",\n                    \"businessTime\": 1776687228000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770526.627579033,\n                    \"instrumentId\": \"00a1f61b-e3a5-4596-80ae-e6bbdee4e3aa\",\n                    \"businessTime\": 1776687228000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299868.8825362147,\n                    \"instrumentId\": \"6acfbc02-8a02-4dad-904a-d34aa94725b6\",\n                    \"businessTime\": 1776687228000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"91d60b74-3d6c-4c05-ac4e-d502e393421d\",\n                    \"businessTime\": 1776687228000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83826134.27151005,\n                    \"instrumentId\": \"ab41bde7-d070-4f05-bc72-6294d1128cd6\",\n                    \"businessTime\": 1776687228000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655957.801415349,\n                    \"instrumentId\": \"266d1fa9-e9ff-43e3-af70-e057e70e5a1f\",\n                    \"businessTime\": 1776687228000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a64b6948-d352-47b4-a692-14d8398b2ef5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04288079261966\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062106.340062414,\n                    \"instrumentId\": \"e9f3ced6-ebf0-4077-a62b-6ff197fc33c6\",\n                    \"businessTime\": 1776687229000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283213.6129130702,\n                    \"instrumentId\": \"8b28b59d-5ddd-4a08-9f81-948343a78959\",\n                    \"businessTime\": 1776687229000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770526.388592418,\n                    \"instrumentId\": \"6ec2573e-fa4f-4ee6-9259-cc5172378631\",\n                    \"businessTime\": 1776687229000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299868.8825362147,\n                    \"instrumentId\": \"fb7ee65b-82f0-4d7f-9b99-5c1f6fb41573\",\n                    \"businessTime\": 1776687229000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"0865144b-1548-4245-b0fd-1a1d1fa5f8fb\",\n                    \"businessTime\": 1776687229000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83826127.98157386,\n                    \"instrumentId\": \"288bfc42-7c71-4862-830f-58d3bf9f86b9\",\n                    \"businessTime\": 1776687229000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655957.801415349,\n                    \"instrumentId\": \"c4ade0bf-5f74-485e-b85e-64f101bad61e\",\n                    \"businessTime\": 1776687229000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0b81cd1c-f65c-483b-b8f7-162e113e6b6f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.042697723587107\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061891.658499773,\n                    \"instrumentId\": \"ac80ed29-f1a2-4af1-98c3-e16e05e60168\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283137.9395276047,\n                    \"instrumentId\": \"8f03e7cb-1dba-4490-97bd-4f55be921906\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770478.100315267,\n                    \"instrumentId\": \"0531849b-5aa2-424d-bdc4-a6fb41bf3577\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299869.40439632226,\n                    \"instrumentId\": \"045d8d48-108c-46f4-8923-c048f057a4a8\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"81c7d140-86ce-44da-8e71-6c62e3961057\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83825153.90876092,\n                    \"instrumentId\": \"3c97749b-7b4c-4bfa-bd7c-ebcef8b21de1\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655960.3772019321,\n                    \"instrumentId\": \"8470e140-e1a8-4897-bc3c-ebbb950161e5\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cbe86796-8c8f-49c0-bdd8-8912c338430c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.042467562182626\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061760.0768509535,\n                    \"instrumentId\": \"9c5e128e-8d90-42b5-b0d3-1f4d1bc95b2f\",\n                    \"businessTime\": 1776687231000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283127.2070302274,\n                    \"instrumentId\": \"1e131b94-175e-449f-af14-fbd4d202bc64\",\n                    \"businessTime\": 1776687231000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771802.360128818,\n                    \"instrumentId\": \"6c5837db-ede3-46e3-8608-2d1c9681c697\",\n                    \"businessTime\": 1776687231000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299869.7081835551,\n                    \"instrumentId\": \"f96ab37a-3fc4-4fb1-8213-2f854dfc628f\",\n                    \"businessTime\": 1776687231000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"81c7d140-86ce-44da-8e71-6c62e3961057\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83824381.3921948,\n                    \"instrumentId\": \"04958198-2d4a-49e0-93d3-231b20280e49\",\n                    \"businessTime\": 1776687231000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655960.3772019321,\n                    \"instrumentId\": \"97cf59b1-5d2b-45fd-b0a7-3b301d6e464f\",\n                    \"businessTime\": 1776687231000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6011f72b-1c5d-4f35-a9ee-2de6726c92c7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.042539571477608\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061830.727839601,\n                    \"instrumentId\": \"f2b88caa-691c-4b66-8f3c-b156de830130\",\n                    \"businessTime\": 1776687232000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283127.2070302274,\n                    \"instrumentId\": \"cf112c9b-6e6a-4eaf-acb6-9debbecf14d8\",\n                    \"businessTime\": 1776687232000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771777.72606294,\n                    \"instrumentId\": \"a04451df-2bb0-430c-99c1-0204cf9a1f86\",\n                    \"businessTime\": 1776687232000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299869.7081835551,\n                    \"instrumentId\": \"a28d2b90-420f-42c8-9d28-a0611e2bb58f\",\n                    \"businessTime\": 1776687232000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"81c7d140-86ce-44da-8e71-6c62e3961057\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83824143.8738916,\n                    \"instrumentId\": \"63778559-8381-4973-8f6f-918bf6655c7e\",\n                    \"businessTime\": 1776687232000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655960.3772019321,\n                    \"instrumentId\": \"a5c553f2-2eda-4fa0-bd53-287fee4ac7aa\",\n                    \"businessTime\": 1776687232000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f4bbf4f1-8686-4475-b42f-f80267d61d61\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.042505915698978\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061830.203132342,\n                    \"instrumentId\": \"961f5e41-d41f-4170-ae0a-1b3f6664749a\",\n                    \"businessTime\": 1776687233000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283127.0538943815,\n                    \"instrumentId\": \"4b07d265-03c4-485c-824f-03545f861409\",\n                    \"businessTime\": 1776687233000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771560.3655272,\n                    \"instrumentId\": \"3f791342-5a25-4c2a-aaa3-e0d10995af05\",\n                    \"businessTime\": 1776687233000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299869.7081835551,\n                    \"instrumentId\": \"4daae5ac-d98d-41dc-b165-9520dff63543\",\n                    \"businessTime\": 1776687233000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"81c7d140-86ce-44da-8e71-6c62e3961057\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83822322.84950095,\n                    \"instrumentId\": \"f66e8f3d-a6bb-40e5-9dd4-e704153bfb33\",\n                    \"businessTime\": 1776687233000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655958.4508496738,\n                    \"instrumentId\": \"5ee5ce7e-0ee1-4f0b-8f6f-a606496bb98d\",\n                    \"businessTime\": 1776687233000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4415668a-18ca-462c-8480-d6543a3fce88\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.042147218138034\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061830.203132342,\n                    \"instrumentId\": \"0b0d302a-31cf-4eee-914c-a095efa3c1e6\",\n                    \"businessTime\": 1776687234000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283126.600172816,\n                    \"instrumentId\": \"3ce22f66-5046-400e-a093-27ee8c8b1a2b\",\n                    \"businessTime\": 1776687234000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771054.394871458,\n                    \"instrumentId\": \"0a8918c5-3254-4e8f-8879-09c98e8c2f93\",\n                    \"businessTime\": 1776687234000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299869.7666949845,\n                    \"instrumentId\": \"b406d600-3f3b-4e1a-9c51-d619b5062970\",\n                    \"businessTime\": 1776687234000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"81c7d140-86ce-44da-8e71-6c62e3961057\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83822303.1504009,\n                    \"instrumentId\": \"f4a6a121-85e5-4b3c-b778-b5bf3c04954d\",\n                    \"businessTime\": 1776687234000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655958.4508496738,\n                    \"instrumentId\": \"5c9c1e65-c71c-40cb-96b5-9931c158cdcc\",\n                    \"businessTime\": 1776687234000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6a31b9e4-6cfc-477e-bd46-2282a5282574\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.042054763838223\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061818.439259972,\n                    \"instrumentId\": \"68e34284-153e-4ca3-b3a6-6527e2c0d062\",\n                    \"businessTime\": 1776687235000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283125.151752709,\n                    \"instrumentId\": \"a53f6c5b-0533-4a2e-abf2-0d58588f1b03\",\n                    \"businessTime\": 1776687235000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771007.940528082,\n                    \"instrumentId\": \"665f4abc-7b2f-4d87-ac46-ef8da5b43bf3\",\n                    \"businessTime\": 1776687235000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299869.7666949845,\n                    \"instrumentId\": \"fdc6a638-3665-4520-a6e4-9c6690e0d2e0\",\n                    \"businessTime\": 1776687235000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"81c7d140-86ce-44da-8e71-6c62e3961057\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83822243.35066327,\n                    \"instrumentId\": \"5143e382-7587-4f49-bd96-0929f98d4985\",\n                    \"businessTime\": 1776687235000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655943.7155091356,\n                    \"instrumentId\": \"073d2557-9443-457c-ad42-c46411cc2c27\",\n                    \"businessTime\": 1776687235000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bda127c8-41c2-446b-affb-b4812410d985\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.042031178299734\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061783.022897972,\n                    \"instrumentId\": \"9b557dcb-44a8-4d90-9acf-2606312b1715\",\n                    \"businessTime\": 1776687236000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283116.097493339,\n                    \"instrumentId\": \"65ae4a7c-7fd9-4085-974a-137f717d2cd7\",\n                    \"businessTime\": 1776687236000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771007.940528082,\n                    \"instrumentId\": \"d9978c8c-cb95-450d-b26c-30fd14e48551\",\n                    \"businessTime\": 1776687236000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299869.7666949845,\n                    \"instrumentId\": \"35aad67f-87a1-4686-b057-f5f5fd8b903c\",\n                    \"businessTime\": 1776687236000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"81c7d140-86ce-44da-8e71-6c62e3961057\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83822176.82936586,\n                    \"instrumentId\": \"1faeb07a-da4a-4110-8dda-2f3572e50c48\",\n                    \"businessTime\": 1776687236000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655776.1130486078,\n                    \"instrumentId\": \"6acea23c-0fc2-4ff0-9753-f560a8931f5b\",\n                    \"businessTime\": 1776687236000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9bb68372-9213-4c24-8817-72d8de070af8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041982216194405\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061744.32367704,\n                    \"instrumentId\": \"7df8e681-2cc6-491b-9e07-accaf8416506\",\n                    \"businessTime\": 1776687237000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283116.097493339,\n                    \"instrumentId\": \"dcfe046c-2b96-4613-992f-bd5b8a909806\",\n                    \"businessTime\": 1776687237000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770929.41130568,\n                    \"instrumentId\": \"1998908e-1008-445a-955d-a744aca85717\",\n                    \"businessTime\": 1776687237000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299882.18418598035,\n                    \"instrumentId\": \"1bea4dac-7c42-4141-8e03-c7cba19d5eed\",\n                    \"businessTime\": 1776687237000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"81c7d140-86ce-44da-8e71-6c62e3961057\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83822131.9306647,\n                    \"instrumentId\": \"ea5428fe-6277-42ab-8c62-d84e871fad08\",\n                    \"businessTime\": 1776687237000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655776.1130486078,\n                    \"instrumentId\": \"79271759-373c-42dd-abf4-7176b9b2f743\",\n                    \"businessTime\": 1776687237000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"95a80371-b3e7-4ffa-b842-024a60ad4f6c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041955905183247\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:13:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061744.201609853,\n                    \"instrumentId\": \"0f688fce-fc14-4a0a-bd84-d5ab78287fa0\",\n                    \"businessTime\": 1776687238000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283114.96718197,\n                    \"instrumentId\": \"e70c8edd-90ba-4a4b-975b-badf9ebaa525\",\n                    \"businessTime\": 1776687238000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770929.41130568,\n                    \"instrumentId\": \"387fcf2b-65f9-4645-a34e-2a56d3dccd81\",\n                    \"businessTime\": 1776687238000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299882.2057247743,\n                    \"instrumentId\": \"898b21e6-f8b7-4d4a-ba80-773fe90f40f7\",\n                    \"businessTime\": 1776687238000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"81c7d140-86ce-44da-8e71-6c62e3961057\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83822074.74229524,\n                    \"instrumentId\": \"f6464411-4c32-4716-999e-39b4c5b765da\",\n                    \"businessTime\": 1776687238000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655776.1130486078,\n                    \"instrumentId\": \"dca29e3e-343e-4823-bb3e-4eec5f95090c\",\n                    \"businessTime\": 1776687238000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9f427e9d-226a-4167-a386-68250b0c1410\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041945638186895\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061744.201609853,\n                    \"instrumentId\": \"7e75320e-cf1f-4f1c-a2c1-9424e6e4438e\",\n                    \"businessTime\": 1776687239000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283114.8912608507,\n                    \"instrumentId\": \"9c1ac8d3-5869-4409-9f3a-4de16757dcf3\",\n                    \"businessTime\": 1776687239000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770592.12413692,\n                    \"instrumentId\": \"afe2834f-f43e-4844-bc74-4e5aea84f312\",\n                    \"businessTime\": 1776687239000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299882.2057247743,\n                    \"instrumentId\": \"1376cc61-dc99-4e7b-baa1-7017b5c4dbcc\",\n                    \"businessTime\": 1776687239000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"81c7d140-86ce-44da-8e71-6c62e3961057\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83822122.31058273,\n                    \"instrumentId\": \"01e7b597-abff-436a-b5d8-fc5167ad37f3\",\n                    \"businessTime\": 1776687239000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655776.1130486078,\n                    \"instrumentId\": \"5780dc4b-5094-4d60-b8b7-9c99c61cbea7\",\n                    \"businessTime\": 1776687239000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ea39fe3b-b7ae-4174-b83b-357ffa0c04c0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04189470764166\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061744.201609853,\n                    \"instrumentId\": \"c843a8e1-1850-4e56-b513-aa531b8a7c65\",\n                    \"businessTime\": 1776687240000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283111.824614553,\n                    \"instrumentId\": \"5c01c82c-e9c0-4937-8315-fb41077c0031\",\n                    \"businessTime\": 1776687240000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770592.12413692,\n                    \"instrumentId\": \"a39b786b-a46b-4a8b-9665-3610d28959b7\",\n                    \"businessTime\": 1776687240000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299882.29965073126,\n                    \"instrumentId\": \"d78ccc15-91fe-4c47-8b87-f506c04759a4\",\n                    \"businessTime\": 1776687240000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"81c7d140-86ce-44da-8e71-6c62e3961057\",\n                    \"businessTime\": 1776687230000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83822089.4101676,\n                    \"instrumentId\": \"384ddab0-777c-43d3-9474-73d391c48ef2\",\n                    \"businessTime\": 1776687240000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655776.1130486078,\n                    \"instrumentId\": \"a3a8d2ff-3f97-4f2b-90fa-686bff3e1075\",\n                    \"businessTime\": 1776687240000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e9d5abbe-cad2-4363-9e46-95bb1278a63b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041888403048432\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061740.046349535,\n                    \"instrumentId\": \"6456b638-5ce1-4bee-aa69-2ecb8dad9548\",\n                    \"businessTime\": 1776687241000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283112.4025837514,\n                    \"instrumentId\": \"bd56f880-1668-42b2-b717-e4265648b8b3\",\n                    \"businessTime\": 1776687241000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770020.006951036,\n                    \"instrumentId\": \"eff04ece-d458-49ec-9627-2bc83b2517c1\",\n                    \"businessTime\": 1776687241000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299882.29965073126,\n                    \"instrumentId\": \"b7c9d465-2880-4ef0-bdea-88550d3d2479\",\n                    \"businessTime\": 1776687241000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.2316693402,\n                    \"instrumentId\": \"774c7675-9a35-4d32-a055-17fcc25ce79d\",\n                    \"businessTime\": 1776687241000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83811448.01399407,\n                    \"instrumentId\": \"72185f98-ec50-4c50-bf95-15af1915959e\",\n                    \"businessTime\": 1776687241000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655776.1130486078,\n                    \"instrumentId\": \"bc1af625-a53d-4c62-9f07-8a72a6984848\",\n                    \"businessTime\": 1776687241000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f0f819f5-d8c5-49ea-b720-6e05145732a3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03990228018402\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061433.607267834,\n                    \"instrumentId\": \"25a000be-4304-4272-a16b-c172a02476af\",\n                    \"businessTime\": 1776687242000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282839.501997116,\n                    \"instrumentId\": \"5ade5ebe-f607-4225-b478-ede3a68e07c1\",\n                    \"businessTime\": 1776687242000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769282.634189554,\n                    \"instrumentId\": \"a30e37e9-2d1d-4b08-a70c-d13bfa9d10f2\",\n                    \"businessTime\": 1776687242000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299882.29965073126,\n                    \"instrumentId\": \"06565802-a68f-4ee4-ad3b-59ea4dab84f6\",\n                    \"businessTime\": 1776687242000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.2316693402,\n                    \"instrumentId\": \"70d1a376-3381-42ff-9051-632babbdadfb\",\n                    \"businessTime\": 1776687242000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83805480.380822,\n                    \"instrumentId\": \"97ed2826-8adf-463a-9384-772ad180eb27\",\n                    \"businessTime\": 1776687242000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655776.1130486078,\n                    \"instrumentId\": \"26aa7313-8ae4-4275-8a65-3bf7a354d713\",\n                    \"businessTime\": 1776687242000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c985ae84-bc76-4036-be74-41a06ce2fb59\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03862207884801\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061433.607267834,\n                    \"instrumentId\": \"46023d78-830a-461d-87af-338e43b31aad\",\n                    \"businessTime\": 1776687243000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283109.0710470295,\n                    \"instrumentId\": \"6b79f235-a18a-454e-bf22-b93dd16f6bdc\",\n                    \"businessTime\": 1776687243000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768667.875831826,\n                    \"instrumentId\": \"4321c4b9-f757-4bc5-87c7-ad7ba390f36e\",\n                    \"businessTime\": 1776687243000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299882.29965073126,\n                    \"instrumentId\": \"8de42ce3-47d8-43a0-8b9b-17eccb03746d\",\n                    \"businessTime\": 1776687243000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.2316693402,\n                    \"instrumentId\": \"765ea1ff-efea-47b2-8e23-d08c1adc3589\",\n                    \"businessTime\": 1776687243000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83805085.35051857,\n                    \"instrumentId\": \"ccca29f2-6e55-4358-9ec2-c6ac7b727ba4\",\n                    \"businessTime\": 1776687243000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655750.2255661917,\n                    \"instrumentId\": \"a85794ac-3522-4f3b-b442-32a4af3ec9ac\",\n                    \"businessTime\": 1776687243000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d422b16e-d7ef-4c45-81c5-a01bef8a6727\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03848743788252\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061438.720776174,\n                    \"instrumentId\": \"641631da-9e79-46ec-b7c5-192b8ce5af40\",\n                    \"businessTime\": 1776687244000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282935.3541870113,\n                    \"instrumentId\": \"be97e314-d667-42ef-9e36-c943ab4f0daa\",\n                    \"businessTime\": 1776687244000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768667.65832004,\n                    \"instrumentId\": \"5e473cd2-262b-40cd-a4b8-5472686e26cc\",\n                    \"businessTime\": 1776687244000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299882.29965073126,\n                    \"instrumentId\": \"009cd780-d30c-4ae7-9ee5-c8f20bef73f5\",\n                    \"businessTime\": 1776687244000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.2316693402,\n                    \"instrumentId\": \"fbc9cae0-90de-45ac-ba40-c2d348d76cbb\",\n                    \"businessTime\": 1776687244000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83805071.29536776,\n                    \"instrumentId\": \"a32d00b7-14ce-49a7-8103-1bc93ed65c65\",\n                    \"businessTime\": 1776687244000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655750.2255661917,\n                    \"instrumentId\": \"11ccb784-0ac4-482f-8c1a-2374f6a7bbd2\",\n                    \"businessTime\": 1776687244000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3a809169-5c1c-4f01-a74d-cedcfedc24d8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.038455297985458\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060715.326783104,\n                    \"instrumentId\": \"aa6f93d1-6b87-4758-9d9d-7b6a105d92d9\",\n                    \"businessTime\": 1776687245000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282930.2364389654,\n                    \"instrumentId\": \"2b3978e0-4b4a-4edc-9a12-0362a7e9e7b8\",\n                    \"businessTime\": 1776687245000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768554.83229941,\n                    \"instrumentId\": \"605fca0f-f655-49e5-9a16-6bea633f851b\",\n                    \"businessTime\": 1776687245000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299882.29965073126,\n                    \"instrumentId\": \"86fd3cce-446e-4dcd-adc2-2c801a21a56d\",\n                    \"businessTime\": 1776687245000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.2316693402,\n                    \"instrumentId\": \"0a40205e-a3ec-4b5d-9072-4e9a12e3c216\",\n                    \"businessTime\": 1776687245000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83800335.05513752,\n                    \"instrumentId\": \"4bedaaa5-a1aa-4fb4-9b89-f9c3f63afaa8\",\n                    \"businessTime\": 1776687245000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655750.2255661917,\n                    \"instrumentId\": \"4ffa2c48-3ee0-4fdc-832b-4bd32981e41f\",\n                    \"businessTime\": 1776687245000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4ab46856-6090-471e-975b-01acc2b7c94c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0374750558076\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060549.742680228,\n                    \"instrumentId\": \"0110df7f-d23d-4f57-8556-9b5957e42d87\",\n                    \"businessTime\": 1776687246000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282930.4021440176,\n                    \"instrumentId\": \"efcd04e0-5fae-4d41-aa1e-f29fee80b648\",\n                    \"businessTime\": 1776687246000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768406.490206592,\n                    \"instrumentId\": \"f516511e-69e1-498a-9a1d-a9f7cf80cd3f\",\n                    \"businessTime\": 1776687246000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299845.2071309411,\n                    \"instrumentId\": \"3ba92789-caf2-4ee3-a5e7-234729631723\",\n                    \"businessTime\": 1776687246000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.2316693402,\n                    \"instrumentId\": \"2e8ebea5-e6b6-4b2c-89d9-cbff364d9a4c\",\n                    \"businessTime\": 1776687246000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83800480.21364206,\n                    \"instrumentId\": \"5da5e1c3-bd18-400c-bbe3-7db80bbd1a0b\",\n                    \"businessTime\": 1776687246000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655750.2255661917,\n                    \"instrumentId\": \"c8adb485-5156-4b8f-a85e-51359f109ca8\",\n                    \"businessTime\": 1776687246000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"95051dad-ef71-4da0-a11d-3f02632e5865\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03743890563082\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060549.742680228,\n                    \"instrumentId\": \"07a9685b-0c8c-4da2-93e2-952f6bd1c10d\",\n                    \"businessTime\": 1776687247000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282927.590612841,\n                    \"instrumentId\": \"655b51c3-39b3-4a43-bacc-0d2d2f75f848\",\n                    \"businessTime\": 1776687247000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768333.141751802,\n                    \"instrumentId\": \"5372ece9-341a-4864-b613-5165beab1b1a\",\n                    \"businessTime\": 1776687247000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299840.5650544416,\n                    \"instrumentId\": \"c2995565-0a72-475a-9eca-51fc101fda12\",\n                    \"businessTime\": 1776687247000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.2316693402,\n                    \"instrumentId\": \"f3c32868-0d61-466f-96dd-8d39807dcfd6\",\n                    \"businessTime\": 1776687247000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799978.63039473,\n                    \"instrumentId\": \"3dec0502-d763-4286-9158-1a59cbd68124\",\n                    \"businessTime\": 1776687247000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655750.2255661917,\n                    \"instrumentId\": \"de644314-70ee-42cb-bc6c-fd079b1c4dc1\",\n                    \"businessTime\": 1776687247000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8cd92401-f2e0-4465-8f46-3749c182244e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03733655320379\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059042.092374926,\n                    \"instrumentId\": \"317a434c-430e-43ec-a61e-f88c84c73e90\",\n                    \"businessTime\": 1776687248000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282927.3506986997,\n                    \"instrumentId\": \"e3032f99-528a-49c2-aca2-605afc55431e\",\n                    \"businessTime\": 1776687248000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767780.42342643,\n                    \"instrumentId\": \"2dae5e5b-9c8b-4539-8e86-cf3b1325ec5c\",\n                    \"businessTime\": 1776687248000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299840.5650544416,\n                    \"instrumentId\": \"f881f284-4094-4a17-87d8-515ad0480b9f\",\n                    \"businessTime\": 1776687248000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.2316693402,\n                    \"instrumentId\": \"d7ba3389-ae4d-47a8-83cd-edd1fc6ec16d\",\n                    \"businessTime\": 1776687248000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83793594.6298301,\n                    \"instrumentId\": \"f181d895-a18e-4f03-b0cd-eb7f7c2a425e\",\n                    \"businessTime\": 1776687248000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655750.2255661917,\n                    \"instrumentId\": \"d7580523-cb0c-4fa4-91da-1ec9d6d1fdf8\",\n                    \"businessTime\": 1776687248000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bd044ea4-6d35-4364-ad9a-a56b54204dca\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035852439124803\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058935.484892664,\n                    \"instrumentId\": \"db9d0a31-e992-4622-b394-152f469cd02b\",\n                    \"businessTime\": 1776687249000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282927.3506986997,\n                    \"instrumentId\": \"4ef612e9-8c73-490b-8130-3e09339408b0\",\n                    \"businessTime\": 1776687249000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767688.950142464,\n                    \"instrumentId\": \"d7a6ab95-cca8-4a60-affe-4157fa17101f\",\n                    \"businessTime\": 1776687249000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299840.5650544416,\n                    \"instrumentId\": \"75aae559-c11a-4c59-9894-64045c722b11\",\n                    \"businessTime\": 1776687249000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.2316693402,\n                    \"instrumentId\": \"66d337b3-feff-4c32-8dac-c326d2f19ad5\",\n                    \"businessTime\": 1776687249000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83793381.01856747,\n                    \"instrumentId\": \"20d42abc-19a0-491d-bcae-5082688f3a60\",\n                    \"businessTime\": 1776687249000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"1d9523b6-9a70-460c-bd92-b27fba992f11\",\n                    \"businessTime\": 1776687249000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1adc1a56-1e4b-4aa2-aad7-4f23bf4fd40b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035724125907215\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058573.878055439,\n                    \"instrumentId\": \"a42bd60b-5a63-47fa-826d-ac9ea4d16acf\",\n                    \"businessTime\": 1776687250000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282929.897009707,\n                    \"instrumentId\": \"dce8dfbe-f8e7-4584-bf75-6575307536e3\",\n                    \"businessTime\": 1776687250000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767641.040807003,\n                    \"instrumentId\": \"c27edf2f-a531-4246-86a5-630b6c10b0d6\",\n                    \"businessTime\": 1776687250000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299839.04243095306,\n                    \"instrumentId\": \"b95c3774-7efb-47b3-adfc-481e4089feb4\",\n                    \"businessTime\": 1776687250000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.2316693402,\n                    \"instrumentId\": \"aaa7d9e8-462b-4c5a-834f-88e689238e96\",\n                    \"businessTime\": 1776687250000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83793338.32134673,\n                    \"instrumentId\": \"bd5c8d24-046f-406f-8c6b-f1523518c2dc\",\n                    \"businessTime\": 1776687250000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"c46f63d5-1f45-4624-b877-dab15401a9f5\",\n                    \"businessTime\": 1776687250000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fdc3487e-ffcc-48f1-a33b-d7468f75cc01\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03564483070407\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058573.550691567,\n                    \"instrumentId\": \"efec39ab-a9d7-4da9-b50e-c751f63d34c1\",\n                    \"businessTime\": 1776687251000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282930.2148581473,\n                    \"instrumentId\": \"b8b8dfe3-9070-4204-ba83-03e690f1b2fa\",\n                    \"businessTime\": 1776687251000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767641.040807003,\n                    \"instrumentId\": \"9fbe4cbc-7b70-46fa-9a9c-e3b236942138\",\n                    \"businessTime\": 1776687251000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299838.8803932143,\n                    \"instrumentId\": \"d2d5bc15-11c6-4bc3-b5a2-3b53d4ab0927\",\n                    \"businessTime\": 1776687251000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.2316693402,\n                    \"instrumentId\": \"c9864905-d8e9-43e8-b5b1-c7a0ba39b32b\",\n                    \"businessTime\": 1776687251000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83793337.80509615,\n                    \"instrumentId\": \"54dc83e7-2b16-40a8-889e-99817a44f7bd\",\n                    \"businessTime\": 1776687251000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"a55323c3-5267-4b8c-9d2e-535560afdd44\",\n                    \"businessTime\": 1776687251000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"70996ef4-1f9a-46da-a433-67ef351b9f72\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035644709824673\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058573.550691567,\n                    \"instrumentId\": \"1308f35f-ccd5-4937-bc24-e498c4afb746\",\n                    \"businessTime\": 1776687252000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282924.3123401394,\n                    \"instrumentId\": \"dba35e76-5972-481b-8bab-fdaf44a35dac\",\n                    \"businessTime\": 1776687252000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767630.675074719,\n                    \"instrumentId\": \"0d7a2660-e618-4a46-b936-4e1b7cf23f6c\",\n                    \"businessTime\": 1776687252000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299838.8803932143,\n                    \"instrumentId\": \"65a676d9-f301-43e4-b13b-d27993f009d6\",\n                    \"businessTime\": 1776687252000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.2316693402,\n                    \"instrumentId\": \"f4f00f42-6ead-4c31-a77e-50f97d4f233e\",\n                    \"businessTime\": 1776687252000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83793326.38773857,\n                    \"instrumentId\": \"df97d596-aa64-47bc-af7d-c89fedd481fc\",\n                    \"businessTime\": 1776687252000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"c4ea5b6b-ecbb-42eb-90b8-b4361d990509\",\n                    \"businessTime\": 1776687252000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3579284a-d626-4e5a-8755-dd440fed429c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03563984416424\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058568.2027773475,\n                    \"instrumentId\": \"b20d911c-c73a-4e4f-b848-dc8ac06919f9\",\n                    \"businessTime\": 1776687253000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282924.1307343715,\n                    \"instrumentId\": \"18d27797-e761-4021-9b44-48bdf8e8fb72\",\n                    \"businessTime\": 1776687253000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767486.73646695,\n                    \"instrumentId\": \"6e0b217c-39d0-4087-a50a-d90830fad208\",\n                    \"businessTime\": 1776687253000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299813.8899381119,\n                    \"instrumentId\": \"80e09c62-67e8-4681-8c7c-8ed61419d4c5\",\n                    \"businessTime\": 1776687253000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388137.29562597454,\n                    \"instrumentId\": \"678561e4-ba51-417f-b7ca-202dd9a44a86\",\n                    \"businessTime\": 1776687253000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83793309.22542842,\n                    \"instrumentId\": \"45c1f622-6941-4650-a755-b1f58daae0c4\",\n                    \"businessTime\": 1776687253000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"6e7b13d9-bcf8-4344-86dd-d992582127ef\",\n                    \"businessTime\": 1776687253000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ae38b0e5-ef2a-42aa-b4b8-4bba616b9868\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035606002874893\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058563.22398368,\n                    \"instrumentId\": \"f989ede8-e7f7-49db-a8ac-0bb0d551c490\",\n                    \"businessTime\": 1776687254000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282924.1307343715,\n                    \"instrumentId\": \"4139b7b9-3a9c-448d-b48c-d24554b72a8f\",\n                    \"businessTime\": 1776687254000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766937.919813624,\n                    \"instrumentId\": \"ce240803-863b-4287-8253-9b757103c945\",\n                    \"businessTime\": 1776687254000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299811.80620850174,\n                    \"instrumentId\": \"95d813b5-4543-47d5-9338-27c089e8a8ea\",\n                    \"businessTime\": 1776687254000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388137.29562597454,\n                    \"instrumentId\": \"8b4870f2-0509-4939-83e0-faa9b5fced71\",\n                    \"businessTime\": 1776687254000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83793418.23182568,\n                    \"instrumentId\": \"35747153-1350-4854-8157-6e89c0004518\",\n                    \"businessTime\": 1776687254000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"8a4f628a-1cf2-41b2-811a-f6ffae6e69bc\",\n                    \"businessTime\": 1776687254000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"39b64147-2520-4475-b008-0f5a8eb97e51\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035527466358314\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058563.22398368,\n                    \"instrumentId\": \"3384994b-1522-4494-9736-d1da11585172\",\n                    \"businessTime\": 1776687255000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282916.1919591865,\n                    \"instrumentId\": \"54ec3a00-8244-4cb4-923d-93b0067390ca\",\n                    \"businessTime\": 1776687255000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766933.749554988,\n                    \"instrumentId\": \"3a9e78e0-fb19-43cb-ac32-e919931c646b\",\n                    \"businessTime\": 1776687255000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299811.80620850174,\n                    \"instrumentId\": \"2de7dd32-f6e4-4241-9e41-475b1a996f87\",\n                    \"businessTime\": 1776687255000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388137.29562597454,\n                    \"instrumentId\": \"c4ad0367-ed57-45db-8aa3-edf2e3e5cfe5\",\n                    \"businessTime\": 1776687255000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83793414.36253858,\n                    \"instrumentId\": \"767721ac-04fd-4a98-bd7e-267c384d9dbc\",\n                    \"businessTime\": 1776687255000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"f5915c1c-34e4-41bd-b8eb-44c3b0e36ff1\",\n                    \"businessTime\": 1776687255000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f1e2eeaa-582f-41f8-81f4-0a89107186e0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035524658217554\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058561.035957418,\n                    \"instrumentId\": \"929cda6a-db4a-4976-bfbe-28f57cde4f55\",\n                    \"businessTime\": 1776687256000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282916.1919591865,\n                    \"instrumentId\": \"c06456d9-1474-4ff5-bc22-41eeb04abc86\",\n                    \"businessTime\": 1776687256000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766665.53688498,\n                    \"instrumentId\": \"6633a86f-0200-4db0-a92c-c3192904f5d2\",\n                    \"businessTime\": 1776687256000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299811.80620850174,\n                    \"instrumentId\": \"0513e9fe-d156-4c10-b243-843b3ad73dad\",\n                    \"businessTime\": 1776687256000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388131.7465379245,\n                    \"instrumentId\": \"f1ee767e-af1d-4ea6-9d71-06a657a537ce\",\n                    \"businessTime\": 1776687256000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83791943.48173927,\n                    \"instrumentId\": \"64ed2668-d33e-40e4-945e-3ff7abe59382\",\n                    \"businessTime\": 1776687256000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"2b670374-7a4f-4c43-8ee5-322ba617e1db\",\n                    \"businessTime\": 1776687256000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5141ce9a-e39e-4b63-8086-8c8c1df2f5ef\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035217658114984\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058462.240985644,\n                    \"instrumentId\": \"2b94c860-6746-44b0-9ec4-9fe011c74aab\",\n                    \"businessTime\": 1776687257000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282512.982300637,\n                    \"instrumentId\": \"f1599ae6-7901-4260-8034-8f0a963765bc\",\n                    \"businessTime\": 1776687257000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766132.455782907,\n                    \"instrumentId\": \"b533ca04-7eec-4b00-8889-3f6d20d2b2ea\",\n                    \"businessTime\": 1776687257000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299811.80620850174,\n                    \"instrumentId\": \"2501e6ae-d4b1-45cb-bb23-6d36fa816f8a\",\n                    \"businessTime\": 1776687257000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388055.41597062844,\n                    \"instrumentId\": \"acd97fb0-c6b3-465e-a905-c11ff2197488\",\n                    \"businessTime\": 1776687257000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789455.33846143,\n                    \"instrumentId\": \"fd6d2ece-c79c-4f69-8816-a21ed9b7d970\",\n                    \"businessTime\": 1776687257000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"9f6df2d7-ef50-4cfc-ba2a-7ffd9663c14a\",\n                    \"businessTime\": 1776687257000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8859c764-6b81-4868-9fce-2cc93b335ccb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034585046589935\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058369.694804531,\n                    \"instrumentId\": \"5f2411bb-8a13-474a-83d6-48a9a97488b6\",\n                    \"businessTime\": 1776687258000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282690.9261670313,\n                    \"instrumentId\": \"b28f1b3d-520c-4f4f-8c7f-95f32269dd25\",\n                    \"businessTime\": 1776687258000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765671.24919739,\n                    \"instrumentId\": \"7ad20f52-3ed8-463f-b528-4ad5d7de80c9\",\n                    \"businessTime\": 1776687258000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299810.3684423057,\n                    \"instrumentId\": \"ace192b2-8164-48ef-81a6-2a4b9aad1a9e\",\n                    \"businessTime\": 1776687258000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"927d4e67-9b9a-4a8b-b7f0-a86834c666a4\",\n                    \"businessTime\": 1776687258000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789357.21582898,\n                    \"instrumentId\": \"acc2c6a9-d74b-43e7-abc9-e3745d86dfad\",\n                    \"businessTime\": 1776687258000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"4a4c5409-9e88-46af-a75d-abc534f22d9d\",\n                    \"businessTime\": 1776687258000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a88ced54-b579-49b9-9dba-f854fb3381bd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034501293050045\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058312.42514449,\n                    \"instrumentId\": \"1f7b7e44-2c7b-4aab-ab73-50a40220c698\",\n                    \"businessTime\": 1776687259000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282690.9625772415,\n                    \"instrumentId\": \"7d4bb5ef-2ae9-4fa1-b235-02227cddd711\",\n                    \"businessTime\": 1776687259000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765671.24919739,\n                    \"instrumentId\": \"d6390d35-2113-4011-8501-33e9b53ca22d\",\n                    \"businessTime\": 1776687259000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299810.3684423057,\n                    \"instrumentId\": \"26436c01-11f3-4f3e-9e8c-1bb5cd7ea809\",\n                    \"businessTime\": 1776687259000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"eceb2ef9-dd73-4111-b2ae-859c63b41263\",\n                    \"businessTime\": 1776687259000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789307.36462958,\n                    \"instrumentId\": \"980312fb-49bc-45b8-81b2-2b452839f3aa\",\n                    \"businessTime\": 1776687259000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"495158c6-91ba-4777-ac19-bec8b5b7f46b\",\n                    \"businessTime\": 1776687259000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5e9b4e62-3b02-4126-9e03-1d59e5edcb1b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03448247328744\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058312.42514449,\n                    \"instrumentId\": \"46c65cd2-57b1-49af-953a-5556fba1db8b\",\n                    \"businessTime\": 1776687260000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282695.463072683,\n                    \"instrumentId\": \"754b4adb-9269-4d99-a69e-76b24144f3f0\",\n                    \"businessTime\": 1776687260000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765616.405407038,\n                    \"instrumentId\": \"7e89369f-922a-4319-9674-4da7f7136d4e\",\n                    \"businessTime\": 1776687260000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299810.3684423057,\n                    \"instrumentId\": \"ab2da960-9783-4442-ac66-40a9156fe1c3\",\n                    \"businessTime\": 1776687260000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"52c953f7-65c8-447a-a316-09607bad3734\",\n                    \"businessTime\": 1776687260000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789271.5036837,\n                    \"instrumentId\": \"d9cd2d68-f63f-478a-bd25-613448c6b5d5\",\n                    \"businessTime\": 1776687260000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"c6eaa791-5491-4e2b-8b1a-38a64f91d887\",\n                    \"businessTime\": 1776687260000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4098ddf0-749e-4f53-a9b1-f21553b03d52\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034467323157244\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058103.731973685,\n                    \"instrumentId\": \"316de3ca-3e1d-4c20-9fc2-56034cf2258f\",\n                    \"businessTime\": 1776687261000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282695.463072683,\n                    \"instrumentId\": \"7ffc8f23-f18d-474a-b473-66a16950e664\",\n                    \"businessTime\": 1776687261000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765513.692742337,\n                    \"instrumentId\": \"10d7c033-af8e-4dfd-8c64-fc1f43f45b13\",\n                    \"businessTime\": 1776687261000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299653.83638443355,\n                    \"instrumentId\": \"356b570b-f30a-4304-b99b-a4a856c125d5\",\n                    \"businessTime\": 1776687261000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"c84d5fbb-2cd9-4012-969d-22df892fce55\",\n                    \"businessTime\": 1776687261000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789273.71825027,\n                    \"instrumentId\": \"c61eee2a-458c-4026-8973-200502c3ebca\",\n                    \"businessTime\": 1776687261000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"68c2bf7b-9b68-4bea-866d-2070f49df112\",\n                    \"businessTime\": 1776687261000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0614b2d6-4365-434d-9d62-52d8d32e87a2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034385473714927\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058103.731973685,\n                    \"instrumentId\": \"eab59554-0838-4168-a436-8dee4038b8bb\",\n                    \"businessTime\": 1776687262000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282665.269160491,\n                    \"instrumentId\": \"25be8cc9-d9c7-4ac0-a897-ed2862513068\",\n                    \"businessTime\": 1776687262000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765536.018017394,\n                    \"instrumentId\": \"64938e2c-4fc1-483a-82cf-238ed0d5faa6\",\n                    \"businessTime\": 1776687262000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299653.83638443355,\n                    \"instrumentId\": \"2b98f086-05d1-4e67-88d0-d5b94c59bef6\",\n                    \"businessTime\": 1776687262000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"bc15b677-16a2-4b70-aa10-79f5fe61327a\",\n                    \"businessTime\": 1776687262000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789274.97090657,\n                    \"instrumentId\": \"73295240-bc70-4f30-a47f-2e288dcf18f6\",\n                    \"businessTime\": 1776687262000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"47af3f50-ff36-4c49-8b0d-5ee3a6cc09be\",\n                    \"businessTime\": 1776687262000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bb5d0a4e-fc37-4751-a0a1-9629586a2951\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03438431097664\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057992.727412714,\n                    \"instrumentId\": \"5b039b32-8527-4862-ab26-8d95b6db0dcb\",\n                    \"businessTime\": 1776687263000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282670.1013090257,\n                    \"instrumentId\": \"d51a0885-640f-4de2-90e5-8f7986b3c28a\",\n                    \"businessTime\": 1776687263000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766940.339371478,\n                    \"instrumentId\": \"94c1f22a-3636-4c7a-87dc-64873d23a8e3\",\n                    \"businessTime\": 1776687263000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299655.95110278804,\n                    \"instrumentId\": \"79fb534b-468f-4608-8139-104df0986a07\",\n                    \"businessTime\": 1776687263000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"97e53a2d-3333-456f-8137-21480983c020\",\n                    \"businessTime\": 1776687263000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794192.34754504,\n                    \"instrumentId\": \"8b37662c-a191-48b1-934f-6ccbcd42f517\",\n                    \"businessTime\": 1776687263000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"522a6ef9-3f21-4e5b-97df-b9c386d0f475\",\n                    \"businessTime\": 1776687263000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"daae5ed7-0311-4288-9dc6-17b90aca3127\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035477042136304\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057992.727412714,\n                    \"instrumentId\": \"a7abb268-2cea-4d71-8e3d-8393e970ee06\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282947.853247975,\n                    \"instrumentId\": \"5f5ac1dc-8e82-4165-8945-6ea38d7b7ca3\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766940.339371478,\n                    \"instrumentId\": \"5c7814f0-7580-4f6f-b9d7-9ff0d02ccd12\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299655.95110278804,\n                    \"instrumentId\": \"3f0ee50b-7e83-4852-9e50-b867df420e72\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"811678e7-55d1-425f-b739-a6e1b48b5301\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794767.06765746,\n                    \"instrumentId\": \"4c52f2f6-086b-4ba9-8f19-10a956892126\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"4c18cee4-16bb-4301-a925-5d0a7f287fc3\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"37fefbc4-7597-4f17-bd48-ff7199177be2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035626861477493\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058104.652721871,\n                    \"instrumentId\": \"65d403d6-4720-4484-ad06-7c3f41d10294\",\n                    \"businessTime\": 1776687265000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282949.574924692,\n                    \"instrumentId\": \"64dc6acf-b166-4bbe-8341-8d7f352da2ff\",\n                    \"businessTime\": 1776687265000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767545.128334474,\n                    \"instrumentId\": \"357bc425-e76d-46a6-b20e-3e437274a575\",\n                    \"businessTime\": 1776687265000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299655.95110278804,\n                    \"instrumentId\": \"524a8a99-aeba-4c82-9f8d-9053c2af1afb\",\n                    \"businessTime\": 1776687265000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"7c939d4d-4685-448b-ae9e-dea0fa5197a8\",\n                    \"businessTime\": 1776687265000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794828.32835749,\n                    \"instrumentId\": \"59884e2f-7dee-4193-b20f-09be13578aae\",\n                    \"businessTime\": 1776687265000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"4c18cee4-16bb-4301-a925-5d0a7f287fc3\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e7d573e0-a490-44c5-a8e0-c8d54911b874\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035763890765523\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058108.968367653,\n                    \"instrumentId\": \"339a65ed-574b-49fe-a8a9-bb520e884ceb\",\n                    \"businessTime\": 1776687266000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282949.574924692,\n                    \"instrumentId\": \"594f0112-158f-4bb6-9682-921d578cd03f\",\n                    \"businessTime\": 1776687266000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767547.094121926,\n                    \"instrumentId\": \"6fd2e2c2-beba-404e-961c-6743414e6f2a\",\n                    \"businessTime\": 1776687266000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299704.03822856635,\n                    \"instrumentId\": \"9bc6d03a-37d1-4ec4-917c-f346316d6a5b\",\n                    \"businessTime\": 1776687266000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"072abd76-9bf3-4936-97e9-b935df206af4\",\n                    \"businessTime\": 1776687266000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794840.05460504,\n                    \"instrumentId\": \"2d79535f-cdfa-41aa-b0f0-7d8ea475e081\",\n                    \"businessTime\": 1776687266000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"4c18cee4-16bb-4301-a925-5d0a7f287fc3\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"26011a6a-3056-447e-affd-0adf4408d3c1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035775506724494\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058109.65774761,\n                    \"instrumentId\": \"2a184c23-74b1-4285-b675-209ff1b06a5b\",\n                    \"businessTime\": 1776687267000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282956.475661083,\n                    \"instrumentId\": \"585beb84-ab36-4fc3-9ec7-8401edf02741\",\n                    \"businessTime\": 1776687267000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767606.329780096,\n                    \"instrumentId\": \"df399cae-69b9-4ff6-9a69-956548508414\",\n                    \"businessTime\": 1776687267000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299725.02037414815,\n                    \"instrumentId\": \"1ec0f9c0-c5ee-45cb-8fc2-b87f24a7c082\",\n                    \"businessTime\": 1776687267000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"255b5ab4-ada2-488d-92f5-ce20570011b3\",\n                    \"businessTime\": 1776687267000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794872.23550402,\n                    \"instrumentId\": \"a9c1ff38-064e-4f1e-ba81-f6f51add3e8b\",\n                    \"businessTime\": 1776687267000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"4c18cee4-16bb-4301-a925-5d0a7f287fc3\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"febbc8f0-82e2-4632-aefe-f4a7db6db130\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035796594390415\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058111.20869071,\n                    \"instrumentId\": \"00415822-c782-4b23-b50e-17195c94c368\",\n                    \"businessTime\": 1776687268000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282957.3156110533,\n                    \"instrumentId\": \"ced5d772-2e45-40a8-96d2-e2dcc78b01e7\",\n                    \"businessTime\": 1776687268000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768007.030462543,\n                    \"instrumentId\": \"72898949-7e10-47b7-8534-4d508d77fead\",\n                    \"businessTime\": 1776687268000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299725.02037414815,\n                    \"instrumentId\": \"93b02736-84d2-48cb-9221-a9991b621c6a\",\n                    \"businessTime\": 1776687268000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"c700f402-1f47-4f05-bc3f-e7c825dc2527\",\n                    \"businessTime\": 1776687268000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794908.08765009,\n                    \"instrumentId\": \"632db87d-82fc-4ece-bf4c-f8af32c3f2e3\",\n                    \"businessTime\": 1776687268000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"4c18cee4-16bb-4301-a925-5d0a7f287fc3\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1c661ee6-1b25-42ba-af69-6c9ef337e397\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03587373739948\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058108.168476782,\n                    \"instrumentId\": \"d07372e5-fd98-4356-9eb6-34d16c210144\",\n                    \"businessTime\": 1776687269000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282957.673691134,\n                    \"instrumentId\": \"24736899-27e0-401f-8151-8c9c29f8bcd8\",\n                    \"businessTime\": 1776687269000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768521.276519515,\n                    \"instrumentId\": \"e36699e8-7448-4fd6-910c-407886829dd8\",\n                    \"businessTime\": 1776687269000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299725.02037414815,\n                    \"instrumentId\": \"67354099-18ea-4df3-8c92-82f9190f53ef\",\n                    \"businessTime\": 1776687269000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"c700f402-1f47-4f05-bc3f-e7c825dc2527\",\n                    \"businessTime\": 1776687268000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83796342.8700852,\n                    \"instrumentId\": \"31a53fd8-e6e0-404d-bcd5-e1b246088dd0\",\n                    \"businessTime\": 1776687269000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"4c18cee4-16bb-4301-a925-5d0a7f287fc3\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b359cb7f-9c3f-454e-ab3b-6a54508c8fe0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036215801785815\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058108.237756232,\n                    \"instrumentId\": \"e8578c4d-466d-48da-8e49-9a859327b53c\",\n                    \"businessTime\": 1776687270000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282968.5018768217,\n                    \"instrumentId\": \"169c48e9-f05a-4eea-9a83-8377015ae36b\",\n                    \"businessTime\": 1776687270000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768521.276519515,\n                    \"instrumentId\": \"f12c9d7d-ca95-4ef4-ac84-33ff6e7ce6c0\",\n                    \"businessTime\": 1776687270000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299725.02037414815,\n                    \"instrumentId\": \"b0afe225-b8ff-4b7d-8f3f-7f4a7d7f3840\",\n                    \"businessTime\": 1776687270000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"c700f402-1f47-4f05-bc3f-e7c825dc2527\",\n                    \"businessTime\": 1776687268000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83796190.06099926,\n                    \"instrumentId\": \"978c4afd-3d01-4cce-8e8c-bfd435b2c0e6\",\n                    \"businessTime\": 1776687270000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"4c18cee4-16bb-4301-a925-5d0a7f287fc3\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"05c2ac8b-1445-4f21-b736-6b534b2c4a3a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03619086125492\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058108.237756232,\n                    \"instrumentId\": \"9d93e24b-d9ac-41f8-93aa-94a82b4fecd6\",\n                    \"businessTime\": 1776687271000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282973.164866593,\n                    \"instrumentId\": \"48b6720b-61a8-4356-9cd7-4762edf6905a\",\n                    \"businessTime\": 1776687271000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768534.412630238,\n                    \"instrumentId\": \"bbc24652-3d76-496d-9f70-85ff407ee327\",\n                    \"businessTime\": 1776687271000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299725.02037414815,\n                    \"instrumentId\": \"2f55cdc0-cb55-48f8-a4da-3735041f1aa4\",\n                    \"businessTime\": 1776687271000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"c700f402-1f47-4f05-bc3f-e7c825dc2527\",\n                    \"businessTime\": 1776687268000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83795749.06932098,\n                    \"instrumentId\": \"823a493e-69ea-4c8a-a8ee-4490c4d12e17\",\n                    \"businessTime\": 1776687271000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655431.8153869727,\n                    \"instrumentId\": \"4c18cee4-16bb-4301-a925-5d0a7f287fc3\",\n                    \"businessTime\": 1776687264000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dc3b7f6a-6e94-44e9-b175-fd0e2b1d5c6d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03611648646093\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058121.560519235,\n                    \"instrumentId\": \"22934ebc-1eb6-46e1-80c5-a2936b2496f7\",\n                    \"businessTime\": 1776687272000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282973.164866593,\n                    \"instrumentId\": \"69023356-2555-4c49-a245-7b7837b890fc\",\n                    \"businessTime\": 1776687272000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768534.412630238,\n                    \"instrumentId\": \"f5124e5f-f341-4471-b812-63c713fa08ec\",\n                    \"businessTime\": 1776687272000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299729.0791762,\n                    \"instrumentId\": \"071a6160-b6d0-49a3-81e8-2ad5cb26af17\",\n                    \"businessTime\": 1776687272000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388053.16522341967,\n                    \"instrumentId\": \"72efc23b-5cb4-4913-a1eb-e847fe2b5057\",\n                    \"businessTime\": 1776687272000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83795751.10893498,\n                    \"instrumentId\": \"1f82d5af-ad91-4612-ab6e-5fc0782bcc00\",\n                    \"businessTime\": 1776687272000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"1b7f16e0-a0e1-428d-9c2b-92e68daa7b10\",\n                    \"businessTime\": 1776687272000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a3169a36-9002-4656-bab1-1198a76a62df\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036073039488446\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058121.560519235,\n                    \"instrumentId\": \"cec41133-3f34-4910-86c8-f8db1b1c92e1\",\n                    \"businessTime\": 1776687273000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283054.65614327,\n                    \"instrumentId\": \"6f38ac02-d8ed-4660-801e-4a9b4343b0de\",\n                    \"businessTime\": 1776687273000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768193.829740409,\n                    \"instrumentId\": \"5abbaa90-1236-402a-bcf9-8b84c966e651\",\n                    \"businessTime\": 1776687273000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299729.0791762,\n                    \"instrumentId\": \"8163231e-84ca-4de4-a5e9-b7082a791104\",\n                    \"businessTime\": 1776687273000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388053.16522341967,\n                    \"instrumentId\": \"913a4ab5-5616-4026-b482-7568962d7d31\",\n                    \"businessTime\": 1776687273000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83795074.32805364,\n                    \"instrumentId\": \"e1a98780-b681-41c6-bf5b-a2677defe000\",\n                    \"businessTime\": 1776687273000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"1f02fdd1-ad0b-47fe-aa52-b85347d0825a\",\n                    \"businessTime\": 1776687273000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4f6e814e-1505-4002-aab0-692a731dc03e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03590856277588\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058248.192396303,\n                    \"instrumentId\": \"79dd8f26-8185-4adc-b502-17fcf2d962ec\",\n                    \"businessTime\": 1776687274000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283015.754164345,\n                    \"instrumentId\": \"b3c6fc6c-feff-49ce-bd4d-ff6ce5b77777\",\n                    \"businessTime\": 1776687274000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768193.829740409,\n                    \"instrumentId\": \"200fdec0-aa2c-44c1-b448-3a6d4b25589e\",\n                    \"businessTime\": 1776687274000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.2965210303,\n                    \"instrumentId\": \"ca2bfaf8-6169-451b-a413-fbd76d19b685\",\n                    \"businessTime\": 1776687274000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388053.16522341967,\n                    \"instrumentId\": \"03dd9af4-01aa-47b9-8134-4e48ab3e6020\",\n                    \"businessTime\": 1776687274000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83796500.18602279,\n                    \"instrumentId\": \"db537c69-b305-432d-bf54-ad8baeb796db\",\n                    \"businessTime\": 1776687274000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"123294bd-e03a-4d82-9bcc-359bd35a3964\",\n                    \"businessTime\": 1776687274000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9cd82074-5f78-4f65-81c1-b767a18d66b6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03618427546694\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058322.576728135,\n                    \"instrumentId\": \"7bd20659-2219-44bd-9c66-1f97fab5738f\",\n                    \"businessTime\": 1776687275000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283015.754164345,\n                    \"instrumentId\": \"6e92a041-dca9-4347-be84-4a85c085ff68\",\n                    \"businessTime\": 1776687275000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768208.824120123,\n                    \"instrumentId\": \"8ea16d2f-13ce-430e-81b4-6357122f0016\",\n                    \"businessTime\": 1776687275000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.2965210303,\n                    \"instrumentId\": \"036c5707-11d8-41d5-ab54-f631337264d1\",\n                    \"businessTime\": 1776687275000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388053.16522341967,\n                    \"instrumentId\": \"5493bb6b-c685-4689-8bad-8055c2468676\",\n                    \"businessTime\": 1776687275000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83796513.62524208,\n                    \"instrumentId\": \"7cbb4dcc-3a9b-4a10-9aa3-1097ff03f6fc\",\n                    \"businessTime\": 1776687275000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"e2dac8ce-9463-4f33-90ad-7cb79bbda164\",\n                    \"businessTime\": 1776687275000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5a414aad-dc67-47e2-8501-f2cbd4d75962\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036202345402064\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058322.576728135,\n                    \"instrumentId\": \"352ef70d-b542-4ed4-aedc-0707900c9d5b\",\n                    \"businessTime\": 1776687276000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283015.754164345,\n                    \"instrumentId\": \"86b56fe2-3e85-48ae-9565-a3966a26c3c4\",\n                    \"businessTime\": 1776687276000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768042.97571076,\n                    \"instrumentId\": \"df2f0593-df71-4fcb-a57d-80dc0d3263e0\",\n                    \"businessTime\": 1776687276000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.2965210303,\n                    \"instrumentId\": \"e9797ef4-b45c-4f0e-b218-1716801b6e12\",\n                    \"businessTime\": 1776687276000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388053.16522341967,\n                    \"instrumentId\": \"9ee724ab-f091-4031-a008-4c5f65879a03\",\n                    \"businessTime\": 1776687276000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83796489.82959676,\n                    \"instrumentId\": \"f0e41d38-2c3b-4a13-b63e-f8e312730f99\",\n                    \"businessTime\": 1776687276000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"9c68722f-4e65-4d6e-acf8-d0383d3f2d4d\",\n                    \"businessTime\": 1776687276000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"15d655d4-e6ae-4f9e-8a04-07d80376e9da\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036169016042717\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058421.927739047,\n                    \"instrumentId\": \"9b564d58-a374-4cbb-aead-69eefedd605e\",\n                    \"businessTime\": 1776687277000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283015.754164345,\n                    \"instrumentId\": \"2a6e018d-c0e4-4440-b072-23336b57f417\",\n                    \"businessTime\": 1776687277000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768047.290250346,\n                    \"instrumentId\": \"068af9fa-ef48-47ea-8e87-62c5bd6a1f28\",\n                    \"businessTime\": 1776687277000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.2965210303,\n                    \"instrumentId\": \"11fd4afb-5e43-41f5-a7c3-5a5cc7484ec4\",\n                    \"businessTime\": 1776687277000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388053.16522341967,\n                    \"instrumentId\": \"b38f02a3-4547-4cc6-aa3b-5182976f0306\",\n                    \"businessTime\": 1776687277000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83796486.53495792,\n                    \"instrumentId\": \"9181028e-3be5-41db-bdc4-c3f8b8a85d85\",\n                    \"businessTime\": 1776687277000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"0f1ce91f-d277-46f1-985a-f595e779ce7c\",\n                    \"businessTime\": 1776687277000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cf6de932-3335-4f2a-86d6-e10d91747445\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036186655921743\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058923.758535755,\n                    \"instrumentId\": \"e9a83671-6d24-4ee9-a894-ae63f783ad14\",\n                    \"businessTime\": 1776687278000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283027.750671387,\n                    \"instrumentId\": \"98ca4bde-3c75-4f6a-b1aa-22828b0a1667\",\n                    \"businessTime\": 1776687278000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768041.864317987,\n                    \"instrumentId\": \"992880ba-7e4c-4662-a3e0-146a7356bed7\",\n                    \"businessTime\": 1776687278000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.2965210303,\n                    \"instrumentId\": \"766b54b6-21e9-4ab9-b3d5-2ae40987abf3\",\n                    \"businessTime\": 1776687278000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388053.16522341967,\n                    \"instrumentId\": \"fd4c6fa8-cf24-431f-bed4-5aa7ff292d66\",\n                    \"businessTime\": 1776687278000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83796427.48255983,\n                    \"instrumentId\": \"39cd0766-ca13-441d-ba4b-15a49e3a7374\",\n                    \"businessTime\": 1776687278000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"9e746fd9-344f-4f6b-996e-a8ef00bcb41b\",\n                    \"businessTime\": 1776687278000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b5c3a556-43f0-4a64-b41c-e9a500968b46\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036265627621795\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058960.262067994,\n                    \"instrumentId\": \"1732a891-1cfb-4576-bceb-d49065300a24\",\n                    \"businessTime\": 1776687279000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282366.6206473582,\n                    \"instrumentId\": \"01da4145-bc3d-4c68-85d8-9694466f5d86\",\n                    \"businessTime\": 1776687279000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768041.960453203,\n                    \"instrumentId\": \"0233465f-3c84-4771-b3f7-02206dddf267\",\n                    \"businessTime\": 1776687279000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.2965210303,\n                    \"instrumentId\": \"9da28615-4e0c-40eb-8a77-f99d09ae18c0\",\n                    \"businessTime\": 1776687279000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388053.16522341967,\n                    \"instrumentId\": \"57afee92-41c7-4432-9ffc-8afac5b129a3\",\n                    \"businessTime\": 1776687279000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83796416.27977997,\n                    \"instrumentId\": \"cb5ab436-d6d4-404e-8c67-bfb7fecfe2d4\",\n                    \"businessTime\": 1776687279000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"23692d2f-674f-45a8-bc47-77e255c9ccd6\",\n                    \"businessTime\": 1776687279000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b4e4e6e2-eb60-43e1-aaed-2a85eb74b81b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036153899478307\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058961.384370362,\n                    \"instrumentId\": \"c19c52bc-ecf0-442e-a5e1-e757bade0023\",\n                    \"businessTime\": 1776687280000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282299.350353193,\n                    \"instrumentId\": \"70c49f94-8ba7-45dc-b64d-d40ede326ad9\",\n                    \"businessTime\": 1776687280000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767825.901178014,\n                    \"instrumentId\": \"cdfae779-c63e-42ff-8421-66b66ce9c111\",\n                    \"businessTime\": 1776687280000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.80941904715,\n                    \"instrumentId\": \"d033e084-ab04-4168-86d3-0eca4a806c14\",\n                    \"businessTime\": 1776687280000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388053.0608216684,\n                    \"instrumentId\": \"cc603f7f-c074-49bb-afe5-d54002ed11c6\",\n                    \"businessTime\": 1776687280000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83796412.81331503,\n                    \"instrumentId\": \"1a171fb6-372c-46cf-b4af-28893984958a\",\n                    \"businessTime\": 1776687280000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"c66fc3eb-266a-4632-97be-14bc2ef4c500\",\n                    \"businessTime\": 1776687280000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7fd94d64-13d3-4238-83c8-34141ec74519\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036103764990493\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058648.352195869,\n                    \"instrumentId\": \"2e774054-0bf3-484e-bdd4-122ef865b943\",\n                    \"businessTime\": 1776687281000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282274.492929366,\n                    \"instrumentId\": \"e4ad77a6-002b-45d9-bd43-159e66f954ee\",\n                    \"businessTime\": 1776687281000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767796.966413029,\n                    \"instrumentId\": \"175bfd85-941d-42e1-91ac-63de2f875461\",\n                    \"businessTime\": 1776687281000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.80941904715,\n                    \"instrumentId\": \"9a9f4b08-0c59-499f-aefb-f8e3b28f0665\",\n                    \"businessTime\": 1776687281000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388052.9300088998,\n                    \"instrumentId\": \"78140baa-f843-4358-9896-683198fbdf21\",\n                    \"businessTime\": 1776687281000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794998.95677242,\n                    \"instrumentId\": \"d0ece4e4-338f-4ce7-be21-b0b82f87d7bb\",\n                    \"businessTime\": 1776687281000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"74b6a53d-be18-4c94-ba50-1df8baccbd05\",\n                    \"businessTime\": 1776687281000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a414c93c-a4fe-456e-a5ce-61b532b04926\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035790792807948\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058648.352195869,\n                    \"instrumentId\": \"2c5425d9-ec7a-44f2-83a7-d487cda6ecf7\",\n                    \"businessTime\": 1776687282000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282256.107702005,\n                    \"instrumentId\": \"bbe601e0-bd44-43b7-bfaf-0065075ecd12\",\n                    \"businessTime\": 1776687282000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767640.458285326,\n                    \"instrumentId\": \"cae01dc6-c716-4b85-ab50-5bfd6c4ef71a\",\n                    \"businessTime\": 1776687282000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299784.80941904715,\n                    \"instrumentId\": \"8356f178-644f-42ee-a2e5-d066caab2265\",\n                    \"businessTime\": 1776687282000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388052.9300088998,\n                    \"instrumentId\": \"58c9e5ce-0eda-4f01-8782-94e5b24e1404\",\n                    \"businessTime\": 1776687282000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794997.81748855,\n                    \"instrumentId\": \"5ac29822-19eb-45e2-8279-24c076089f49\",\n                    \"businessTime\": 1776687282000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"a3763e0d-3602-4213-bb97-9df13721cf90\",\n                    \"businessTime\": 1776687282000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d178654d-1824-43dd-9bfc-40b3e98a0e67\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03575985561306\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058646.335079184,\n                    \"instrumentId\": \"c7bdb774-87d7-4f2c-8d1e-e4d173f55c4a\",\n                    \"businessTime\": 1776687283000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282162.800154797,\n                    \"instrumentId\": \"b4686665-3bfb-4bf0-8289-8e6286e391c4\",\n                    \"businessTime\": 1776687283000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767640.458285326,\n                    \"instrumentId\": \"e834b69d-efc5-4037-8898-279644ba53dd\",\n                    \"businessTime\": 1776687283000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299785.6173577964,\n                    \"instrumentId\": \"600730f1-39da-42f5-8345-3baa18a1db68\",\n                    \"businessTime\": 1776687283000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388040.12471118144,\n                    \"instrumentId\": \"0dc47f21-f305-45ae-a6b3-7c51da9ba1ea\",\n                    \"businessTime\": 1776687283000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83795001.25325899,\n                    \"instrumentId\": \"445b8af5-f7b1-43fa-b8fe-1d3e47cb20ee\",\n                    \"businessTime\": 1776687283000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"59029928-e7b4-4d5b-91f4-29c02c372d5b\",\n                    \"businessTime\": 1776687283000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4da8dcd4-d6f6-4fe0-8e35-ebf968387425\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035741597923703\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058644.6386694815,\n                    \"instrumentId\": \"fd0e722e-a0f4-4968-bc8d-3036efd2d79b\",\n                    \"businessTime\": 1776687284000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282147.914629758,\n                    \"instrumentId\": \"e97999db-a6cb-459e-8920-3f17942c2826\",\n                    \"businessTime\": 1776687284000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767367.817430802,\n                    \"instrumentId\": \"809dc6fc-fcb8-4aad-821b-81f9c3f8c30b\",\n                    \"businessTime\": 1776687284000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299785.6173577964,\n                    \"instrumentId\": \"246a5c80-49c8-4f45-bc68-837f16b44eb1\",\n                    \"businessTime\": 1776687284000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388033.462273135,\n                    \"instrumentId\": \"bad64974-04d2-47cb-84f7-18c1e049959f\",\n                    \"businessTime\": 1776687284000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794756.7657109,\n                    \"instrumentId\": \"e16caac4-5f59-4853-bb81-d64fbe29ec0e\",\n                    \"businessTime\": 1776687284000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"43fe6761-8461-4d3f-8b05-58ae019af853\",\n                    \"businessTime\": 1776687284000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5f5694f5-c8eb-48de-8229-0bd1819fb611\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03564662907038\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058643.33719985,\n                    \"instrumentId\": \"68ae60f0-094d-447b-a605-efcf51e7e5e3\",\n                    \"businessTime\": 1776687285000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282147.0993875614,\n                    \"instrumentId\": \"5529c36c-81e9-4cd7-bbf2-e4717a8f1e3b\",\n                    \"businessTime\": 1776687285000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767209.915711798,\n                    \"instrumentId\": \"49579fb1-f2f7-4658-99dc-27c9d6a9f56a\",\n                    \"businessTime\": 1776687285000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299785.6173577964,\n                    \"instrumentId\": \"eed769f8-b3f3-407e-b331-c8e68a6e4ea2\",\n                    \"businessTime\": 1776687285000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388032.8062105415,\n                    \"instrumentId\": \"2b39989c-9400-45de-822e-73c756971cc0\",\n                    \"businessTime\": 1776687285000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794271.89394799,\n                    \"instrumentId\": \"54d12d7c-0403-4379-ab96-009c6214940b\",\n                    \"businessTime\": 1776687285000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"26a17d75-c6d6-4165-a511-e19800129bf1\",\n                    \"businessTime\": 1776687285000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2d0cf7ef-c254-4eee-8352-7d2a8001389d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035533176301254\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058608.5381018855,\n                    \"instrumentId\": \"70e19955-e39c-40b6-bfe0-e6583234b89d\",\n                    \"businessTime\": 1776687286000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282147.0993875614,\n                    \"instrumentId\": \"0f1aab81-17e8-46ba-8306-42d7ff2cda90\",\n                    \"businessTime\": 1776687286000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13767066.998714956,\n                    \"instrumentId\": \"3dd4ad67-2edd-46e0-a2ed-1399f38f2c96\",\n                    \"businessTime\": 1776687286000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299785.6173577964,\n                    \"instrumentId\": \"50833da5-4c67-4df9-9a65-9706055b9bc8\",\n                    \"businessTime\": 1776687286000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388032.8062105415,\n                    \"instrumentId\": \"7b1fbdd3-9be6-4b9a-912b-93001dce76d6\",\n                    \"businessTime\": 1776687286000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794309.72855474,\n                    \"instrumentId\": \"42ad71f6-122b-48c0-810d-57bd762338c7\",\n                    \"businessTime\": 1776687286000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"aafe4698-f4f7-4102-8b6c-3e6f47dfbf96\",\n                    \"businessTime\": 1776687286000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2358cda7-8265-48a8-8ec2-c8a0ba0f22be\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035508592559943\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058608.5381018855,\n                    \"instrumentId\": \"1319bff1-1ee3-49a0-8964-e12b81d7f901\",\n                    \"businessTime\": 1776687287000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282147.0993875614,\n                    \"instrumentId\": \"7fb1970f-e552-4c10-9aad-f023efc0380f\",\n                    \"businessTime\": 1776687287000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766685.42355394,\n                    \"instrumentId\": \"dfb146f7-866c-4fad-b0a9-d0032e1a3cae\",\n                    \"businessTime\": 1776687287000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299785.6173577964,\n                    \"instrumentId\": \"4b445cef-6239-46d1-8677-c6a936ace6f0\",\n                    \"businessTime\": 1776687287000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387964.8281700014,\n                    \"instrumentId\": \"8f272a8f-3b90-4437-8c77-78920c277cd7\",\n                    \"businessTime\": 1776687287000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83794220.26992819,\n                    \"instrumentId\": \"a8778aa5-d6b7-4320-ac97-11a43c2a3f55\",\n                    \"businessTime\": 1776687287000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"0bb82c06-8718-4c4f-920f-85b2eee1b413\",\n                    \"businessTime\": 1776687287000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"846034d1-5cc2-4e55-873f-2881bf9a0d37\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035413862888923\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058536.416081998,\n                    \"instrumentId\": \"a8e1f425-33ef-4704-911a-5e691124dd8d\",\n                    \"businessTime\": 1776687288000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282147.0993875614,\n                    \"instrumentId\": \"1fa77ef4-13ab-4a36-8576-4dc03a616e4e\",\n                    \"businessTime\": 1776687288000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13766368.242449263,\n                    \"instrumentId\": \"59e89dd5-3221-49ef-ae73-53719800c872\",\n                    \"businessTime\": 1776687288000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299790.8113396105,\n                    \"instrumentId\": \"0136f0ea-3de1-408a-9864-317b0672a90b\",\n                    \"businessTime\": 1776687288000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387896.5203938938,\n                    \"instrumentId\": \"15c7698e-a203-48dc-9cc5-1ecf49efad0c\",\n                    \"businessTime\": 1776687288000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83793874.92330146,\n                    \"instrumentId\": \"cdf8436f-93b7-4da0-8efd-6f85a7a97a8c\",\n                    \"businessTime\": 1776687288000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"4cc9e355-6f5d-43d0-9af5-80e7e20a6318\",\n                    \"businessTime\": 1776687288000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"75b379ae-d40c-4c78-a2b2-0d7c48c1a0da\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035273658399365\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058201.613149558,\n                    \"instrumentId\": \"7c49a619-191b-4ecb-9148-2587c4989ea3\",\n                    \"businessTime\": 1776687289000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281820.694139086,\n                    \"instrumentId\": \"6ac76ccc-4f19-4d15-80da-7d41dbb823c6\",\n                    \"businessTime\": 1776687289000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764534.26210928,\n                    \"instrumentId\": \"c6ad14e7-e49a-46ee-a03f-9023f3fda78d\",\n                    \"businessTime\": 1776687289000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299790.8113396105,\n                    \"instrumentId\": \"7bfa9689-312e-4bba-85c7-96c72aed769a\",\n                    \"businessTime\": 1776687289000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387896.5203938938,\n                    \"instrumentId\": \"f3da0dd6-9ca3-4759-a238-cbfd5141e88f\",\n                    \"businessTime\": 1776687289000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789365.03544013,\n                    \"instrumentId\": \"7c000c84-d221-4dc5-86ba-0dc238acb165\",\n                    \"businessTime\": 1776687289000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"5a7e0814-9735-41e1-a8a4-df83442fe9e7\",\n                    \"businessTime\": 1776687289000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"50104ed1-7f2b-411f-98fe-07bf97b2738b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0340425377698\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058201.613149558,\n                    \"instrumentId\": \"ee3381c2-749e-4c9c-a0af-0e01de24020e\",\n                    \"businessTime\": 1776687290000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281812.575334804,\n                    \"instrumentId\": \"ad3e08ea-faf5-461b-9334-72d013afa37d\",\n                    \"businessTime\": 1776687290000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764433.46884829,\n                    \"instrumentId\": \"1daec400-a865-4193-86c0-4dbe9a620d63\",\n                    \"businessTime\": 1776687290000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299635.2988063712,\n                    \"instrumentId\": \"1de6fdc2-4b53-41a3-a24d-85aef9d801eb\",\n                    \"businessTime\": 1776687290000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387896.5203938938,\n                    \"instrumentId\": \"873134ca-d340-4efc-a905-5210bed26717\",\n                    \"businessTime\": 1776687290000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789258.94789997,\n                    \"instrumentId\": \"284e1705-364b-45a9-ad75-fb49db7a9420\",\n                    \"businessTime\": 1776687290000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654784.7411875606,\n                    \"instrumentId\": \"bfeea98a-3674-49c0-bd41-b4bbc0ad0b6e\",\n                    \"businessTime\": 1776687290000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"14e7fcf4-e491-4053-a6d8-3fdf508a1fff\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033910373571256\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058201.613149558,\n                    \"instrumentId\": \"e5462a2b-3c6b-48b9-8c16-d8e76e905730\",\n                    \"businessTime\": 1776687291000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281812.575334804,\n                    \"instrumentId\": \"12c6242f-0ead-42d8-91eb-d4aef1778b9b\",\n                    \"businessTime\": 1776687291000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763846.780279929,\n                    \"instrumentId\": \"94f3ca51-3276-444a-88fa-ecadcef2a678\",\n                    \"businessTime\": 1776687291000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299635.2988063712,\n                    \"instrumentId\": \"aee5b2ce-8fc6-4791-b972-9fb28880adcb\",\n                    \"businessTime\": 1776687291000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387896.5203938938,\n                    \"instrumentId\": \"58a89976-ec72-4eb4-94d6-d83a09d2f4ac\",\n                    \"businessTime\": 1776687291000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789172.21996188,\n                    \"instrumentId\": \"062b0de1-e85d-4151-844a-887a6cb7c248\",\n                    \"businessTime\": 1776687291000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654784.7411875606,\n                    \"instrumentId\": \"b71e74db-5ddd-4538-a1da-ecf0c2447901\",\n                    \"businessTime\": 1776687291000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a1c6def3-c8a4-4347-9c91-0cbd8e9e0255\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03379202269139\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058064.905843721,\n                    \"instrumentId\": \"2840960a-31a4-4100-b6b8-661453477c66\",\n                    \"businessTime\": 1776687292000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281812.5321843727,\n                    \"instrumentId\": \"e4f55017-308b-44de-bd2a-02a1f5e9c7cd\",\n                    \"businessTime\": 1776687292000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763845.980948193,\n                    \"instrumentId\": \"7a6588d2-b851-4f2c-b983-2fa624b0fc34\",\n                    \"businessTime\": 1776687292000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299635.2988063712,\n                    \"instrumentId\": \"dec6439a-2889-41de-95b8-023f79b36a3e\",\n                    \"businessTime\": 1776687292000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387896.5203938938,\n                    \"instrumentId\": \"bd88efd8-f487-4b60-a2fb-fb3d59915ab3\",\n                    \"businessTime\": 1776687292000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789161.13428694,\n                    \"instrumentId\": \"28f6e339-d5e5-4d48-a324-97856b987eee\",\n                    \"businessTime\": 1776687292000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654784.7411875606,\n                    \"instrumentId\": \"f6db07d6-f480-4215-b20e-af7a426a8872\",\n                    \"businessTime\": 1776687292000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"86ef2cbf-5fa2-4809-96b6-2ba0fa9ff6a7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033765900465916\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058064.905843721,\n                    \"instrumentId\": \"717440b9-e08b-46ea-b47b-e243808aeb83\",\n                    \"businessTime\": 1776687293000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281812.5321843727,\n                    \"instrumentId\": \"3dc4af5d-66b5-4783-ae69-7ce8e580e974\",\n                    \"businessTime\": 1776687293000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763845.980948193,\n                    \"instrumentId\": \"4e4df0c5-e7b3-45d3-8c35-b73a93fade95\",\n                    \"businessTime\": 1776687293000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299635.2988063712,\n                    \"instrumentId\": \"bac7c78f-d25e-44a8-b1b9-ab6eb592dc60\",\n                    \"businessTime\": 1776687293000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387896.5203938938,\n                    \"instrumentId\": \"862565b6-914a-4d63-9638-b88b6a2244c8\",\n                    \"businessTime\": 1776687293000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789087.97780414,\n                    \"instrumentId\": \"852e3b90-5945-4aff-9000-2db6fdca45be\",\n                    \"businessTime\": 1776687293000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654784.7411875606,\n                    \"instrumentId\": \"6bb91d9e-9319-4407-91ee-b2215951e1a0\",\n                    \"businessTime\": 1776687293000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7360454e-c0a9-423b-979d-03306e3b8f77\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03375304343906\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058065.080715647,\n                    \"instrumentId\": \"5432837e-89d6-4d84-b7db-6f960876a9af\",\n                    \"businessTime\": 1776687294000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281699.0872187866,\n                    \"instrumentId\": \"d82f4295-7abe-4c06-81ef-d94234fa0ccd\",\n                    \"businessTime\": 1776687294000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763845.980948193,\n                    \"instrumentId\": \"d342ae8d-d42b-460e-a58b-088db65c7992\",\n                    \"businessTime\": 1776687294000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299635.2988063712,\n                    \"instrumentId\": \"1e613712-878f-4688-b4dd-c8592a252758\",\n                    \"businessTime\": 1776687294000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387896.5203938938,\n                    \"instrumentId\": \"a216cd89-a5de-4d75-8d69-cc0fc0ba4691\",\n                    \"businessTime\": 1776687294000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83789057.55623616,\n                    \"instrumentId\": \"fd28c578-fdf3-483c-95ac-60ae68c7fa9e\",\n                    \"businessTime\": 1776687294000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654784.7411875606,\n                    \"instrumentId\": \"37d928b5-167a-45bb-aa2a-67ed148599a4\",\n                    \"businessTime\": 1776687294000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"08ad359d-ad58-4566-ab68-53f1537238fc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033727790071463\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058064.287058482,\n                    \"instrumentId\": \"c3e36155-9aa1-4586-9af6-aab5878412ed\",\n                    \"businessTime\": 1776687295000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281334.8438598523,\n                    \"instrumentId\": \"cf1b099e-393b-4f20-858e-de47e9e9485c\",\n                    \"businessTime\": 1776687295000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763845.980948193,\n                    \"instrumentId\": \"8931e401-f314-43cf-9b57-f981774e05a5\",\n                    \"businessTime\": 1776687295000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299635.2988063712,\n                    \"instrumentId\": \"184920d1-79d2-4093-91f7-62007bc47426\",\n                    \"businessTime\": 1776687295000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387896.5203938938,\n                    \"instrumentId\": \"a58b45b6-b697-48c2-b407-bf04e713f3be\",\n                    \"businessTime\": 1776687295000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788838.60672896,\n                    \"instrumentId\": \"71946517-11ec-418a-a717-07ab53e9fa59\",\n                    \"businessTime\": 1776687295000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654784.7411875606,\n                    \"instrumentId\": \"88934b89-aa07-469f-ac2a-680a5ea8ea8f\",\n                    \"businessTime\": 1776687295000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f3907d14-e942-4637-96e2-df1aa56cf889\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.033625156236084\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057674.3645777665,\n                    \"instrumentId\": \"1fe94c8c-f83a-4e2c-abad-6c362a1c7e80\",\n                    \"businessTime\": 1776687296000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281291.293398275,\n                    \"instrumentId\": \"21ae89b8-1eb0-415e-b557-408834f54f2b\",\n                    \"businessTime\": 1776687296000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763299.361867998,\n                    \"instrumentId\": \"6b7096fd-16f7-47c0-979f-f3fbe9b72915\",\n                    \"businessTime\": 1776687296000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299635.2988063712,\n                    \"instrumentId\": \"ef2ef1da-99a3-45c0-91b8-3f5bc5c12d25\",\n                    \"businessTime\": 1776687296000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387896.467793869,\n                    \"instrumentId\": \"46557418-aaf6-415a-8cb4-668affa67c19\",\n                    \"businessTime\": 1776687296000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83782436.42539293,\n                    \"instrumentId\": \"6eaea307-3562-428b-afcc-4ab50ecff686\",\n                    \"businessTime\": 1776687296000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654758.964228399,\n                    \"instrumentId\": \"8d0b565d-bdd1-4cf4-b2a0-1bfd2f56a48e\",\n                    \"businessTime\": 1776687296000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"11add016-9ae2-45bf-b096-0b66cf6a6559\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.032323204932446\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057667.63701723,\n                    \"instrumentId\": \"e71cea92-f76a-44d0-9fd1-3e33718a201a\",\n                    \"businessTime\": 1776687297000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281291.422733035,\n                    \"instrumentId\": \"d8266d15-545b-490b-9a26-95141dd17e80\",\n                    \"businessTime\": 1776687297000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763297.033605026,\n                    \"instrumentId\": \"ea323e0a-ef17-4dd2-b5ac-f13f9e519f73\",\n                    \"businessTime\": 1776687297000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299550.61150332034,\n                    \"instrumentId\": \"7b5d77b6-c741-4678-9d4d-6b0b90990fa5\",\n                    \"businessTime\": 1776687297000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387888.3507317708,\n                    \"instrumentId\": \"eed5ba99-f94b-4313-8f52-9566f3d60c26\",\n                    \"businessTime\": 1776687297000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83782425.22784147,\n                    \"instrumentId\": \"22830573-cfad-4685-b230-156d5b1cfcf7\",\n                    \"businessTime\": 1776687297000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654758.964228399,\n                    \"instrumentId\": \"021113f8-def6-4baa-b112-ed4d9358b6b8\",\n                    \"businessTime\": 1776687297000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"78b34814-190d-444d-b254-ba77124e8be2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03230335811252\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:14:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057667.63701723,\n                    \"instrumentId\": \"6942860b-fff6-4730-95ae-f9a12d40c6bd\",\n                    \"businessTime\": 1776687298000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281291.422733035,\n                    \"instrumentId\": \"48c50bad-2723-4159-8b7e-9ae9c6837208\",\n                    \"businessTime\": 1776687298000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763297.033605026,\n                    \"instrumentId\": \"b0781191-4082-4de3-978d-cd8a99e19c2b\",\n                    \"businessTime\": 1776687298000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299550.61150332034,\n                    \"instrumentId\": \"5d20f145-3216-4f81-a796-def0617cd7da\",\n                    \"businessTime\": 1776687298000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387888.3507317708,\n                    \"instrumentId\": \"ade4ee50-4698-4734-a4ac-7f6e7948034d\",\n                    \"businessTime\": 1776687298000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83782396.0298542,\n                    \"instrumentId\": \"4e765049-b44f-4842-8b7d-8fe73db7029a\",\n                    \"businessTime\": 1776687298000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654758.964228399,\n                    \"instrumentId\": \"d967e43c-517e-452b-90f1-aaf19cd71dc6\",\n                    \"businessTime\": 1776687298000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"02afb6ad-6f96-4107-93cc-0f5e87147ea6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03229822665606\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057518.716303678,\n                    \"instrumentId\": \"cd816607-d516-49eb-80aa-016c35c94c2a\",\n                    \"businessTime\": 1776687299000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281269.623380929,\n                    \"instrumentId\": \"5e0a7125-75af-4432-a484-3b8b102e3814\",\n                    \"businessTime\": 1776687299000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762984.637799637,\n                    \"instrumentId\": \"75718d10-6732-4407-b2ec-9b0f9154b81f\",\n                    \"businessTime\": 1776687299000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299550.61150332034,\n                    \"instrumentId\": \"69958b67-4dc0-42ae-9541-64f56c544055\",\n                    \"businessTime\": 1776687299000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387767.34661797696,\n                    \"instrumentId\": \"d039dad7-20c1-44f7-a1c6-72ac0a9f1b5f\",\n                    \"businessTime\": 1776687299000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83782369.12841882,\n                    \"instrumentId\": \"8a985cd4-4962-4e73-b2f3-7e2b53985837\",\n                    \"businessTime\": 1776687299000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654758.964228399,\n                    \"instrumentId\": \"857dd420-8314-4901-b732-e2edd4b2e901\",\n                    \"businessTime\": 1776687299000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a585e908-cf93-476c-803b-fa0b6c2f164b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.032187326582207\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057431.568312819,\n                    \"instrumentId\": \"6c6fad57-f16f-4b12-9bd0-e27693a86b46\",\n                    \"businessTime\": 1776687300000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281269.623380929,\n                    \"instrumentId\": \"d8d2fa31-ea0d-44eb-ae71-0cad4590b17d\",\n                    \"businessTime\": 1776687300000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762375.322655581,\n                    \"instrumentId\": \"af43f189-cd25-4f55-ba64-8a6f93c68ad0\",\n                    \"businessTime\": 1776687300000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299550.61150332034,\n                    \"instrumentId\": \"f9fea255-91aa-4109-9c60-6ad47258814c\",\n                    \"businessTime\": 1776687300000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387767.34661797696,\n                    \"instrumentId\": \"8b4f4203-0d01-43f4-b06e-8c0d393b4027\",\n                    \"businessTime\": 1776687300000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83780820.69912985,\n                    \"instrumentId\": \"006650f0-d9f7-4bab-b77a-501ddffd998a\",\n                    \"businessTime\": 1776687300000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654754.6066636192,\n                    \"instrumentId\": \"83733e47-8755-44e0-8948-682ee2e62aed\",\n                    \"businessTime\": 1776687300000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"97cf8f47-a3dc-4547-be84-20c3f3f9e607\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03179202781443\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057539.710753811,\n                    \"instrumentId\": \"3b39c091-7f73-4d28-b374-0b50f465a058\",\n                    \"businessTime\": 1776687301000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281251.269204927,\n                    \"instrumentId\": \"8e276921-e253-4b15-bd1b-00d3ae88da78\",\n                    \"businessTime\": 1776687301000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13762220.06390139,\n                    \"instrumentId\": \"7081ff37-19ee-4429-860f-48b6b0037263\",\n                    \"businessTime\": 1776687301000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299501.3883129807,\n                    \"instrumentId\": \"fc486e2a-7d37-4b37-a888-5ec0af23e5a1\",\n                    \"businessTime\": 1776687301000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387970.19638375717,\n                    \"instrumentId\": \"b92335ba-09a5-46e1-9195-5167c0de51b2\",\n                    \"businessTime\": 1776687301000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83780637.89403929,\n                    \"instrumentId\": \"71e85496-f268-4b87-aed2-15928b4b0ce0\",\n                    \"businessTime\": 1776687301000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654890.0550158637,\n                    \"instrumentId\": \"d9500170-46d9-4b6d-acbe-510e125107d7\",\n                    \"businessTime\": 1776687301000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a504d4f6-c2fc-4b32-8c06-1760e0b59c91\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.031799198174344\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057507.072522511,\n                    \"instrumentId\": \"128eb435-391d-49cb-acd1-61322f3e176f\",\n                    \"businessTime\": 1776687302000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281251.269204927,\n                    \"instrumentId\": \"c204b582-f433-4231-86b4-7933ba694c85\",\n                    \"businessTime\": 1776687302000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761593.828686621,\n                    \"instrumentId\": \"21f3434e-80b5-4f54-91c3-3f2ba114536b\",\n                    \"businessTime\": 1776687302000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299501.3883129807,\n                    \"instrumentId\": \"16d510be-20e9-49bd-9c0c-ef488be5e707\",\n                    \"businessTime\": 1776687302000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387969.5391956277,\n                    \"instrumentId\": \"6ba4b5ee-6cb3-4652-a9c3-0e49cd6f7339\",\n                    \"businessTime\": 1776687302000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83779621.7807516,\n                    \"instrumentId\": \"755fe149-4f35-460d-8ea0-cfe61f9823e9\",\n                    \"businessTime\": 1776687302000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654890.0550158637,\n                    \"instrumentId\": \"131b9e28-283d-480e-9f32-69262c1a9ed4\",\n                    \"businessTime\": 1776687302000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d2f959ad-746b-4453-8e7f-a39df7d6813d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.031504708908635\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057268.088020177,\n                    \"instrumentId\": \"9cd092b2-99e5-405b-90cb-6904895d0460\",\n                    \"businessTime\": 1776687303000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281251.269204927,\n                    \"instrumentId\": \"fbd83276-b088-4573-bd73-37b9b77eab44\",\n                    \"businessTime\": 1776687303000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761593.828686621,\n                    \"instrumentId\": \"833b11b4-e145-4982-896c-b35477128ef3\",\n                    \"businessTime\": 1776687303000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.4580958748,\n                    \"instrumentId\": \"c52531be-57ea-453b-9296-ddaa048d7358\",\n                    \"businessTime\": 1776687303000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387969.5391956277,\n                    \"instrumentId\": \"ee38707f-9cfc-4a4d-95bf-86edc14bde2e\",\n                    \"businessTime\": 1776687303000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83779193.74844246,\n                    \"instrumentId\": \"ee76cb4c-ea5b-4480-9efb-70b14916380c\",\n                    \"businessTime\": 1776687303000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654890.0550158637,\n                    \"instrumentId\": \"a0342a77-9415-4189-b5f9-e909d383507f\",\n                    \"businessTime\": 1776687303000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c7297209-ea88-4f08-882e-d52623036a32\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.031405948446668\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057268.088020177,\n                    \"instrumentId\": \"59da36b5-c983-4e2f-a1fd-15d036c56f77\",\n                    \"businessTime\": 1776687304000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281233.714490157,\n                    \"instrumentId\": \"8392933c-f156-4f52-b350-f2d6ef4a82fd\",\n                    \"businessTime\": 1776687304000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761238.104071906,\n                    \"instrumentId\": \"e105cb01-2576-495f-bf94-92b6317bc92c\",\n                    \"businessTime\": 1776687304000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.4580958748,\n                    \"instrumentId\": \"05685995-1f52-416f-945a-ba4902379088\",\n                    \"businessTime\": 1776687304000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387969.5391956277,\n                    \"instrumentId\": \"fd3749ae-b6aa-445a-824d-16393771cf01\",\n                    \"businessTime\": 1776687304000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83777486.83708675,\n                    \"instrumentId\": \"8e5a8607-d3af-4984-a9b5-0ae04178415c\",\n                    \"businessTime\": 1776687304000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654890.0550158637,\n                    \"instrumentId\": \"ea24a89d-8c70-49e9-a44e-d6501167bbe1\",\n                    \"businessTime\": 1776687304000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fbbec852-2a95-4f75-95c3-24bdc0b60125\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03104036133152\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057251.689001451,\n                    \"instrumentId\": \"63a64e88-12bc-4844-b00e-7bf72d46fd2e\",\n                    \"businessTime\": 1776687305000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281234.10688913,\n                    \"instrumentId\": \"b0091cdf-d0d9-4f15-aa70-00fd6345668d\",\n                    \"businessTime\": 1776687305000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761080.552408481,\n                    \"instrumentId\": \"83b262dc-b760-4034-b281-4b2a7b2c7eeb\",\n                    \"businessTime\": 1776687305000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.4580958748,\n                    \"instrumentId\": \"c9600607-8b1c-4194-b438-0f980c84795c\",\n                    \"businessTime\": 1776687305000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387969.5391956277,\n                    \"instrumentId\": \"ea8ba27b-ce35-44fe-be8b-f440411469c1\",\n                    \"businessTime\": 1776687305000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83774752.64844675,\n                    \"instrumentId\": \"9f78c37f-45f3-474a-b620-c31127e560f8\",\n                    \"businessTime\": 1776687305000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654890.0550158637,\n                    \"instrumentId\": \"571f0ac6-aa67-4f5d-96f2-7611ca9ba5ec\",\n                    \"businessTime\": 1776687305000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0a80fc84-53ec-4878-a779-f9e02404a54b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030529333752757\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057251.689001451,\n                    \"instrumentId\": \"fb4eb04a-1bac-4555-99cd-529257b7bf52\",\n                    \"businessTime\": 1776687306000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281237.8296367,\n                    \"instrumentId\": \"3c167adc-e1d8-4eb5-965a-0d92002ddaf6\",\n                    \"businessTime\": 1776687306000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760775.360695716,\n                    \"instrumentId\": \"ec00d7f3-64e6-4eae-810f-5aed1bddafea\",\n                    \"businessTime\": 1776687306000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.4580958748,\n                    \"instrumentId\": \"4f5c98b6-5fa6-49ae-ae12-44d4033601b9\",\n                    \"businessTime\": 1776687306000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387969.13051216624,\n                    \"instrumentId\": \"cb70f1e0-1a79-403b-b5ca-c5362299ef8a\",\n                    \"businessTime\": 1776687306000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83773046.41535,\n                    \"instrumentId\": \"82a0f334-d9eb-4355-8632-0aaeeed2607c\",\n                    \"businessTime\": 1776687306000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654887.4510555674,\n                    \"instrumentId\": \"da23a827-cebe-4c47-91bc-3d08917e419e\",\n                    \"businessTime\": 1776687306000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"688f900b-d66d-4400-b0f0-f4783dddaa38\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030175956827325\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057208.37386574,\n                    \"instrumentId\": \"d6e620da-a95c-47d2-bc01-ef70ca2c5ecc\",\n                    \"businessTime\": 1776687307000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281237.8296367,\n                    \"instrumentId\": \"6225d08c-18d4-4057-bb35-9d4c4b240d92\",\n                    \"businessTime\": 1776687307000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760762.738731598,\n                    \"instrumentId\": \"b162b303-7dae-4424-a0fe-21c5894fea59\",\n                    \"businessTime\": 1776687307000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.4066583753,\n                    \"instrumentId\": \"25100347-1758-48a2-9139-6c46cb838a78\",\n                    \"businessTime\": 1776687307000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387969.13051216624,\n                    \"instrumentId\": \"346f4314-fa34-49d5-81cb-6a4a61fde0f8\",\n                    \"businessTime\": 1776687307000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83773029.54858424,\n                    \"instrumentId\": \"ab3ff094-c926-482f-b7f9-9f6e97c713a2\",\n                    \"businessTime\": 1776687307000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654887.4510555674,\n                    \"instrumentId\": \"816a2355-285e-48d9-a0f6-1d9c3f92c02b\",\n                    \"businessTime\": 1776687307000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"abb7b816-3ed3-4055-b410-9702933ce8bf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03016315273188\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057139.540578684,\n                    \"instrumentId\": \"8bc9f229-2629-49e0-bd67-8d8c93217f5d\",\n                    \"businessTime\": 1776687308000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281177.300857081,\n                    \"instrumentId\": \"feb40668-40b3-48f3-b097-0f5db6744852\",\n                    \"businessTime\": 1776687308000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760300.64708646,\n                    \"instrumentId\": \"247b73fc-0953-4c50-9e0e-6840ed7b76fd\",\n                    \"businessTime\": 1776687308000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.4066583753,\n                    \"instrumentId\": \"fe710ae5-e671-40a7-8642-4618799ec1bf\",\n                    \"businessTime\": 1776687308000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387969.13051216624,\n                    \"instrumentId\": \"4b05d0aa-4cbd-4938-ba3b-7511f7411b21\",\n                    \"businessTime\": 1776687308000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83772895.64532138,\n                    \"instrumentId\": \"4129d201-1bfc-4926-85ba-f25acfa9460b\",\n                    \"businessTime\": 1776687308000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654887.4510555674,\n                    \"instrumentId\": \"b9ecea5d-c161-4273-8850-d01216718085\",\n                    \"businessTime\": 1776687308000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7dba939e-a093-4219-bcb8-0fda794bcf12\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.030035673474465\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057137.595737947,\n                    \"instrumentId\": \"3d2d5809-a540-4772-a2ba-c27462994495\",\n                    \"businessTime\": 1776687309000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281177.300857081,\n                    \"instrumentId\": \"522ea501-5454-4214-8267-cd6bdc2b28ec\",\n                    \"businessTime\": 1776687309000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760298.074658258,\n                    \"instrumentId\": \"ecd7bece-9243-420e-a909-942e1ee29219\",\n                    \"businessTime\": 1776687309000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.4066583753,\n                    \"instrumentId\": \"824f43a5-153c-4962-a8c1-44042252f71a\",\n                    \"businessTime\": 1776687309000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387969.13051216624,\n                    \"instrumentId\": \"c8996fc0-bc50-44c2-af6b-43b8caa81902\",\n                    \"businessTime\": 1776687309000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83772874.86152264,\n                    \"instrumentId\": \"12660877-cd22-4a4f-9ab4-9b43b3c5d141\",\n                    \"businessTime\": 1776687309000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654887.4510555674,\n                    \"instrumentId\": \"a76b4a8d-fd71-4119-8b8b-ba787b19dcc7\",\n                    \"businessTime\": 1776687309000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fae48434-6438-4e89-af76-b1120b388cfb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03003122688964\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057137.595737947,\n                    \"instrumentId\": \"c94880fa-c7fc-42a4-947a-b11dfb06cb1c\",\n                    \"businessTime\": 1776687310000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281160.8973103217,\n                    \"instrumentId\": \"447cc2b8-4efb-4753-95c6-766c214121f1\",\n                    \"businessTime\": 1776687310000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760297.989889022,\n                    \"instrumentId\": \"b81da959-06fc-40e3-a521-d043f2663371\",\n                    \"businessTime\": 1776687310000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.4066583753,\n                    \"instrumentId\": \"4e25ddf6-a9eb-4ecd-94a9-9403a17c130d\",\n                    \"businessTime\": 1776687310000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387969.13051216624,\n                    \"instrumentId\": \"ef55baf3-3b0d-4463-9f03-8deb7ff689da\",\n                    \"businessTime\": 1776687310000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83772845.13935971,\n                    \"instrumentId\": \"0cc1c5de-ccad-4a96-ae68-5ecfc4277359\",\n                    \"businessTime\": 1776687310000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654887.4510555674,\n                    \"instrumentId\": \"2b53bb1e-fd2a-40a8-9f6f-1cd8e6007784\",\n                    \"businessTime\": 1776687310000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cc8039f4-4c99-4b94-81a8-d3022c822da1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03002310554009\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057121.031499995,\n                    \"instrumentId\": \"c17a0891-1ccf-4c78-86d5-2dc0d193fd14\",\n                    \"businessTime\": 1776687311000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281130.742765328,\n                    \"instrumentId\": \"de1fb8d9-8c15-41a0-9105-a1d47895e0da\",\n                    \"businessTime\": 1776687311000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760295.59394814,\n                    \"instrumentId\": \"635952f4-fcf0-42ff-a478-99e2c88f9257\",\n                    \"businessTime\": 1776687311000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.4066583753,\n                    \"instrumentId\": \"1aedc583-552f-442f-8992-f00a6ebe52d1\",\n                    \"businessTime\": 1776687311000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387962.30653886864,\n                    \"instrumentId\": \"9cb1fc0f-88e8-4e7b-95c8-5bc54a1b1d1a\",\n                    \"businessTime\": 1776687311000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83772559.71709096,\n                    \"instrumentId\": \"0ba33e7c-f247-4d64-9f8b-7ace13147d56\",\n                    \"businessTime\": 1776687311000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654887.4510555674,\n                    \"instrumentId\": \"ea6f92a3-6e09-49d7-81f7-c64dff805fb9\",\n                    \"businessTime\": 1776687311000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6f058f3b-f7cb-4a74-aab2-4e4ccfb37a89\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029963112400218\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057121.031499995,\n                    \"instrumentId\": \"3d0cfec5-6948-4493-bb65-b52ef1893c83\",\n                    \"businessTime\": 1776687312000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281130.742765328,\n                    \"instrumentId\": \"65efd6fa-5628-4d30-b0c5-43689555a26b\",\n                    \"businessTime\": 1776687312000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760295.59394814,\n                    \"instrumentId\": \"277d2731-0651-41ab-be9b-af5e48587fd6\",\n                    \"businessTime\": 1776687312000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299606.4066583753,\n                    \"instrumentId\": \"fca19f98-672a-4aec-bae8-b7c773eedeb4\",\n                    \"businessTime\": 1776687312000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387962.30653886864,\n                    \"instrumentId\": \"1cc5b83d-c58d-40ea-83df-37d6f86d20dd\",\n                    \"businessTime\": 1776687312000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83772553.018625,\n                    \"instrumentId\": \"7096059d-c5a2-40be-8fda-f107d6e49731\",\n                    \"businessTime\": 1776687312000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654887.456314568,\n                    \"instrumentId\": \"bef88fc7-60fd-4a05-b287-0844c37a950c\",\n                    \"businessTime\": 1776687312000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fb51cb23-c978-43a7-91e1-1d79dd557132\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02996193608968\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057117.832032025,\n                    \"instrumentId\": \"f023da8d-c6f8-40e7-bc20-847810927f71\",\n                    \"businessTime\": 1776687313000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281087.9846972874,\n                    \"instrumentId\": \"a7de9376-5705-4480-8a73-9a28438b61ca\",\n                    \"businessTime\": 1776687313000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760280.030360736,\n                    \"instrumentId\": \"190c4730-28e5-4bc2-bdd1-a045ca589626\",\n                    \"businessTime\": 1776687313000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299625.50072587555,\n                    \"instrumentId\": \"47401e58-20c9-4fa9-848b-ed67ff50013a\",\n                    \"businessTime\": 1776687313000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387962.30653886864,\n                    \"instrumentId\": \"045f2e50-7090-461e-b2d9-1fab6ef285d9\",\n                    \"businessTime\": 1776687313000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83772238.65903899,\n                    \"instrumentId\": \"0351ae28-1707-41e8-8151-1e1a6aa8b63f\",\n                    \"businessTime\": 1776687313000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654887.456314568,\n                    \"instrumentId\": \"f4281bfd-eedf-4298-971d-fb2a24f41dd8\",\n                    \"businessTime\": 1776687313000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6ca0bc67-cbe4-483f-aba7-d77ec3675751\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029899231934685\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056805.549829113,\n                    \"instrumentId\": \"a21a10c8-d336-4d34-8edd-86abb06c3f84\",\n                    \"businessTime\": 1776687314000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281086.608507206,\n                    \"instrumentId\": \"68fc80ad-d058-48d5-b54c-6353c86c1bc1\",\n                    \"businessTime\": 1776687314000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760278.850514626,\n                    \"instrumentId\": \"f7df4735-6ae2-4d0d-81a1-643de0494036\",\n                    \"businessTime\": 1776687314000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299625.50072587555,\n                    \"instrumentId\": \"af7e17c0-d20e-4c74-ac57-8325bb587934\",\n                    \"businessTime\": 1776687314000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387962.30653886864,\n                    \"instrumentId\": \"03c6ce33-4f8d-4db3-83ec-4c60c88065b8\",\n                    \"businessTime\": 1776687314000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83772097.65727174,\n                    \"instrumentId\": \"d9cbc449-7368-44f8-b9b2-c24b739919f5\",\n                    \"businessTime\": 1776687314000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654887.456314568,\n                    \"instrumentId\": \"3afe0366-5d99-478b-8efd-eed905253f37\",\n                    \"businessTime\": 1776687314000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8aefbb70-6c0f-4ca7-a156-d85025d195f3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029819119455535\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056805.549829113,\n                    \"instrumentId\": \"88c5e10b-34ec-4100-9f20-82f61fee31c7\",\n                    \"businessTime\": 1776687315000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281086.608507206,\n                    \"instrumentId\": \"5eca8dd8-d2e6-4a79-8d49-0f5bd55c2e05\",\n                    \"businessTime\": 1776687315000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760278.850514626,\n                    \"instrumentId\": \"1d5e0f0d-1cc5-4c8b-b988-c52013d56738\",\n                    \"businessTime\": 1776687315000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299625.50072587555,\n                    \"instrumentId\": \"e61a9545-344d-441a-ae0e-c515334181a4\",\n                    \"businessTime\": 1776687315000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387962.30653886864,\n                    \"instrumentId\": \"558faaf7-ce36-4e5b-8df5-cc581a2ffdee\",\n                    \"businessTime\": 1776687315000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83772095.26611571,\n                    \"instrumentId\": \"8506cbaa-4c70-4d77-8494-5e3303b56b87\",\n                    \"businessTime\": 1776687315000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654887.456314568,\n                    \"instrumentId\": \"e96cc90d-8962-4349-9c2b-2c87d94cf44f\",\n                    \"businessTime\": 1776687315000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4c7557e3-1706-4677-9796-3ff526a41060\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02981869921722\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056805.549829113,\n                    \"instrumentId\": \"b2109ae7-42ce-4760-ad3c-704b18926a3d\",\n                    \"businessTime\": 1776687316000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281086.430687915,\n                    \"instrumentId\": \"b34ccd0b-47df-442c-8ec6-0eac3106eecd\",\n                    \"businessTime\": 1776687316000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760207.244020635,\n                    \"instrumentId\": \"e46d0dbf-883c-4090-b0d1-c34974841053\",\n                    \"businessTime\": 1776687316000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299625.50072587555,\n                    \"instrumentId\": \"7e479c1a-55df-4cbb-88a1-883ceac2c72a\",\n                    \"businessTime\": 1776687316000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387774.306811247,\n                    \"instrumentId\": \"cec212d5-422e-4936-bead-529e1d7820d3\",\n                    \"businessTime\": 1776687316000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83772094.30899903,\n                    \"instrumentId\": \"93de421f-3b4d-400a-a29d-9930fd46a904\",\n                    \"businessTime\": 1776687316000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654887.456314568,\n                    \"instrumentId\": \"daea9fb7-66b7-49cf-93bf-f6fca67722a8\",\n                    \"businessTime\": 1776687316000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e139e6af-6213-423a-8e57-d9303ff8bcb5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0297728747607\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056563.506483305,\n                    \"instrumentId\": \"a0fd441b-8058-4f78-8019-db33d0e8437f\",\n                    \"businessTime\": 1776687317000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281086.263760814,\n                    \"instrumentId\": \"3315fb7d-9208-42d0-95c9-942b39854e99\",\n                    \"businessTime\": 1776687317000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760091.44906681,\n                    \"instrumentId\": \"a4a4d7b5-b9a8-406f-a836-b48e5292dc62\",\n                    \"businessTime\": 1776687317000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299633.36031770974,\n                    \"instrumentId\": \"bcbe4ce5-ec11-4b26-a5e5-aa809c9a3a37\",\n                    \"businessTime\": 1776687317000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387774.306811247,\n                    \"instrumentId\": \"bde04b81-9fed-4f29-80b5-3fffca54a3f6\",\n                    \"businessTime\": 1776687317000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83767093.63025981,\n                    \"instrumentId\": \"85cabbb9-483e-4dd7-acd5-f19b73a7c084\",\n                    \"businessTime\": 1776687317000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654887.456314568,\n                    \"instrumentId\": \"02c254de-5720-4719-8ba5-b99298890369\",\n                    \"businessTime\": 1776687317000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"95007669-4bfc-44ad-b6ac-a97efa95e42c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028832483833792\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056162.22331265,\n                    \"instrumentId\": \"4ac49a57-b258-4f3a-a358-0bd2e13a4342\",\n                    \"businessTime\": 1776687318000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281070.682442023,\n                    \"instrumentId\": \"0d7a043a-1cf5-4f87-880c-cb570115a1fa\",\n                    \"businessTime\": 1776687318000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759840.89173745,\n                    \"instrumentId\": \"393abc12-d2b3-4cae-b74e-45c2e603ae16\",\n                    \"businessTime\": 1776687318000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"ced5ad11-beb5-43f4-b018-b66072c2c915\",\n                    \"businessTime\": 1776687318000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387760.31077043235,\n                    \"instrumentId\": \"a0923168-ecc3-4906-b5b1-bd2abdb29172\",\n                    \"businessTime\": 1776687318000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83768139.72466455,\n                    \"instrumentId\": \"315d58d5-0489-4301-bd1a-2cd965aea927\",\n                    \"businessTime\": 1776687318000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654924.5727745785,\n                    \"instrumentId\": \"bbd379ce-8173-4aa1-a34c-5e81ee9f2739\",\n                    \"businessTime\": 1776687318000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7bbe53c8-cb2e-4d00-b46e-321909664a5b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028875541315692\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056204.245136682,\n                    \"instrumentId\": \"307d8d7c-160e-46e8-8136-7403c58a027b\",\n                    \"businessTime\": 1776687319000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280799.62246219,\n                    \"instrumentId\": \"64270d67-5797-4241-94b6-2f3230172de8\",\n                    \"businessTime\": 1776687319000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759812.917741677,\n                    \"instrumentId\": \"1b8bb217-4a12-49dc-b97f-7d7964e10a05\",\n                    \"businessTime\": 1776687319000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"db0d7ef1-1ff5-48c4-b1f2-03777391111f\",\n                    \"businessTime\": 1776687319000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387732.318688803,\n                    \"instrumentId\": \"14e0b86b-b290-4fd4-af7b-86342a55e42d\",\n                    \"businessTime\": 1776687319000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83768261.64918214,\n                    \"instrumentId\": \"a2f333cb-8273-4ee9-bfed-db7a480a14bb\",\n                    \"businessTime\": 1776687319000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654953.7722555499,\n                    \"instrumentId\": \"9cfa03be-eb0b-4df2-bbe7-2a9a26047754\",\n                    \"businessTime\": 1776687319000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"53ecb997-482e-4b26-b86c-ace3c3e49a35\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02885201227621\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056085.113570775,\n                    \"instrumentId\": \"4de5fd3e-9de5-4bc5-9ae0-b0b00d296146\",\n                    \"businessTime\": 1776687320000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280698.297321688,\n                    \"instrumentId\": \"61cb4a32-a8b0-4f8b-b312-7eec5c453ec2\",\n                    \"businessTime\": 1776687320000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759754.832677085,\n                    \"instrumentId\": \"9b47fd63-eca7-49ac-8580-0af3f364e6b7\",\n                    \"businessTime\": 1776687320000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"8b1bf9b6-02eb-4840-b0ab-35f718f4b82a\",\n                    \"businessTime\": 1776687320000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387709.9250234995,\n                    \"instrumentId\": \"e27cbf7c-2746-42c3-aa1e-c19d7bf9eb8c\",\n                    \"businessTime\": 1776687320000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83767471.17597216,\n                    \"instrumentId\": \"1dd503c4-adc3-488c-8584-fa9a255f0b4f\",\n                    \"businessTime\": 1776687320000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654953.7722555499,\n                    \"instrumentId\": \"1cd0cb3b-9bb8-414a-9cee-d5aa85ee71e1\",\n                    \"businessTime\": 1776687320000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d37d7fc6-66dc-4cee-8cae-a75308ed6725\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02866020056333\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055942.162577149,\n                    \"instrumentId\": \"ad1770db-3872-4001-a60b-3287e27acd7d\",\n                    \"businessTime\": 1776687321000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280646.830006965,\n                    \"instrumentId\": \"46e14856-22ce-4f52-91d6-f22582c2941f\",\n                    \"businessTime\": 1776687321000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759267.098674128,\n                    \"instrumentId\": \"d2e504aa-aa26-4a5f-bad0-63fd91bf274e\",\n                    \"businessTime\": 1776687321000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"9cd25196-5abb-4c64-b6e7-697c14ea0aca\",\n                    \"businessTime\": 1776687321000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387709.9250234995,\n                    \"instrumentId\": \"dc1689ae-6163-459f-b1ef-b27944ac4cb1\",\n                    \"businessTime\": 1776687321000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766906.50574322,\n                    \"instrumentId\": \"26d408ee-6b92-46ae-80b5-b30758a9a46a\",\n                    \"businessTime\": 1776687321000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654953.6373098551,\n                    \"instrumentId\": \"6db89e65-c0ec-4d4b-af2f-0106dc38f227\",\n                    \"businessTime\": 1776687321000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8109fb01-b64c-4210-b44e-a066daabe741\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028441051620284\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055857.556628334,\n                    \"instrumentId\": \"afc4a831-3198-4323-8b1b-85542cb2552f\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280646.830006965,\n                    \"instrumentId\": \"19e867ca-dcba-4580-9407-e6fe4dacbfd1\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759263.753184598,\n                    \"instrumentId\": \"890debaf-b7fc-4eb9-9a56-4f4fc2fe202a\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"8a45b7ac-7296-4109-9ffa-f3f73400630c\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387679.33367714746,\n                    \"instrumentId\": \"21bc259d-d27c-48e1-8a02-fcabc14eb8dc\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766906.50574322,\n                    \"instrumentId\": \"f969270e-8f7c-4367-a883-eabb3a3fdefc\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654953.6373098551,\n                    \"instrumentId\": \"e532396c-bf9c-4e53-862b-7f67246d7ee9\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c08f8ad7-8c0d-431c-8483-7ccabc415666\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02842021809046\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055857.556628334,\n                    \"instrumentId\": \"60781f39-cd4b-49d8-9ac6-241dea495578\",\n                    \"businessTime\": 1776687323000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280408.031689158,\n                    \"instrumentId\": \"b4062232-c33c-4d41-a34c-54620062326c\",\n                    \"businessTime\": 1776687323000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758253.558508491,\n                    \"instrumentId\": \"446a6055-e036-4f57-99fb-a125dbff94ee\",\n                    \"businessTime\": 1776687323000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"8a45b7ac-7296-4109-9ffa-f3f73400630c\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387679.33367714746,\n                    \"instrumentId\": \"ed1a6391-e2bc-4e9f-98ef-f109da5545d0\",\n                    \"businessTime\": 1776687323000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83764693.8982495,\n                    \"instrumentId\": \"be260271-23cc-42e3-8985-48c3bb5aef63\",\n                    \"businessTime\": 1776687323000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654953.6373098551,\n                    \"instrumentId\": \"da82e3dd-80c9-4196-a30a-50007504cebc\",\n                    \"businessTime\": 1776687323000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ec968333-14a3-4ebb-818c-eff18d230ac9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027811852451155\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055758.085088636,\n                    \"instrumentId\": \"816faa5f-66f2-472b-b7cd-2ccf49c248b5\",\n                    \"businessTime\": 1776687324000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280366.7149584447,\n                    \"instrumentId\": \"f40656e7-5f36-4795-b59e-b36a2be89e66\",\n                    \"businessTime\": 1776687324000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758245.465728104,\n                    \"instrumentId\": \"7be8a0b0-05a6-4f83-8e96-31ee4644b477\",\n                    \"businessTime\": 1776687324000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"8a45b7ac-7296-4109-9ffa-f3f73400630c\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387679.33367714746,\n                    \"instrumentId\": \"12628569-d651-496d-8ee9-9f9f24a4ad48\",\n                    \"businessTime\": 1776687324000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83761101.68559536,\n                    \"instrumentId\": \"197d0fc4-d1c2-4f4b-a66b-6bfecbfb10ff\",\n                    \"businessTime\": 1776687324000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654953.6373098551,\n                    \"instrumentId\": \"e3681c3d-5013-4ae4-a7eb-a9f8a16c1153\",\n                    \"businessTime\": 1776687324000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1278973e-5081-40e0-9fd4-7913dd4f358d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027154366738515\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055749.868694061,\n                    \"instrumentId\": \"bbd48de7-8990-4800-a2cb-b446fb20d035\",\n                    \"businessTime\": 1776687325000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280364.200816637,\n                    \"instrumentId\": \"18d7c93b-f134-44d6-80a0-cdde10e4404f\",\n                    \"businessTime\": 1776687325000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758244.536857104,\n                    \"instrumentId\": \"bc2e6b6e-17f1-43c2-879c-88092ea65b1f\",\n                    \"businessTime\": 1776687325000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"8a45b7ac-7296-4109-9ffa-f3f73400630c\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387523.1573197002,\n                    \"instrumentId\": \"683d2d8e-6032-48e7-acf5-15eefafe1ede\",\n                    \"businessTime\": 1776687325000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83761087.0934049,\n                    \"instrumentId\": \"c13c353b-752b-4352-ba31-4b3741fbd403\",\n                    \"businessTime\": 1776687325000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654953.6373098551,\n                    \"instrumentId\": \"f08cc422-3791-4e10-947d-a4e3f295442a\",\n                    \"businessTime\": 1776687325000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0d1515de-85aa-4c26-93c1-e492fb9db05e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027122305586442\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055683.106610838,\n                    \"instrumentId\": \"6e956a88-0e58-457c-849d-a454cd20deb0\",\n                    \"businessTime\": 1776687326000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280335.365144608,\n                    \"instrumentId\": \"fba2fdd1-3d21-484b-9169-71c60ec86b67\",\n                    \"businessTime\": 1776687326000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757477.995623453,\n                    \"instrumentId\": \"ae736666-15e9-42d6-90cc-acc42b18bb82\",\n                    \"businessTime\": 1776687326000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"8a45b7ac-7296-4109-9ffa-f3f73400630c\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387523.1573197002,\n                    \"instrumentId\": \"6f3c149d-37eb-421d-a324-bcf131c555aa\",\n                    \"businessTime\": 1776687326000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83755806.49449906,\n                    \"instrumentId\": \"524c4eea-2abc-41b9-b18d-d6f115989864\",\n                    \"businessTime\": 1776687326000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654953.6373098551,\n                    \"instrumentId\": \"561317e5-8fa0-4b3c-bed4-21c466cefe04\",\n                    \"businessTime\": 1776687326000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"be63de4f-e3ab-49ac-985c-d82243b08b4c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026042738293867\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055683.106610838,\n                    \"instrumentId\": \"e9e6ec07-caf5-437f-8add-6529ee9af0ae\",\n                    \"businessTime\": 1776687327000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280537.52429313,\n                    \"instrumentId\": \"17324d8e-d77d-4c6d-97b6-92184d5d7ea0\",\n                    \"businessTime\": 1776687327000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757476.353987733,\n                    \"instrumentId\": \"8da1156d-a7b1-44b3-a212-fcb07c952b72\",\n                    \"businessTime\": 1776687327000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"8a45b7ac-7296-4109-9ffa-f3f73400630c\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387523.1573197002,\n                    \"instrumentId\": \"ffd35ef8-f7a0-4a83-943d-a357a9aa92e3\",\n                    \"businessTime\": 1776687327000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83755681.05641362,\n                    \"instrumentId\": \"34a13d6a-5306-4a69-8457-7c17d96e4591\",\n                    \"businessTime\": 1776687327000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.9556025746,\n                    \"instrumentId\": \"dc8fbef4-ba59-431e-bf78-d03a3a2fd142\",\n                    \"businessTime\": 1776687327000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5f54c714-4641-446f-be2c-bb2055b4a244\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02605563771743\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055661.44575623,\n                    \"instrumentId\": \"016f635c-992d-4dbc-a1f8-4477c42b75ab\",\n                    \"businessTime\": 1776687328000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280594.8615389727,\n                    \"instrumentId\": \"45272406-e800-4f73-b460-2773bbc346c7\",\n                    \"businessTime\": 1776687328000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757474.292552585,\n                    \"instrumentId\": \"322a914b-740f-42dc-a5ab-5622d1778baf\",\n                    \"businessTime\": 1776687328000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"8a45b7ac-7296-4109-9ffa-f3f73400630c\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387523.1573197002,\n                    \"instrumentId\": \"b120a602-db33-4265-b053-03ad6b9e4b52\",\n                    \"businessTime\": 1776687328000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83755485.16092059,\n                    \"instrumentId\": \"65765a3d-477f-4677-a960-352defb41267\",\n                    \"businessTime\": 1776687328000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.9556025746,\n                    \"instrumentId\": \"bf2d2e30-880b-4fe4-ba65-40de60bf1b32\",\n                    \"businessTime\": 1776687328000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"aa1bc764-1de6-4edd-a4a8-387cde33a875\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02602711741217\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055657.398956685,\n                    \"instrumentId\": \"b69415e3-d493-4e57-89d9-a0e5ea3a0a23\",\n                    \"businessTime\": 1776687329000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280594.8615389727,\n                    \"instrumentId\": \"30cb78c2-c747-47bd-a5e1-97c14197356b\",\n                    \"businessTime\": 1776687329000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757460.334384758,\n                    \"instrumentId\": \"bb7c96ae-0ef1-4a90-a888-ca7bde091be4\",\n                    \"businessTime\": 1776687329000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"8a45b7ac-7296-4109-9ffa-f3f73400630c\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387523.1573197002,\n                    \"instrumentId\": \"6ce082a1-6e2d-47c9-b99c-a32b42468356\",\n                    \"businessTime\": 1776687329000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83756499.27841963,\n                    \"instrumentId\": \"04bbc163-6f57-42dd-a6e8-d78ac0cd24c7\",\n                    \"businessTime\": 1776687329000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.9556025746,\n                    \"instrumentId\": \"e16e1c98-7d25-422d-93d6-7401630d58f5\",\n                    \"businessTime\": 1776687329000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"810973da-9504-4552-aee3-433e00608d0e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026202181125996\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055632.001724596,\n                    \"instrumentId\": \"8dc97528-c713-4b70-a3b3-08365aad6efe\",\n                    \"businessTime\": 1776687330000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280594.804788373,\n                    \"instrumentId\": \"c554529b-65d2-485a-a35a-b03f33c1fbf3\",\n                    \"businessTime\": 1776687330000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757458.870649803,\n                    \"instrumentId\": \"4504f159-bb94-4717-949f-3b97ed052ed3\",\n                    \"businessTime\": 1776687330000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"8a45b7ac-7296-4109-9ffa-f3f73400630c\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387523.1573197002,\n                    \"instrumentId\": \"025b92dd-d5c6-464e-bb9d-0ca08c493aef\",\n                    \"businessTime\": 1776687330000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83756470.33346154,\n                    \"instrumentId\": \"ab77c1c8-5c13-471c-ba3f-1f49f09a51a7\",\n                    \"businessTime\": 1776687330000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.9556025746,\n                    \"instrumentId\": \"b8bd951f-1478-465b-8c29-415831cf1a5e\",\n                    \"businessTime\": 1776687330000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a016419b-755e-43fa-b8c9-a8e7f38cc4d6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026192363432543\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055632.001724596,\n                    \"instrumentId\": \"b00e3b94-300b-4485-bb0b-b3ade9d8540e\",\n                    \"businessTime\": 1776687331000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280594.804788373,\n                    \"instrumentId\": \"5b27f22e-64b9-4695-a5ad-5625c971e938\",\n                    \"businessTime\": 1776687331000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757431.984628668,\n                    \"instrumentId\": \"9aacefd5-fc1b-4a96-a7ee-db1918d89fbd\",\n                    \"businessTime\": 1776687331000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299476.56438458944,\n                    \"instrumentId\": \"8a45b7ac-7296-4109-9ffa-f3f73400630c\",\n                    \"businessTime\": 1776687322000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387523.1573197002,\n                    \"instrumentId\": \"9dfa2e7d-7351-4235-844b-d1ba2bbe876a\",\n                    \"businessTime\": 1776687331000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83756364.32155514,\n                    \"instrumentId\": \"cf7aa983-9f16-4ec9-aba6-c51c6c697f9b\",\n                    \"businessTime\": 1776687331000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.9556025746,\n                    \"instrumentId\": \"c57d4649-42d0-42e9-9bd3-c96e7f8555f3\",\n                    \"businessTime\": 1776687331000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1e1b6018-1c31-466a-b458-14c28f89f0e0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026169007030518\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055632.001724596,\n                    \"instrumentId\": \"5ecfecae-3745-464d-afab-7193c03053de\",\n                    \"businessTime\": 1776687332000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280594.804788373,\n                    \"instrumentId\": \"522afa44-1524-4071-80df-af2dd108e5a7\",\n                    \"businessTime\": 1776687332000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757431.984628668,\n                    \"instrumentId\": \"e4536b92-edee-431d-9233-97c913092b1a\",\n                    \"businessTime\": 1776687332000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299383.82067748095,\n                    \"instrumentId\": \"2bb46c1d-44d2-4d3e-9145-dbd73539660c\",\n                    \"businessTime\": 1776687332000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387525.50960708613,\n                    \"instrumentId\": \"d87242c9-02e4-4e44-877a-4c2a18298a75\",\n                    \"businessTime\": 1776687332000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83756315.74297331,\n                    \"instrumentId\": \"e668f5d4-bbb8-487a-8c18-a664b88c438e\",\n                    \"businessTime\": 1776687332000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.9556025746,\n                    \"instrumentId\": \"7ae45deb-9b25-4a6f-8d23-12a18c750625\",\n                    \"businessTime\": 1776687332000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"79cd3049-f4e1-4d21-a132-0579a4d3d3dd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026144583480157\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055632.001724596,\n                    \"instrumentId\": \"ae95c093-6194-44d4-8bb6-b8a135bf8fb6\",\n                    \"businessTime\": 1776687333000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280592.88659594,\n                    \"instrumentId\": \"2447347f-427d-4553-96ef-cdf9104dbbc8\",\n                    \"businessTime\": 1776687333000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757275.302176392,\n                    \"instrumentId\": \"5892312e-40a5-422e-b11e-71d725547ad9\",\n                    \"businessTime\": 1776687333000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299383.82067748095,\n                    \"instrumentId\": \"b7ce91d7-c8d0-4e8a-9a53-d8f0e9b9df05\",\n                    \"businessTime\": 1776687333000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387525.50960708613,\n                    \"instrumentId\": \"0221e44b-1566-4969-bf1b-1755a80acd49\",\n                    \"businessTime\": 1776687333000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83753523.54238418,\n                    \"instrumentId\": \"14d5e9d9-49e6-43fa-a5c6-4d06ce6f65cc\",\n                    \"businessTime\": 1776687333000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.9556025746,\n                    \"instrumentId\": \"c3821b3e-ee29-421e-b615-b76fb18479bc\",\n                    \"businessTime\": 1776687333000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ae38f0b9-b9f3-471a-a29d-d2bdbadf045c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02562598923871\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055630.638113079,\n                    \"instrumentId\": \"a7709fda-130a-4400-a55c-27761dfc11a1\",\n                    \"businessTime\": 1776687334000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280592.383834912,\n                    \"instrumentId\": \"f5515512-b215-4219-a386-752e5467ccc9\",\n                    \"businessTime\": 1776687334000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756956.630016452,\n                    \"instrumentId\": \"6ddb3304-5559-4d09-a940-3c5fb014fc3c\",\n                    \"businessTime\": 1776687334000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299383.82067748095,\n                    \"instrumentId\": \"da5454dd-57d6-498b-ac33-4316fcba2b24\",\n                    \"businessTime\": 1776687334000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387525.50960708613,\n                    \"instrumentId\": \"e4d2106d-f2d4-4c14-b3d5-b0700706cdf3\",\n                    \"businessTime\": 1776687334000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83752494.27295162,\n                    \"instrumentId\": \"e208ac13-69ef-48a9-8ef5-ecf44420d1a5\",\n                    \"businessTime\": 1776687334000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654951.9556025746,\n                    \"instrumentId\": \"ebc41583-ae5d-4375-bdb2-807d3cd24b6f\",\n                    \"businessTime\": 1776687334000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3e65f2a2-8bc3-41e9-abba-cc5d16d931be\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.025388764640283\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055477.559381548,\n                    \"instrumentId\": \"ddb4bff9-ed32-4551-935a-f9631f133686\",\n                    \"businessTime\": 1776687335000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280597.374939449,\n                    \"instrumentId\": \"e0243af3-283f-4471-a3b6-ecd51d14a819\",\n                    \"businessTime\": 1776687335000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756600.02449186,\n                    \"instrumentId\": \"83a86767-a813-4bcc-8d8c-6459d5964982\",\n                    \"businessTime\": 1776687335000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299383.82067748095,\n                    \"instrumentId\": \"a9ba3757-4ae8-40c9-86bf-7f6432c02266\",\n                    \"businessTime\": 1776687335000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387520.66330098547,\n                    \"instrumentId\": \"e495669e-321c-4257-aabf-b096c97b060f\",\n                    \"businessTime\": 1776687335000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83751373.63146456,\n                    \"instrumentId\": \"8a1c8b44-5a67-4f19-9de1-a1c95bd1a89b\",\n                    \"businessTime\": 1776687335000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654678.5570734328,\n                    \"instrumentId\": \"d6d1a396-0d21-4b54-859e-8be3d2edcd82\",\n                    \"businessTime\": 1776687335000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8d7fdbd6-42f6-4b19-af35-980b221cdb18\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02505421640234\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055501.66191237,\n                    \"instrumentId\": \"e6e4b6fd-2a03-4187-a928-a909f5d922f9\",\n                    \"businessTime\": 1776687336000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280624.240099948,\n                    \"instrumentId\": \"dd5ba76e-f696-4a7c-aca2-1c04d235069b\",\n                    \"businessTime\": 1776687336000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756439.50822709,\n                    \"instrumentId\": \"d7923836-1313-4e74-b1d2-9d072dbaa9bf\",\n                    \"businessTime\": 1776687336000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299383.82067748095,\n                    \"instrumentId\": \"74de4e46-989e-45ab-bdd6-dcc65b6af70a\",\n                    \"businessTime\": 1776687336000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387520.66330098547,\n                    \"instrumentId\": \"b81bc82f-56ae-4edf-8907-5e39bba4edbf\",\n                    \"businessTime\": 1776687336000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83751363.72638045,\n                    \"instrumentId\": \"fbed6462-ad31-4893-9660-ddd67b2a37d0\",\n                    \"businessTime\": 1776687336000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654678.5570734328,\n                    \"instrumentId\": \"e8aad1f9-2452-435a-8462-765606f7cd0f\",\n                    \"businessTime\": 1776687336000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"faa4f058-49ab-4080-b994-e52cbd8f461b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02503322278941\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055501.66191237,\n                    \"instrumentId\": \"8fb87a0d-b764-4a20-a6a9-42c250a5691b\",\n                    \"businessTime\": 1776687337000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280624.3105958547,\n                    \"instrumentId\": \"096f2efc-0efb-4002-9dce-2b262414a257\",\n                    \"businessTime\": 1776687337000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756439.455237458,\n                    \"instrumentId\": \"ea9ab79e-be7d-4042-9bf1-7b3881e28951\",\n                    \"businessTime\": 1776687337000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299383.82067748095,\n                    \"instrumentId\": \"17a1fbf3-6896-464f-9225-e947440ab04a\",\n                    \"businessTime\": 1776687337000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387520.66330098547,\n                    \"instrumentId\": \"59559c32-1d94-46ff-b809-c2f600e622da\",\n                    \"businessTime\": 1776687337000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83751613.997205,\n                    \"instrumentId\": \"37ede161-6777-45c2-85ee-78094be4437e\",\n                    \"businessTime\": 1776687337000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654678.5570734328,\n                    \"instrumentId\": \"7d154009-d9bb-46f0-abf5-60d3bb5e3f5d\",\n                    \"businessTime\": 1776687337000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e64d8269-2be3-498a-b4c5-c27fcec56fd5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02507721019378\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055511.374920816,\n                    \"instrumentId\": \"2937078c-762b-4fa4-9ef3-dfa1be5972e8\",\n                    \"businessTime\": 1776687338000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280782.050904223,\n                    \"instrumentId\": \"9740a4dc-2b9d-49ee-8c38-30829be5477e\",\n                    \"businessTime\": 1776687338000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756445.00376257,\n                    \"instrumentId\": \"e0770b13-8301-4ac0-974f-fc30eedee885\",\n                    \"businessTime\": 1776687338000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299383.82067748095,\n                    \"instrumentId\": \"b395b15f-32d7-4c05-b6e9-0c4be6517e31\",\n                    \"businessTime\": 1776687338000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387520.66330098547,\n                    \"instrumentId\": \"6a42a75d-2a5b-488c-b1c8-24cacc9a852b\",\n                    \"businessTime\": 1776687338000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83752026.18926261,\n                    \"instrumentId\": \"3f189a41-3cda-4613-94de-9973e7773f9d\",\n                    \"businessTime\": 1776687338000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"caaddfa7-946e-4148-a9e3-1ab593849a7f\",\n                    \"businessTime\": 1776687338000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"02556cd7-413a-4a4a-8532-021214cc692f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02517241864157\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055503.120032458,\n                    \"instrumentId\": \"322a1fca-e29f-4623-a506-c90fd69a6283\",\n                    \"businessTime\": 1776687339000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280788.7920641806,\n                    \"instrumentId\": \"93a8bcd7-2739-43f6-99dc-23b77359d04a\",\n                    \"businessTime\": 1776687339000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756445.00376257,\n                    \"instrumentId\": \"df84256f-5e01-41d8-8a9a-7d7a0cf50beb\",\n                    \"businessTime\": 1776687339000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299383.82067748095,\n                    \"instrumentId\": \"0809fef6-380b-477e-82cf-873c0004d224\",\n                    \"businessTime\": 1776687339000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387520.66330098547,\n                    \"instrumentId\": \"804e11f1-3fb9-4693-a615-48c5caa5c87f\",\n                    \"businessTime\": 1776687339000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83752958.84805253,\n                    \"instrumentId\": \"b06c183a-8c9b-478e-8677-ccbaffa55bd7\",\n                    \"businessTime\": 1776687339000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"63eb7310-c103-4972-9546-ca8210e4d438\",\n                    \"businessTime\": 1776687339000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0ad3f647-3343-43b8-ac07-45981ba4709a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02533606452233\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055503.120032458,\n                    \"instrumentId\": \"52df5f1d-cd9e-43aa-be0a-aff7003f2696\",\n                    \"businessTime\": 1776687340000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280794.348418633,\n                    \"instrumentId\": \"90891b60-799e-4c34-838e-598a3c7ac25c\",\n                    \"businessTime\": 1776687340000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756445.00376257,\n                    \"instrumentId\": \"ae819d88-63f7-4230-bdff-ece6a8ac2e99\",\n                    \"businessTime\": 1776687340000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299383.82067748095,\n                    \"instrumentId\": \"6f155d9a-7723-4617-8c70-6a5b593df400\",\n                    \"businessTime\": 1776687340000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387718.32264798833,\n                    \"instrumentId\": \"6dd79b7c-5fd1-4366-8aae-a994f965186d\",\n                    \"businessTime\": 1776687340000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83752958.84805253,\n                    \"instrumentId\": \"315007c0-c7a8-4ee6-a62b-f28c340f5a30\",\n                    \"businessTime\": 1776687340000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"473720b2-efa5-4d46-a47f-b372e2ac8c7c\",\n                    \"businessTime\": 1776687340000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"72408718-a914-4b61-9e11-fce2dc0e8e21\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.025371779056858\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055821.155772532,\n                    \"instrumentId\": \"d725fd7d-bd61-44ba-bb04-c30d8842e6fa\",\n                    \"businessTime\": 1776687341000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280936.474568463,\n                    \"instrumentId\": \"e02e76c5-2d17-45e1-b93c-fa47c21a6ba6\",\n                    \"businessTime\": 1776687341000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13756828.490785755,\n                    \"instrumentId\": \"94a77bcb-da15-4ea2-b7e3-de0ddf183901\",\n                    \"businessTime\": 1776687341000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299383.82067748095,\n                    \"instrumentId\": \"c173ba8c-f8c6-45ac-a65f-fa5933f5e7b3\",\n                    \"businessTime\": 1776687341000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387718.32264798833,\n                    \"instrumentId\": \"38dd0a84-722c-4d39-828c-463a7bd1b8bd\",\n                    \"businessTime\": 1776687341000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83757712.3150468,\n                    \"instrumentId\": \"d8782311-d6c5-4e30-a48e-5fc05bacbf51\",\n                    \"businessTime\": 1776687341000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654635.0992418509,\n                    \"instrumentId\": \"f73a04a1-54aa-4bc2-a3ab-0b6d3eb6ec10\",\n                    \"businessTime\": 1776687341000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6f760025-56eb-472f-a1b6-d443d5feaa93\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.026355454963248\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055820.612175823,\n                    \"instrumentId\": \"205e3b57-a315-4735-af48-3d9c52f8927e\",\n                    \"businessTime\": 1776687342000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280796.159327743,\n                    \"instrumentId\": \"8ba28120-1a77-4b45-9a60-c6c533b26762\",\n                    \"businessTime\": 1776687342000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755331.843206696,\n                    \"instrumentId\": \"1e0645ce-7da8-44f8-904f-a373727f47fb\",\n                    \"businessTime\": 1776687342000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299384.75907383015,\n                    \"instrumentId\": \"57a4f38f-1a64-44f0-8544-5992d719523a\",\n                    \"businessTime\": 1776687342000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387599.6127730157,\n                    \"instrumentId\": \"5fbaf0cb-771f-41d4-a891-74ff463a4e44\",\n                    \"businessTime\": 1776687342000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83758204.12577523,\n                    \"instrumentId\": \"3db8cf8c-6a4e-4e21-af73-4723971add93\",\n                    \"businessTime\": 1776687342000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654683.3284094568,\n                    \"instrumentId\": \"fcb31ed1-b87d-414e-8cd8-d0e10ff546df\",\n                    \"businessTime\": 1776687342000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b503bd17-825b-49be-8c2b-fe1c1eb14b8a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02614188062246\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055758.0699782325,\n                    \"instrumentId\": \"86cdd3d0-08c2-4fbf-8b13-63d4454724d7\",\n                    \"businessTime\": 1776687343000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280657.578892836,\n                    \"instrumentId\": \"a4c8a330-534b-4bb5-9ac7-afdfaa4438ad\",\n                    \"businessTime\": 1776687343000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755331.843206696,\n                    \"instrumentId\": \"d6b0fb85-8cb3-4d0e-a182-e17565c64a34\",\n                    \"businessTime\": 1776687343000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299380.06948486954,\n                    \"instrumentId\": \"47c1ca59-8d3f-4f29-9893-2df1ec2638b8\",\n                    \"businessTime\": 1776687343000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387599.6127730157,\n                    \"instrumentId\": \"7594d957-76dd-4ab4-9dc8-fc4ce7778afd\",\n                    \"businessTime\": 1776687343000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83753730.36975656,\n                    \"instrumentId\": \"22ac923c-457c-41aa-882f-5e5ecdc9b547\",\n                    \"businessTime\": 1776687343000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654664.0417583308,\n                    \"instrumentId\": \"3aaf9d01-447e-4fe3-bb0d-8fcd3afc4904\",\n                    \"businessTime\": 1776687343000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fd1d3a3a-60c9-4d2f-9c3c-e968526284d1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.025316071326984\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055758.0699782325,\n                    \"instrumentId\": \"9e1db80d-7aa0-4453-8644-78a93c4a5fd5\",\n                    \"businessTime\": 1776687344000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280661.595760282,\n                    \"instrumentId\": \"8647563f-d9a7-4931-9501-bf160f902ce4\",\n                    \"businessTime\": 1776687344000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754428.163697895,\n                    \"instrumentId\": \"8480c50e-ab88-4565-bc67-a84e9adf2920\",\n                    \"businessTime\": 1776687344000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299317.8818309543,\n                    \"instrumentId\": \"d99b5155-72b9-4d47-8de2-25caa4ad3ef7\",\n                    \"businessTime\": 1776687344000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387599.6127730157,\n                    \"instrumentId\": \"0c548a89-853d-49b8-8500-f7e6112cf209\",\n                    \"businessTime\": 1776687344000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83751088.09543301,\n                    \"instrumentId\": \"d41e6f2c-8719-406a-80bb-c3f59527f0ae\",\n                    \"businessTime\": 1776687344000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654664.0417583308,\n                    \"instrumentId\": \"50a4a084-0d4a-4b88-98e4-04518b86ae73\",\n                    \"businessTime\": 1776687344000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6a30b5c5-df99-4747-9f1a-15737fc50dbb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.024682657509967\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054676.274138653,\n                    \"instrumentId\": \"0a5ce8da-d391-42a8-84fd-cb9d969db204\",\n                    \"businessTime\": 1776687345000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280661.595760282,\n                    \"instrumentId\": \"cf1b80a8-eba7-42c6-9660-8256c370f07d\",\n                    \"businessTime\": 1776687345000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753928.890604727,\n                    \"instrumentId\": \"60c76130-07c3-43e1-b8a2-51556804ed8e\",\n                    \"businessTime\": 1776687345000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299317.8818309543,\n                    \"instrumentId\": \"de0bde50-c33f-4100-a674-7e3c570d34ba\",\n                    \"businessTime\": 1776687345000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387589.42887676484,\n                    \"instrumentId\": \"a8e4dcc4-1316-4a01-aba6-eb94315a7dae\",\n                    \"businessTime\": 1776687345000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83748544.71459763,\n                    \"instrumentId\": \"a6223ab4-aeef-4407-9338-7ec5330d4e34\",\n                    \"businessTime\": 1776687345000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654662.5010673414,\n                    \"instrumentId\": \"84223452-616d-4eb3-b024-f16e0d738bcb\",\n                    \"businessTime\": 1776687345000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4688e5a0-713d-468a-a062-1dc36762aa90\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02395573758811\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054676.274138653,\n                    \"instrumentId\": \"262c821f-a6f2-414c-ae59-a70e7b198109\",\n                    \"businessTime\": 1776687346000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280452.5102337203,\n                    \"instrumentId\": \"ab6c6556-c17d-488e-9d06-8d15fdbf4ce3\",\n                    \"businessTime\": 1776687346000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13753030.776526192,\n                    \"instrumentId\": \"812f5e0a-89ea-48c8-b31f-7071fda29d92\",\n                    \"businessTime\": 1776687346000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299317.8818309543,\n                    \"instrumentId\": \"9ac31845-2687-41c7-8409-77beb3add876\",\n                    \"businessTime\": 1776687346000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387563.14221066673,\n                    \"instrumentId\": \"e47841bb-f143-4a77-a833-b3e986140f9e\",\n                    \"businessTime\": 1776687346000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83744736.8781023,\n                    \"instrumentId\": \"037e21e4-5578-4448-994b-1e9d8e73aa32\",\n                    \"businessTime\": 1776687346000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654662.5010673414,\n                    \"instrumentId\": \"c26aeaed-55a3-4027-820a-202cb84211ce\",\n                    \"businessTime\": 1776687346000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d9ac6663-3fb1-43ff-84b7-b6755261ebe2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023087315309287\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054675.10147696,\n                    \"instrumentId\": \"23c28d0e-5f17-48c2-8eac-f9a9120db57d\",\n                    \"businessTime\": 1776687347000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280452.5102337203,\n                    \"instrumentId\": \"e3c04eb3-ce27-4227-85fb-d17033b4ba88\",\n                    \"businessTime\": 1776687347000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13752781.353538677,\n                    \"instrumentId\": \"bbd829a1-a6b3-4dbe-8129-f729275c0f1e\",\n                    \"businessTime\": 1776687347000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299294.368997688,\n                    \"instrumentId\": \"16e0bebd-5384-453d-a6e1-220ff99c1510\",\n                    \"businessTime\": 1776687347000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387563.14221066673,\n                    \"instrumentId\": \"a473d687-f521-4a31-81d1-98878a4aa570\",\n                    \"businessTime\": 1776687347000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83744542.0263359,\n                    \"instrumentId\": \"4fdb6b45-d3fb-46cb-85cd-ac63d73e118a\",\n                    \"businessTime\": 1776687347000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654662.5010673414,\n                    \"instrumentId\": \"fcf4c562-d49e-4b67-b9f0-c581bdbb961c\",\n                    \"businessTime\": 1776687347000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a1f7c24a-12e5-4fe0-a7df-71594e8ffba1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023004896987864\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054675.10147696,\n                    \"instrumentId\": \"5f45e031-8917-4be6-89b5-6f337122bfd7\",\n                    \"businessTime\": 1776687348000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280452.5102337203,\n                    \"instrumentId\": \"edf2e5df-ecaf-4e8f-a463-2272c99db0be\",\n                    \"businessTime\": 1776687348000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13752773.509410825,\n                    \"instrumentId\": \"5ccfdc85-a3d0-4ce7-b6e1-79da3d2764a6\",\n                    \"businessTime\": 1776687348000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299294.368997688,\n                    \"instrumentId\": \"a6fc0095-3a78-4748-bf29-8bb6200bfc1f\",\n                    \"businessTime\": 1776687348000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387510.8519253238,\n                    \"instrumentId\": \"9fd551bb-052f-4417-aa04-d57c3154bb58\",\n                    \"businessTime\": 1776687348000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83744286.8920154,\n                    \"instrumentId\": \"39bc8bb8-7162-46ae-8d6c-f915f995cb9b\",\n                    \"businessTime\": 1776687348000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654662.5010673414,\n                    \"instrumentId\": \"65186a64-7e96-487d-bf25-b67c45c3be33\",\n                    \"businessTime\": 1776687348000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e9ca42e1-3685-41c1-a9b2-4b2aae06e6a6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02294948947755\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054674.908943431,\n                    \"instrumentId\": \"ebb289e6-d5e3-4805-8a7a-122791abf8cc\",\n                    \"businessTime\": 1776687349000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280443.456523867,\n                    \"instrumentId\": \"2144985d-826e-4493-ae7f-418645637564\",\n                    \"businessTime\": 1776687349000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13752144.521152696,\n                    \"instrumentId\": \"dca18e0d-97e8-4cdd-9369-763b282f8a60\",\n                    \"businessTime\": 1776687349000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299281.14785295917,\n                    \"instrumentId\": \"e98ac049-3017-4c66-bab7-2b467d213f06\",\n                    \"businessTime\": 1776687349000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387510.8519253238,\n                    \"instrumentId\": \"cbc4a9b0-9f61-434d-946b-93b8c520b540\",\n                    \"businessTime\": 1776687349000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83743938.60554875,\n                    \"instrumentId\": \"f4a26344-8270-471e-9c94-69e103844ab6\",\n                    \"businessTime\": 1776687349000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654662.5010673414,\n                    \"instrumentId\": \"fd9c84e1-2b55-4a2f-a6be-aa7a4c1ee6ec\",\n                    \"businessTime\": 1776687349000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c62ef106-a8ba-456c-a214-3ee110ae52b3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022773787875987\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054674.908943431,\n                    \"instrumentId\": \"38d4dc36-bfb3-4a2c-bb69-731c16da68cf\",\n                    \"businessTime\": 1776687350000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280414.818168371,\n                    \"instrumentId\": \"e5688048-4e50-43ba-a4cd-b3957510a027\",\n                    \"businessTime\": 1776687350000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13751814.218583861,\n                    \"instrumentId\": \"776386f0-c7f0-4d56-993b-b1bc58b2c6cb\",\n                    \"businessTime\": 1776687350000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299281.14785295917,\n                    \"instrumentId\": \"dcca6e7f-ca1e-4d74-979f-cc9b952e7ed9\",\n                    \"businessTime\": 1776687350000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387510.8519253238,\n                    \"instrumentId\": \"bce6f94c-13b0-42b2-bbf1-a5ccb9e87675\",\n                    \"businessTime\": 1776687350000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83742881.31905544,\n                    \"instrumentId\": \"98ebf5f1-c908-46b9-bcbe-97d0084b949b\",\n                    \"businessTime\": 1776687350000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654662.5010673414,\n                    \"instrumentId\": \"2f7410bd-9afd-4595-b601-21b5747ab617\",\n                    \"businessTime\": 1776687350000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"63a17f48-504f-495d-be27-3674fe33ef7c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022524890263046\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054631.639346226,\n                    \"instrumentId\": \"79d620d1-d65f-48e5-b61b-f9ca5ccef71b\",\n                    \"businessTime\": 1776687351000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280315.2497146376,\n                    \"instrumentId\": \"920ca5e0-5ce6-43b4-a357-f5a3afcf6bc3\",\n                    \"businessTime\": 1776687351000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13751475.27507744,\n                    \"instrumentId\": \"6c54fcf2-1d45-4bb1-a218-5c0c339f2b4e\",\n                    \"businessTime\": 1776687351000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.8520866573,\n                    \"instrumentId\": \"bdac9131-d1c5-4d3f-b663-4d0d84ee41af\",\n                    \"businessTime\": 1776687351000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387510.8519253238,\n                    \"instrumentId\": \"f753e05d-98e0-4059-ad1b-d72284bc5b1c\",\n                    \"businessTime\": 1776687351000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83742843.18941683,\n                    \"instrumentId\": \"c5195dd5-471f-4b53-97b2-64edcdfbd0bb\",\n                    \"businessTime\": 1776687351000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654637.5904423826,\n                    \"instrumentId\": \"d7050750-1408-469e-b00a-337d060194df\",\n                    \"businessTime\": 1776687351000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"44e0f560-c259-4142-a2d4-390a0dafd0e0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02242838453594\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054631.639346226,\n                    \"instrumentId\": \"8222c168-06bf-40a1-ba14-aca81c0f5c13\",\n                    \"businessTime\": 1776687352000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280315.2497146376,\n                    \"instrumentId\": \"0e720c7b-6b10-484d-b6c1-6747dd4ff325\",\n                    \"businessTime\": 1776687352000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13751446.292933581,\n                    \"instrumentId\": \"e515e61b-07a8-405e-b47c-d1473d5462d1\",\n                    \"businessTime\": 1776687352000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.8520866573,\n                    \"instrumentId\": \"f49c323b-66bc-423b-8ddd-8d1bcf2363bd\",\n                    \"businessTime\": 1776687352000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387510.8519253238,\n                    \"instrumentId\": \"c1ba6f93-4333-481c-9b37-33b72cbb6a20\",\n                    \"businessTime\": 1776687352000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83741160.84954555,\n                    \"instrumentId\": \"51f11601-d76c-4a99-af7b-3fece54ff052\",\n                    \"businessTime\": 1776687352000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654637.5904423826,\n                    \"instrumentId\": \"13e2179d-6f9f-456b-838e-a9991f21ce99\",\n                    \"businessTime\": 1776687352000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"75fc40df-9b16-4190-9978-bf47e367c272\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022127624955072\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054552.223816782,\n                    \"instrumentId\": \"3292aedd-1fab-428e-9d5e-b81e0c3ca062\",\n                    \"businessTime\": 1776687353000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280315.261805051,\n                    \"instrumentId\": \"6fc8cb77-c985-4100-9ffd-8afcdaab1fbb\",\n                    \"businessTime\": 1776687353000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13751420.572919099,\n                    \"instrumentId\": \"a6bb0bb1-860f-46b8-aabc-82cb1a326466\",\n                    \"businessTime\": 1776687353000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.2780959141,\n                    \"instrumentId\": \"ebabb49f-a4b9-4436-b4af-9dcbde8797af\",\n                    \"businessTime\": 1776687353000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387510.8519253238,\n                    \"instrumentId\": \"dc32e9d3-071c-4f55-bc70-8ce95b669746\",\n                    \"businessTime\": 1776687353000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83741160.84954555,\n                    \"instrumentId\": \"1e592d31-687d-46c9-838c-d54e8af3c21a\",\n                    \"businessTime\": 1776687353000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654637.5904423826,\n                    \"instrumentId\": \"0184b27f-35b4-4215-93e0-68aa79d65e52\",\n                    \"businessTime\": 1776687353000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"02fc51f6-8a4f-4626-b83f-d4fa985da37d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022109048954324\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054555.53613661,\n                    \"instrumentId\": \"b9d2f2db-2783-4eff-b8ef-8b8f88246964\",\n                    \"businessTime\": 1776687354000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280318.1345468056,\n                    \"instrumentId\": \"367ab651-682c-48d4-b84e-f848c683e7ce\",\n                    \"businessTime\": 1776687354000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13751420.572919099,\n                    \"instrumentId\": \"4fe591b8-b0df-4d52-bca3-7221df5901e1\",\n                    \"businessTime\": 1776687354000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.2780959141,\n                    \"instrumentId\": \"1d11f6f3-5d8a-4bb4-b208-47bb456a5c8e\",\n                    \"businessTime\": 1776687354000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387510.8519253238,\n                    \"instrumentId\": \"1f9bc8b5-b1c0-4fa1-8603-641528cb9d0d\",\n                    \"businessTime\": 1776687354000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83741068.59952274,\n                    \"instrumentId\": \"6b3283db-1a6b-4e80-8e56-94984ee9155d\",\n                    \"businessTime\": 1776687354000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654637.5904423826,\n                    \"instrumentId\": \"c2b44372-5440-4e02-aa1a-e98d16515741\",\n                    \"businessTime\": 1776687354000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b82a6fd5-9e3e-4c7e-be96-68eb68244087\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022093923302087\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054555.53613661,\n                    \"instrumentId\": \"b727be5a-e667-4e81-a4b4-4de9f439ce7b\",\n                    \"businessTime\": 1776687355000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280243.437986319,\n                    \"instrumentId\": \"7eac313e-57a6-436e-a648-f6440b6419d2\",\n                    \"businessTime\": 1776687355000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13751391.54588234,\n                    \"instrumentId\": \"96408979-9af9-430a-bfd0-788a170fabce\",\n                    \"businessTime\": 1776687355000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.2780959141,\n                    \"instrumentId\": \"42f202ea-9693-424f-a665-be3aee25fddc\",\n                    \"businessTime\": 1776687355000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387510.8519253238,\n                    \"instrumentId\": \"d149baa9-89c3-40ea-aa3e-9275a8d6e5ec\",\n                    \"businessTime\": 1776687355000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83740718.86839025,\n                    \"instrumentId\": \"9b914c20-6278-4189-9a76-f49fa722c68a\",\n                    \"businessTime\": 1776687355000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654637.5904423826,\n                    \"instrumentId\": \"bc7805cd-2ca4-4b6f-8ff9-2a8e8b0924a9\",\n                    \"businessTime\": 1776687355000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"475d1adf-cadc-43f0-aa7f-75c12e1d43bd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.022014230027967\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054380.382505695,\n                    \"instrumentId\": \"ffe91756-689e-481b-91d6-b54bf10824cc\",\n                    \"businessTime\": 1776687356000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280243.4291541986,\n                    \"instrumentId\": \"de3a3175-c433-40b9-8df8-3183ce95688c\",\n                    \"businessTime\": 1776687356000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13750205.810455535,\n                    \"instrumentId\": \"f64f2dce-e916-4bac-bb3f-060fe42fe40e\",\n                    \"businessTime\": 1776687356000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.2780959141,\n                    \"instrumentId\": \"015973b8-1806-4b7f-9410-844e3558975c\",\n                    \"businessTime\": 1776687356000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387510.8519253238,\n                    \"instrumentId\": \"a3047d64-a4fe-49d8-bf14-2d4dcffa1d9d\",\n                    \"businessTime\": 1776687356000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83734650.9724905,\n                    \"instrumentId\": \"cee86155-74a6-401d-a406-355bfc306b0a\",\n                    \"businessTime\": 1776687356000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654637.5904423826,\n                    \"instrumentId\": \"a58fb7bf-43b3-4035-b067-8c463f9ece6e\",\n                    \"businessTime\": 1776687356000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e36ec5c2-f110-4a85-ab69-6fc91fd1d7a2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020708642367232\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054326.111557802,\n                    \"instrumentId\": \"ad0986cd-7562-476d-aec9-27c61db547e9\",\n                    \"businessTime\": 1776687357000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280243.4291541986,\n                    \"instrumentId\": \"f3264180-6206-4194-bf12-64256ea3dff7\",\n                    \"businessTime\": 1776687357000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13750208.898172323,\n                    \"instrumentId\": \"da3998ba-4350-4318-a823-f4cbd9c658ba\",\n                    \"businessTime\": 1776687357000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299193.9574898989,\n                    \"instrumentId\": \"fb6355f9-c9ab-4739-8a04-89d56efb2748\",\n                    \"businessTime\": 1776687357000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387510.8519253238,\n                    \"instrumentId\": \"baca3e0f-de83-4592-a1f6-19e4b39c7a65\",\n                    \"businessTime\": 1776687357000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83734650.9724905,\n                    \"instrumentId\": \"65225a14-bf20-4cb8-a94b-748c683fb259\",\n                    \"businessTime\": 1776687357000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654637.5904423826,\n                    \"instrumentId\": \"77bb6bcc-0d9f-4509-a989-7e2d5b3bbd91\",\n                    \"businessTime\": 1776687357000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e9cf5774-080c-4418-b1fc-016a733afb27\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02068517947846\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:15:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054167.372595786,\n                    \"instrumentId\": \"d18b5baa-3c80-4ed5-b2b3-3607c0f82ea5\",\n                    \"businessTime\": 1776687358000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279600.3136766735,\n                    \"instrumentId\": \"f98de9bb-3409-4b5b-b724-b501c46abb9d\",\n                    \"businessTime\": 1776687358000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13748922.651157564,\n                    \"instrumentId\": \"a50b66bc-15ce-44be-a3f7-ffb7de739b2d\",\n                    \"businessTime\": 1776687358000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299193.9574898989,\n                    \"instrumentId\": \"07743388-435c-4437-b5dd-215eb2f281a7\",\n                    \"businessTime\": 1776687358000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387550.3335487854,\n                    \"instrumentId\": \"b6529c98-6808-4cbf-a802-81844e803450\",\n                    \"businessTime\": 1776687358000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83730079.18310048,\n                    \"instrumentId\": \"5207e34e-2fb5-4b7d-81d0-21ecfdf96d9e\",\n                    \"businessTime\": 1776687358000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654325.297468645,\n                    \"instrumentId\": \"1ff4f4fe-4e0a-441e-a19c-a20ac58c6a83\",\n                    \"businessTime\": 1776687358000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"266b29d4-6b1b-41cd-bfc0-e1358411eb7d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.019466778389777\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054167.372595786,\n                    \"instrumentId\": \"c05b4bd1-77b1-43d4-9592-5266910e60d1\",\n                    \"businessTime\": 1776687359000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279605.985624423,\n                    \"instrumentId\": \"cbeaa0e7-42ac-4ce2-8345-76bd5917c4c0\",\n                    \"businessTime\": 1776687359000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13748922.651157564,\n                    \"instrumentId\": \"c45bbae4-5a9c-4338-8c10-9719392fd0e7\",\n                    \"businessTime\": 1776687359000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299139.46003297257,\n                    \"instrumentId\": \"ea318f1f-7ea1-4401-bffc-70f7fa4938fe\",\n                    \"businessTime\": 1776687359000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387550.3335487854,\n                    \"instrumentId\": \"d9efa7f3-a1dd-49e3-814e-ae3906b086b2\",\n                    \"businessTime\": 1776687359000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83730023.98981775,\n                    \"instrumentId\": \"1869da37-bf62-4475-8afc-93e21b972f79\",\n                    \"businessTime\": 1776687359000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654315.0621075506,\n                    \"instrumentId\": \"401d9074-508e-4890-a609-4047dbb9c0a6\",\n                    \"businessTime\": 1776687359000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cd9c7307-4527-4405-859a-ae9c44e5ad90\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.019446698573784\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6053693.289168795,\n                    \"instrumentId\": \"e7ddd875-d7fb-41b3-80a5-e4b0d9270680\",\n                    \"businessTime\": 1776687360000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279605.985624423,\n                    \"instrumentId\": \"965e28c8-70a4-4bbd-b3d8-f11b300c4a69\",\n                    \"businessTime\": 1776687360000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13748832.25814088,\n                    \"instrumentId\": \"a61138bd-a5d7-4cf7-a76c-e8846b9c77ef\",\n                    \"businessTime\": 1776687360000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299139.46003297257,\n                    \"instrumentId\": \"8595b907-5122-4200-af12-afd7c04be21b\",\n                    \"businessTime\": 1776687360000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387550.3335487854,\n                    \"instrumentId\": \"20c56845-039d-4f68-b1da-a67fc34a957e\",\n                    \"businessTime\": 1776687360000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83729915.12613975,\n                    \"instrumentId\": \"6f932b22-e16a-46a1-88f5-8855ff6c8386\",\n                    \"businessTime\": 1776687360000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654315.0621075506,\n                    \"instrumentId\": \"eb50968b-f3db-4a2c-98c4-49763243a6b3\",\n                    \"businessTime\": 1776687360000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3ec60420-db75-4717-a73d-2064a6779f6d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.019328361118305\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054142.035536805,\n                    \"instrumentId\": \"c65e49ae-157b-4c76-a04c-8006bc385370\",\n                    \"businessTime\": 1776687361000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279753.5796836345,\n                    \"instrumentId\": \"b1560e80-f39c-4c69-ae9b-a8bff2e74180\",\n                    \"businessTime\": 1776687361000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13749417.938578984,\n                    \"instrumentId\": \"d6343394-bb48-46f7-97d4-1902d803e50d\",\n                    \"businessTime\": 1776687361000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299139.46003297257,\n                    \"instrumentId\": \"431b8885-b5c8-460d-b8ad-117ad4fc862f\",\n                    \"businessTime\": 1776687361000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387550.36967629375,\n                    \"instrumentId\": \"514ffabd-2b9a-4de4-9409-1fdf9850d396\",\n                    \"businessTime\": 1776687361000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83730444.19726875,\n                    \"instrumentId\": \"a1d805df-c2ad-475c-a3ab-add50e22d5a4\",\n                    \"businessTime\": 1776687361000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654269.6084972474,\n                    \"instrumentId\": \"d8dc06b5-fc0b-453b-9ac3-88b0f6c2bd31\",\n                    \"businessTime\": 1776687361000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9afa6259-6722-4898-bf17-0091552cca4d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.01962109829081\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054142.035536805,\n                    \"instrumentId\": \"9d48a7a9-de14-49e3-be43-f60410151249\",\n                    \"businessTime\": 1776687362000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279782.6229622443,\n                    \"instrumentId\": \"9fdc957d-fee5-4ca3-8a0e-c91350048a8a\",\n                    \"businessTime\": 1776687362000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13749455.599228207,\n                    \"instrumentId\": \"d57bd872-9e3c-4bcf-a1c0-9b75a1cf4e20\",\n                    \"businessTime\": 1776687362000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299139.46003297257,\n                    \"instrumentId\": \"3c20ceee-eda5-460d-96d7-1670aa2994a4\",\n                    \"businessTime\": 1776687362000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387550.41380624374,\n                    \"instrumentId\": \"41e60911-93c2-455e-8b7c-17120d3e1c66\",\n                    \"businessTime\": 1776687362000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83730514.89373574,\n                    \"instrumentId\": \"52edcfab-07ab-4545-9b18-102b672b34fe\",\n                    \"businessTime\": 1776687362000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654269.6084972474,\n                    \"instrumentId\": \"a5c0fd0e-4067-4d14-8479-1f3a49af1aff\",\n                    \"businessTime\": 1776687362000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ba5a11ad-9697-4d4e-b5fc-f3592712e9e8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.019645253743317\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054144.536819039,\n                    \"instrumentId\": \"c8679edc-c7ea-4f14-9a1d-f8141d15db21\",\n                    \"businessTime\": 1776687363000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279793.8039690047,\n                    \"instrumentId\": \"829da7a8-5208-4410-9850-278219aa51cf\",\n                    \"businessTime\": 1776687363000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13749455.872093225,\n                    \"instrumentId\": \"b4f09fb5-a3bd-4175-82f5-9f8fb8e8cb66\",\n                    \"businessTime\": 1776687363000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299142.5873932375,\n                    \"instrumentId\": \"e6f15468-aa1e-4569-a04d-f14fd3dbd7e3\",\n                    \"businessTime\": 1776687363000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387548.13567711186,\n                    \"instrumentId\": \"6c218ca2-e478-47bd-a434-a7945fce15f6\",\n                    \"businessTime\": 1776687363000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83733839.75843538,\n                    \"instrumentId\": \"1bd2619d-c21e-4021-b005-d80339aa9006\",\n                    \"businessTime\": 1776687363000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654269.6084972474,\n                    \"instrumentId\": \"e97562e0-398e-4699-9661-5902f3ab78c3\",\n                    \"businessTime\": 1776687363000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"033cc2d4-a2d9-47dd-b0f8-dc16a9aefeae\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020232190313575\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054144.327813866,\n                    \"instrumentId\": \"127ed52f-e738-4fe7-a2ed-0e2e75b40adb\",\n                    \"businessTime\": 1776687364000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279793.8039690047,\n                    \"instrumentId\": \"5aaec631-3e5f-4930-bc75-9a3b5a1f9bcb\",\n                    \"businessTime\": 1776687364000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13749588.7231429,\n                    \"instrumentId\": \"0a94653b-dcae-4f43-8d88-3832dea679fb\",\n                    \"businessTime\": 1776687364000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299142.5873932375,\n                    \"instrumentId\": \"415162c9-710e-4108-b8a7-2e27f1c73f32\",\n                    \"businessTime\": 1776687364000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387548.15101304813,\n                    \"instrumentId\": \"be89d42a-37cd-4a7b-8384-594f3456f85a\",\n                    \"businessTime\": 1776687364000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83734030.73063864,\n                    \"instrumentId\": \"a4007f36-72d5-4913-b6ff-aea482728907\",\n                    \"businessTime\": 1776687364000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654269.6084972474,\n                    \"instrumentId\": \"2ce0b31b-df57-447d-8cac-7f419cc23b3b\",\n                    \"businessTime\": 1776687364000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4bc7003f-cd5c-4da0-8a24-0f489d11b9ef\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020289067217565\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054144.327813866,\n                    \"instrumentId\": \"6713479c-bf8b-4950-af44-c8207b9f9637\",\n                    \"businessTime\": 1776687365000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279835.243211822,\n                    \"instrumentId\": \"481ac648-7691-4a07-a909-3c183174d398\",\n                    \"businessTime\": 1776687365000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13750013.27713375,\n                    \"instrumentId\": \"2873f502-f337-4ce6-bd97-42110803609c\",\n                    \"businessTime\": 1776687365000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299142.3202846915,\n                    \"instrumentId\": \"3e4da96d-a91b-416e-9085-6e587f1f4833\",\n                    \"businessTime\": 1776687365000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387548.13061174395,\n                    \"instrumentId\": \"4199350c-5063-45c7-8fe8-ca4fa4afcd41\",\n                    \"businessTime\": 1776687365000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83735081.60829264,\n                    \"instrumentId\": \"4877890a-2a05-4a46-8bf0-1d2a373889d9\",\n                    \"businessTime\": 1776687365000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654269.6084972474,\n                    \"instrumentId\": \"001e3954-f606-46b8-85d5-074637963878\",\n                    \"businessTime\": 1776687365000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"739a4210-6c40-40bb-95f9-a5326cc03d5a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020555602081856\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054144.327813866,\n                    \"instrumentId\": \"77ff5dd4-b1f4-4a5d-9e27-6e8fe63904b4\",\n                    \"businessTime\": 1776687366000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279836.318638597,\n                    \"instrumentId\": \"81caf45a-416e-43f9-a406-a6d8edd7cd69\",\n                    \"businessTime\": 1776687366000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13750013.27713375,\n                    \"instrumentId\": \"8c23e875-7b3d-48a2-a99a-a99a1f134ac9\",\n                    \"businessTime\": 1776687366000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299142.3202846915,\n                    \"instrumentId\": \"149df7eb-1d01-4a5f-bddd-5fe41af44653\",\n                    \"businessTime\": 1776687366000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387548.13061174395,\n                    \"instrumentId\": \"5af798a2-c1ab-4289-a94a-09daa01ed97a\",\n                    \"businessTime\": 1776687366000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83735097.18349245,\n                    \"instrumentId\": \"2240551d-8ea4-487c-8562-7cdb53ddeb7f\",\n                    \"businessTime\": 1776687366000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654269.6084972474,\n                    \"instrumentId\": \"b24de3bc-ea19-4d2d-b5ea-81578263e24e\",\n                    \"businessTime\": 1776687366000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b7ba8559-5ec2-4569-a7db-db0416c05086\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.020558528378267\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054135.891309994,\n                    \"instrumentId\": \"a6226465-0ec2-40d0-b991-760302b4b8e7\",\n                    \"businessTime\": 1776687367000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279836.365059119,\n                    \"instrumentId\": \"d11feac0-96f4-487d-8bbf-1aaf7cef8f79\",\n                    \"businessTime\": 1776687367000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13750559.25899147,\n                    \"instrumentId\": \"f575c4e4-fa9d-4915-8bf1-f71a009cf098\",\n                    \"businessTime\": 1776687367000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299148.4395834042,\n                    \"instrumentId\": \"70db6c35-7bcd-442b-98f2-f02a8c18c625\",\n                    \"businessTime\": 1776687367000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387547.66214246966,\n                    \"instrumentId\": \"4bc70bb3-1208-4ca5-9e17-33e358b355d0\",\n                    \"businessTime\": 1776687367000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83737759.54666786,\n                    \"instrumentId\": \"bf6f7789-a76f-42ea-917c-407ba4cade6a\",\n                    \"businessTime\": 1776687367000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654269.6084972474,\n                    \"instrumentId\": \"512b3d94-51f2-4d6c-ba17-69dd34dfa155\",\n                    \"businessTime\": 1776687367000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4db83349-2796-4032-99ef-694215fddca5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.021121903734898\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054163.780572634,\n                    \"instrumentId\": \"66c18770-837c-4c37-9293-fb05a17be2a7\",\n                    \"businessTime\": 1776687368000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279849.821205558,\n                    \"instrumentId\": \"5a809639-7c66-4285-ba94-28388354e98b\",\n                    \"businessTime\": 1776687368000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13750559.25899147,\n                    \"instrumentId\": \"c1bfcf2c-fe20-4cb1-8486-91992b8b3840\",\n                    \"businessTime\": 1776687368000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299148.4395834042,\n                    \"instrumentId\": \"a6015ae1-0f1f-4a9a-80ce-ee15dc207e25\",\n                    \"businessTime\": 1776687368000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387547.66214246966,\n                    \"instrumentId\": \"5141c82f-576a-4c83-a88a-094d09119048\",\n                    \"businessTime\": 1776687368000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83737827.16837533,\n                    \"instrumentId\": \"fc814c87-5e3d-4142-bfac-7c26db163def\",\n                    \"businessTime\": 1776687368000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654269.6084972474,\n                    \"instrumentId\": \"026b6f52-4190-431c-a5e2-9b99defc9bd2\",\n                    \"businessTime\": 1776687368000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0fd0363d-9c75-47f3-9abe-9073d6ffcd48\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.021141054370492\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054165.041815765,\n                    \"instrumentId\": \"1cf7aa79-7909-400f-8aec-9e9a7682bcc6\",\n                    \"businessTime\": 1776687369000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279849.8438271764,\n                    \"instrumentId\": \"5e659215-06cd-443c-b5c5-659d7f948b58\",\n                    \"businessTime\": 1776687369000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13751240.01189008,\n                    \"instrumentId\": \"56fdb359-7d26-4270-acb3-5dc3147fe353\",\n                    \"businessTime\": 1776687369000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299162.65893831494,\n                    \"instrumentId\": \"605a9ba6-5b3c-47c5-9c57-480ac4198fb3\",\n                    \"businessTime\": 1776687369000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387547.66214246966,\n                    \"instrumentId\": \"7c3e23b9-89d8-4a54-a46f-ae75ce31ca4d\",\n                    \"businessTime\": 1776687369000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83741336.29694217,\n                    \"instrumentId\": \"04ababa3-fb7b-4128-9ff9-732e1311c07c\",\n                    \"businessTime\": 1776687369000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654269.6084972474,\n                    \"instrumentId\": \"a39ff6a4-a440-469f-b17c-38078360e651\",\n                    \"businessTime\": 1776687369000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3a445a71-feb7-41de-9aa2-cdc2da8933a8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02188013779494\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054075.672255718,\n                    \"instrumentId\": \"23d6cb61-819e-472c-8a53-b72fe764c030\",\n                    \"businessTime\": 1776687370000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279849.8438271764,\n                    \"instrumentId\": \"208f8492-bdae-42ab-83a6-fe839ff8dab1\",\n                    \"businessTime\": 1776687370000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13751240.01189008,\n                    \"instrumentId\": \"443fcb9f-012a-4b5b-b912-8c6742d5fc94\",\n                    \"businessTime\": 1776687370000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299162.65893831494,\n                    \"instrumentId\": \"04fdc8b0-e4c7-4e3f-ae23-a18314f9aa0c\",\n                    \"businessTime\": 1776687370000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387547.66214246966,\n                    \"instrumentId\": \"8b3f53ca-5625-4edd-8b6f-f8d002b3a223\",\n                    \"businessTime\": 1776687370000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83741807.98808494,\n                    \"instrumentId\": \"29970177-1802-4a01-9bb1-191195e9aa93\",\n                    \"businessTime\": 1776687370000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654269.6084972474,\n                    \"instrumentId\": \"60dedcac-aa52-4fbd-9163-3c86f1b2e2e3\",\n                    \"businessTime\": 1776687370000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"093bd653-4c0e-4fe2-bcd6-26f96838cfb8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02194732963725\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054554.626183564,\n                    \"instrumentId\": \"fe83248a-a809-4fe8-9363-e8b55db04f74\",\n                    \"businessTime\": 1776687371000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279943.9336102423,\n                    \"instrumentId\": \"c43ce0e4-263c-4dad-93f3-a022d5fe1adf\",\n                    \"businessTime\": 1776687371000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754714.36934523,\n                    \"instrumentId\": \"9488ae11-882d-47da-8adf-ab73f64da3ab\",\n                    \"businessTime\": 1776687371000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299162.65893831494,\n                    \"instrumentId\": \"d5c38c5b-138d-4b32-9b94-5c50c8578075\",\n                    \"businessTime\": 1776687371000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387547.66214246966,\n                    \"instrumentId\": \"49ce0f2f-e4ec-498a-b196-1fb8ca5ba5e5\",\n                    \"businessTime\": 1776687371000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83749352.49926476,\n                    \"instrumentId\": \"a3f57113-e37c-48ea-ac48-7829b30416a6\",\n                    \"businessTime\": 1776687371000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654269.6084972474,\n                    \"instrumentId\": \"be9f4f73-a3d4-45c2-a2aa-15d16134691f\",\n                    \"businessTime\": 1776687371000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f0e55aaa-dff8-4f84-93a6-961a79166bfb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.023984572580286\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6054554.626183564,\n                    \"instrumentId\": \"9dab4949-1b5f-4171-ad68-b813a0d2775f\",\n                    \"businessTime\": 1776687372000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3279945.521568777,\n                    \"instrumentId\": \"fe949d42-3bfd-43bf-94b3-602ecee1355d\",\n                    \"businessTime\": 1776687372000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13754800.70412236,\n                    \"instrumentId\": \"6c3c5e3d-492f-4901-aebc-5bc1f248c41e\",\n                    \"businessTime\": 1776687372000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299162.65893831494,\n                    \"instrumentId\": \"55af5d15-30f0-4319-97d3-b046a3213406\",\n                    \"businessTime\": 1776687372000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387547.66214246966,\n                    \"instrumentId\": \"af550a7b-7ab2-49bf-ada5-61e9e5f3c289\",\n                    \"businessTime\": 1776687372000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83749368.76021777,\n                    \"instrumentId\": \"b2adc5cc-9af6-4ac6-bd91-020f8196338d\",\n                    \"businessTime\": 1776687372000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654269.6084972474,\n                    \"instrumentId\": \"61d089ce-bf2f-433c-bc27-340eaa661055\",\n                    \"businessTime\": 1776687372000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"346d816c-d25d-44f4-9204-070eaa809d23\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.024002882543147\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055306.605570368,\n                    \"instrumentId\": \"369466fe-e67e-4e88-a6b6-dd791504d77b\",\n                    \"businessTime\": 1776687373000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280012.0477685146,\n                    \"instrumentId\": \"0941a07a-fa28-4d83-af47-a29fbad87232\",\n                    \"businessTime\": 1776687373000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755168.774610417,\n                    \"instrumentId\": \"31693071-11da-4cdd-b6c3-0dd3ce00a7c9\",\n                    \"businessTime\": 1776687373000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299220.4588684155,\n                    \"instrumentId\": \"31bb5ba8-09e8-473b-b615-086cf65876e9\",\n                    \"businessTime\": 1776687373000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387475.4723096811,\n                    \"instrumentId\": \"7844c84e-17df-4668-b018-760c506049fa\",\n                    \"businessTime\": 1776687373000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83755822.86001676,\n                    \"instrumentId\": \"b72fa312-2907-40c4-aaaf-9d372a19de7f\",\n                    \"businessTime\": 1776687373000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654580.4966989172,\n                    \"instrumentId\": \"9c3b0164-29c5-4d38-8640-7c8c514f683e\",\n                    \"businessTime\": 1776687373000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1b1ce1cd-8b7d-4ffc-a1a4-1419b75b721a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02539781649263\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055306.605570368,\n                    \"instrumentId\": \"d9d08b3d-959e-4ee8-9a77-bb5108dd73b6\",\n                    \"businessTime\": 1776687374000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280035.7253636485,\n                    \"instrumentId\": \"8eb9463d-b05c-4934-8f5b-a61aa5b523df\",\n                    \"businessTime\": 1776687374000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755337.34940154,\n                    \"instrumentId\": \"4d4e14c0-7b35-43e5-9354-adedab9302fa\",\n                    \"businessTime\": 1776687374000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299224.3065675281,\n                    \"instrumentId\": \"e3f628f7-1371-4553-a70e-4e073a9f1cb1\",\n                    \"businessTime\": 1776687374000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387476.40874714917,\n                    \"instrumentId\": \"35b33f90-b51e-44e5-b417-927e8cf08e32\",\n                    \"businessTime\": 1776687374000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83755829.40550135,\n                    \"instrumentId\": \"9f625a8b-564c-47b0-abd8-26cf73e44251\",\n                    \"businessTime\": 1776687374000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654580.4966989172,\n                    \"instrumentId\": \"85aaac11-6db0-443f-8869-95d2e585b370\",\n                    \"businessTime\": 1776687374000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9009307a-5ead-4020-8b97-253abc20656a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.025433595404305\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6055622.304876755,\n                    \"instrumentId\": \"8a94953a-b9a4-437b-ab21-002854606642\",\n                    \"businessTime\": 1776687375000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280231.7918846738,\n                    \"instrumentId\": \"fd480114-46fb-41f0-a371-bd0911ccc6cf\",\n                    \"businessTime\": 1776687375000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13755337.34940154,\n                    \"instrumentId\": \"e2571319-b5a0-487e-b354-29a0945ac5f5\",\n                    \"businessTime\": 1776687375000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299230.833844277,\n                    \"instrumentId\": \"27d80254-e9d2-4948-a0a9-92f5e6401e80\",\n                    \"businessTime\": 1776687375000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387476.80524228996,\n                    \"instrumentId\": \"d0d87d5e-4fb9-44f1-b375-1f91ed0ea1c4\",\n                    \"businessTime\": 1776687375000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83755285.4327374,\n                    \"instrumentId\": \"aafa7b96-304f-4e02-850c-3b8a2d4b06cc\",\n                    \"businessTime\": 1776687375000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"ca78025c-6e12-4a2f-9b52-26c0ee9a490c\",\n                    \"businessTime\": 1776687375000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2b7b16ac-ed4d-4900-9885-5d03ee295158\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.025438371590017\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056015.847571263,\n                    \"instrumentId\": \"4ef93202-5f4b-496d-921c-4ee2f34fac1d\",\n                    \"businessTime\": 1776687376000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280231.7918846738,\n                    \"instrumentId\": \"85fbfb54-45bf-403b-bee7-da8ed86ddd75\",\n                    \"businessTime\": 1776687376000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757292.565271545,\n                    \"instrumentId\": \"f2923d20-5620-45a9-bbfc-9d0847bead83\",\n                    \"businessTime\": 1776687376000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299232.70800773037,\n                    \"instrumentId\": \"6f052bfe-5a91-44cb-b18f-53f7ecfc5e92\",\n                    \"businessTime\": 1776687376000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387476.80524228996,\n                    \"instrumentId\": \"7c4dd3b8-a5f7-49a7-b03b-0c5f0dd4cabf\",\n                    \"businessTime\": 1776687376000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83755292.32435402,\n                    \"instrumentId\": \"61ec7bba-6340-482a-9455-fbd2c42d7a33\",\n                    \"businessTime\": 1776687376000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"fde043f7-e08e-46e0-a3b6-15404f04e199\",\n                    \"businessTime\": 1776687376000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"50fe730d-b319-4bb1-a570-3fd5244ced80\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.025852699242847\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056261.097231685,\n                    \"instrumentId\": \"c5811ae7-b5e0-4144-b987-4711e182802f\",\n                    \"businessTime\": 1776687377000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280231.476891852,\n                    \"instrumentId\": \"175bc73f-ac67-4127-9412-c28047c11985\",\n                    \"businessTime\": 1776687377000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13757292.565271545,\n                    \"instrumentId\": \"9e5e49c9-209a-4d77-b2d5-753d1c2cc924\",\n                    \"businessTime\": 1776687377000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299234.2871160616,\n                    \"instrumentId\": \"dc1a4c74-88a5-43b6-95a6-51ae3e62c4c4\",\n                    \"businessTime\": 1776687377000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387476.80524228996,\n                    \"instrumentId\": \"ebae63c0-3161-4dbc-8c94-34b695b48304\",\n                    \"businessTime\": 1776687377000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83755948.54162012,\n                    \"instrumentId\": \"e24a5bc7-fec7-4f58-825b-42603fca60dd\",\n                    \"businessTime\": 1776687377000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"44eb42dd-502b-4300-bb71-2a3d8456497d\",\n                    \"businessTime\": 1776687377000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5712d5c5-2302-43d4-80da-a2b3a2e3f575\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02601135144707\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056261.097231685,\n                    \"instrumentId\": \"022b1e52-2867-4034-9cf1-525a8e9bf88a\",\n                    \"businessTime\": 1776687378000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280667.2201561118,\n                    \"instrumentId\": \"1f314512-d6e2-40a7-b4a3-4be410543a52\",\n                    \"businessTime\": 1776687378000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758449.415438835,\n                    \"instrumentId\": \"b4cb9a53-4f0c-4d99-b2fb-00c75ebb24b1\",\n                    \"businessTime\": 1776687378000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299243.9463810906,\n                    \"instrumentId\": \"095b7ae8-3246-4458-b4c8-c93636859a61\",\n                    \"businessTime\": 1776687378000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.32140975766,\n                    \"instrumentId\": \"45dccc6b-7b48-4007-a13a-0c9408761b6b\",\n                    \"businessTime\": 1776687378000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83760922.98222513,\n                    \"instrumentId\": \"cd6967e8-87f4-4f69-9856-b64f5f771c41\",\n                    \"businessTime\": 1776687378000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"79c8fb46-f1e7-427c-a6c0-e5837712b395\",\n                    \"businessTime\": 1776687378000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"185dfc5c-cc75-40f1-850c-06afcf5fb04c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027168681757974\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056261.434071985,\n                    \"instrumentId\": \"9e550e5f-5f27-4c55-87a7-a2cb8f62c556\",\n                    \"businessTime\": 1776687379000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280667.2201561118,\n                    \"instrumentId\": \"1d1b2b1e-5d95-45d3-b7d3-ec783f428b76\",\n                    \"businessTime\": 1776687379000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758449.415438835,\n                    \"instrumentId\": \"fef99653-b844-4e8e-84bc-eb4fb56bcd4e\",\n                    \"businessTime\": 1776687379000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299244.45910040033,\n                    \"instrumentId\": \"d8d4bb75-e6d6-4fc3-9d7a-88aabd48c10c\",\n                    \"businessTime\": 1776687379000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387485.32140975766,\n                    \"instrumentId\": \"07d3137a-7c7d-4a4f-9df0-93fc91aaaa96\",\n                    \"businessTime\": 1776687379000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83760951.02522908,\n                    \"instrumentId\": \"147cc599-ae94-46b0-bd65-fd976e3317df\",\n                    \"businessTime\": 1776687379000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"d1e953c4-c05f-4c02-9aeb-2fea5ac73c76\",\n                    \"businessTime\": 1776687379000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2ce2dc16-8a56-4265-8355-e69e3c4c8695\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02717375953716\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056261.434071985,\n                    \"instrumentId\": \"fb5cdd92-d241-47c0-9181-5af66c02266b\",\n                    \"businessTime\": 1776687380000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280684.5285455845,\n                    \"instrumentId\": \"30ad6889-5ba6-4ae8-8905-cc26aa6db989\",\n                    \"businessTime\": 1776687380000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758781.965910282,\n                    \"instrumentId\": \"0b943f75-21dd-41ae-8e07-ffdf2007ac8e\",\n                    \"businessTime\": 1776687380000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299244.45910040033,\n                    \"instrumentId\": \"5b0864d9-4f4c-4b05-a303-e2feda39eda4\",\n                    \"businessTime\": 1776687380000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387483.4455938607,\n                    \"instrumentId\": \"33e00266-1138-4f52-a40e-231313553684\",\n                    \"businessTime\": 1776687380000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83761399.90411928,\n                    \"instrumentId\": \"9f4d635f-5a74-4acb-b7a4-01043e33da1a\",\n                    \"businessTime\": 1776687380000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"05924b87-7fbf-4400-981e-5cebf1ab62d6\",\n                    \"businessTime\": 1776687380000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fab0376c-4acc-44cc-a842-fd0bb5c172de\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02731380557147\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056261.434071985,\n                    \"instrumentId\": \"6e441833-78c1-46b5-8ac9-1024d473b4ee\",\n                    \"businessTime\": 1776687381000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280684.9801818733,\n                    \"instrumentId\": \"01a16116-6b7e-4506-9ee6-32b52f4963eb\",\n                    \"businessTime\": 1776687381000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13758928.3801372,\n                    \"instrumentId\": \"f40f314d-96c5-4ccc-85f1-007da5cf2044\",\n                    \"businessTime\": 1776687381000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299252.4218829079,\n                    \"instrumentId\": \"81a0aa3c-62f6-4fc0-85dc-483d6a800dab\",\n                    \"businessTime\": 1776687381000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387481.8132678132,\n                    \"instrumentId\": \"a5664a33-e3a4-430e-9aca-8624936aa08e\",\n                    \"businessTime\": 1776687381000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83761403.36947587,\n                    \"instrumentId\": \"0dfe32d1-534b-4869-9456-b335971f18a7\",\n                    \"businessTime\": 1776687381000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"3cd044a9-ab84-4680-8a5d-9d1014aad7b2\",\n                    \"businessTime\": 1776687381000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b17743ad-18c2-4290-bc98-b5b831f70ad6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027341338379244\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056377.264893073,\n                    \"instrumentId\": \"4ebbd99c-0e19-4cf0-a263-8be9d6ad7afb\",\n                    \"businessTime\": 1776687382000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280685.052977998,\n                    \"instrumentId\": \"f25b8613-f24f-4652-9863-0bc0dad91c7d\",\n                    \"businessTime\": 1776687382000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759257.734033737,\n                    \"instrumentId\": \"313a0a63-9371-4bc7-87e4-7d8e65ed8cb2\",\n                    \"businessTime\": 1776687382000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299252.4218829079,\n                    \"instrumentId\": \"a490422f-1d17-42e1-ad2c-cddc04b1d19a\",\n                    \"businessTime\": 1776687382000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387486.4523224275,\n                    \"instrumentId\": \"445db518-4a92-451f-a94f-82c6b91e4aff\",\n                    \"businessTime\": 1776687382000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83763272.20252302,\n                    \"instrumentId\": \"23fbd44f-7d9c-4dc8-a18c-7adab175993b\",\n                    \"businessTime\": 1776687382000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"aa9ad37d-a7f0-417b-84e9-c23f8e78bd30\",\n                    \"businessTime\": 1776687382000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"55747dc7-cd5e-430c-a642-571a19bed1c1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027748847977755\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056426.038663015,\n                    \"instrumentId\": \"c01119b8-69fd-47f8-830f-4e818026574a\",\n                    \"businessTime\": 1776687383000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280685.00834154,\n                    \"instrumentId\": \"17575c18-26c8-435e-8f02-2f3e4185e79b\",\n                    \"businessTime\": 1776687383000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759336.313808734,\n                    \"instrumentId\": \"8dac1a65-1692-4dac-b922-cef25b073020\",\n                    \"businessTime\": 1776687383000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299275.6167688236,\n                    \"instrumentId\": \"a5753c6e-cba5-41d4-ad59-5e7c76dfbe30\",\n                    \"businessTime\": 1776687383000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387861.66141081444,\n                    \"instrumentId\": \"65e4808b-d209-4075-b08d-c6eead41f7cc\",\n                    \"businessTime\": 1776687383000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83763328.89311847,\n                    \"instrumentId\": \"dc4379c5-e765-45c1-bc41-c7acae5678c6\",\n                    \"businessTime\": 1776687383000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"71c16b2b-1e24-4ec4-b06f-aaf563e25f26\",\n                    \"businessTime\": 1776687383000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"68612e9d-0c16-4754-b3f2-0d514707b989\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027851203597834\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056588.346975932,\n                    \"instrumentId\": \"4e3eb61c-8ef2-4f54-97ea-f213af2bf0af\",\n                    \"businessTime\": 1776687384000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3280706.385998378,\n                    \"instrumentId\": \"1ef54baf-ff52-47a2-9980-2f0e084208f7\",\n                    \"businessTime\": 1776687384000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759846.999481425,\n                    \"instrumentId\": \"d904a6dc-8585-4cab-aa0b-311529c6861d\",\n                    \"businessTime\": 1776687384000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.5638249941,\n                    \"instrumentId\": \"f746f432-eeec-47fd-9645-07cf967aeb5c\",\n                    \"businessTime\": 1776687384000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387861.66141081444,\n                    \"instrumentId\": \"39bbfc47-cbec-4595-8940-0d4b0b8728c7\",\n                    \"businessTime\": 1776687384000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83762767.47977915,\n                    \"instrumentId\": \"51a12ea4-0a09-4788-8661-e1ea17983efa\",\n                    \"businessTime\": 1776687384000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"fba2dc7b-a816-4d9e-bc56-171b11850730\",\n                    \"businessTime\": 1776687384000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"82365ea3-36da-466f-802e-9b61a25c78e0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.027874737052894\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056588.346975932,\n                    \"instrumentId\": \"cb2e2c87-d206-4a31-a2c6-22ad743f9419\",\n                    \"businessTime\": 1776687385000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281106.024146003,\n                    \"instrumentId\": \"20a41a89-7970-460b-87e7-621be39bcd4c\",\n                    \"businessTime\": 1776687385000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13759856.415738374,\n                    \"instrumentId\": \"2e93da22-aba1-4533-adc4-714f38efb177\",\n                    \"businessTime\": 1776687385000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.5638249941,\n                    \"instrumentId\": \"a76686a1-2d9a-46c8-888d-c1cbbb4e97e6\",\n                    \"businessTime\": 1776687385000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387861.66141081444,\n                    \"instrumentId\": \"e4fb1b52-161d-481a-8af3-73762c175bcd\",\n                    \"businessTime\": 1776687385000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83763138.14492482,\n                    \"instrumentId\": \"ce7d9817-6a7e-4c36-8959-4c65b733fb64\",\n                    \"businessTime\": 1776687385000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"ef681fa1-d4fa-46be-8718-af60932cae8c\",\n                    \"businessTime\": 1776687385000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7e048719-26cf-4736-855b-b053ea3763e7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028011770365765\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056588.694513122,\n                    \"instrumentId\": \"a448ecbf-13c1-4a87-b1c7-42fc61971f1d\",\n                    \"businessTime\": 1776687386000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281106.024146003,\n                    \"instrumentId\": \"19f5c4b7-6d50-4723-8cf3-11ea464fc5d4\",\n                    \"businessTime\": 1776687386000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760327.903508583,\n                    \"instrumentId\": \"c4366230-bfbf-4338-84fe-f07b101ff2d6\",\n                    \"businessTime\": 1776687386000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.5638249941,\n                    \"instrumentId\": \"43e50b67-27f6-47be-b9a3-f1925da8e04b\",\n                    \"businessTime\": 1776687386000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387861.66141081444,\n                    \"instrumentId\": \"146114eb-5375-41d8-a3c9-ed1e3da1c928\",\n                    \"businessTime\": 1776687386000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766176.47882842,\n                    \"instrumentId\": \"b0e9fabd-47ed-43a7-9f61-716439b23e1e\",\n                    \"businessTime\": 1776687386000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"67d903c8-a910-40ce-86bb-4d2aeeccfbb2\",\n                    \"businessTime\": 1776687386000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6f92fc9e-4c6b-4b24-9410-b3a1749cd8be\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02862867180882\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056588.694513122,\n                    \"instrumentId\": \"a5cab461-b6e7-4b78-a41d-9c1c8cbe4e84\",\n                    \"businessTime\": 1776687387000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281049.926796141,\n                    \"instrumentId\": \"1ce2bd7d-083c-42f7-9618-49fe8ee38f98\",\n                    \"businessTime\": 1776687387000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760327.88018922,\n                    \"instrumentId\": \"faf66907-edac-4995-afe9-d3f7673e2fa4\",\n                    \"businessTime\": 1776687387000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.5638249941,\n                    \"instrumentId\": \"40cf21da-3b32-4ee4-be46-d44eeb1497fd\",\n                    \"businessTime\": 1776687387000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387861.66141081444,\n                    \"instrumentId\": \"19865c1a-4661-4f4d-a838-9d531e8fe00d\",\n                    \"businessTime\": 1776687387000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766501.52862442,\n                    \"instrumentId\": \"e2f7e414-797e-4b67-94ff-d3398f756f0d\",\n                    \"businessTime\": 1776687387000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654632.9563602667,\n                    \"instrumentId\": \"23270e9b-c08b-48b8-946c-8b843a5cd5c8\",\n                    \"businessTime\": 1776687387000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e60bb30a-713e-46d9-b94d-e5b196c8a0b9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028675935275743\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056524.724439554,\n                    \"instrumentId\": \"9f85aae5-96d4-49e4-beef-123df31850ab\",\n                    \"businessTime\": 1776687388000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281045.4220240456,\n                    \"instrumentId\": \"48f3fdc4-353d-4284-be7d-ba1df1c6025c\",\n                    \"businessTime\": 1776687388000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760327.88018922,\n                    \"instrumentId\": \"68e9e7fb-c100-4e57-b4a7-8fcddf6c6b14\",\n                    \"businessTime\": 1776687388000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.5638249941,\n                    \"instrumentId\": \"9326be94-e858-42dd-83a5-05587bbab4f4\",\n                    \"businessTime\": 1776687388000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387861.66141081444,\n                    \"instrumentId\": \"b82a8c4f-d77a-4502-a3c6-d02a86ef52ba\",\n                    \"businessTime\": 1776687388000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766503.31774046,\n                    \"instrumentId\": \"493d399e-e3e9-4f46-83b2-81a20bb8bd76\",\n                    \"businessTime\": 1776687388000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"f5a21dce-9037-4ece-b2e6-b2901821e885\",\n                    \"businessTime\": 1776687388000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2770f764-2679-489f-b55d-9bfa218e2c49\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02871126553942\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056646.680445011,\n                    \"instrumentId\": \"43def931-015b-472d-9416-9342ac5a5ba2\",\n                    \"businessTime\": 1776687389000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281045.4220240456,\n                    \"instrumentId\": \"4458ccaf-ba56-4cad-bf18-7ebdda362871\",\n                    \"businessTime\": 1776687389000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760327.88018922,\n                    \"instrumentId\": \"a919583b-f706-42c4-a101-9cc5a47a3ab4\",\n                    \"businessTime\": 1776687389000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299276.5638249941,\n                    \"instrumentId\": \"1d36286a-d5bc-4937-a2a0-093dcb622e79\",\n                    \"businessTime\": 1776687389000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387861.66141081444,\n                    \"instrumentId\": \"3861fd39-8345-4495-abb9-f6dd3d9ff3ed\",\n                    \"businessTime\": 1776687389000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83766539.80692767,\n                    \"instrumentId\": \"e8cad468-c225-433c-ad78-d766c367df51\",\n                    \"businessTime\": 1776687389000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 654900.6712902248,\n                    \"instrumentId\": \"a852ea31-2905-434b-9137-61625df30815\",\n                    \"businessTime\": 1776687389000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1f776388-eb06-4747-a3a8-7d09649122bf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.028739111794724\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056733.5256888345,\n                    \"instrumentId\": \"37633944-360b-4837-9c0f-a04d37e002f4\",\n                    \"businessTime\": 1776687390000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281127.689240348,\n                    \"instrumentId\": \"db9ca50b-881a-4e7e-b60c-9e67fbec3c72\",\n                    \"businessTime\": 1776687390000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760764.206151437,\n                    \"instrumentId\": \"5aa5da0b-dbff-4111-9a5f-a8f6d18796cc\",\n                    \"businessTime\": 1776687390000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299279.54781458573,\n                    \"instrumentId\": \"f62f348f-4983-4176-9b8c-11c6228e868c\",\n                    \"businessTime\": 1776687390000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387894.6727622532,\n                    \"instrumentId\": \"61cd0693-6f51-4d10-9db4-373c4ff6d58d\",\n                    \"businessTime\": 1776687390000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83772543.98912963,\n                    \"instrumentId\": \"62647048-0c0a-46c6-a21d-6522b5e2cf9a\",\n                    \"businessTime\": 1776687390000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655033.4573144118,\n                    \"instrumentId\": \"8f7da691-8583-4d11-95d8-a854d074053c\",\n                    \"businessTime\": 1776687390000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7910ae56-e9e9-4bf3-b171-6c1da25dedd5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029930395096926\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056778.667269047,\n                    \"instrumentId\": \"0074df02-f33c-4350-9879-b82d168b5bfa\",\n                    \"businessTime\": 1776687391000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281127.674658708,\n                    \"instrumentId\": \"781ae2e9-16ba-455e-b886-a90edf4cbb4c\",\n                    \"businessTime\": 1776687391000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760811.636999454,\n                    \"instrumentId\": \"a5a27fdd-201e-42c9-b090-fd0054a5c182\",\n                    \"businessTime\": 1776687391000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299317.6970253328,\n                    \"instrumentId\": \"ec39d51a-411b-4b4f-a83e-0d4c2293ee14\",\n                    \"businessTime\": 1776687391000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387894.6727622532,\n                    \"instrumentId\": \"335b3ac8-669d-4bf2-8211-9b19f31f6e65\",\n                    \"businessTime\": 1776687391000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83771960.01249138,\n                    \"instrumentId\": \"967f8c60-57b1-4fa6-b329-f3a55b008e55\",\n                    \"businessTime\": 1776687391000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655033.4573144118,\n                    \"instrumentId\": \"d5b91840-8285-42b5-969b-a9d1567585ce\",\n                    \"businessTime\": 1776687391000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"72efa975-a8c5-4296-9885-e6943b39cded\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029850734362142\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056781.316351597,\n                    \"instrumentId\": \"6c523944-aad9-491c-9d13-8846e2362273\",\n                    \"businessTime\": 1776687392000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281127.674658708,\n                    \"instrumentId\": \"1ffd70e6-65a2-405f-b925-1cce764025cf\",\n                    \"businessTime\": 1776687392000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760848.591846056,\n                    \"instrumentId\": \"45ed6775-00ba-47ec-83b8-b3cb07504217\",\n                    \"businessTime\": 1776687392000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299326.3520752557,\n                    \"instrumentId\": \"8900031c-e9be-45fa-a435-96d38bc473cc\",\n                    \"businessTime\": 1776687392000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387550.4843652902,\n                    \"instrumentId\": \"153f5265-4204-43b9-98bc-1fa82f41a2be\",\n                    \"businessTime\": 1776687392000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83772219.40892643,\n                    \"instrumentId\": \"d646402c-bfa7-45b2-a300-53d41dc67457\",\n                    \"businessTime\": 1776687392000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"194fde2b-637f-4be7-9a93-fa4e1c616d3d\",\n                    \"businessTime\": 1776687392000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"668db63d-9d5b-45ce-bbb8-810d38f57010\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029867650538126\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056593.447973787,\n                    \"instrumentId\": \"5a947aa8-40c5-4846-8b15-dd9845d1c6f5\",\n                    \"businessTime\": 1776687393000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281149.096802426,\n                    \"instrumentId\": \"3064a5f2-cc04-44c9-97b1-7fed65d73b58\",\n                    \"businessTime\": 1776687393000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760928.88394402,\n                    \"instrumentId\": \"9869a948-1d1d-4880-95d5-5c63cf675184\",\n                    \"businessTime\": 1776687393000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299326.3520752557,\n                    \"instrumentId\": \"5bba6c10-fa1a-47de-b682-8fa66b3bfe50\",\n                    \"businessTime\": 1776687393000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387550.4843652902,\n                    \"instrumentId\": \"992840f6-aabc-4826-9a08-0ab0e11c1e63\",\n                    \"businessTime\": 1776687393000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83768315.56735875,\n                    \"instrumentId\": \"739e9345-22c9-4864-8ad5-3a4b340e133a\",\n                    \"businessTime\": 1776687393000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"27cd8d67-a5cf-49bf-a8aa-0584c6d65927\",\n                    \"businessTime\": 1776687393000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1a387547-cce8-4e2b-b07d-d6ba3ec73d93\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.029166421064698\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056593.447973787,\n                    \"instrumentId\": \"333b21ab-55f6-4961-9fe7-32809abfd46a\",\n                    \"businessTime\": 1776687394000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281149.096802426,\n                    \"instrumentId\": \"7e66c66a-89ed-4ec5-bd14-fc6127c86b3f\",\n                    \"businessTime\": 1776687394000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760959.155104386,\n                    \"instrumentId\": \"082ed368-49bf-4b73-a997-281012eadaa2\",\n                    \"businessTime\": 1776687394000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299326.3520752557,\n                    \"instrumentId\": \"a84a1e06-14ac-46d9-a2b4-6af1805d94e6\",\n                    \"businessTime\": 1776687394000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387550.4843652902,\n                    \"instrumentId\": \"f230a6fd-7766-4385-b34d-c6619473a089\",\n                    \"businessTime\": 1776687394000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83769404.44126941,\n                    \"instrumentId\": \"585e075f-7954-48f7-919a-e0e035c90e9c\",\n                    \"businessTime\": 1776687394000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"f317e978-35ac-45e1-aa5d-336a5344481d\",\n                    \"businessTime\": 1776687394000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d59bdeb3-f3f3-4c25-83ba-7b2f3bf73802\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.02936310736892\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056709.099639905,\n                    \"instrumentId\": \"926b890a-a041-42ae-8436-b83112bb47ff\",\n                    \"businessTime\": 1776687395000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281152.3706036597,\n                    \"instrumentId\": \"a1358f34-089d-47f6-8e3b-2047cda5c799\",\n                    \"businessTime\": 1776687395000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13760959.155104386,\n                    \"instrumentId\": \"de34e83f-0918-4d70-8625-9116840016c8\",\n                    \"businessTime\": 1776687395000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299343.876860157,\n                    \"instrumentId\": \"1073bc45-2ba2-4da8-9099-362c97adbe9c\",\n                    \"businessTime\": 1776687395000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387550.6111891989,\n                    \"instrumentId\": \"f9437f35-e41f-46b9-94df-06895ca5a8eb\",\n                    \"businessTime\": 1776687395000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83774300.530641,\n                    \"instrumentId\": \"b30bb677-b537-4ec0-806d-ed292bc9bbca\",\n                    \"businessTime\": 1776687395000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"ca1a58a8-9f88-4d71-955b-c6e44ab0578f\",\n                    \"businessTime\": 1776687395000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"51774a1f-a51b-4abe-a78a-5379ff7d6148\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03024758301879\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6056709.099639905,\n                    \"instrumentId\": \"1682fcb7-34ee-4a70-b120-5df92f3fb383\",\n                    \"businessTime\": 1776687396000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281152.3706036597,\n                    \"instrumentId\": \"289abf81-7444-40fc-bfdc-1f1dd8dab490\",\n                    \"businessTime\": 1776687396000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761216.9693386,\n                    \"instrumentId\": \"584797c2-53d1-4268-8df4-0fcff359fc5b\",\n                    \"businessTime\": 1776687396000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299343.876860157,\n                    \"instrumentId\": \"a8966955-fce2-40fa-a147-64879fe1030e\",\n                    \"businessTime\": 1776687396000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387550.6111891989,\n                    \"instrumentId\": \"ebbf8ada-44f5-474d-98f6-5965ac7f7836\",\n                    \"businessTime\": 1776687396000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83781444.32272619,\n                    \"instrumentId\": \"84456e6c-6429-4e4e-a2b4-dae5c112ffc3\",\n                    \"businessTime\": 1776687396000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"46fb9fc5-e35f-4598-8cd8-f27d6c88c516\",\n                    \"businessTime\": 1776687396000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f92fb3be-e326-4532-9a91-3f11d9a2dc07\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.031548392565256\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057264.335538112,\n                    \"instrumentId\": \"0a6eecbb-26b7-41e0-919a-f15b787d39ef\",\n                    \"businessTime\": 1776687397000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281152.2525885487,\n                    \"instrumentId\": \"7e751fa2-f4a9-4ef8-bb1c-4de7c36b2455\",\n                    \"businessTime\": 1776687397000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761523.002858417,\n                    \"instrumentId\": \"e66b2462-14c4-426f-b3ec-952dfc5d990e\",\n                    \"businessTime\": 1776687397000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299529.40050458664,\n                    \"instrumentId\": \"427070be-0746-43c9-8601-b513900bf1b2\",\n                    \"businessTime\": 1776687397000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387561.02992714127,\n                    \"instrumentId\": \"fb76ff13-079c-4fdf-bc82-8f338d36644d\",\n                    \"businessTime\": 1776687397000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83782920.9743603,\n                    \"instrumentId\": \"008469e8-479d-4888-ad62-d32f7cf7d11a\",\n                    \"businessTime\": 1776687397000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"4eb2d929-2572-400a-803b-13fa46601a15\",\n                    \"businessTime\": 1776687397000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0de80ea3-45d9-4fad-b023-d78e4fc2db30\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03199369053\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057269.564735728,\n                    \"instrumentId\": \"50790130-c78a-4570-bffb-5852898467a7\",\n                    \"businessTime\": 1776687398000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281167.5518100997,\n                    \"instrumentId\": \"eb89aace-b8ed-43c5-a05d-417f908cf57f\",\n                    \"businessTime\": 1776687398000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13761523.383605622,\n                    \"instrumentId\": \"8538b2d2-c07b-4521-b21f-ec498181a2f3\",\n                    \"businessTime\": 1776687398000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299532.2600210428,\n                    \"instrumentId\": \"8080e6ec-51e1-44a8-b4f8-fd495edec76a\",\n                    \"businessTime\": 1776687398000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387565.8604961645,\n                    \"instrumentId\": \"9e48ee9e-f33c-4033-bc03-89ccfc74c7bc\",\n                    \"businessTime\": 1776687398000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83782990.6055439,\n                    \"instrumentId\": \"21944fab-fed4-46c5-b701-4bc5357be4fd\",\n                    \"businessTime\": 1776687398000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"e4d2fb69-af70-4bd7-902d-24880f468247\",\n                    \"businessTime\": 1776687398000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c17931b5-7490-4feb-97dc-b5616cc0ebc0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.032010954226916\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057320.268874322,\n                    \"instrumentId\": \"21f793e5-12d4-4996-b260-b0bac1cb3f18\",\n                    \"businessTime\": 1776687399000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281167.5518100997,\n                    \"instrumentId\": \"edfd8e33-d258-4311-a6dc-9bb22cccd4ec\",\n                    \"businessTime\": 1776687399000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763211.188773664,\n                    \"instrumentId\": \"96c8fd4c-7f1f-4ada-9f04-4cdf33dc7d10\",\n                    \"businessTime\": 1776687399000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299532.47669183277,\n                    \"instrumentId\": \"0c817cee-b920-44a6-bb1d-9954e939deb3\",\n                    \"businessTime\": 1776687399000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387565.8604961645,\n                    \"instrumentId\": \"deb3fdb2-be0e-45d2-b344-502ff674755d\",\n                    \"businessTime\": 1776687399000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83787367.50729366,\n                    \"instrumentId\": \"47696494-b500-41a2-aa1c-dfe8e1dbf94d\",\n                    \"businessTime\": 1776687399000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"6caf28d7-39b8-4768-afde-7545a20bd54f\",\n                    \"businessTime\": 1776687399000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6b8341ba-5fe0-4cd3-9afc-37c6ba044ad8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03308575699092\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057258.248740739,\n                    \"instrumentId\": \"dc0354bd-e2ef-4803-ac20-ea878fa7c454\",\n                    \"businessTime\": 1776687400000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281184.579226806,\n                    \"instrumentId\": \"ab771b4f-4920-470d-a4db-97797336e562\",\n                    \"businessTime\": 1776687400000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13763430.621456541,\n                    \"instrumentId\": \"d4f331a7-aaf0-41dc-b133-36653c92f4db\",\n                    \"businessTime\": 1776687400000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299532.58198499354,\n                    \"instrumentId\": \"1c7073fe-7317-4186-a869-05dab0a61293\",\n                    \"businessTime\": 1776687400000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387565.8604961645,\n                    \"instrumentId\": \"8f01ec4a-05bf-4484-94af-b841c9c4155e\",\n                    \"businessTime\": 1776687400000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83788643.34354334,\n                    \"instrumentId\": \"8f1654f7-233a-44d2-b585-ef9124cadd91\",\n                    \"businessTime\": 1776687400000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655166.2433385988,\n                    \"instrumentId\": \"9b29a01f-0c25-448f-95bc-691e10d1935e\",\n                    \"businessTime\": 1776687400000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d7e57997-5f2c-4f44-8f9f-da08fbf1a00f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03334065708035\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6057281.510051516,\n                    \"instrumentId\": \"c71d96da-7ee8-4115-98c8-9f4554ae14ae\",\n                    \"businessTime\": 1776687401000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281286.0456998073,\n                    \"instrumentId\": \"cbf8f1f8-9102-4104-b693-c647bf7f2752\",\n                    \"businessTime\": 1776687401000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764335.912839435,\n                    \"instrumentId\": \"0ab5572d-efe5-4792-bf6e-ffac639ed20a\",\n                    \"businessTime\": 1776687401000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299532.58198499354,\n                    \"instrumentId\": \"b54b5215-4082-4e9d-adef-fb0a99af2965\",\n                    \"businessTime\": 1776687401000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387565.8604961645,\n                    \"instrumentId\": \"dfad7b67-3e2b-43cb-8c5e-6751de4a9d55\",\n                    \"businessTime\": 1776687401000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83790980.02440901,\n                    \"instrumentId\": \"d2ab759e-4aca-4bcc-b849-5b02b5922cb9\",\n                    \"businessTime\": 1776687401000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655499.669680672,\n                    \"instrumentId\": \"d941d834-57bc-48bc-a12f-c6b980b58aeb\",\n                    \"businessTime\": 1776687401000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f099e967-aef3-4f2e-a4c9-5bcb6e92147a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03399094291065\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058090.10823521,\n                    \"instrumentId\": \"3fd81723-2123-475c-b87a-042d1203956b\",\n                    \"businessTime\": 1776687402000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281381.7897919896,\n                    \"instrumentId\": \"e3aa00db-6d63-459b-80d0-082cae4c25fd\",\n                    \"businessTime\": 1776687402000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764791.36823509,\n                    \"instrumentId\": \"02b5ef54-08ee-4ead-8123-5b8ec10d0318\",\n                    \"businessTime\": 1776687402000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299532.3076348461,\n                    \"instrumentId\": \"12b11631-398c-4049-94b9-918aa504b803\",\n                    \"businessTime\": 1776687402000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387565.8604961645,\n                    \"instrumentId\": \"0c58fdff-9da5-4c0e-b31a-5884d27ca340\",\n                    \"businessTime\": 1776687402000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83791173.10569656,\n                    \"instrumentId\": \"52bdf1f5-81f5-4d95-a4f7-da7bc0c568a6\",\n                    \"businessTime\": 1776687402000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655499.669680672,\n                    \"instrumentId\": \"31c284f5-ae6b-4edd-a98f-ca546a9cf054\",\n                    \"businessTime\": 1776687402000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2eff39de-38f4-40c2-96f8-383345925d8b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034263808395522\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058111.736845961,\n                    \"instrumentId\": \"9d256938-bd38-4cae-98fc-568f72afb175\",\n                    \"businessTime\": 1776687403000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281435.6639671694,\n                    \"instrumentId\": \"f887286e-b829-4cde-8205-e2d022a0bccc\",\n                    \"businessTime\": 1776687403000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764792.091134705,\n                    \"instrumentId\": \"3941aef7-afd3-4b02-a01e-47cecd57d085\",\n                    \"businessTime\": 1776687403000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299532.3076348461,\n                    \"instrumentId\": \"ed091c74-d66e-441d-9ef6-502cebf36b19\",\n                    \"businessTime\": 1776687403000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387565.8604961645,\n                    \"instrumentId\": \"c9c3bb7f-efcf-458e-a63b-6bd7121df457\",\n                    \"businessTime\": 1776687403000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83791173.10569656,\n                    \"instrumentId\": \"b6885fcd-ac60-4eca-a2da-6b4ebf030201\",\n                    \"businessTime\": 1776687403000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655689.4362504013,\n                    \"instrumentId\": \"947052c7-b606-4bb2-a4b0-0e84370dd539\",\n                    \"businessTime\": 1776687403000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"41d4af23-c78a-413f-a8f9-816bc2ec46b0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03431055571631\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058111.736845961,\n                    \"instrumentId\": \"096ed1c8-095b-43bf-bf9f-cfac3a06fc03\",\n                    \"businessTime\": 1776687404000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281497.42538399,\n                    \"instrumentId\": \"ba621b8f-e18a-401b-a31d-3f0e510fb007\",\n                    \"businessTime\": 1776687404000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13764792.091134705,\n                    \"instrumentId\": \"a2dc6824-d9c3-4ae8-99ec-c952ea70a73b\",\n                    \"businessTime\": 1776687404000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299532.3076348461,\n                    \"instrumentId\": \"0114864a-ef2a-4690-b120-804d67265565\",\n                    \"businessTime\": 1776687404000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387565.8604961645,\n                    \"instrumentId\": \"2de4f3c8-d5d3-4fb0-8549-e9a2a5f1a0d0\",\n                    \"businessTime\": 1776687404000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83791287.92583327,\n                    \"instrumentId\": \"2cf2c7b5-9203-4e3e-9923-60792b9595f4\",\n                    \"businessTime\": 1776687404000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655689.4362504013,\n                    \"instrumentId\": \"936c9e92-d35f-4dc4-b9f3-207e7b61112e\",\n                    \"businessTime\": 1776687404000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e9e30884-1f90-4445-bcd6-d626a22c7a2a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034341589381253\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058177.906653005,\n                    \"instrumentId\": \"481a61d4-bc81-4e34-8bfa-08b3bbf532a2\",\n                    \"businessTime\": 1776687405000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281522.498356133,\n                    \"instrumentId\": \"8f08d45d-419e-4e44-b573-7ccc228757c7\",\n                    \"businessTime\": 1776687405000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13765308.773280652,\n                    \"instrumentId\": \"29c56046-b8ba-4903-94d2-f45decf145ff\",\n                    \"businessTime\": 1776687405000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299532.3076348461,\n                    \"instrumentId\": \"ad860559-1411-4f4f-aa53-9eefb4bea49c\",\n                    \"businessTime\": 1776687405000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387565.8604961645,\n                    \"instrumentId\": \"ef6fca81-2734-4f84-b3d2-40d8b3d15bf6\",\n                    \"businessTime\": 1776687405000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83791690.65213625,\n                    \"instrumentId\": \"a0fa317e-fdf3-47b0-9410-c6d8f3dbd32f\",\n                    \"businessTime\": 1776687405000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655689.4362504013,\n                    \"instrumentId\": \"e699794c-05e0-414c-9c80-384e6dad6785\",\n                    \"businessTime\": 1776687405000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7772bb28-f593-4364-ac9c-6189dbeb5588\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.034519208226264\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058500.123688503,\n                    \"instrumentId\": \"628aba2c-5f81-4b5e-8e49-8c5a4b9b99d5\",\n                    \"businessTime\": 1776687406000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282034.300410006,\n                    \"instrumentId\": \"dbb1dce9-fc8f-469c-adfc-5b26d027c60e\",\n                    \"businessTime\": 1776687406000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768377.402199835,\n                    \"instrumentId\": \"72bfb87b-eb9d-44fb-b5d4-55d9105ee5aa\",\n                    \"businessTime\": 1776687406000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299534.68772516807,\n                    \"instrumentId\": \"d935caaf-8781-42d5-9c3f-4cd4b770541c\",\n                    \"businessTime\": 1776687406000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387565.8604961645,\n                    \"instrumentId\": \"6a871ab2-d057-4db6-9208-d2bb97f247cf\",\n                    \"businessTime\": 1776687406000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83795467.83938864,\n                    \"instrumentId\": \"70aba2bc-0192-41f9-804a-0d6b0ad25027\",\n                    \"businessTime\": 1776687406000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655687.7398098755,\n                    \"instrumentId\": \"e65b38aa-e5b1-4d13-b8ce-b85dec2352a7\",\n                    \"businessTime\": 1776687406000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"18d62939-2686-46ef-9bfd-b8d6d021b0bf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.035869035802847\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058526.354739835,\n                    \"instrumentId\": \"babf9346-08be-4ddf-89f7-0810ca74405b\",\n                    \"businessTime\": 1776687407000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282038.6106569716,\n                    \"instrumentId\": \"d3f1844f-f94d-4651-a8df-35bc43f26355\",\n                    \"businessTime\": 1776687407000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768456.658223791,\n                    \"instrumentId\": \"b2bebdc7-3977-4026-b232-a669b597c32a\",\n                    \"businessTime\": 1776687407000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299534.68772516807,\n                    \"instrumentId\": \"99b73db7-ecff-4436-8a2c-c0a171333aa7\",\n                    \"businessTime\": 1776687407000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 387565.8604961645,\n                    \"instrumentId\": \"96f7d7a4-429f-48f3-81c6-d976be9f5b01\",\n                    \"businessTime\": 1776687407000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83795583.8268747,\n                    \"instrumentId\": \"bb48effc-e365-4fac-ab54-3dda1833a8e8\",\n                    \"businessTime\": 1776687407000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655687.7398098755,\n                    \"instrumentId\": \"2a3a80fd-b6b4-4445-9484-288f0f4eaf43\",\n                    \"businessTime\": 1776687407000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"29820cd3-986e-41cf-ad56-ad5bbacb5502\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03590871678849\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058528.044614361,\n                    \"instrumentId\": \"18cb5271-3c75-48a4-867c-52ee98c09b4a\",\n                    \"businessTime\": 1776687408000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282109.7284495,\n                    \"instrumentId\": \"098b43fd-fb69-4332-800c-351fd6558bab\",\n                    \"businessTime\": 1776687408000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768621.553962583,\n                    \"instrumentId\": \"42b3a78a-1d3c-459c-a1f8-c783ebd8f43a\",\n                    \"businessTime\": 1776687408000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299534.68772516807,\n                    \"instrumentId\": \"ef09258b-8a40-47b9-be91-134dd9df2e78\",\n                    \"businessTime\": 1776687408000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388040.2315867258,\n                    \"instrumentId\": \"47dcfc63-676b-4791-a44c-3b464dff18c7\",\n                    \"businessTime\": 1776687408000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83797363.69466211,\n                    \"instrumentId\": \"9dc4ffb2-65f0-46fd-9dae-c53e19c108ae\",\n                    \"businessTime\": 1776687408000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655687.7398098755,\n                    \"instrumentId\": \"d2665674-19ed-4108-b5f1-c2347bfdf726\",\n                    \"businessTime\": 1776687408000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a03de596-8603-425e-91e2-81aeb1da09b5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036346667980723\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058528.044614361,\n                    \"instrumentId\": \"6f3c1b09-2677-44bb-9589-28c0820e3575\",\n                    \"businessTime\": 1776687409000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282109.7284495,\n                    \"instrumentId\": \"d90ef2e2-de8e-4efa-904d-6a560aafc914\",\n                    \"businessTime\": 1776687409000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768621.553962583,\n                    \"instrumentId\": \"2b59ccad-327d-4563-b870-a758ff8c2c39\",\n                    \"businessTime\": 1776687409000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299534.68772516807,\n                    \"instrumentId\": \"9c68f92b-22af-4083-83d1-290ab5cebcbc\",\n                    \"businessTime\": 1776687409000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388040.2315867258,\n                    \"instrumentId\": \"422dd65c-e6e8-4fdc-b453-03b5b00dc2a3\",\n                    \"businessTime\": 1776687409000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83799074.27569793,\n                    \"instrumentId\": \"143f2373-7680-4500-b9c8-3b5b02521d74\",\n                    \"businessTime\": 1776687409000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655687.7398098755,\n                    \"instrumentId\": \"52488366-abbe-42c4-96cf-baceb1d52bb9\",\n                    \"businessTime\": 1776687409000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"93fb2b3d-efd0-4d40-9ec3-26ba89ad5f38\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.036647297336756\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6058874.9444435565,\n                    \"instrumentId\": \"72f44a82-370c-45e6-bf04-b4d72920989a\",\n                    \"businessTime\": 1776687410000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282184.0087235677,\n                    \"instrumentId\": \"0126cc83-331e-4194-996a-900222d256a0\",\n                    \"businessTime\": 1776687410000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769775.577249711,\n                    \"instrumentId\": \"0bba3490-d72f-4f10-baeb-94e7afa8df80\",\n                    \"businessTime\": 1776687410000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299534.68772516807,\n                    \"instrumentId\": \"e0a51814-7b3e-4787-80ff-4caa50c57b47\",\n                    \"businessTime\": 1776687410000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388040.2315867258,\n                    \"instrumentId\": \"f1868713-0fe3-4dd8-8a69-d058bb6aebbd\",\n                    \"businessTime\": 1776687410000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83801789.77014984,\n                    \"instrumentId\": \"a80f9775-d6bf-4ec2-b19d-16a6cf40227e\",\n                    \"businessTime\": 1776687410000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655687.7398098755,\n                    \"instrumentId\": \"47e23fb3-d32a-43e2-b3d3-02cb88afe30a\",\n                    \"businessTime\": 1776687410000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"141f37cc-4693-4025-8802-da07c31960f8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.037401374286194\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059087.834507324,\n                    \"instrumentId\": \"45c99860-e5cb-4d79-b6dc-819e1c20c3b0\",\n                    \"businessTime\": 1776687411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282174.2121356386,\n                    \"instrumentId\": \"04cf6218-5ecc-4b8e-bdf2-c3eea349857f\",\n                    \"businessTime\": 1776687411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769981.858670086,\n                    \"instrumentId\": \"dabee610-f38f-4bc9-846f-c88bab3a7d58\",\n                    \"businessTime\": 1776687411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299542.4694418942,\n                    \"instrumentId\": \"c4cd8bb6-2744-4117-b1a5-12db99aa5880\",\n                    \"businessTime\": 1776687411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388054.2276275404,\n                    \"instrumentId\": \"26193c01-a2df-47cd-8842-58f5bc81efe5\",\n                    \"businessTime\": 1776687411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83808858.86399952,\n                    \"instrumentId\": \"e2560dae-f8bb-4193-82e1-a329b2074404\",\n                    \"businessTime\": 1776687411000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655687.7398098755,\n                    \"instrumentId\": \"201212bb-e720-4a9a-b182-250de19bfe08\",\n                    \"businessTime\": 1776687411000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"705d0d28-eb9c-4eac-8ee3-6131d2774f1d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03871951954163\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059394.384721855,\n                    \"instrumentId\": \"fdfc72f1-dba3-47b2-aef9-94d2afc51aef\",\n                    \"businessTime\": 1776687412000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282173.4908674466,\n                    \"instrumentId\": \"a7dfc7e3-1067-4d14-a910-09dcd2ceaf2f\",\n                    \"businessTime\": 1776687412000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769981.858670086,\n                    \"instrumentId\": \"57c07d26-9fc8-49c2-833d-293a194e9da0\",\n                    \"businessTime\": 1776687412000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299542.4694418942,\n                    \"instrumentId\": \"13b07e06-3129-4989-a32d-0d53494b4bbd\",\n                    \"businessTime\": 1776687412000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.5014043885,\n                    \"instrumentId\": \"62ae9232-1522-44d0-803c-f5cda31318b7\",\n                    \"businessTime\": 1776687412000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83810319.34152707,\n                    \"instrumentId\": \"d23f8f84-9089-468c-b99f-a2bd1229f530\",\n                    \"businessTime\": 1776687412000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655687.7398098755,\n                    \"instrumentId\": \"9c86ea63-d627-4f07-95fd-af5f716ba585\",\n                    \"businessTime\": 1776687412000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"46fa36d2-97ac-400b-807f-1fb8104e6fd1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039043874594483\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059401.272876219,\n                    \"instrumentId\": \"aeaf3934-f403-4e7b-a0ad-743aa111b193\",\n                    \"businessTime\": 1776687413000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282173.4908674466,\n                    \"instrumentId\": \"d764bc07-3ded-4cf2-9c33-bea5361ebb5f\",\n                    \"businessTime\": 1776687413000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770110.346744087,\n                    \"instrumentId\": \"dfd68e69-3843-4b46-b553-9e805a6af9b1\",\n                    \"businessTime\": 1776687413000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299542.4694418942,\n                    \"instrumentId\": \"cab302bc-85f0-491b-878b-10dadc1d4523\",\n                    \"businessTime\": 1776687413000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.5014043885,\n                    \"instrumentId\": \"ebb04a3b-6b2a-43c4-bf62-52cd6626bf83\",\n                    \"businessTime\": 1776687413000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83812361.01756495,\n                    \"instrumentId\": \"e65ae628-e0cd-4832-9b90-54eeb922d3bf\",\n                    \"businessTime\": 1776687413000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655687.7398098755,\n                    \"instrumentId\": \"cb610e8d-f31b-475e-8ddc-23a932e734f1\",\n                    \"businessTime\": 1776687413000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7c4c528b-4bfb-4aa1-aeda-ae98bcc563ee\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0394264848346\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059401.272876219,\n                    \"instrumentId\": \"71f308e3-a8e6-4ccd-94cc-71e589cca4c7\",\n                    \"businessTime\": 1776687414000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282200.987264089,\n                    \"instrumentId\": \"ec64cf19-5cac-4bfe-8736-4c7dbe942b5c\",\n                    \"businessTime\": 1776687414000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770834.34247077,\n                    \"instrumentId\": \"8ef8c6bf-29da-441e-b14e-06817d56a55e\",\n                    \"businessTime\": 1776687414000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299546.6232646905,\n                    \"instrumentId\": \"2766366e-f472-4834-813c-8ceeb39d1041\",\n                    \"businessTime\": 1776687414000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6435474768,\n                    \"instrumentId\": \"05e83fbf-d713-4fc5-99eb-5c5fdaaf8507\",\n                    \"businessTime\": 1776687414000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813147.41600208,\n                    \"instrumentId\": \"15815648-344f-435c-b71a-57ae3c93a4df\",\n                    \"businessTime\": 1776687414000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655687.7398098755,\n                    \"instrumentId\": \"6aae65d4-0185-4638-90ae-71ade8cdd35b\",\n                    \"businessTime\": 1776687414000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"63e253f0-79b4-4de7-b171-3b9f594ab3e3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039697519373497\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059448.895823351,\n                    \"instrumentId\": \"d09304e0-b8ad-4be6-ae12-dad3c858aed9\",\n                    \"businessTime\": 1776687415000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282181.811528549,\n                    \"instrumentId\": \"4a4f4986-8901-470b-90b0-9a122bb87547\",\n                    \"businessTime\": 1776687415000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770845.974788545,\n                    \"instrumentId\": \"f02006dd-35ff-42a1-93fb-210638895584\",\n                    \"businessTime\": 1776687415000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299553.19457714714,\n                    \"instrumentId\": \"bf439c5b-7e8c-433e-8760-402441a54797\",\n                    \"businessTime\": 1776687415000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6435474768,\n                    \"instrumentId\": \"d8bbb0ab-5c22-4b04-8dd2-39b3e11baa7d\",\n                    \"businessTime\": 1776687415000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813201.57719694,\n                    \"instrumentId\": \"9b34a09f-5c88-46b1-9f01-11058c95d244\",\n                    \"businessTime\": 1776687415000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655687.7398098755,\n                    \"instrumentId\": \"e8cb1391-80d5-4952-985d-efb6a9252455\",\n                    \"businessTime\": 1776687415000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0b33586d-7a00-4ced-ad87-f1065fc57f0a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03971523677889\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059448.895823351,\n                    \"instrumentId\": \"d3bb468e-37a0-41b2-a955-8f129dcffd13\",\n                    \"businessTime\": 1776687416000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282183.8348065135,\n                    \"instrumentId\": \"367e167f-eeef-4654-9cb2-5c861e2aed8e\",\n                    \"businessTime\": 1776687416000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770871.546629231,\n                    \"instrumentId\": \"5d054011-8f60-4c25-8b4f-f211be035e88\",\n                    \"businessTime\": 1776687416000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299570.65348857926,\n                    \"instrumentId\": \"9a2ee139-10f6-4a0c-a2b7-5a5d01439dc2\",\n                    \"businessTime\": 1776687416000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6435474768,\n                    \"instrumentId\": \"4e9a4cab-b720-406e-be5f-5568dfb99cc1\",\n                    \"businessTime\": 1776687416000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813235.21683921,\n                    \"instrumentId\": \"ebc9f400-3d85-4be5-a8ce-e970016bf4c8\",\n                    \"businessTime\": 1776687416000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655687.7398098755,\n                    \"instrumentId\": \"3788a569-f53f-41f3-bcc2-d593a036ada7\",\n                    \"businessTime\": 1776687416000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c8f96cbd-ae17-4b3d-97cf-c989c5a04b4a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03972906694978\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059630.945103259,\n                    \"instrumentId\": \"0a624137-fb9e-485c-9924-f1589f3ffa48\",\n                    \"businessTime\": 1776687417000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282186.7031827644,\n                    \"instrumentId\": \"f417dbd7-55e1-4719-b71c-878553525f68\",\n                    \"businessTime\": 1776687417000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770927.17572062,\n                    \"instrumentId\": \"c0234c2e-fc12-4938-ac50-ff2ca8ca830b\",\n                    \"businessTime\": 1776687417000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299570.65348857926,\n                    \"instrumentId\": \"e6690a62-38e4-42bd-a348-8eba4986e303\",\n                    \"businessTime\": 1776687417000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6435474768,\n                    \"instrumentId\": \"443e957c-de4e-441b-986c-59588dceba3f\",\n                    \"businessTime\": 1776687417000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813098.56739649,\n                    \"instrumentId\": \"8373c8ac-7478-4605-91d7-26b0425acf2a\",\n                    \"businessTime\": 1776687417000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655678.8750932179,\n                    \"instrumentId\": \"4aa18b01-4a8f-46c5-808f-eb192b04e5f6\",\n                    \"businessTime\": 1776687417000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8f7c8a73-3cd2-4621-837f-1d4a3556b2af\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03974576863487\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:16:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059630.945103259,\n                    \"instrumentId\": \"fe4a3384-88cf-40c7-b95b-90e7bb180a81\",\n                    \"businessTime\": 1776687418000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282187.8819130915,\n                    \"instrumentId\": \"01b56b30-14e1-42f1-8d4e-d82ff39b1b36\",\n                    \"businessTime\": 1776687418000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770865.810616916,\n                    \"instrumentId\": \"6368f8a6-08cb-42d9-a73e-42420af4e901\",\n                    \"businessTime\": 1776687418000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299580.9030341013,\n                    \"instrumentId\": \"0a30d050-b9c3-406c-8a01-b198dfbecdf9\",\n                    \"businessTime\": 1776687418000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6435474768,\n                    \"instrumentId\": \"616a15fb-f737-4e0f-9b9e-1d79f6900664\",\n                    \"businessTime\": 1776687418000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813320.48501304,\n                    \"instrumentId\": \"5b7d2850-2b91-46fa-b830-4ea03f1f6e86\",\n                    \"businessTime\": 1776687418000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655678.8750932179,\n                    \"instrumentId\": \"0945889c-93ef-436a-9999-8eaca90dfcf6\",\n                    \"businessTime\": 1776687418000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"70c8a750-7226-4880-980e-fccde3f0ce28\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039775993729542\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059700.569396802,\n                    \"instrumentId\": \"a99e6778-cfd2-4d66-a60f-cc044885ceb0\",\n                    \"businessTime\": 1776687419000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282187.8819130915,\n                    \"instrumentId\": \"acc0ce86-1b0c-407a-abbc-cc300c7446a7\",\n                    \"businessTime\": 1776687419000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770865.810616916,\n                    \"instrumentId\": \"e7d40ed8-4fee-43a0-8ebf-2e3e842b3363\",\n                    \"businessTime\": 1776687419000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299580.9030341013,\n                    \"instrumentId\": \"5fd0b3fc-de51-4b6e-b5ae-665201627130\",\n                    \"businessTime\": 1776687419000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6435474768,\n                    \"instrumentId\": \"03d10361-f2a1-4ee0-a664-5d3742083c6b\",\n                    \"businessTime\": 1776687419000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813250.80984071,\n                    \"instrumentId\": \"6146ff21-bc35-486f-b273-8dc159c2a974\",\n                    \"businessTime\": 1776687419000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655346.8323314931,\n                    \"instrumentId\": \"dc8f4ac4-3a61-47f1-b997-cc6ef4bf3cb8\",\n                    \"businessTime\": 1776687419000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1c7154e3-8341-47f6-a338-104412a877ad\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0397176292936\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6059764.122894868,\n                    \"instrumentId\": \"76e4dfe5-78ad-4187-8daf-7d1aa2fd512e\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282196.4114431413,\n                    \"instrumentId\": \"7be31734-986d-4106-8bf6-6679b7c0b80b\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770848.859327389,\n                    \"instrumentId\": \"ec904e1e-405b-4f3e-9d38-9daf3e174e57\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299580.9030341013,\n                    \"instrumentId\": \"9db80e13-08dd-4afe-a699-ed59f7a206ad\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6435474768,\n                    \"instrumentId\": \"8a5ce78b-807b-47d3-b9d7-c6c904c9d16f\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813263.12695527,\n                    \"instrumentId\": \"403894d4-1fcf-404a-a42a-4f006844a1ca\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655346.8323314931,\n                    \"instrumentId\": \"dd8c55a7-ef1e-4a62-980c-2db15ca7ef25\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"272b384f-25d0-4d51-94c8-4b025d90df05\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0397294832221\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060343.9149785815,\n                    \"instrumentId\": \"170ae5b4-4ec5-4eb8-b053-a6f6f7c3a6b4\",\n                    \"businessTime\": 1776687421000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282195.699481571,\n                    \"instrumentId\": \"5b5849a3-82b6-4d7d-bdc0-16d846a7e300\",\n                    \"businessTime\": 1776687421000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770821.091399888,\n                    \"instrumentId\": \"a4f4eb13-cb58-4888-aad1-24c325d16377\",\n                    \"businessTime\": 1776687421000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299580.00928867195,\n                    \"instrumentId\": \"08a14b6e-8879-43fa-8707-0702d5d0333a\",\n                    \"businessTime\": 1776687421000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6435474768,\n                    \"instrumentId\": \"01c6874f-e808-4312-8d0f-867bdc494e0b\",\n                    \"businessTime\": 1776687421000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813373.66313305,\n                    \"instrumentId\": \"8b2558e6-5410-40a0-a7fd-f5848a7cdd51\",\n                    \"businessTime\": 1776687421000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655346.8323314931,\n                    \"instrumentId\": \"dd8c55a7-ef1e-4a62-980c-2db15ca7ef25\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2d7f86c2-a92e-40b4-a56e-34abdb156e36\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039845643964977\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6060343.9149785815,\n                    \"instrumentId\": \"91593928-22e9-42d1-bacc-9ebb52ade205\",\n                    \"businessTime\": 1776687422000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282195.699481571,\n                    \"instrumentId\": \"26c128e6-01e9-4daf-a564-d0e0269a1784\",\n                    \"businessTime\": 1776687422000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770912.752041167,\n                    \"instrumentId\": \"f46ffe49-ab1f-4b03-b028-ac1aa2f8bbe3\",\n                    \"businessTime\": 1776687422000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"9561abec-e58d-4a00-8d0b-e07605e9a1e3\",\n                    \"businessTime\": 1776687422000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6435474768,\n                    \"instrumentId\": \"6c695808-4d08-40ea-85f9-2f0fe01e050c\",\n                    \"businessTime\": 1776687422000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813848.3602117,\n                    \"instrumentId\": \"0929bf01-d980-4e9b-9e86-20a8c2c1e431\",\n                    \"businessTime\": 1776687422000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655346.8323314931,\n                    \"instrumentId\": \"dd8c55a7-ef1e-4a62-980c-2db15ca7ef25\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e3c7811c-2a70-49f8-b370-09fbdd3f2207\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039957717608754\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061492.78902594,\n                    \"instrumentId\": \"4e9bf122-0926-4aad-9106-21490e59fde4\",\n                    \"businessTime\": 1776687423000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282233.1607763143,\n                    \"instrumentId\": \"ccf5079b-8ffd-4821-9957-f5397df93535\",\n                    \"businessTime\": 1776687423000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770940.967119908,\n                    \"instrumentId\": \"5f9aa134-401c-4d13-b2e3-bf2ad0e7729c\",\n                    \"businessTime\": 1776687423000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"58eae980-fe38-4f38-96f1-8a845a2ec86f\",\n                    \"businessTime\": 1776687423000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6435474768,\n                    \"instrumentId\": \"49c0a1b4-587a-4451-85d5-74e9153c827a\",\n                    \"businessTime\": 1776687423000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813878.96045247,\n                    \"instrumentId\": \"9c5b2099-92eb-424c-9bd2-76c1e271151d\",\n                    \"businessTime\": 1776687423000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655346.8323314931,\n                    \"instrumentId\": \"dd8c55a7-ef1e-4a62-980c-2db15ca7ef25\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"98a4f833-4682-4e4a-8952-73dd8ced1a19\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040176549007985\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061524.545988007,\n                    \"instrumentId\": \"0109d1bc-c383-4dce-bc0b-aa364dd16597\",\n                    \"businessTime\": 1776687424000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282202.5950533114,\n                    \"instrumentId\": \"479825aa-292e-4d47-abac-9a7639251aa9\",\n                    \"businessTime\": 1776687424000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770813.480693527,\n                    \"instrumentId\": \"638faa39-205d-412b-8cd1-146ae5bc1945\",\n                    \"businessTime\": 1776687424000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"bc55c8c7-06d8-4ce2-a303-e459678c2da5\",\n                    \"businessTime\": 1776687424000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6449138925,\n                    \"instrumentId\": \"9442894d-4e4c-4ec6-9a4e-deaade9cae25\",\n                    \"businessTime\": 1776687424000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813838.07195903,\n                    \"instrumentId\": \"7cb4bd28-7e1c-473d-a66b-65ce647a0f03\",\n                    \"businessTime\": 1776687424000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655346.8323314931,\n                    \"instrumentId\": \"dd8c55a7-ef1e-4a62-980c-2db15ca7ef25\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9f742440-456d-4a3c-a7ae-7739657dfcd4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040147167230423\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061524.545988007,\n                    \"instrumentId\": \"25e6a89a-f8cc-4f41-a593-6d6ce7011244\",\n                    \"businessTime\": 1776687425000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282213.506936517,\n                    \"instrumentId\": \"840f52a9-c44e-4bc6-aafb-bbb08e46b6c9\",\n                    \"businessTime\": 1776687425000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770375.46190544,\n                    \"instrumentId\": \"963b2b7d-d5d0-44a7-8e2a-099b1cceefce\",\n                    \"businessTime\": 1776687425000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"b88b9bbb-6d02-4e32-bde0-a391aaa358ae\",\n                    \"businessTime\": 1776687425000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6449138925,\n                    \"instrumentId\": \"7d3c955a-596b-4326-a0f9-8545b5e2352e\",\n                    \"businessTime\": 1776687425000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813847.86429064,\n                    \"instrumentId\": \"bcd07d00-1363-4e38-acdb-28253d84cd0c\",\n                    \"businessTime\": 1776687425000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655346.8323314931,\n                    \"instrumentId\": \"dd8c55a7-ef1e-4a62-980c-2db15ca7ef25\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4d18c7d2-40d7-4068-aa1c-c689689f74f1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04007382547765\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061568.6964752255,\n                    \"instrumentId\": \"4e00a70d-0089-41a5-8790-148bb4028ed4\",\n                    \"businessTime\": 1776687426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282284.711690973,\n                    \"instrumentId\": \"276e5a8c-b128-47a8-934b-f02a5d649bd6\",\n                    \"businessTime\": 1776687426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771594.15417937,\n                    \"instrumentId\": \"1dcc5539-9f24-415c-aaed-de4054e9c1f0\",\n                    \"businessTime\": 1776687426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"65bfa6a6-0bbb-420a-824e-0e5eabe88cff\",\n                    \"businessTime\": 1776687426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6449138925,\n                    \"instrumentId\": \"47f12795-e0b3-4e1c-8490-e49b47dea12b\",\n                    \"businessTime\": 1776687426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83816441.40397067,\n                    \"instrumentId\": \"54797146-b382-4713-a662-17ed46799d99\",\n                    \"businessTime\": 1776687426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655346.8323314931,\n                    \"instrumentId\": \"dd8c55a7-ef1e-4a62-980c-2db15ca7ef25\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"045bcad1-a3ce-478b-9fe0-9d54f6de9be6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04076408684771\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061572.606041262,\n                    \"instrumentId\": \"103f108b-0974-44e7-9258-87b3e6b39a93\",\n                    \"businessTime\": 1776687427000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282284.711690973,\n                    \"instrumentId\": \"76bb958d-0418-4e26-94e3-5eadb556fbf6\",\n                    \"businessTime\": 1776687427000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771594.15417937,\n                    \"instrumentId\": \"74af54a4-9acf-4459-a846-ef1441c69f7c\",\n                    \"businessTime\": 1776687427000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"2d5c7720-523e-42e6-a39a-1b4b84987031\",\n                    \"businessTime\": 1776687427000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6449138925,\n                    \"instrumentId\": \"47f12795-e0b3-4e1c-8490-e49b47dea12b\",\n                    \"businessTime\": 1776687426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83816352.06932305,\n                    \"instrumentId\": \"5dff0d90-fd1f-48c0-99b6-20fe0292e592\",\n                    \"businessTime\": 1776687427000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655346.8323314931,\n                    \"instrumentId\": \"dd8c55a7-ef1e-4a62-980c-2db15ca7ef25\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8ee8cbdc-577f-482f-954e-2c8cc686d49a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04074907365235\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061572.606041262,\n                    \"instrumentId\": \"9802bcca-5fe2-4ca7-ae48-9ffb6c12a5c4\",\n                    \"businessTime\": 1776687428000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282291.576319144,\n                    \"instrumentId\": \"39976457-a700-4960-9819-cee0d5a89498\",\n                    \"businessTime\": 1776687428000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771676.197096039,\n                    \"instrumentId\": \"55ccb2b5-9d15-4401-bc58-93fe20feb7fe\",\n                    \"businessTime\": 1776687428000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"789a1973-569f-413d-8385-f082479adf3a\",\n                    \"businessTime\": 1776687428000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6449138925,\n                    \"instrumentId\": \"47f12795-e0b3-4e1c-8490-e49b47dea12b\",\n                    \"businessTime\": 1776687426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83817112.30360885,\n                    \"instrumentId\": \"18a9e614-4bf5-414e-b8a1-381de6800c94\",\n                    \"businessTime\": 1776687428000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655346.8323314931,\n                    \"instrumentId\": \"dd8c55a7-ef1e-4a62-980c-2db15ca7ef25\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"353d8292-ae91-4fd0-b125-c0fd97a53247\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040898307717487\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061721.2703573685,\n                    \"instrumentId\": \"6524ebbe-3ebb-43cc-b894-5e0deebd06d2\",\n                    \"businessTime\": 1776687429000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282291.576319144,\n                    \"instrumentId\": \"c666059f-279c-4780-87c7-83300a640ad0\",\n                    \"businessTime\": 1776687429000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771655.533658193,\n                    \"instrumentId\": \"a48030a9-61c0-43c8-a8a3-89c00ae13b73\",\n                    \"businessTime\": 1776687429000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"afebc740-8534-4c6c-a151-249c4504eb3e\",\n                    \"businessTime\": 1776687429000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6449138925,\n                    \"instrumentId\": \"47f12795-e0b3-4e1c-8490-e49b47dea12b\",\n                    \"businessTime\": 1776687426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83817164.3657008,\n                    \"instrumentId\": \"6fcc3a3f-adfe-49eb-bf05-cf50ab4a9b51\",\n                    \"businessTime\": 1776687429000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655346.8323314931,\n                    \"instrumentId\": \"dd8c55a7-ef1e-4a62-980c-2db15ca7ef25\",\n                    \"businessTime\": 1776687420000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"91a31d0f-3d09-4270-9a10-ea2f6dc0fb66\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040929953230705\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061742.662645212,\n                    \"instrumentId\": \"40b14f4b-4d5d-4407-b1ba-5b05eb62a7ab\",\n                    \"businessTime\": 1776687430000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282523.55327298,\n                    \"instrumentId\": \"b7be9dfb-1247-48b2-a59a-9ff85e592307\",\n                    \"businessTime\": 1776687430000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771499.800278198,\n                    \"instrumentId\": \"5f38497a-1b90-4555-b8f7-38c4459b0602\",\n                    \"businessTime\": 1776687430000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299651.3506018323,\n                    \"instrumentId\": \"1de70d9d-6a3e-45a5-9abd-bc93d4eb94be\",\n                    \"businessTime\": 1776687430000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388133.6449138925,\n                    \"instrumentId\": \"47f12795-e0b3-4e1c-8490-e49b47dea12b\",\n                    \"businessTime\": 1776687426000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818557.95240279,\n                    \"instrumentId\": \"d852fbe8-e770-4c6c-8a7f-99a3f929776a\",\n                    \"businessTime\": 1776687430000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655669.4975922498,\n                    \"instrumentId\": \"247426a9-2d1d-41ad-b643-4541df1fdbfa\",\n                    \"businessTime\": 1776687430000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cd18b855-5f6f-4a8a-b01b-3a563586399e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04124873843711\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061765.67185916,\n                    \"instrumentId\": \"97d7e930-67fc-4a3d-a7ac-a1cc90d4aed6\",\n                    \"businessTime\": 1776687431000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282496.1778608565,\n                    \"instrumentId\": \"a15be544-1a8b-4293-9635-9b44e9264dc7\",\n                    \"businessTime\": 1776687431000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771199.791098919,\n                    \"instrumentId\": \"fab00ddf-09da-4a04-9ec8-2422971123d0\",\n                    \"businessTime\": 1776687431000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299599.9029926282,\n                    \"instrumentId\": \"5bb5133d-c46e-44af-8880-3295418e7c71\",\n                    \"businessTime\": 1776687431000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"58aa9b45-b8c4-485f-a8ac-ed81d25f17de\",\n                    \"businessTime\": 1776687431000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83817202.1545774,\n                    \"instrumentId\": \"f99b4bee-c2f9-45a9-b8ec-8698e5b3a7ca\",\n                    \"businessTime\": 1776687431000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655669.4975922498,\n                    \"instrumentId\": \"ab1f889e-f8a4-487c-b2b7-23a3cdc1a270\",\n                    \"businessTime\": 1776687431000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7363d274-5076-477c-8d01-4bac4beacb09\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040948727566544\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061819.035824081,\n                    \"instrumentId\": \"83379d56-8b2e-41d4-b9cb-d8f7de327dd0\",\n                    \"businessTime\": 1776687432000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282061.6779760113,\n                    \"instrumentId\": \"6602c79e-f699-4104-8034-111f39bf376d\",\n                    \"businessTime\": 1776687432000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771182.206902469,\n                    \"instrumentId\": \"2cabfef2-b6d5-493e-8313-bd4f8701d594\",\n                    \"businessTime\": 1776687432000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299599.9029926282,\n                    \"instrumentId\": \"2317bbeb-35c9-476e-9a63-345ff9677684\",\n                    \"businessTime\": 1776687432000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"0c21032d-7a5e-4a40-8763-e78b9b802fa7\",\n                    \"businessTime\": 1776687432000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83816562.29916832,\n                    \"instrumentId\": \"7fbf7dd8-2e7d-47f9-add7-5baa668ba726\",\n                    \"businessTime\": 1776687432000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655669.4975922498,\n                    \"instrumentId\": \"504f0838-17a8-4470-b24a-2d2a511910ef\",\n                    \"businessTime\": 1776687432000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"26261116-baa4-4847-8034-0b7e174008c6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04076620111216\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061882.855398784,\n                    \"instrumentId\": \"e1af5cca-b3e8-4dce-a843-f6b3f25daa3a\",\n                    \"businessTime\": 1776687433000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282061.6779760113,\n                    \"instrumentId\": \"34442f72-78fa-4b34-802a-4572d18b7407\",\n                    \"businessTime\": 1776687433000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770335.365199467,\n                    \"instrumentId\": \"8e31f37c-d987-4824-b404-767ba83cc955\",\n                    \"businessTime\": 1776687433000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299599.9029926282,\n                    \"instrumentId\": \"c80c7ae9-1478-42ad-b2eb-ef30442b4afa\",\n                    \"businessTime\": 1776687433000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"4296b362-53ae-4647-b29c-c6b0c1a724cc\",\n                    \"businessTime\": 1776687433000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83812960.79350837,\n                    \"instrumentId\": \"aea063ad-dd0f-4687-9cb4-56c8f079dd30\",\n                    \"businessTime\": 1776687433000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655669.4975922498,\n                    \"instrumentId\": \"334272ff-de30-4892-a941-41e848e6dff9\",\n                    \"businessTime\": 1776687433000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d5f4eac5-d882-4ed6-919d-bd403c4eaaef\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039995633838302\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061882.855398784,\n                    \"instrumentId\": \"3c488a90-c9bb-43a3-b7ae-5eb163aceb70\",\n                    \"businessTime\": 1776687434000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282023.504769536,\n                    \"instrumentId\": \"e6c50017-3134-45b6-a0c5-116ecdac8c65\",\n                    \"businessTime\": 1776687434000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770304.493228735,\n                    \"instrumentId\": \"b97f6a93-a707-4324-bd0a-db05abf500a5\",\n                    \"businessTime\": 1776687434000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299572.63027929387,\n                    \"instrumentId\": \"66fa4428-4629-4b65-94f2-834f1b6f3999\",\n                    \"businessTime\": 1776687434000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"45506da8-6c18-4c84-b751-096f5ec5d50d\",\n                    \"businessTime\": 1776687434000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83811736.6624856,\n                    \"instrumentId\": \"ce08bf5a-1912-4640-961c-6bbcf4e8dfd5\",\n                    \"businessTime\": 1776687434000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655669.4975922498,\n                    \"instrumentId\": \"0a8a65ac-e6f1-4641-80cf-d7f60098dd7c\",\n                    \"businessTime\": 1776687434000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"524a8017-1cc6-4c8d-a1bb-5e45e0aeaf96\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039763569002922\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061897.717752957,\n                    \"instrumentId\": \"fbe721ec-6fb6-40de-b8a2-0b3c7244424f\",\n                    \"businessTime\": 1776687435000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282005.942482442,\n                    \"instrumentId\": \"92495421-57c7-42f5-b6e0-577929328d28\",\n                    \"businessTime\": 1776687435000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770298.610497754,\n                    \"instrumentId\": \"6db1eb1b-564f-443e-b2fb-bd892c6308c7\",\n                    \"businessTime\": 1776687435000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299572.63027929387,\n                    \"instrumentId\": \"3d50148e-5949-4a62-9619-57b469830f5e\",\n                    \"businessTime\": 1776687435000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"a3f3b51b-82c0-4756-9ceb-73444f8530fb\",\n                    \"businessTime\": 1776687435000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83811235.49416476,\n                    \"instrumentId\": \"12ba10c0-2b4b-4561-8369-19b4dfec1d18\",\n                    \"businessTime\": 1776687435000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655666.263355959,\n                    \"instrumentId\": \"93a88a49-6026-4552-b68b-d1a1a492cb78\",\n                    \"businessTime\": 1776687435000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2943b9f1-ac24-47f8-8f48-de7e44c317ee\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039673413428048\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6061953.294159951,\n                    \"instrumentId\": \"6df42665-86d0-4454-b722-414d7c095e90\",\n                    \"businessTime\": 1776687436000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282005.942482442,\n                    \"instrumentId\": \"6f727b3c-3bcf-4fd4-ad21-02a4db4a835f\",\n                    \"businessTime\": 1776687436000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769923.850481957,\n                    \"instrumentId\": \"b910eee2-fe22-4af9-be3a-404b5614b8b6\",\n                    \"businessTime\": 1776687436000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299572.63027929387,\n                    \"instrumentId\": \"09086feb-5094-439b-b1fe-12a76155022a\",\n                    \"businessTime\": 1776687436000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"d94e47f0-725f-401c-9570-eb3f1957fd65\",\n                    \"businessTime\": 1776687436000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83811036.27757762,\n                    \"instrumentId\": \"3a0c208a-f2a4-471a-89a3-8abdd0294b7c\",\n                    \"businessTime\": 1776687436000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655666.263355959,\n                    \"instrumentId\": \"df4bc9b6-d4dc-4ce9-a6f0-3b41dc1c12aa\",\n                    \"businessTime\": 1776687436000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e6dab120-8370-42fe-b457-b2512b8ca321\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039582306187988\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062617.1878185235,\n                    \"instrumentId\": \"84c78a7f-8a2e-4948-90d4-a81e8962bf44\",\n                    \"businessTime\": 1776687437000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282005.942482442,\n                    \"instrumentId\": \"e1a9ebe6-ad9d-4b4e-af00-3c08b7e6c255\",\n                    \"businessTime\": 1776687437000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769734.237389151,\n                    \"instrumentId\": \"ad9e8ef6-b110-485e-9c58-141aef0ec24b\",\n                    \"businessTime\": 1776687437000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299509.6312684429,\n                    \"instrumentId\": \"fcf73973-b6bd-446e-b19d-d7d88ee502db\",\n                    \"businessTime\": 1776687437000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"56389625-6d1b-452d-baf9-7035ac2524f6\",\n                    \"businessTime\": 1776687437000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83809458.61403705,\n                    \"instrumentId\": \"0b16c759-d560-4c6e-9939-a5c76f0e2bf2\",\n                    \"businessTime\": 1776687437000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655666.263355959,\n                    \"instrumentId\": \"3944db70-dacb-4f5d-8419-45c4d96b3e7c\",\n                    \"businessTime\": 1776687437000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2aa488c4-6cfe-4763-a00a-f0430cf99689\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039377318141298\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062829.678880381,\n                    \"instrumentId\": \"f9cb02e7-1269-4ffd-b054-61e27b1388d2\",\n                    \"businessTime\": 1776687438000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281993.241464829,\n                    \"instrumentId\": \"b38a5d1b-bfa3-4358-9e46-e8a0f9455a1a\",\n                    \"businessTime\": 1776687438000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769734.237389151,\n                    \"instrumentId\": \"3c0e55df-db42-4579-8a19-39ea9d8cdba4\",\n                    \"businessTime\": 1776687438000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299509.6312684429,\n                    \"instrumentId\": \"8de3154c-b550-4c15-ae9f-47dbf302b057\",\n                    \"businessTime\": 1776687438000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"5b760ed7-0608-49d9-9e07-691b42989f22\",\n                    \"businessTime\": 1776687438000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83809295.42004597,\n                    \"instrumentId\": \"bea04bbe-ca99-40f3-b892-8b541f59ca4c\",\n                    \"businessTime\": 1776687438000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655666.263355959,\n                    \"instrumentId\": \"8243a3fa-1732-40b3-976c-801c292703bf\",\n                    \"businessTime\": 1776687438000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e1c1db29-633b-4a47-988b-2723198c563d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03938374978509\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062829.678880381,\n                    \"instrumentId\": \"eeb5aeea-80f1-4158-87de-5a93f763f552\",\n                    \"businessTime\": 1776687439000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281993.241464829,\n                    \"instrumentId\": \"77affadb-7cab-455a-bcb7-fc1412a1bc7e\",\n                    \"businessTime\": 1776687439000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769734.237389151,\n                    \"instrumentId\": \"6c14f2a8-af6b-4e0e-b93b-1048680ad548\",\n                    \"businessTime\": 1776687439000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299509.6312684429,\n                    \"instrumentId\": \"e45b4ce9-8f06-418d-ac32-0ec2d1b920b5\",\n                    \"businessTime\": 1776687439000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"fceefb1f-eece-48fd-97f6-9b2ab3de5a86\",\n                    \"businessTime\": 1776687439000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83809222.63787356,\n                    \"instrumentId\": \"e9cdc71b-b1e0-4c79-afb5-36dbe9b03d55\",\n                    \"businessTime\": 1776687439000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655666.263355959,\n                    \"instrumentId\": \"8ed52716-415b-46ea-b05b-9e86dd69019f\",\n                    \"businessTime\": 1776687439000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3ea48dfd-b3c2-4952-9e34-cf133de4bf7d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039370958542136\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062820.919613443,\n                    \"instrumentId\": \"ae5b57e2-353c-4a7c-827a-69d225e8e4d1\",\n                    \"businessTime\": 1776687440000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281999.644503195,\n                    \"instrumentId\": \"917ef726-af7e-48d1-a868-ed41512f24ef\",\n                    \"businessTime\": 1776687440000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769710.94020346,\n                    \"instrumentId\": \"c04e0513-9f72-47f0-b167-a0119aaa619a\",\n                    \"businessTime\": 1776687440000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299526.24515246716,\n                    \"instrumentId\": \"bd3aeefd-566c-4d42-a287-5184028653ea\",\n                    \"businessTime\": 1776687440000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"4e6c15ae-acee-4c7f-9495-5add6c57e711\",\n                    \"businessTime\": 1776687440000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83810228.97621545,\n                    \"instrumentId\": \"e7b57cbd-afac-4518-8924-09a9b2d19c7d\",\n                    \"businessTime\": 1776687440000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655666.263355959,\n                    \"instrumentId\": \"b560a9b6-d276-44ad-92c4-832afa584cc5\",\n                    \"businessTime\": 1776687440000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"681caa71-115c-4c8f-a536-73673fc2287f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03954623074102\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062891.594251513,\n                    \"instrumentId\": \"2469ebbf-553b-4b31-956a-8d64b145c55c\",\n                    \"businessTime\": 1776687441000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281999.156963386,\n                    \"instrumentId\": \"6583a089-9665-4516-8301-dd36558ab157\",\n                    \"businessTime\": 1776687441000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768371.94728214,\n                    \"instrumentId\": \"4793398c-f595-462f-9f8e-8690aff4d168\",\n                    \"businessTime\": 1776687441000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299526.24515246716,\n                    \"instrumentId\": \"50c4db0b-ca8d-4fe3-8806-c0fa8fb13085\",\n                    \"businessTime\": 1776687441000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"57ee49c7-c786-4f97-b955-613b48eddb6f\",\n                    \"businessTime\": 1776687441000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83808440.76535524,\n                    \"instrumentId\": \"7d213a49-484b-491f-bb8a-99484ce63d76\",\n                    \"businessTime\": 1776687441000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655666.263355959,\n                    \"instrumentId\": \"c3df569a-6233-4619-95e0-00e8e713afc7\",\n                    \"businessTime\": 1776687441000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"af92e461-db60-416e-9d1d-db2e41c67445\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03900896946101\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062891.594251513,\n                    \"instrumentId\": \"3d986d2b-f63b-4018-b18c-3761ceed023c\",\n                    \"businessTime\": 1776687442000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281999.087624746,\n                    \"instrumentId\": \"9222596a-e1ce-44e6-93c5-2a07e7639e81\",\n                    \"businessTime\": 1776687442000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768371.94728214,\n                    \"instrumentId\": \"24af6c2b-0ae3-4838-a9eb-58fb6e5f033d\",\n                    \"businessTime\": 1776687442000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299537.2472805967,\n                    \"instrumentId\": \"78000e29-a33d-4e35-ad33-de552f2c6d28\",\n                    \"businessTime\": 1776687442000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"87c9ea52-ff2b-4d0e-b803-ecdaf3973fe1\",\n                    \"businessTime\": 1776687442000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813219.82505994,\n                    \"instrumentId\": \"b9393742-1d20-4c54-a1d9-b65eb645383b\",\n                    \"businessTime\": 1776687442000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655666.263355959,\n                    \"instrumentId\": \"ec28deb5-25bc-4def-bdd0-b99ca5ca1dc2\",\n                    \"businessTime\": 1776687442000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3e4437fb-8095-4a23-9322-2d43a181982a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0398507959099\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062900.2708780095,\n                    \"instrumentId\": \"03b694bb-9635-4b31-a3ea-cfe65efec1aa\",\n                    \"businessTime\": 1776687443000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281999.087624746,\n                    \"instrumentId\": \"49ae4685-29e4-4ce0-a4a3-08b496302ee5\",\n                    \"businessTime\": 1776687443000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768485.861995434,\n                    \"instrumentId\": \"c4ce24ce-9c38-49db-95a5-a3ddcd58e0b1\",\n                    \"businessTime\": 1776687443000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299539.48215899064,\n                    \"instrumentId\": \"af21107c-8357-4c95-8885-58d0f12de7a5\",\n                    \"businessTime\": 1776687443000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"4b9de4df-3e15-46d4-9e6f-51b97e5ece62\",\n                    \"businessTime\": 1776687443000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813224.20409694,\n                    \"instrumentId\": \"10aa45dc-45f4-489f-9568-ae3d8d982c8a\",\n                    \"businessTime\": 1776687443000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655666.263355959,\n                    \"instrumentId\": \"c1c3aca8-0234-4c65-b97e-7220de28ecbd\",\n                    \"businessTime\": 1776687443000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"17badd32-27d2-4634-81c8-4a22f3173569\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039873503336118\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062962.668627284,\n                    \"instrumentId\": \"03a5a5e1-a90e-45d0-96db-3498e8bb2b49\",\n                    \"businessTime\": 1776687444000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281998.941351398,\n                    \"instrumentId\": \"18fa8a77-594b-436d-93f8-c5890f4fa0e8\",\n                    \"businessTime\": 1776687444000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768463.42873347,\n                    \"instrumentId\": \"73796c57-3b32-4b8b-9241-23d00b05a9fa\",\n                    \"businessTime\": 1776687444000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299539.48215899064,\n                    \"instrumentId\": \"25f44db3-e41f-4ecc-95ca-40d67a199410\",\n                    \"businessTime\": 1776687444000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"eae7d019-0b4d-4e1b-a0e5-3a3782dee484\",\n                    \"businessTime\": 1776687444000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813242.53748274,\n                    \"instrumentId\": \"ba75e855-3ff7-4b9d-ad01-1724c6fa0222\",\n                    \"businessTime\": 1776687444000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655666.263355959,\n                    \"instrumentId\": \"958e65e8-8dfe-4029-baae-a8e76237492a\",\n                    \"businessTime\": 1776687444000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a205d761-3d99-4670-9804-7756cbb3dd8c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039883723300925\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062976.277505299,\n                    \"instrumentId\": \"b380abc4-a209-42ab-8b20-e35e58d3dc83\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281804.611976149,\n                    \"instrumentId\": \"fc89a3a8-3d48-4335-9ce3-3ddf906ed7a1\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768179.634197433,\n                    \"instrumentId\": \"951a9b1f-c025-4fe6-b169-3bdaabc5c4c8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299539.48215899064,\n                    \"instrumentId\": \"89d53c85-cf12-42d2-a36e-8faba694b06f\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83812714.89368726,\n                    \"instrumentId\": \"e900686c-130b-4abf-9372-3ada16fda1f0\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655537.9682659152,\n                    \"instrumentId\": \"65260aab-1d90-4faa-b114-475a5d258e1b\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a11a89a8-4ddd-42b9-9974-5f49f41d605a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.03968680697073\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062980.519308345,\n                    \"instrumentId\": \"a2a02f6e-4e84-4ba3-8cab-742bb217d9d1\",\n                    \"businessTime\": 1776687446000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281791.7922175187,\n                    \"instrumentId\": \"87bd9cbf-09fc-4df0-9532-d40d3e39b879\",\n                    \"businessTime\": 1776687446000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768081.826852774,\n                    \"instrumentId\": \"ca922e26-d242-4acf-ad49-a128da29d53f\",\n                    \"businessTime\": 1776687446000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299539.48215899064,\n                    \"instrumentId\": \"7b1cb946-4713-441e-8fb1-a7eb6b0a1024\",\n                    \"businessTime\": 1776687446000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83812906.37945943,\n                    \"instrumentId\": \"26aaa2e0-6437-4e56-8e55-f2a6eb688fc1\",\n                    \"businessTime\": 1776687446000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655537.9682659152,\n                    \"instrumentId\": \"448e4a69-b2ba-4d59-bb60-c2ca7192a147\",\n                    \"businessTime\": 1776687446000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bfc744f2-4004-4568-b2a6-34696917772a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039701763116945\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6062983.430453359,\n                    \"instrumentId\": \"22097372-2826-4703-b85c-5cb91fe913d6\",\n                    \"businessTime\": 1776687447000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3281857.199732224,\n                    \"instrumentId\": \"21f1332e-3f8b-4739-9030-439ccd9fa4a6\",\n                    \"businessTime\": 1776687447000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13768363.690846797,\n                    \"instrumentId\": \"57a3ce95-e914-4acd-873c-c713598a04aa\",\n                    \"businessTime\": 1776687447000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299581.1561340861,\n                    \"instrumentId\": \"aa0c8c94-7830-4f46-9643-efae4a2f0404\",\n                    \"businessTime\": 1776687447000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83813340.79150005,\n                    \"instrumentId\": \"0ed818ac-af8a-43e3-962e-8c1477daa9ac\",\n                    \"businessTime\": 1776687447000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655544.8860226886,\n                    \"instrumentId\": \"4185903b-9d2a-44b0-bd20-61c1c9e54b21\",\n                    \"businessTime\": 1776687447000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"eff0a9b5-858a-453c-bc41-b019c7a5f116\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.039848193068828\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063263.126314528,\n                    \"instrumentId\": \"cebb02e6-de2f-43c9-85ac-8b0c815a0449\",\n                    \"businessTime\": 1776687448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282475.110648439,\n                    \"instrumentId\": \"07398ca1-f64f-4f7d-9468-0fdb3bfe3d57\",\n                    \"businessTime\": 1776687448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13769397.923064392,\n                    \"instrumentId\": \"9a5b5811-dcaa-46bf-9d76-110f4bc18760\",\n                    \"businessTime\": 1776687448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299581.1561340861,\n                    \"instrumentId\": \"a88b153b-ef17-4990-ada5-8f176bb7877d\",\n                    \"businessTime\": 1776687448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83815396.79594868,\n                    \"instrumentId\": \"d7f6249d-469b-4faf-9ef7-12d13edf2879\",\n                    \"businessTime\": 1776687448000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655547.033018652,\n                    \"instrumentId\": \"94296253-97f4-4b32-a98c-027e5369222c\",\n                    \"businessTime\": 1776687448000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"500acb45-f81b-44b6-8de5-4487ada38189\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.040549421617087\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063263.126314528,\n                    \"instrumentId\": \"0a66a0e3-f6e0-470b-a24b-c634665a73a8\",\n                    \"businessTime\": 1776687449000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282477.5554838413,\n                    \"instrumentId\": \"a822ba94-be42-46ed-9854-503bd69df90f\",\n                    \"businessTime\": 1776687449000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770801.059955187,\n                    \"instrumentId\": \"c6d8b87f-4589-4a2c-bcc3-87f20ad704c4\",\n                    \"businessTime\": 1776687449000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299581.1561340861,\n                    \"instrumentId\": \"485b5e00-0f32-4b46-a68e-3068fd9707d3\",\n                    \"businessTime\": 1776687449000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83816773.43709326,\n                    \"instrumentId\": \"5f396bbf-88fc-41a1-8b32-bb7f5ad29ec6\",\n                    \"businessTime\": 1776687449000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655547.033018652,\n                    \"instrumentId\": \"16724dec-560f-492f-bf7d-9bf7851b54a2\",\n                    \"businessTime\": 1776687449000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2077cb4b-f93a-4459-be6f-608cf8145bbe\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0410383887297\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063292.510649813,\n                    \"instrumentId\": \"d156019f-321b-43f9-8e6f-1791657be82f\",\n                    \"businessTime\": 1776687450000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282505.531757859,\n                    \"instrumentId\": \"4ebbb106-43ab-48bc-9353-0a5fd68a86db\",\n                    \"businessTime\": 1776687450000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770959.25674599,\n                    \"instrumentId\": \"28847d1b-bb2a-4772-828f-84369b8aca54\",\n                    \"businessTime\": 1776687450000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299611.6387765516,\n                    \"instrumentId\": \"27338657-d0e7-40e6-8e01-17dd637fc7b0\",\n                    \"businessTime\": 1776687450000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83817418.98067348,\n                    \"instrumentId\": \"471a018c-a116-4c5e-bbbf-4eee856fa203\",\n                    \"businessTime\": 1776687450000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655555.7276283447,\n                    \"instrumentId\": \"e881db33-cc87-492d-8699-e6b920825313\",\n                    \"businessTime\": 1776687450000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"44f2b9ee-eae2-4429-84f3-d1d6f9e0e18a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041196609860187\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063349.297766664,\n                    \"instrumentId\": \"41238b8e-e586-4fac-b8a5-cdef7804ddb0\",\n                    \"businessTime\": 1776687451000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282505.5532160345,\n                    \"instrumentId\": \"9c1d478e-9b70-44ce-97c7-75fae76536d6\",\n                    \"businessTime\": 1776687451000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13770970.064126076,\n                    \"instrumentId\": \"372c1087-3557-442a-b4aa-9c9a5d7e6ea6\",\n                    \"businessTime\": 1776687451000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299611.6387765516,\n                    \"instrumentId\": \"084eed9a-96f9-475f-b7db-6922927d8465\",\n                    \"businessTime\": 1776687451000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83817656.46197003,\n                    \"instrumentId\": \"e815e91e-7468-4416-9ebd-fdbd53a8c9a4\",\n                    \"businessTime\": 1776687451000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655555.7276283447,\n                    \"instrumentId\": \"8c9a7f0a-8193-4203-b089-ca06cf8c45ea\",\n                    \"businessTime\": 1776687451000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"05be2126-474c-421d-ad70-4ab0527b02bf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04125022976382\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063474.106767109,\n                    \"instrumentId\": \"a203d9df-10b0-4135-bc82-2e22fdfea7ca\",\n                    \"businessTime\": 1776687452000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282505.5532160345,\n                    \"instrumentId\": \"35a8bf79-05ae-4acd-a085-edb99854dae0\",\n                    \"businessTime\": 1776687452000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771013.085108416,\n                    \"instrumentId\": \"79432c5d-be24-42b9-a4a1-690eb20b282a\",\n                    \"businessTime\": 1776687452000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299636.83766932075,\n                    \"instrumentId\": \"2f47f1c4-9614-43e2-81e8-081b3f8f07d5\",\n                    \"businessTime\": 1776687452000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83817789.7759129,\n                    \"instrumentId\": \"ae849a0c-3239-416c-9c30-1023b9bba293\",\n                    \"businessTime\": 1776687452000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655555.7276283447,\n                    \"instrumentId\": \"c6185316-530f-4511-aa7f-5918c5c572a7\",\n                    \"businessTime\": 1776687452000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"322aa6e5-aa74-43b3-ba93-8b596d87625d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041307583510466\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063843.782151268,\n                    \"instrumentId\": \"5f812e51-f751-4e6a-b624-b38faedfcbb1\",\n                    \"businessTime\": 1776687453000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282753.2230112376,\n                    \"instrumentId\": \"2992660c-5b27-4001-ba3d-683a3b39aeb5\",\n                    \"businessTime\": 1776687453000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771397.6436966,\n                    \"instrumentId\": \"26733a6d-54f5-41f2-9368-2454d7034a52\",\n                    \"businessTime\": 1776687453000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299636.83766932075,\n                    \"instrumentId\": \"3264d11d-12af-43ad-952b-f9abf2f5a3f9\",\n                    \"businessTime\": 1776687453000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818501.45010914,\n                    \"instrumentId\": \"dc221158-2e41-4d26-bb0f-99ba5b7fef00\",\n                    \"businessTime\": 1776687453000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655555.7276283447,\n                    \"instrumentId\": \"72eba21a-7ea7-46e5-9088-43696452e620\",\n                    \"businessTime\": 1776687453000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"124be581-536e-4c87-92aa-440af5b0dbcb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04160873956737\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063874.030045443,\n                    \"instrumentId\": \"163c4d08-146b-4257-b9b4-6c9808fee7d5\",\n                    \"businessTime\": 1776687454000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282753.2230112376,\n                    \"instrumentId\": \"c874093e-a59a-4319-b90a-a79934ee91f1\",\n                    \"businessTime\": 1776687454000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771397.6436966,\n                    \"instrumentId\": \"320ccdd5-2180-4017-ba3b-6a7f1c2907a4\",\n                    \"businessTime\": 1776687454000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299636.83766932075,\n                    \"instrumentId\": \"880c124d-c1c4-419e-8f2c-e55ee4a52130\",\n                    \"businessTime\": 1776687454000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818511.98105676,\n                    \"instrumentId\": \"410a2d96-658a-4dfb-adcd-2dfbc0100d3b\",\n                    \"businessTime\": 1776687454000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655555.7276283447,\n                    \"instrumentId\": \"5f94c316-6142-43b1-b741-6cc2e2342ae7\",\n                    \"businessTime\": 1776687454000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"170b1300-32f7-45b1-814e-cddab3554f69\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0416159063234\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064025.936493553,\n                    \"instrumentId\": \"6e861f37-7573-4a61-a1bc-6ca4af48662d\",\n                    \"businessTime\": 1776687455000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282909.968827279,\n                    \"instrumentId\": \"282c9338-70dd-45aa-be13-3b2bccfa8d0a\",\n                    \"businessTime\": 1776687455000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771397.023747724,\n                    \"instrumentId\": \"c4956266-b434-471e-8139-eaa05911332c\",\n                    \"businessTime\": 1776687455000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299636.83766932075,\n                    \"instrumentId\": \"a600b73f-0528-42e7-81e7-ee7144c57361\",\n                    \"businessTime\": 1776687455000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818485.96792269,\n                    \"instrumentId\": \"160be336-b340-4a92-9da1-a064f2a075c8\",\n                    \"businessTime\": 1776687455000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655555.7276283447,\n                    \"instrumentId\": \"26a1f2a5-8710-4eaf-bae7-f742c29c5efd\",\n                    \"businessTime\": 1776687455000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"03da9b06-9b30-4f46-86e1-94653a42fe55\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041665470327125\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064206.282916006,\n                    \"instrumentId\": \"6a4d1abd-66a3-4a42-8022-f003542d9d40\",\n                    \"businessTime\": 1776687456000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282909.968827279,\n                    \"instrumentId\": \"d4889551-d9a7-4df5-9a78-433041c37f36\",\n                    \"businessTime\": 1776687456000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771388.75680636,\n                    \"instrumentId\": \"fcec4a10-8af9-41e0-9263-08c1dd4cad63\",\n                    \"businessTime\": 1776687456000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299639.03347094025,\n                    \"instrumentId\": \"e43935ca-6012-4978-bf12-8febe9385796\",\n                    \"businessTime\": 1776687456000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83818509.61987184,\n                    \"instrumentId\": \"e62fd3c0-11f9-4660-831b-7caf7072f78c\",\n                    \"businessTime\": 1776687456000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655555.7276283447,\n                    \"instrumentId\": \"fa038d84-2e58-479f-b843-94e023956896\",\n                    \"businessTime\": 1776687456000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9319f096-d657-41b3-87c2-bb8c88a4e7ea\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.041700255429383\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064241.059115201,\n                    \"instrumentId\": \"5242ecf3-a849-44d9-bf92-45297553189b\",\n                    \"businessTime\": 1776687457000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282909.968827279,\n                    \"instrumentId\": \"04fc159d-5a0d-4a93-b94d-129527d8628e\",\n                    \"businessTime\": 1776687457000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771388.21382659,\n                    \"instrumentId\": \"bf284cdb-b18b-4965-a391-4cc34bca6962\",\n                    \"businessTime\": 1776687457000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299639.03347094025,\n                    \"instrumentId\": \"a3efb52f-06a7-44e4-b9f8-f6853b1dabc9\",\n                    \"businessTime\": 1776687457000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83821539.13510011,\n                    \"instrumentId\": \"d7cd5d3f-c30b-461e-8fd7-4c5297425782\",\n                    \"businessTime\": 1776687457000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655555.7276283447,\n                    \"instrumentId\": \"eb399ddc-3859-4698-9280-1502cdffdcf5\",\n                    \"businessTime\": 1776687457000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1a550228-755a-4d49-b1ef-45e0694854f9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04223869979629\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064241.059115201,\n                    \"instrumentId\": \"c60007f8-7ca6-45e2-8d8a-90f6dbca2e5f\",\n                    \"businessTime\": 1776687458000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282925.7362423753,\n                    \"instrumentId\": \"66754f06-94c9-4a4a-be4b-a744ad458326\",\n                    \"businessTime\": 1776687458000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771950.200893495,\n                    \"instrumentId\": \"dc21305c-6312-40d7-926b-0c7dd7e0bcc6\",\n                    \"businessTime\": 1776687458000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299639.03347094025,\n                    \"instrumentId\": \"97169a65-ab44-4b30-b41b-baa83a67463d\",\n                    \"businessTime\": 1776687458000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83821678.17358455,\n                    \"instrumentId\": \"bfff8164-9298-44e8-88b6-902e9253522e\",\n                    \"businessTime\": 1776687458000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655555.7276283447,\n                    \"instrumentId\": \"ae6a2dd2-7295-455a-875d-67f8dfee7fbc\",\n                    \"businessTime\": 1776687458000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e75bc4c7-c282-4598-9331-c3d47d5c708e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.042364673955596\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064595.310629449,\n                    \"instrumentId\": \"69d12d9a-2fbd-4f0f-8545-27bb43b8a0b8\",\n                    \"businessTime\": 1776687459000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282652.0271525206,\n                    \"instrumentId\": \"64d5f317-066e-4407-acbc-ae889c1ada6c\",\n                    \"businessTime\": 1776687459000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13771950.200893495,\n                    \"instrumentId\": \"87527b1e-1595-4955-b490-158314c2c6e6\",\n                    \"businessTime\": 1776687459000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299639.3653741269,\n                    \"instrumentId\": \"b75598ad-c077-448c-8e37-05f5dd971762\",\n                    \"businessTime\": 1776687459000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388138.20387242845,\n                    \"instrumentId\": \"b59905d7-d22b-4c8c-bd7e-63325c9fa5e8\",\n                    \"businessTime\": 1776687445000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83821842.9930273,\n                    \"instrumentId\": \"1d74ca8d-e014-457a-b013-56b34d539851\",\n                    \"businessTime\": 1776687459000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655555.7276283447,\n                    \"instrumentId\": \"ad0caf21-81b9-4a5b-a196-fa9df7a4fb17\",\n                    \"businessTime\": 1776687459000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"63d19c5b-687f-4131-9b28-0b91f4070e6a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.042407853880082\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064595.310629449,\n                    \"instrumentId\": \"71e10135-028b-4085-bccf-1ed6d758035c\",\n                    \"businessTime\": 1776687460000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282647.744735532,\n                    \"instrumentId\": \"1fe2fc72-83ab-4c15-a3fb-51d6d3f5f136\",\n                    \"businessTime\": 1776687460000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13772468.672025526,\n                    \"instrumentId\": \"f7f90260-e99e-4d46-948a-fbee929974cf\",\n                    \"businessTime\": 1776687460000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299639.3653741269,\n                    \"instrumentId\": \"6f4e2f67-f80e-41b7-9ff7-5999b604c02e\",\n                    \"businessTime\": 1776687460000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"c136976b-7cf4-4af5-95bc-c2d0fe2b4ddd\",\n                    \"businessTime\": 1776687460000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83828031.58347026,\n                    \"instrumentId\": \"2360d690-32d3-4b52-b3fe-6def92ec6458\",\n                    \"businessTime\": 1776687460000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655556.147752152,\n                    \"instrumentId\": \"b6a01b30-ee2f-4a31-94f9-ec9bf6087b65\",\n                    \"businessTime\": 1776687460000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8ce608b9-bae8-4879-9123-b3060783b1e6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.043600679104458\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064591.820720638,\n                    \"instrumentId\": \"3d1233d7-a949-4d71-8f10-f3a5a8923e03\",\n                    \"businessTime\": 1776687461000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282647.744735532,\n                    \"instrumentId\": \"57120146-292b-4e58-9f67-3050a984ec6d\",\n                    \"businessTime\": 1776687461000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13772469.615030035,\n                    \"instrumentId\": \"2f87d6ba-13e4-43af-a824-833a4c84a4cb\",\n                    \"businessTime\": 1776687461000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299639.3653741269,\n                    \"instrumentId\": \"ec9cc59d-6da3-4165-8e41-c1ae49069b43\",\n                    \"businessTime\": 1776687461000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"0dfb5271-d9b9-4b1b-8e5a-f8db6cc9e5e0\",\n                    \"businessTime\": 1776687461000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83828204.51774506,\n                    \"instrumentId\": \"b2d97f6b-35c5-47c0-b041-e619a7d502f8\",\n                    \"businessTime\": 1776687461000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655568.6743231515,\n                    \"instrumentId\": \"5476a6e6-faaa-40bd-b0bd-6d4b49ac063f\",\n                    \"businessTime\": 1776687461000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ad36b37b-1758-40a2-86bc-69178b226b45\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04363282566711\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064591.820720638,\n                    \"instrumentId\": \"e78a8fe5-f778-49e2-8de8-712db093efad\",\n                    \"businessTime\": 1776687462000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282647.6356838103,\n                    \"instrumentId\": \"95fdc506-d278-45c4-88b7-4ae8cb0034bf\",\n                    \"businessTime\": 1776687462000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13772479.545162408,\n                    \"instrumentId\": \"8502ed31-9ea3-4e3f-b4dd-129a189cf1d2\",\n                    \"businessTime\": 1776687462000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299642.75851277297,\n                    \"instrumentId\": \"8977ee15-8b66-4faf-8f12-b84429cbe2d8\",\n                    \"businessTime\": 1776687462000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"7bcf7dda-77fe-4b4c-adaf-9f09e6760229\",\n                    \"businessTime\": 1776687462000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83828228.31064528,\n                    \"instrumentId\": \"9315341c-e738-40ff-8907-f5d8fa97313d\",\n                    \"businessTime\": 1776687462000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655568.6743231515,\n                    \"instrumentId\": \"61f007d4-feb9-41f3-9d9d-960545c33ad8\",\n                    \"businessTime\": 1776687462000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9844a7c5-e34c-44bc-b2d1-fffcbf828247\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.043639329554548\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064766.759297661,\n                    \"instrumentId\": \"c18d6086-3d8f-49d5-9c0e-5f4c8d299138\",\n                    \"businessTime\": 1776687463000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282647.6356838103,\n                    \"instrumentId\": \"e33a2e79-7e3d-42bc-812f-f17ca0b1f292\",\n                    \"businessTime\": 1776687463000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13772613.711842684,\n                    \"instrumentId\": \"da6b34da-d212-4e8e-afec-58072b2503d0\",\n                    \"businessTime\": 1776687463000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299642.75851277297,\n                    \"instrumentId\": \"23c732f9-14a3-4633-8e1f-f1cf11ed7668\",\n                    \"businessTime\": 1776687463000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388222.1801173165,\n                    \"instrumentId\": \"9b07eb99-a418-4805-bee1-3f0062e4d9b5\",\n                    \"businessTime\": 1776687463000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83828349.98084787,\n                    \"instrumentId\": \"8f740ab3-c7b1-4c54-81d8-69473bc8c808\",\n                    \"businessTime\": 1776687463000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655568.6743231515,\n                    \"instrumentId\": \"61f007d4-feb9-41f3-9d9d-960545c33ad8\",\n                    \"businessTime\": 1776687462000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2c9f7b96-d3df-4bf0-907e-e304623a1d3b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.043715037016742\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065139.896997283,\n                    \"instrumentId\": \"a73d4d26-6ac7-4369-a7a5-5112df85218d\",\n                    \"businessTime\": 1776687464000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282647.6356838103,\n                    \"instrumentId\": \"8063ba7c-8520-4165-8f54-a3fba5bcb299\",\n                    \"businessTime\": 1776687464000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13772871.845282588,\n                    \"instrumentId\": \"f50a22cf-a8e7-4248-a3f3-1adbd619962b\",\n                    \"businessTime\": 1776687464000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299642.75851277297,\n                    \"instrumentId\": \"02890265-28dc-4ee5-9b6d-0d8eb7f806ca\",\n                    \"businessTime\": 1776687464000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388361.15784374194,\n                    \"instrumentId\": \"ce3ab16b-ab8b-4009-9493-a6b8245ed437\",\n                    \"businessTime\": 1776687464000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83828374.03426807,\n                    \"instrumentId\": \"697eee2b-3c49-4cbe-885e-c413c09409ae\",\n                    \"businessTime\": 1776687464000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655568.6743231515,\n                    \"instrumentId\": \"61f007d4-feb9-41f3-9d9d-960545c33ad8\",\n                    \"businessTime\": 1776687462000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"44b7f1c9-a578-43a5-969b-0c566eb9ba30\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0438546332006\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065242.025789168,\n                    \"instrumentId\": \"0d1d8147-f2ee-4d5e-812a-ac2d04e8f6c9\",\n                    \"businessTime\": 1776687465000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3282647.6356838103,\n                    \"instrumentId\": \"010de2f9-25a5-461d-82ab-811c76f2b11c\",\n                    \"businessTime\": 1776687465000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775445.52277702,\n                    \"instrumentId\": \"647b0042-f0d8-4316-b7f3-05051654a21c\",\n                    \"businessTime\": 1776687465000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299672.32973333,\n                    \"instrumentId\": \"c53dcfc0-7a32-4121-8b64-6926834044a8\",\n                    \"businessTime\": 1776687465000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388360.4090458923,\n                    \"instrumentId\": \"d0be2bed-17cf-4bc0-a84d-97c0e7a9c367\",\n                    \"businessTime\": 1776687465000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83830672.9304872,\n                    \"instrumentId\": \"ece9211e-1a37-4617-a40c-23f4a05c7590\",\n                    \"businessTime\": 1776687465000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655568.6743231515,\n                    \"instrumentId\": \"61f007d4-feb9-41f3-9d9d-960545c33ad8\",\n                    \"businessTime\": 1776687462000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6fd42f33-873d-451e-8381-897f8f32e2a6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.044733987318025\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065617.953001789,\n                    \"instrumentId\": \"dd21d80b-64e4-4f51-825b-a57215ad9ddb\",\n                    \"businessTime\": 1776687466000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283008.032977252,\n                    \"instrumentId\": \"b6f262b3-2838-4777-8994-caeb9075ae54\",\n                    \"businessTime\": 1776687466000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776416.91443967,\n                    \"instrumentId\": \"208d6803-86fe-43f2-b65a-faa581c1e282\",\n                    \"businessTime\": 1776687466000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299672.32973333,\n                    \"instrumentId\": \"c1343c32-0f9d-4443-8352-dbcbd724d2fa\",\n                    \"businessTime\": 1776687466000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388360.4090458923,\n                    \"instrumentId\": \"77d1a095-fcee-482b-8f25-e0fd97dadd62\",\n                    \"businessTime\": 1776687466000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83843994.98616487,\n                    \"instrumentId\": \"f6c60912-d5b1-4b80-8505-b1c4d1e7c015\",\n                    \"businessTime\": 1776687466000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655934.1227775449,\n                    \"instrumentId\": \"bbdfdcc1-0017-4355-a0d9-4290e6213536\",\n                    \"businessTime\": 1776687466000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d981892f-60da-43f2-8f7a-42d5c63a6f52\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04743964993679\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066028.779572233,\n                    \"instrumentId\": \"934117f8-d99b-4444-bcc3-196e0fa839af\",\n                    \"businessTime\": 1776687467000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283068.438225039,\n                    \"instrumentId\": \"a2421c3b-6285-461b-9f99-a6e3d2699fd8\",\n                    \"businessTime\": 1776687467000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776456.696398633,\n                    \"instrumentId\": \"391910e0-4ecb-42de-9cca-f2a330ce9b7f\",\n                    \"businessTime\": 1776687467000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299672.32973333,\n                    \"instrumentId\": \"0df04fca-f17f-41df-989f-eb7ce4b8f096\",\n                    \"businessTime\": 1776687467000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388360.4090458923,\n                    \"instrumentId\": \"bad63809-7229-48ca-b83a-89d0a21ccdc9\",\n                    \"businessTime\": 1776687467000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83845827.47853106,\n                    \"instrumentId\": \"894a862f-85d4-4c4f-a03d-055c7fb99f68\",\n                    \"businessTime\": 1776687467000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655953.9307372917,\n                    \"instrumentId\": \"536e0111-ffe5-4340-af37-563be2a8d62b\",\n                    \"businessTime\": 1776687467000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8b2f2ff2-8878-4ae8-919b-7fad13b3999f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.047854995121877\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066458.9531144565,\n                    \"instrumentId\": \"21a289da-f663-4705-8ae7-bc9ce573d53d\",\n                    \"businessTime\": 1776687468000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283202.0374897323,\n                    \"instrumentId\": \"3f464151-5da7-483f-951a-91f7553d5a3d\",\n                    \"businessTime\": 1776687468000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776822.298774017,\n                    \"instrumentId\": \"8aeb1e8a-3d76-468e-9d53-a9015dbace9f\",\n                    \"businessTime\": 1776687468000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299777.73781769775,\n                    \"instrumentId\": \"fa134c90-243d-48ff-849b-d1ab1012b4a8\",\n                    \"businessTime\": 1776687468000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388360.4090458923,\n                    \"instrumentId\": \"7ca8cde2-9fc3-40bd-b817-70233e7a8337\",\n                    \"businessTime\": 1776687468000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83847147.05863038,\n                    \"instrumentId\": \"e7a56451-6ef5-49d6-bef5-641bb2510ef7\",\n                    \"businessTime\": 1776687468000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655954.3692169974,\n                    \"instrumentId\": \"699dbd48-d483-40b9-8e8d-de4e9506006d\",\n                    \"businessTime\": 1776687468000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f476cd6d-81da-46a1-adf6-c789e04c1355\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.048268844303898\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066664.816913461,\n                    \"instrumentId\": \"a85a8208-9cc3-4b99-bff2-28df260bf916\",\n                    \"businessTime\": 1776687469000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283234.594528258,\n                    \"instrumentId\": \"c8101f42-a544-4a25-8d5b-fb37d205b0f0\",\n                    \"businessTime\": 1776687469000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776823.800356802,\n                    \"instrumentId\": \"f9b30bd7-8266-493c-b0a9-e723613b08d6\",\n                    \"businessTime\": 1776687469000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299821.2137045924,\n                    \"instrumentId\": \"dbdff759-2784-4e1d-8812-037dda489166\",\n                    \"businessTime\": 1776687469000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388360.4090458923,\n                    \"instrumentId\": \"29f0faaa-3b9c-44f0-991e-948fe5a09f1a\",\n                    \"businessTime\": 1776687469000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83847153.86259131,\n                    \"instrumentId\": \"2b9e95e6-44e4-46fe-b0eb-5265012be282\",\n                    \"businessTime\": 1776687469000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655954.3692169974,\n                    \"instrumentId\": \"3cd0a61b-275e-4e4c-ade7-a50d3cba1f4a\",\n                    \"businessTime\": 1776687469000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a8a036e4-dbc2-4732-9b8e-2fe16beecd05\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.048319846459986\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066670.247483021,\n                    \"instrumentId\": \"957517ee-9c83-4ee9-8e70-62e862c3f880\",\n                    \"businessTime\": 1776687470000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283234.594528258,\n                    \"instrumentId\": \"c30636d9-040d-48b6-a9a0-92a9a73c97fe\",\n                    \"businessTime\": 1776687470000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776969.639823813,\n                    \"instrumentId\": \"31f0830a-6582-43fd-b0e8-984dd013bd04\",\n                    \"businessTime\": 1776687470000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299821.2137045924,\n                    \"instrumentId\": \"2eea5cf9-d3e0-4137-82e6-82010d3919db\",\n                    \"businessTime\": 1776687470000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388360.4090458923,\n                    \"instrumentId\": \"daa7bcb4-411e-4901-9b99-173669220013\",\n                    \"businessTime\": 1776687470000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83847769.67456438,\n                    \"instrumentId\": \"24b0a5fd-3ea6-4c9a-846c-f7a6d0920cee\",\n                    \"businessTime\": 1776687470000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655958.0303487403,\n                    \"instrumentId\": \"a1138204-2ca5-48d9-be30-12610de22b2e\",\n                    \"businessTime\": 1776687470000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4c9ccc2a-5a6d-4999-bf5b-4a63d033338f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.048455302196608\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066691.902612942,\n                    \"instrumentId\": \"9e2fc7b5-78a9-4b7e-bbba-69c3756a31bb\",\n                    \"businessTime\": 1776687471000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283477.8557393076,\n                    \"instrumentId\": \"898e0477-9a25-43b0-958c-7fc58e26ebb8\",\n                    \"businessTime\": 1776687471000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13777122.842051625,\n                    \"instrumentId\": \"8da1f4a4-802b-4c3b-aaa7-2c713c62d850\",\n                    \"businessTime\": 1776687471000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299821.2137045924,\n                    \"instrumentId\": \"3af50fb7-9fd0-42ad-8d50-927fb587f1c0\",\n                    \"businessTime\": 1776687471000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388360.4090458923,\n                    \"instrumentId\": \"4d994259-bde9-4dd9-9cc8-7c4a3051d244\",\n                    \"businessTime\": 1776687471000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83848493.35548949,\n                    \"instrumentId\": \"c59e2a78-f01f-496f-a995-2e212cd532e4\",\n                    \"businessTime\": 1776687471000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655830.482813513,\n                    \"instrumentId\": \"934e7637-ed51-4cce-aebe-ba71cf1d326a\",\n                    \"businessTime\": 1776687471000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1e0be23b-794a-4017-a494-f61df903745b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.04863355385894\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066513.72869779,\n                    \"instrumentId\": \"b7e54b82-3318-405e-95e2-b555d74feae9\",\n                    \"businessTime\": 1776687472000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283477.8557393076,\n                    \"instrumentId\": \"afb7f61e-0cc2-4308-8f3f-54dcb00d5897\",\n                    \"businessTime\": 1776687472000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13777122.842051625,\n                    \"instrumentId\": \"0538af15-d69e-41b8-a07a-e80b07839ccf\",\n                    \"businessTime\": 1776687472000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299821.2137045924,\n                    \"instrumentId\": \"f7de73e4-a48f-49a0-97af-c45cb9b25569\",\n                    \"businessTime\": 1776687472000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388360.4090458923,\n                    \"instrumentId\": \"b3534d62-fd1a-4062-bd45-b233636d7a35\",\n                    \"businessTime\": 1776687472000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83849514.44707498,\n                    \"instrumentId\": \"37461066-17b4-46fa-810c-c0dceca87ae6\",\n                    \"businessTime\": 1776687472000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655830.482813513,\n                    \"instrumentId\": \"3175bf98-9179-4c37-8398-7fa693e43a0c\",\n                    \"businessTime\": 1776687472000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1b7635b1-f147-4cb7-9f34-4d4054110811\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.048781694047047\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066513.72869779,\n                    \"instrumentId\": \"c8fd5672-b2d6-4be4-bff0-55c4f2a539ce\",\n                    \"businessTime\": 1776687473000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283477.8557393076,\n                    \"instrumentId\": \"d22617a4-19dd-45e5-9b87-e9631e27d394\",\n                    \"businessTime\": 1776687473000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13777126.061238091,\n                    \"instrumentId\": \"7a5c63cf-3c7b-4d22-b90a-008d787e761d\",\n                    \"businessTime\": 1776687473000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299821.2137045924,\n                    \"instrumentId\": \"dc3d6724-106a-4602-a8a1-c7a792eb2f59\",\n                    \"businessTime\": 1776687473000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388360.4090458923,\n                    \"instrumentId\": \"1b8e7f60-6e02-419c-b7ef-cc4bebe24c83\",\n                    \"businessTime\": 1776687473000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83849747.27089253,\n                    \"instrumentId\": \"fab7742a-8ddd-4c7c-ab25-69602dd99ac8\",\n                    \"businessTime\": 1776687473000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655830.482813513,\n                    \"instrumentId\": \"52b53bab-230c-4228-b15b-114da649e7f0\",\n                    \"businessTime\": 1776687473000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"60998cad-f90f-4d2b-97a2-c5bece06cc8d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.048823177879036\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066519.116428437,\n                    \"instrumentId\": \"948262b8-e636-4804-9dde-a0e5d0d1a852\",\n                    \"businessTime\": 1776687474000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283477.8557393076,\n                    \"instrumentId\": \"4b50844d-0952-475e-9ada-ab6f0dc01e2d\",\n                    \"businessTime\": 1776687474000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13777076.535261653,\n                    \"instrumentId\": \"9f4a2fdd-f232-4dc4-8bb4-ddf8b26af85f\",\n                    \"businessTime\": 1776687474000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299821.2137045924,\n                    \"instrumentId\": \"b2600317-5124-47dc-afc0-c100ff156942\",\n                    \"businessTime\": 1776687474000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388360.4090458923,\n                    \"instrumentId\": \"1aeed71a-5563-44a2-8d1a-ca53d076e83f\",\n                    \"businessTime\": 1776687474000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83849786.99972516,\n                    \"instrumentId\": \"69089835-74b6-4937-b1d7-4633276d4203\",\n                    \"businessTime\": 1776687474000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655830.482813513,\n                    \"instrumentId\": \"0d0e427e-a814-4cc5-b6a9-1f0f220e91b5\",\n                    \"businessTime\": 1776687474000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6fe954ea-d9d0-4a85-8739-c6578b6b29be\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.048822402938235\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066568.271237257,\n                    \"instrumentId\": \"fd338e70-5287-47bc-b8c5-1625243b52e0\",\n                    \"businessTime\": 1776687475000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283734.283160216,\n                    \"instrumentId\": \"d432611a-ee72-4b9f-8bfd-634d6cba1c6a\",\n                    \"businessTime\": 1776687475000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13777731.223357253,\n                    \"instrumentId\": \"cf1da713-08d8-42cb-bda4-e26551dcd418\",\n                    \"businessTime\": 1776687475000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299821.2137045924,\n                    \"instrumentId\": \"6bc24b98-7f73-48bd-919e-96c364c90578\",\n                    \"businessTime\": 1776687475000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388351.66400838696,\n                    \"instrumentId\": \"57827b18-9495-469f-aeaf-9a1a57102b26\",\n                    \"businessTime\": 1776687475000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83859599.54582086,\n                    \"instrumentId\": \"09b0664f-2442-4ff8-9e63-793148fc0ea1\",\n                    \"businessTime\": 1776687475000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655830.482813513,\n                    \"instrumentId\": \"5eb35141-3932-4b14-98e1-81998b862ccb\",\n                    \"businessTime\": 1776687475000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3d5d67c6-c215-4757-9d87-9b51ec8eabff\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.050714155378223\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066568.271237257,\n                    \"instrumentId\": \"c7fca60d-8266-4937-aee8-3e5dc3ba1004\",\n                    \"businessTime\": 1776687476000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283774.8535470753,\n                    \"instrumentId\": \"61279eb7-32d2-4489-bd15-a371980bf8ab\",\n                    \"businessTime\": 1776687476000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13777723.124072367,\n                    \"instrumentId\": \"c0f060db-9fef-4d33-9f49-06180ed0738a\",\n                    \"businessTime\": 1776687476000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299821.2137045924,\n                    \"instrumentId\": \"f78a2560-b5a9-4615-b947-183a023fde60\",\n                    \"businessTime\": 1776687476000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388351.66400838696,\n                    \"instrumentId\": \"4eeb5690-972b-43bb-b463-4aa4a409bc0a\",\n                    \"businessTime\": 1776687476000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83859688.08109154,\n                    \"instrumentId\": \"3b066117-405a-4221-b371-b3fde4922b83\",\n                    \"businessTime\": 1776687476000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655830.482813513,\n                    \"instrumentId\": \"7e75b48f-3c7b-4840-8d9e-bf1fa9a7b40e\",\n                    \"businessTime\": 1776687476000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f6439035-d17a-47d5-8324-b2f012fd4832\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.050735421876052\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066596.62369185,\n                    \"instrumentId\": \"388c0ede-b23b-4615-9cab-172322869912\",\n                    \"businessTime\": 1776687477000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283774.8535470753,\n                    \"instrumentId\": \"14120e3b-f977-4dd3-a744-76e6ed4f295a\",\n                    \"businessTime\": 1776687477000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13777406.773526829,\n                    \"instrumentId\": \"895e77ef-ccb2-4db9-a4ce-2dc6cfc10b9e\",\n                    \"businessTime\": 1776687477000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299821.2137045924,\n                    \"instrumentId\": \"345007bf-097e-4d3d-bc98-1f2f38834798\",\n                    \"businessTime\": 1776687477000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388328.7411565704,\n                    \"instrumentId\": \"2cc78d5a-ceee-4c83-a82a-f679cd2065e7\",\n                    \"businessTime\": 1776687477000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83859694.4884757,\n                    \"instrumentId\": \"86c190de-a5d6-40e5-acf2-a57d1b3fd04f\",\n                    \"businessTime\": 1776687477000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655830.482813513,\n                    \"instrumentId\": \"2738d3b0-f546-444f-aab5-282d0d61cded\",\n                    \"businessTime\": 1776687477000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"123f9b72-fea2-4604-b15e-d4c095f4a3eb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05068190455468\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:17:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066585.1511628255,\n                    \"instrumentId\": \"52c17cc8-08b0-4810-9b77-618f1837b0cc\",\n                    \"businessTime\": 1776687478000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283746.8142074468,\n                    \"instrumentId\": \"97398121-2d86-4ad4-b052-f8f539655195\",\n                    \"businessTime\": 1776687478000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776802.140634926,\n                    \"instrumentId\": \"6941fe83-4928-4a15-b789-2833b62cf7fc\",\n                    \"businessTime\": 1776687478000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299838.9688236789,\n                    \"instrumentId\": \"cffe0bfe-5504-4b46-8d26-ada348d78112\",\n                    \"businessTime\": 1776687478000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388328.7411565704,\n                    \"instrumentId\": \"4a4152fc-f014-4a87-ab4b-166f9ccc531f\",\n                    \"businessTime\": 1776687478000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83863562.75028713,\n                    \"instrumentId\": \"a732c601-59ff-43c8-a3ed-a9ffda195bd5\",\n                    \"businessTime\": 1776687478000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655830.482813513,\n                    \"instrumentId\": \"c978869f-3c75-4a79-8fbd-99a02c9d6d6c\",\n                    \"businessTime\": 1776687478000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b61badab-2b48-4b8f-9f76-600dc14edc06\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.051251653617943\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066585.1511628255,\n                    \"instrumentId\": \"f7821f3f-6f97-4341-beb8-771d7d8c2a2e\",\n                    \"businessTime\": 1776687479000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283748.45398586,\n                    \"instrumentId\": \"540a191b-e465-4688-af77-497200500d83\",\n                    \"businessTime\": 1776687479000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776806.753846802,\n                    \"instrumentId\": \"bab4308d-cc17-474e-8b81-424131d997dc\",\n                    \"businessTime\": 1776687479000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299838.9688236789,\n                    \"instrumentId\": \"6fe89db4-bcd9-4967-a4f8-a51fdf0cd1d0\",\n                    \"businessTime\": 1776687479000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388328.7411565704,\n                    \"instrumentId\": \"0df47873-b452-4cef-bf76-8f479f7f47f7\",\n                    \"businessTime\": 1776687479000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83863299.94411309,\n                    \"instrumentId\": \"730eac54-4cff-413a-9ab1-1b12d2f5898f\",\n                    \"businessTime\": 1776687479000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655830.482813513,\n                    \"instrumentId\": \"68bdeba7-b335-4be1-aff5-c486f403d94d\",\n                    \"businessTime\": 1776687479000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"20ece812-22fa-4bce-9768-572dca9814b3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.051206565184945\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066597.164905259,\n                    \"instrumentId\": \"e2cb03bb-c44f-4541-8cf8-26e190920993\",\n                    \"businessTime\": 1776687480000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283748.45398586,\n                    \"instrumentId\": \"5939a7de-7feb-461d-a865-95872ec2ddcc\",\n                    \"businessTime\": 1776687480000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776770.68790343,\n                    \"instrumentId\": \"7e81fe9d-abc4-4ec7-aaf1-9110bbdcec24\",\n                    \"businessTime\": 1776687480000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299973.84768358915,\n                    \"instrumentId\": \"603fa6e3-6bae-44b4-8fc6-4871a8f592fd\",\n                    \"businessTime\": 1776687480000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388317.3504410853,\n                    \"instrumentId\": \"f63518a2-4b77-4d66-a250-9e44c19ffd4e\",\n                    \"businessTime\": 1776687480000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83863561.72731778,\n                    \"instrumentId\": \"15a73e75-dbe4-4bbd-9e8f-4ce1c705f62c\",\n                    \"businessTime\": 1776687480000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655830.482813513,\n                    \"instrumentId\": \"be0a257c-45bb-457e-b17a-668efecc8e9c\",\n                    \"businessTime\": 1776687480000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dd2b51e9-f9d2-4d2d-8956-cc68b9a2c69f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05127004833928\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066616.490301673,\n                    \"instrumentId\": \"5e5aa1c0-0874-4f6a-9e16-23c0811c739a\",\n                    \"businessTime\": 1776687481000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283730.580252209,\n                    \"instrumentId\": \"2bb0aff5-f5d7-4359-b4f9-128893ef5f70\",\n                    \"businessTime\": 1776687481000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776092.103158558,\n                    \"instrumentId\": \"e5108eb3-7808-41c5-87c8-6b0da421c6fb\",\n                    \"businessTime\": 1776687481000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"746ee956-1e23-4fd0-af51-d609881fee02\",\n                    \"businessTime\": 1776687481000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388316.98575262376,\n                    \"instrumentId\": \"1efaf774-16a5-41e1-810f-0bed3aaed27a\",\n                    \"businessTime\": 1776687481000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83865318.87766525,\n                    \"instrumentId\": \"161fc03e-4ebe-4ada-9cea-ddee81fc8c30\",\n                    \"businessTime\": 1776687481000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655740.1052734512,\n                    \"instrumentId\": \"495f16f3-64d7-4091-8742-0ad5059fa4a8\",\n                    \"businessTime\": 1776687481000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"eb54704b-1743-4d1b-a147-af620bdac3b7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05145209176815\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066524.985555659,\n                    \"instrumentId\": \"394380c6-cb00-42d4-9d15-7c15d0f906ec\",\n                    \"businessTime\": 1776687482000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283790.148501591,\n                    \"instrumentId\": \"7e3dbde5-7bf8-4391-b0f1-9c5fff1ff3d1\",\n                    \"businessTime\": 1776687482000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776092.103158558,\n                    \"instrumentId\": \"d4f7c1bb-1486-4661-9f16-9efd96b6971c\",\n                    \"businessTime\": 1776687482000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"2a94bb05-c0d8-45c2-a4e2-84729dd94816\",\n                    \"businessTime\": 1776687482000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388316.98575262376,\n                    \"instrumentId\": \"ea90dd8f-0f0a-4727-abb2-93d9fb47add1\",\n                    \"businessTime\": 1776687482000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83865540.86732462,\n                    \"instrumentId\": \"e6050807-b844-4397-a86c-aee11660fb41\",\n                    \"businessTime\": 1776687482000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655740.1052734512,\n                    \"instrumentId\": \"28fb2e77-997d-4853-a032-b755986085b4\",\n                    \"businessTime\": 1776687482000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"773ae57f-0d82-4d03-ab78-eff61df25db1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05148549302698\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066386.85977255,\n                    \"instrumentId\": \"dfb3d6cf-0218-4073-8e7e-3d6a4ad4db81\",\n                    \"businessTime\": 1776687483000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284057.420281718,\n                    \"instrumentId\": \"957647be-703b-436d-ad9d-192c9253494d\",\n                    \"businessTime\": 1776687483000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775887.726925785,\n                    \"instrumentId\": \"f0185e54-b290-4b5f-815d-24ab60b69ead\",\n                    \"businessTime\": 1776687483000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"e97a8329-d8f2-4ff7-8d80-203eb400b96d\",\n                    \"businessTime\": 1776687483000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388317.0580559395,\n                    \"instrumentId\": \"3638b90e-5074-4d10-8def-dcc78cf4e05b\",\n                    \"businessTime\": 1776687483000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83865290.99959049,\n                    \"instrumentId\": \"7f871e8f-2ec9-4f39-a291-933d04d62c96\",\n                    \"businessTime\": 1776687483000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655740.1052734512,\n                    \"instrumentId\": \"a9a2927b-11d3-4636-abc5-31530f3435a8\",\n                    \"businessTime\": 1776687483000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7a1d4e6d-28d5-449b-9f39-f7c6a8341b67\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05142837076572\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065773.734644757,\n                    \"instrumentId\": \"f79864c7-3b4e-4944-b393-52389ed7ba2a\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284108.854123827,\n                    \"instrumentId\": \"952be378-e340-4bf9-b8cb-07109d3aa099\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775903.992410602,\n                    \"instrumentId\": \"22ae1895-d184-4a12-a69a-d03adbe96e6d\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"89ca20d1-646e-4989-bef6-e8a77ce246e2\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388317.0580559395,\n                    \"instrumentId\": \"35cf575e-006f-408a-b7e6-2c2f853e473c\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83866252.88858582,\n                    \"instrumentId\": \"db4642d3-254b-4a0a-bc94-e22f2669fb81\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655711.0100430095,\n                    \"instrumentId\": \"e405d61e-dbd1-4e2f-a810-b6e942c81562\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fbe4e71d-34b8-4dc9-980b-9f82b7a40990\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05149644949402\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065751.78520357,\n                    \"instrumentId\": \"998303cc-6803-4245-979a-573a40d80a83\",\n                    \"businessTime\": 1776687485000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284108.8645839314,\n                    \"instrumentId\": \"5ddedb74-b68f-4995-a94d-149bcd40cc92\",\n                    \"businessTime\": 1776687485000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775791.956325775,\n                    \"instrumentId\": \"92935745-7842-4273-bb65-b6a08148cbda\",\n                    \"businessTime\": 1776687485000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"89ca20d1-646e-4989-bef6-e8a77ce246e2\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388317.0580559395,\n                    \"instrumentId\": \"488bbb05-ad20-499f-b8aa-f510d814cea8\",\n                    \"businessTime\": 1776687485000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83866250.89546324,\n                    \"instrumentId\": \"1f95b1f7-47b2-4297-be9e-471c59e7919f\",\n                    \"businessTime\": 1776687485000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655711.0100430095,\n                    \"instrumentId\": \"302b6452-5828-4961-99f1-e84489489e8e\",\n                    \"businessTime\": 1776687485000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d097a853-beaa-4b8a-83d5-faa1393f7ae2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.051472553503075\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065751.78520357,\n                    \"instrumentId\": \"a4643479-07cd-4591-8e01-4f69cb60ecc6\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284216.8946964284,\n                    \"instrumentId\": \"bd9f497f-afc7-40da-8caa-ccf10a1935d5\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775729.679447735,\n                    \"instrumentId\": \"8a317210-beaa-4603-bfed-809aba0ef9ef\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"89ca20d1-646e-4989-bef6-e8a77ce246e2\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388317.0580559395,\n                    \"instrumentId\": \"aa7de892-42cd-4bf2-806c-7078002495f7\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83866298.5638573,\n                    \"instrumentId\": \"d853e965-9c73-48bf-bf71-dec0487b82dc\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"92e9ac5f-4c79-40a1-9b4a-5b7b19fa897e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05148657793556\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065448.437067639,\n                    \"instrumentId\": \"07a42359-7dc4-4d9b-ae30-020e3d0d49ec\",\n                    \"businessTime\": 1776687487000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284216.8946964284,\n                    \"instrumentId\": \"09e4bd58-3582-4a47-9708-ca5c39e042e0\",\n                    \"businessTime\": 1776687487000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775718.92971681,\n                    \"instrumentId\": \"c2dab7e8-49c5-4113-921d-22bd11b1ba30\",\n                    \"businessTime\": 1776687487000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"89ca20d1-646e-4989-bef6-e8a77ce246e2\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388317.0580559395,\n                    \"instrumentId\": \"5445f2a3-c652-49b7-af25-1f4498e1779e\",\n                    \"businessTime\": 1776687487000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83867143.71417649,\n                    \"instrumentId\": \"1ebb20fb-6b43-4332-acf1-913edec28d5e\",\n                    \"businessTime\": 1776687487000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1f55cb6c-1bd6-464c-92f6-4242a770e21c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05157990877077\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065481.305417083,\n                    \"instrumentId\": \"37982ebf-afd1-4083-a377-cb99c65e8331\",\n                    \"businessTime\": 1776687488000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284216.8946964284,\n                    \"instrumentId\": \"4143504d-5ea0-4e7a-a256-7a32b6337ff5\",\n                    \"businessTime\": 1776687488000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775718.92971681,\n                    \"instrumentId\": \"2df3d721-49af-4bf7-a688-afc9f6c2a9bb\",\n                    \"businessTime\": 1776687488000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"89ca20d1-646e-4989-bef6-e8a77ce246e2\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388317.0580559395,\n                    \"instrumentId\": \"05cdd98b-d03a-465b-a4c4-27a271859d29\",\n                    \"businessTime\": 1776687488000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83867504.0233857,\n                    \"instrumentId\": \"57700601-6a4e-4832-9d2e-7c08cfac92a9\",\n                    \"businessTime\": 1776687488000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"faac29b3-638b-4d65-b365-a7888734d5d9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.051649008517458\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065485.623831181,\n                    \"instrumentId\": \"38cec0f1-e001-4c7e-8db3-d37fc3aca4c0\",\n                    \"businessTime\": 1776687489000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284216.8946964284,\n                    \"instrumentId\": \"638c49ea-bda9-4ff1-bf11-4c3de4df9b43\",\n                    \"businessTime\": 1776687489000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775715.76848634,\n                    \"instrumentId\": \"3de89956-44e6-4c39-a56f-56e83f8662d8\",\n                    \"businessTime\": 1776687489000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"89ca20d1-646e-4989-bef6-e8a77ce246e2\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388317.0580559395,\n                    \"instrumentId\": \"c8beb075-689b-4028-a017-29703053ba15\",\n                    \"businessTime\": 1776687489000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83867573.27157912,\n                    \"instrumentId\": \"f5125666-b66d-4043-ad57-40ee06423a7c\",\n                    \"businessTime\": 1776687489000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"15008171-8834-48ab-8922-af4ac8fc4870\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.051661382045936\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065523.066515713,\n                    \"instrumentId\": \"154f8aa0-9e68-48d8-9dc3-f34dd76e47b2\",\n                    \"businessTime\": 1776687490000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284216.8946964284,\n                    \"instrumentId\": \"6f91a41f-abcf-4183-a401-35b1bea4da71\",\n                    \"businessTime\": 1776687490000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775730.841987398,\n                    \"instrumentId\": \"d0f1f423-d181-4adc-9d47-bbdc3017ec96\",\n                    \"businessTime\": 1776687490000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"89ca20d1-646e-4989-bef6-e8a77ce246e2\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388306.6572145597,\n                    \"instrumentId\": \"102e8213-7bdf-40dd-a0e8-89bc87788c5f\",\n                    \"businessTime\": 1776687490000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83868993.47565773,\n                    \"instrumentId\": \"d424878e-0b65-4a36-a9f8-ac4d08deb19a\",\n                    \"businessTime\": 1776687490000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"64b2b79b-ffac-407d-9ec1-622448631fea\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05191838018703\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065531.66000663,\n                    \"instrumentId\": \"6c3c6f4b-110a-4334-8efe-6c2830585f81\",\n                    \"businessTime\": 1776687491000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284222.7595855044,\n                    \"instrumentId\": \"2d146ebc-4a33-401d-aaf2-03ce182a3f70\",\n                    \"businessTime\": 1776687491000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775986.028997086,\n                    \"instrumentId\": \"f5c8001b-8ea6-4495-b201-747398df3fd3\",\n                    \"businessTime\": 1776687491000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"89ca20d1-646e-4989-bef6-e8a77ce246e2\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388306.6572145597,\n                    \"instrumentId\": \"b58f6e02-ccd1-48fb-8838-1d87ce35f656\",\n                    \"businessTime\": 1776687491000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83869146.98016816,\n                    \"instrumentId\": \"6c671c81-9954-4fb7-997b-0d31b7a82797\",\n                    \"businessTime\": 1776687491000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ed38680f-b160-4e47-8541-769f87f92ea8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.051992747480547\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065531.66000663,\n                    \"instrumentId\": \"aacc7810-078c-4db8-aafd-2dc9880b55f2\",\n                    \"businessTime\": 1776687492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284222.7595855044,\n                    \"instrumentId\": \"40dccb0a-2641-41d3-a3b9-f40464aaa4f2\",\n                    \"businessTime\": 1776687492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776009.4229708,\n                    \"instrumentId\": \"73d6e0e9-c345-42f1-9a1e-35cb8fbc3b90\",\n                    \"businessTime\": 1776687492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"89ca20d1-646e-4989-bef6-e8a77ce246e2\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388306.6572145597,\n                    \"instrumentId\": \"a7e00828-42a3-48c1-95cb-bedb480ebd98\",\n                    \"businessTime\": 1776687492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83869161.16106598,\n                    \"instrumentId\": \"9d85db5c-92e0-4e08-88bb-a7417caaa55f\",\n                    \"businessTime\": 1776687492000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b28b6f99-8f96-4ae8-8ce8-5ee3bd01bcc2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.051999351148652\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065757.001672534,\n                    \"instrumentId\": \"578b623b-c977-461d-a8f4-59bee2df0b5b\",\n                    \"businessTime\": 1776687493000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284392.7178393593,\n                    \"instrumentId\": \"3064af36-6a8e-448b-832a-f31ee245ba82\",\n                    \"businessTime\": 1776687493000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776413.700366326,\n                    \"instrumentId\": \"e035b72f-9a9f-412e-84b4-d9351dc4e53e\",\n                    \"businessTime\": 1776687493000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"89ca20d1-646e-4989-bef6-e8a77ce246e2\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"a1317934-cace-4a5d-99b2-c42aa16c057d\",\n                    \"businessTime\": 1776687493000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83870341.58125526,\n                    \"instrumentId\": \"71b3313e-7151-41d2-80d3-f6feef7cb68a\",\n                    \"businessTime\": 1776687493000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1048fe66-6117-4205-b4e3-1c18b4698e5f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05236200016396\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065756.953950821,\n                    \"instrumentId\": \"27d027fe-a67a-4b2b-975b-ec23f20a39be\",\n                    \"businessTime\": 1776687494000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284453.07147127,\n                    \"instrumentId\": \"20482165-e85d-4c25-a963-a66b02b381df\",\n                    \"businessTime\": 1776687494000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776449.866330449,\n                    \"instrumentId\": \"123f606d-a990-4eae-89b3-46bc0772eb77\",\n                    \"businessTime\": 1776687494000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"89ca20d1-646e-4989-bef6-e8a77ce246e2\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"e47c19e7-48d2-4973-a852-99ff425591e2\",\n                    \"businessTime\": 1776687494000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83871978.22063357,\n                    \"instrumentId\": \"c1425b03-a511-442f-880b-d0bc859b2a47\",\n                    \"businessTime\": 1776687494000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d6a8752c-c55f-45b1-abbf-c37936d4da10\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.052666589136305\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065756.953950821,\n                    \"instrumentId\": \"ef102811-5ac4-42d6-aea4-ea80fd3d8d20\",\n                    \"businessTime\": 1776687495000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284455.0869917176,\n                    \"instrumentId\": \"e54f8c7d-5d92-46a0-8497-394f80d9b36e\",\n                    \"businessTime\": 1776687495000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776421.71396156,\n                    \"instrumentId\": \"10cd2882-71c0-4028-a420-ea1b79d5f4ec\",\n                    \"businessTime\": 1776687495000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300020.3997570174,\n                    \"instrumentId\": \"89ca20d1-646e-4989-bef6-e8a77ce246e2\",\n                    \"businessTime\": 1776687484000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"f3349eb7-a945-458d-a940-9ff60acd36cf\",\n                    \"businessTime\": 1776687495000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83873281.50846554,\n                    \"instrumentId\": \"4cce65ae-6dd7-4d5d-a6e3-7fa38a384f31\",\n                    \"businessTime\": 1776687495000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4eb58bb3-2c16-408c-a293-6002bfb33a91\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05289104449369\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065298.918689903,\n                    \"instrumentId\": \"5bf69c8e-e1e8-4162-a47b-1469502702c7\",\n                    \"businessTime\": 1776687496000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284451.5939507363,\n                    \"instrumentId\": \"3f50385f-ae3b-423e-987a-fe5f41ef04dd\",\n                    \"businessTime\": 1776687496000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776448.93296673,\n                    \"instrumentId\": \"6b1a1340-53de-49c0-b0e0-852982b2f74e\",\n                    \"businessTime\": 1776687496000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299790.466162495,\n                    \"instrumentId\": \"d7a68b97-65b6-4eb9-ba13-0d0260a73937\",\n                    \"businessTime\": 1776687496000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"3ecefb24-b64e-4d51-a731-65e51dbeba82\",\n                    \"businessTime\": 1776687496000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83873644.87495688,\n                    \"instrumentId\": \"6fab89ef-4f8e-4f90-bf7f-2f1ae2460251\",\n                    \"businessTime\": 1776687496000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d3aa8698-2ff9-4a39-8543-4c1629478954\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.052838166391773\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065298.918689903,\n                    \"instrumentId\": \"634a723a-dea9-4eb3-a25e-c7e479689b25\",\n                    \"businessTime\": 1776687497000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284451.5939507363,\n                    \"instrumentId\": \"43c66d8d-5bf5-4ecd-ae9d-cc81e75ce0fd\",\n                    \"businessTime\": 1776687497000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776441.214016339,\n                    \"instrumentId\": \"4eb8fddd-b3ce-42fd-ae06-5e5754ce6975\",\n                    \"businessTime\": 1776687497000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299864.2691759454,\n                    \"instrumentId\": \"bcd5ca40-9e7d-41c1-9cf2-294eedc0d30b\",\n                    \"businessTime\": 1776687497000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388389.5994281052,\n                    \"instrumentId\": \"1251092f-ab66-4d76-83de-15d2ba1b3ef6\",\n                    \"businessTime\": 1776687497000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83873141.80837998,\n                    \"instrumentId\": \"96522b76-41b6-4dcb-8cba-b1e771c2c784\",\n                    \"businessTime\": 1776687497000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bec81e1c-8be5-419e-bdf4-9f5766e9c614\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.052761274354367\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065294.793965462,\n                    \"instrumentId\": \"04cce9f4-b793-4464-b534-6995aca6cc8e\",\n                    \"businessTime\": 1776687498000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284374.5189499212,\n                    \"instrumentId\": \"064e5be1-331e-4dc7-81f8-643e0c74f56f\",\n                    \"businessTime\": 1776687498000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776471.106112674,\n                    \"instrumentId\": \"57fdbd27-ff5e-49a1-8325-bb3abda337be\",\n                    \"businessTime\": 1776687498000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299864.2691759454,\n                    \"instrumentId\": \"a35a9e0f-1d2b-472f-8a84-53d98ddd14cf\",\n                    \"businessTime\": 1776687498000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388389.5994281052,\n                    \"instrumentId\": \"122e898d-84de-4379-a87a-7fa678961466\",\n                    \"businessTime\": 1776687498000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83873124.73809516,\n                    \"instrumentId\": \"5e8ef04f-ff4d-46d9-8214-d5f1ccda94c5\",\n                    \"businessTime\": 1776687498000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"eede63f6-5ed4-4ebc-8ef9-00d911528175\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05274925714633\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065270.346057644,\n                    \"instrumentId\": \"e14fba7f-44c6-4397-a7e6-e03708953934\",\n                    \"businessTime\": 1776687499000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284287.947645588,\n                    \"instrumentId\": \"4fd6f36f-8934-4f74-979d-422dcd1ddca3\",\n                    \"businessTime\": 1776687499000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776360.239959856,\n                    \"instrumentId\": \"c10d2210-292a-4255-862e-8fbd32516ef4\",\n                    \"businessTime\": 1776687499000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299842.93085936824,\n                    \"instrumentId\": \"3278078a-1852-4d53-b017-71aae8e85106\",\n                    \"businessTime\": 1776687499000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388387.6446865187,\n                    \"instrumentId\": \"526a574f-9f16-44a1-ba37-61c9a5a404f7\",\n                    \"businessTime\": 1776687499000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83873429.51204704,\n                    \"instrumentId\": \"b65a8623-a649-43c0-aeda-186aaa322fb2\",\n                    \"businessTime\": 1776687499000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3d1b38da-7492-4a6e-8a8f-f55f6275d723\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.052759730877217\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065270.346057644,\n                    \"instrumentId\": \"4f6e1f3f-d355-4805-b4f1-992ee2b57802\",\n                    \"businessTime\": 1776687500000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284142.4772589654,\n                    \"instrumentId\": \"9891f6a2-9d7e-4fe0-b54b-d5e77c54f996\",\n                    \"businessTime\": 1776687500000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776360.20278418,\n                    \"instrumentId\": \"d413817e-5cea-49e8-8e23-3ab7aa9b4a99\",\n                    \"businessTime\": 1776687500000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299827.92853182805,\n                    \"instrumentId\": \"0070fbd2-5413-4a0f-9056-89a6817f844f\",\n                    \"businessTime\": 1776687500000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388387.6446865187,\n                    \"instrumentId\": \"044dd040-fd09-48c8-a6b3-047d7faf3242\",\n                    \"businessTime\": 1776687500000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83873428.05464707,\n                    \"instrumentId\": \"e4a5a380-3ad9-4cc9-b460-8f684b459023\",\n                    \"businessTime\": 1776687500000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"01a030e1-cf76-462c-a670-5c0b7c450850\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.052731265624175\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065270.346057644,\n                    \"instrumentId\": \"5ffe903f-bcc6-4676-b748-6fcc28daa90a\",\n                    \"businessTime\": 1776687501000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283999.3408326763,\n                    \"instrumentId\": \"f256c550-1c72-4978-b82c-7bebd32b1373\",\n                    \"businessTime\": 1776687501000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776649.619154515,\n                    \"instrumentId\": \"162dde0c-c07c-4aab-aa71-ae8891f4006d\",\n                    \"businessTime\": 1776687501000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299827.92853182805,\n                    \"instrumentId\": \"05b87dd0-8662-439d-86bc-d09c3dec0142\",\n                    \"businessTime\": 1776687501000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388387.6446865187,\n                    \"instrumentId\": \"f42e71ce-8b03-4e79-9cad-d4d58e210402\",\n                    \"businessTime\": 1776687501000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83873409.79560187,\n                    \"instrumentId\": \"0ca0b049-02e5-4bab-945a-aaf852ad4cf1\",\n                    \"businessTime\": 1776687501000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d50ada6e-9de9-4eff-ba69-ba9bee4f6e40\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.052753764903407\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065231.792632213,\n                    \"instrumentId\": \"d37449ed-06c1-4b7c-a493-a5c4f267d219\",\n                    \"businessTime\": 1776687502000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283907.0889221397,\n                    \"instrumentId\": \"09f9424e-e2f3-4ee8-873d-7f87f2465310\",\n                    \"businessTime\": 1776687502000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13776354.654681237,\n                    \"instrumentId\": \"93cbb7bd-3f2c-4b9d-a9fb-f46db4261f92\",\n                    \"businessTime\": 1776687502000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299827.92853182805,\n                    \"instrumentId\": \"277f7a7f-f0df-4930-80f1-9080a35c8524\",\n                    \"businessTime\": 1776687502000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388339.5482438977,\n                    \"instrumentId\": \"025fc1be-155b-4bf7-9216-88016879a242\",\n                    \"businessTime\": 1776687502000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83871782.86178063,\n                    \"instrumentId\": \"660f7874-9a37-465f-a7c3-3a6e35a9f36b\",\n                    \"businessTime\": 1776687502000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7fa96966-450f-432e-aefc-6cbf6f5ddf67\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05238455575172\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065207.495093038,\n                    \"instrumentId\": \"cbf31d19-c54a-457b-a333-97e1c8111b7b\",\n                    \"businessTime\": 1776687503000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283828.9154353966,\n                    \"instrumentId\": \"b2578aef-0637-4c32-9e7f-2ba2bd54cd76\",\n                    \"businessTime\": 1776687503000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775827.906975316,\n                    \"instrumentId\": \"5695898f-4ecc-49a5-ac4f-a374b9fdf146\",\n                    \"businessTime\": 1776687503000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299827.92853182805,\n                    \"instrumentId\": \"4bc8e2a6-a86a-4c7f-a6eb-8665bb99cc74\",\n                    \"businessTime\": 1776687503000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388339.5482438977,\n                    \"instrumentId\": \"3b015f53-9717-4319-b5a9-1345b231e752\",\n                    \"businessTime\": 1776687503000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83871371.06874935,\n                    \"instrumentId\": \"372c8915-c4a1-4ea4-89ca-f768ac5d95cf\",\n                    \"businessTime\": 1776687503000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2c71a10d-e7f3-4a96-a375-9c3eff5006cd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05220160113606\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065144.246274244,\n                    \"instrumentId\": \"8211b79c-9246-49c5-b796-0ee40b82072f\",\n                    \"businessTime\": 1776687504000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283826.9286868274,\n                    \"instrumentId\": \"10357e81-55e2-4376-ab4f-237475e28fa2\",\n                    \"businessTime\": 1776687504000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775478.51103445,\n                    \"instrumentId\": \"86014718-e628-4909-87a5-65345bae3db5\",\n                    \"businessTime\": 1776687504000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299827.92853182805,\n                    \"instrumentId\": \"264aa517-444e-40d1-a966-0d8f8a8e119e\",\n                    \"businessTime\": 1776687504000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388339.5482438977,\n                    \"instrumentId\": \"bc1a9dcc-920a-4b3c-8126-8b22c9a10935\",\n                    \"businessTime\": 1776687504000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83870412.00143442,\n                    \"instrumentId\": \"a0012b0a-fd50-4ab6-bdb8-69f322faa386\",\n                    \"businessTime\": 1776687504000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"791d2ef5-5c10-4ad3-b56d-bc9ef3c55ad8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.051960177792797\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065144.246274244,\n                    \"instrumentId\": \"86876f0b-5ef3-4c51-ad4e-671d1060d091\",\n                    \"businessTime\": 1776687505000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283826.9059190773,\n                    \"instrumentId\": \"c3c2cefa-ec9c-499b-b88c-df21be2f0ba1\",\n                    \"businessTime\": 1776687505000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775280.386093648,\n                    \"instrumentId\": \"154d386b-ef23-41c6-95a0-8ee3d02d3116\",\n                    \"businessTime\": 1776687505000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299827.92853182805,\n                    \"instrumentId\": \"d44a00dd-8f30-4d20-bf06-585031d2a55a\",\n                    \"businessTime\": 1776687505000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388339.5482438977,\n                    \"instrumentId\": \"b132b84d-cf6e-4ea1-af82-edc8fb94ab54\",\n                    \"businessTime\": 1776687505000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83866734.97315636,\n                    \"instrumentId\": \"4e83d251-0c49-4d15-ae58-13d6066147f4\",\n                    \"businessTime\": 1776687505000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b4d8e12d-5f8d-472e-a90c-826c6b2a4c83\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05127912753153\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065144.246274244,\n                    \"instrumentId\": \"9c76ee53-9e18-47e4-b4c7-92a44e771c59\",\n                    \"businessTime\": 1776687506000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283687.274209655,\n                    \"instrumentId\": \"168df479-2241-40b2-9b84-06da6d3b6aa0\",\n                    \"businessTime\": 1776687506000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775194.013919504,\n                    \"instrumentId\": \"d80dccc2-6c91-40c3-b40e-509fcdb8e2a6\",\n                    \"businessTime\": 1776687506000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299827.92853182805,\n                    \"instrumentId\": \"c60ef446-5a27-4e38-8d38-012487af1a91\",\n                    \"businessTime\": 1776687506000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388339.5482438977,\n                    \"instrumentId\": \"d955e885-981b-4014-a4a7-2d8e812cee33\",\n                    \"businessTime\": 1776687506000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83866364.78482752,\n                    \"instrumentId\": \"e4d244fa-0107-492a-a311-a1fbb023f2c5\",\n                    \"businessTime\": 1776687506000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"41e0245f-84db-4a23-bae9-c590d070feed\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.051174348583828\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065143.489608257,\n                    \"instrumentId\": \"28c54e34-c383-45f6-a513-c66742b208af\",\n                    \"businessTime\": 1776687507000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283686.3016920793,\n                    \"instrumentId\": \"5f5af4f5-b834-4bba-919a-dfb9642cb7f8\",\n                    \"businessTime\": 1776687507000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775194.194408815,\n                    \"instrumentId\": \"f57d2aad-1908-4d30-8d69-a4ed59d7339e\",\n                    \"businessTime\": 1776687507000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299827.92853182805,\n                    \"instrumentId\": \"6b02a7de-f974-49e5-a9db-a9ede711487e\",\n                    \"businessTime\": 1776687507000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388339.5482438977,\n                    \"instrumentId\": \"25a10982-ec73-4867-bab5-b360e8f29b2b\",\n                    \"businessTime\": 1776687507000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83865590.03266746,\n                    \"instrumentId\": \"d2e7d675-86f0-4e03-b088-20f4c9ad73f1\",\n                    \"businessTime\": 1776687507000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"29831f44-e247-436c-b808-39842351d41e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.051037916096252\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065074.394880735,\n                    \"instrumentId\": \"faf2622d-3085-4839-9e61-8a098432b5d6\",\n                    \"businessTime\": 1776687508000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283686.3016920793,\n                    \"instrumentId\": \"c543cbd6-828f-4370-922f-b748f536ead6\",\n                    \"businessTime\": 1776687508000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775117.328336596,\n                    \"instrumentId\": \"7988dcbe-5171-41ed-9ab7-f18270fdd6b3\",\n                    \"businessTime\": 1776687508000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299827.92853182805,\n                    \"instrumentId\": \"5e5c21d2-304c-4e7d-a1d0-7789555a5d2f\",\n                    \"businessTime\": 1776687508000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388342.87875062955,\n                    \"instrumentId\": \"92ab684c-9dee-47d4-a77b-1b0ea1486d9e\",\n                    \"businessTime\": 1776687508000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83864912.99715279,\n                    \"instrumentId\": \"39cf0dc2-d771-4ec6-97fd-cd6c859ff11a\",\n                    \"businessTime\": 1776687508000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a0f9a927-cc7f-4425-beb0-bcff5be8b5dd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.050893862351494\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063823.883046386,\n                    \"instrumentId\": \"ba09a172-df2c-4542-944d-169f3faaebf7\",\n                    \"businessTime\": 1776687509000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283345.685494164,\n                    \"instrumentId\": \"a47add74-db18-4299-8f57-832b8cbe0767\",\n                    \"businessTime\": 1776687509000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13774752.24021434,\n                    \"instrumentId\": \"479e9000-0944-4b5f-8b8a-48d10dd933b8\",\n                    \"businessTime\": 1776687509000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299832.78453736677,\n                    \"instrumentId\": \"d6ae42ed-008b-43fa-bfa8-393cc83a23a3\",\n                    \"businessTime\": 1776687509000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388342.4621688239,\n                    \"instrumentId\": \"7f66f42c-ef7e-44c9-99af-8f16de624a7f\",\n                    \"businessTime\": 1776687509000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83863870.72962339,\n                    \"instrumentId\": \"c43c3b24-bbe9-4375-ae45-39e4868397ce\",\n                    \"businessTime\": 1776687509000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a7874341-9db7-4bb3-a7cc-d1a002eda603\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.050367668281165\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063834.905056068,\n                    \"instrumentId\": \"6d89ceae-6611-411c-b7c1-38b2533e10f6\",\n                    \"businessTime\": 1776687510000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283346.1842169208,\n                    \"instrumentId\": \"5c977182-fe82-4837-85c3-47e16a2156f2\",\n                    \"businessTime\": 1776687510000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13774730.269832963,\n                    \"instrumentId\": \"e1c99fe6-9ef9-481c-ae7f-2f8544898ff5\",\n                    \"businessTime\": 1776687510000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299832.78453736677,\n                    \"instrumentId\": \"fbfcf456-0d80-4db1-b1f5-7d72ba03b63b\",\n                    \"businessTime\": 1776687510000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388342.4621688239,\n                    \"instrumentId\": \"9fe85efe-52d0-4b2e-9d32-783a59d3431c\",\n                    \"businessTime\": 1776687510000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83862789.06854695,\n                    \"instrumentId\": \"19f79143-a824-4977-9fe2-73e3a10ef293\",\n                    \"businessTime\": 1776687510000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655697.3874353467,\n                    \"instrumentId\": \"0d145246-5406-4e35-9acc-9a3642d50a6b\",\n                    \"businessTime\": 1776687486000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4a9010d0-81fd-4658-835c-9250ba6e3dbf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.050175733180044\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064022.6481618155,\n                    \"instrumentId\": \"338554b8-3505-4fbf-ae58-a5e714e19056\",\n                    \"businessTime\": 1776687511000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283346.1842169208,\n                    \"instrumentId\": \"89307e04-dfc7-4521-95f7-adbed200d6fe\",\n                    \"businessTime\": 1776687511000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13774604.33245407,\n                    \"instrumentId\": \"526ec630-a76f-4906-a577-cc424a5d31eb\",\n                    \"businessTime\": 1776687511000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299847.3831181574,\n                    \"instrumentId\": \"7f454a40-7984-4c43-8819-b9297a0f655f\",\n                    \"businessTime\": 1776687511000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388343.51675226743,\n                    \"instrumentId\": \"42402b83-3651-4e61-b079-cddc5e4e8130\",\n                    \"businessTime\": 1776687511000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83862780.53674711,\n                    \"instrumentId\": \"27d2d53f-68e5-4dcd-a57f-2c968b772424\",\n                    \"businessTime\": 1776687511000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655909.8450740459,\n                    \"instrumentId\": \"d5ba70ce-7c66-45b2-8808-02080ed94d51\",\n                    \"businessTime\": 1776687511000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"85ddd9a2-7a40-4cfc-b150-56e30f7fcbb1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05022518568091\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063931.0458709765,\n                    \"instrumentId\": \"36d0d7cf-a242-4a65-9430-0d52fb0a370c\",\n                    \"businessTime\": 1776687512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283307.003489457,\n                    \"instrumentId\": \"96f22f1f-a154-449d-937e-0f528e777383\",\n                    \"businessTime\": 1776687512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13774604.33245407,\n                    \"instrumentId\": \"acc9df39-1476-401f-a4ae-1cf25028bf7a\",\n                    \"businessTime\": 1776687512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299847.3831181574,\n                    \"instrumentId\": \"2730d393-91f8-4627-95e8-eabbee70c6c7\",\n                    \"businessTime\": 1776687512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388345.1220718657,\n                    \"instrumentId\": \"defbaec2-6ddb-448e-9eed-7c2d084c0ed4\",\n                    \"businessTime\": 1776687512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83859406.15765195,\n                    \"instrumentId\": \"46223ae9-190f-4c8f-995b-9ccbb4284a8e\",\n                    \"businessTime\": 1776687512000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655909.8450740459,\n                    \"instrumentId\": \"10a1ca84-deed-4e4c-b1ee-75d5eadbd165\",\n                    \"businessTime\": 1776687512000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4ec629d4-b8c3-49da-b1df-d52ee632f71d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.049609446349827\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063862.6032030685,\n                    \"instrumentId\": \"6ea13b52-d270-4e30-8a2c-9239983a1151\",\n                    \"businessTime\": 1776687513000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283191.5569951967,\n                    \"instrumentId\": \"7096270c-5d38-42e8-b7ec-b53b1fc34c5f\",\n                    \"businessTime\": 1776687513000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13774445.387010396,\n                    \"instrumentId\": \"aca2548f-9599-4a2e-a4d0-4cc64ba7d7c7\",\n                    \"businessTime\": 1776687513000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299847.9853093829,\n                    \"instrumentId\": \"b1e048be-c087-41d4-baa1-93a030370d64\",\n                    \"businessTime\": 1776687513000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388345.1220718657,\n                    \"instrumentId\": \"5c3bd701-bbd3-4ce2-875f-dea1560ddc2d\",\n                    \"businessTime\": 1776687513000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83859183.45896216,\n                    \"instrumentId\": \"fcc56f9e-f100-4159-9e53-1e1fb3262d96\",\n                    \"businessTime\": 1776687513000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655909.8450740459,\n                    \"instrumentId\": \"9fbbbd34-4a70-41e4-889a-6081f35292b9\",\n                    \"businessTime\": 1776687513000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0a787875-db40-42ac-b096-d8335a2ad594\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.049510161445713\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063873.845833227,\n                    \"instrumentId\": \"e392e14b-53c8-412d-bcfb-51f7638104f3\",\n                    \"businessTime\": 1776687514000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283198.59545923,\n                    \"instrumentId\": \"4554515c-fbe8-4a99-99df-3c159a0f7134\",\n                    \"businessTime\": 1776687514000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13774532.670169564,\n                    \"instrumentId\": \"c333769c-6610-4001-9e12-35667392b9eb\",\n                    \"businessTime\": 1776687514000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299847.9853093829,\n                    \"instrumentId\": \"96ba1ca4-8e02-4d89-b11c-6fd5565c3020\",\n                    \"businessTime\": 1776687514000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388345.1220718657,\n                    \"instrumentId\": \"530d5952-6db3-4ca0-8da4-8432c1aabd65\",\n                    \"businessTime\": 1776687514000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83870788.62918204,\n                    \"instrumentId\": \"97a5a88d-2b17-436c-92db-c4e77a1075bb\",\n                    \"businessTime\": 1776687514000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655709.2463764541,\n                    \"instrumentId\": \"5b3951b7-4e0e-4a1f-a4c8-a6bf09aeaa45\",\n                    \"businessTime\": 1776687514000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b7d5e752-cd24-4511-8195-2cb6d37a80b3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.051533032408045\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063892.467031824,\n                    \"instrumentId\": \"bbcdcc21-2189-44b3-af30-fea200ecae79\",\n                    \"businessTime\": 1776687515000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283198.59545923,\n                    \"instrumentId\": \"9bf946c2-4066-4c58-bcad-c66b69e76627\",\n                    \"businessTime\": 1776687515000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13774532.749664275,\n                    \"instrumentId\": \"a2decc3c-80e9-487a-882c-30bf286e550c\",\n                    \"businessTime\": 1776687515000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299858.0041782316,\n                    \"instrumentId\": \"3d9685f0-0ca9-4c25-8ea0-813edeaccd09\",\n                    \"businessTime\": 1776687515000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388345.2461782354,\n                    \"instrumentId\": \"766af129-02c9-45dc-8ece-9e41ad2866ce\",\n                    \"businessTime\": 1776687515000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83870787.35224572,\n                    \"instrumentId\": \"ead1afed-6552-45e0-b615-8b258ba6492e\",\n                    \"businessTime\": 1776687515000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655803.8046754501,\n                    \"instrumentId\": \"a83867ab-af30-4f0a-a9e7-98b5a0bc8516\",\n                    \"businessTime\": 1776687515000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"173b6905-71a8-4a89-94d0-6d1563dadf83\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05155449550667\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063892.467031824,\n                    \"instrumentId\": \"6296ef20-5c9f-4740-b941-d11e60f05094\",\n                    \"businessTime\": 1776687516000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283797.42202103,\n                    \"instrumentId\": \"f4f53a98-b45e-44c6-957a-256127406c8b\",\n                    \"businessTime\": 1776687516000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775140.729361877,\n                    \"instrumentId\": \"0159f513-a94c-48d3-91b0-ce28a00de2de\",\n                    \"businessTime\": 1776687516000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299858.0041782316,\n                    \"instrumentId\": \"6165a48a-b70d-4749-8e31-05a62c27c7d2\",\n                    \"businessTime\": 1776687516000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388345.2461782354,\n                    \"instrumentId\": \"d5ba6914-8a79-4ce2-a756-1a16a1ddba17\",\n                    \"businessTime\": 1776687516000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83873981.52928716,\n                    \"instrumentId\": \"7a46e76a-438d-464b-9b35-ceb8bf558e79\",\n                    \"businessTime\": 1776687516000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655897.5884480823,\n                    \"instrumentId\": \"f00ad5ea-ca2b-4619-bc8a-c0cbaa93430e\",\n                    \"businessTime\": 1776687516000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"81aec636-58fd-49da-a1bd-61defc27fbe8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05234443699586\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6063797.244525241,\n                    \"instrumentId\": \"8f40421a-b6c7-433c-95cc-f61cfafa0f82\",\n                    \"businessTime\": 1776687517000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283966.497218782,\n                    \"instrumentId\": \"7ec104e1-ed1d-4738-bc67-daebeffed16f\",\n                    \"businessTime\": 1776687517000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13775910.671574201,\n                    \"instrumentId\": \"a10109f4-055e-487a-953a-90c23c2c4345\",\n                    \"businessTime\": 1776687517000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299858.02612260584,\n                    \"instrumentId\": \"24678a5b-a350-474a-84c7-a6053d63366f\",\n                    \"businessTime\": 1776687517000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388345.88377299503,\n                    \"instrumentId\": \"7795e083-3720-45b5-9011-2de5255d3b64\",\n                    \"businessTime\": 1776687517000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83876036.56019835,\n                    \"instrumentId\": \"9f31cee3-ee5c-4c61-8ddf-1328ce43b465\",\n                    \"businessTime\": 1776687517000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655897.5884480823,\n                    \"instrumentId\": \"70c3dcc3-0037-421d-9e67-052e9d2dd0cf\",\n                    \"businessTime\": 1776687517000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"de51f69f-92a7-4200-9df0-c3eb5b14e991\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05285401262922\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064041.062988014,\n                    \"instrumentId\": \"b45b372b-db0e-4b12-9ac6-50d698061669\",\n                    \"businessTime\": 1776687518000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283975.7635472785,\n                    \"instrumentId\": \"f29e7b3a-ca18-4a32-85f1-10204a035503\",\n                    \"businessTime\": 1776687518000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13777119.275017673,\n                    \"instrumentId\": \"ca96d4cc-8a8b-48ba-9f70-d5c1fbfae93e\",\n                    \"businessTime\": 1776687518000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299858.0532744344,\n                    \"instrumentId\": \"06af1c91-815f-49fd-af40-7d9554e73f49\",\n                    \"businessTime\": 1776687518000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388345.88377299503,\n                    \"instrumentId\": \"131c4937-ccb9-41da-aca8-d4e0461fd58c\",\n                    \"businessTime\": 1776687518000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83876464.079553,\n                    \"instrumentId\": \"cd3e06ed-d87c-4421-a69f-ae7d6c831f6e\",\n                    \"businessTime\": 1776687518000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655897.5884480823,\n                    \"instrumentId\": \"6bc1ec22-e7a8-4981-96b9-56decddeda4e\",\n                    \"businessTime\": 1776687518000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1ac7fe3c-4895-4fe1-b548-9d1a2b72e5d7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05318603982451\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064221.921126104,\n                    \"instrumentId\": \"24747c5f-9bdd-41b2-a3b0-6ccf2fb579b6\",\n                    \"businessTime\": 1776687519000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284145.177500792,\n                    \"instrumentId\": \"4eb21029-f382-4e28-aa8f-4aad3fe5832f\",\n                    \"businessTime\": 1776687519000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778663.628116975,\n                    \"instrumentId\": \"b5627ce8-b345-4236-b3be-be28378f3f75\",\n                    \"businessTime\": 1776687519000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299858.0594212467,\n                    \"instrumentId\": \"551045c2-4d43-4a76-9490-410f0cd8d501\",\n                    \"businessTime\": 1776687519000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388346.5073717967,\n                    \"instrumentId\": \"34ed1da0-5f33-4cd2-b0bd-19833a1ccaf5\",\n                    \"businessTime\": 1776687519000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83877399.29459761,\n                    \"instrumentId\": \"4d35b4e9-dbd8-47ae-9036-783a71d6fb0c\",\n                    \"businessTime\": 1776687519000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655897.5884480823,\n                    \"instrumentId\": \"73e3d11d-9832-40e1-bd43-87ee07038cbd\",\n                    \"businessTime\": 1776687519000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"593288ff-e601-416b-a0f5-48e9c2d8dce4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.053683486218382\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064268.569899552,\n                    \"instrumentId\": \"a81697f0-2a50-4963-ab54-561da2c778ce\",\n                    \"businessTime\": 1776687520000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284157.801466108,\n                    \"instrumentId\": \"dd85341a-a1af-4a0e-954a-1168d815da42\",\n                    \"businessTime\": 1776687520000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778910.706480904,\n                    \"instrumentId\": \"a062d4e4-79e5-4361-979e-28eb2098fcb0\",\n                    \"businessTime\": 1776687520000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299858.4050255568,\n                    \"instrumentId\": \"10a7efa6-818e-46e6-a36f-247ba152e2d2\",\n                    \"businessTime\": 1776687520000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388346.5073717967,\n                    \"instrumentId\": \"35f4e2fa-a5cc-41ae-9f9a-fc5f7842aae6\",\n                    \"businessTime\": 1776687520000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83877732.01915412,\n                    \"instrumentId\": \"3d2d647e-e74d-42dd-9b3e-ab065250d0df\",\n                    \"businessTime\": 1776687520000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655905.9365772739,\n                    \"instrumentId\": \"d6c258f5-eb2c-4995-8875-4c643e6624d9\",\n                    \"businessTime\": 1776687520000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1bfd972c-a840-49e5-9b65-adf57090c054\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05379732969689\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064268.799659145,\n                    \"instrumentId\": \"bbeb1f68-9adf-4516-8615-a10268131206\",\n                    \"businessTime\": 1776687521000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284164.733827927,\n                    \"instrumentId\": \"755d9d72-e6fa-420e-ac1c-74152a3d92b3\",\n                    \"businessTime\": 1776687521000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13779434.969415177,\n                    \"instrumentId\": \"6a6ecb91-030f-426b-8ed8-6a1aea9dc43d\",\n                    \"businessTime\": 1776687521000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299862.84745034296,\n                    \"instrumentId\": \"b34902fc-4ecc-4af2-9f59-35b74953d586\",\n                    \"businessTime\": 1776687521000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388346.5073717967,\n                    \"instrumentId\": \"b6c64324-3b15-4cf6-b1bd-def30830d959\",\n                    \"businessTime\": 1776687521000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83877857.75355414,\n                    \"instrumentId\": \"a79676f5-a6da-4789-a777-cb501ae73b79\",\n                    \"businessTime\": 1776687521000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655905.9365772739,\n                    \"instrumentId\": \"5d869e72-4176-4a7c-b3d6-2a124170f574\",\n                    \"businessTime\": 1776687521000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"81d06eb3-99e8-4749-b520-b804a712b4e8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.053913604192584\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064399.424569055,\n                    \"instrumentId\": \"462b0b3a-ca53-468e-bb21-77e1a4525c11\",\n                    \"businessTime\": 1776687522000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284164.733827927,\n                    \"instrumentId\": \"bb658b94-fdfb-4f31-a315-9f2ab249d8ef\",\n                    \"businessTime\": 1776687522000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13779719.623253819,\n                    \"instrumentId\": \"20085d57-d158-406e-930e-4bff19a85cd9\",\n                    \"businessTime\": 1776687522000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299862.84745034296,\n                    \"instrumentId\": \"ea12b225-4831-4d33-a52a-accd3c306919\",\n                    \"businessTime\": 1776687522000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388346.5073717967,\n                    \"instrumentId\": \"62bf26e6-9330-493c-a894-2dcb811314a8\",\n                    \"businessTime\": 1776687522000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83878877.40298091,\n                    \"instrumentId\": \"6fd7eff1-3259-4457-b5bb-abd507b39d05\",\n                    \"businessTime\": 1776687522000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655905.9365772739,\n                    \"instrumentId\": \"f1f32483-1edb-4c08-8a67-b5e8e2a1e42b\",\n                    \"businessTime\": 1776687522000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"23eb2cbe-be83-4c17-9aec-c2bd7a48868b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.054165788406173\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064399.424569055,\n                    \"instrumentId\": \"6ab7e6bb-a7d6-4887-9571-7c04552b5ff4\",\n                    \"businessTime\": 1776687523000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284167.803704552,\n                    \"instrumentId\": \"62759bbb-be18-47f4-8ca0-9b349100a3c7\",\n                    \"businessTime\": 1776687523000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13779719.623253819,\n                    \"instrumentId\": \"822b3f2a-04cf-416c-a7fd-0269caf7a626\",\n                    \"businessTime\": 1776687523000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299862.84745034296,\n                    \"instrumentId\": \"65cdacd3-f587-4b0f-8276-dd63827dec27\",\n                    \"businessTime\": 1776687523000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388346.5073717967,\n                    \"instrumentId\": \"79da69ce-1e79-4af4-ad2f-b9b2cc7f0479\",\n                    \"businessTime\": 1776687523000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83879435.04266143,\n                    \"instrumentId\": \"b2cf236a-e5f6-4e79-b3f0-879a05679033\",\n                    \"businessTime\": 1776687523000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655905.9365772739,\n                    \"instrumentId\": \"1139a851-cce5-42bf-9d33-947c316954d2\",\n                    \"businessTime\": 1776687523000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"43d05cfb-ff57-4bcb-8bcc-68d1271cda83\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05426433138634\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6064443.505430229,\n                    \"instrumentId\": \"972402f3-bf2d-4249-b67e-339576feca9e\",\n                    \"businessTime\": 1776687524000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284184.5815588427,\n                    \"instrumentId\": \"05f2eeca-c171-4f0b-8e05-f6598a97c274\",\n                    \"businessTime\": 1776687524000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13780495.03647703,\n                    \"instrumentId\": \"ee86a45d-8a3e-4a4a-86d5-7404ce5270df\",\n                    \"businessTime\": 1776687524000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299862.84745034296,\n                    \"instrumentId\": \"943316e7-2d71-4848-924c-dde2b84ae088\",\n                    \"businessTime\": 1776687524000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388336.0502320651,\n                    \"instrumentId\": \"63245cf4-7e4d-4d90-9e58-7ccafd0ce7ed\",\n                    \"businessTime\": 1776687524000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83879473.9248711,\n                    \"instrumentId\": \"edce93a8-382a-4e85-9744-3886cfb072ea\",\n                    \"businessTime\": 1776687524000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655911.8145469145,\n                    \"instrumentId\": \"ec86953e-f48b-495d-b6e9-5a5a8bfe1939\",\n                    \"businessTime\": 1776687524000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1c6d0ad6-ef9f-44cc-91c5-9a7362f20cf4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.054417332261252\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066415.60053484,\n                    \"instrumentId\": \"b7bf9904-6a57-4228-a46f-38560a54e770\",\n                    \"businessTime\": 1776687525000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284184.5815588427,\n                    \"instrumentId\": \"d7f02937-faa2-40f4-a527-024737a5a620\",\n                    \"businessTime\": 1776687525000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13783172.92268944,\n                    \"instrumentId\": \"9b6f3567-0876-4cb4-aa1c-ee9e50833fb5\",\n                    \"businessTime\": 1776687525000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299870.1726693843,\n                    \"instrumentId\": \"bdd5abb6-98b5-4b1b-9c01-348c77900a81\",\n                    \"businessTime\": 1776687525000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388578.90661382704,\n                    \"instrumentId\": \"96596a6e-c1b5-4fbe-aaf5-57b3d3c6d4ad\",\n                    \"businessTime\": 1776687525000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83881203.6802132,\n                    \"instrumentId\": \"ee37566e-0f89-445e-85cd-e0aa55918c1d\",\n                    \"businessTime\": 1776687525000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655911.8145469145,\n                    \"instrumentId\": \"a74f9cb9-7851-45cb-9037-e0f64f2623e8\",\n                    \"businessTime\": 1776687525000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6e9f1c7d-7189-4c23-90ec-9720ac8dc5d7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05558252000465\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066415.60053484,\n                    \"instrumentId\": \"1a5855b2-8cfc-4222-a7a7-1534b14605a0\",\n                    \"businessTime\": 1776687526000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284168.1517988495,\n                    \"instrumentId\": \"4c2cc710-68bb-45fd-a3ca-efe363b51701\",\n                    \"businessTime\": 1776687526000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13782898.048422646,\n                    \"instrumentId\": \"29fbbc18-6623-4083-8ee7-151c65c0b586\",\n                    \"businessTime\": 1776687526000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299870.1726693843,\n                    \"instrumentId\": \"cce2c80e-a9ff-40a4-a9be-0fe249e935ee\",\n                    \"businessTime\": 1776687526000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388578.90661382704,\n                    \"instrumentId\": \"ebc89e28-cf97-496f-a725-c9e64758cb98\",\n                    \"businessTime\": 1776687526000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83881335.01179418,\n                    \"instrumentId\": \"42893263-1a0f-4859-8068-113b637a799a\",\n                    \"businessTime\": 1776687526000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656071.6405321525,\n                    \"instrumentId\": \"9dafd3dd-c81b-4fdd-8c42-83af9169cb9b\",\n                    \"businessTime\": 1776687526000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"33bf25c7-2ebc-40c3-a175-b475e1038f66\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05558249426465\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066415.60053484,\n                    \"instrumentId\": \"cfdf8db3-35b1-41fd-856c-2c335bd80003\",\n                    \"businessTime\": 1776687527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284116.89401257,\n                    \"instrumentId\": \"a54e05e0-386e-4f20-8784-b3490993c9f1\",\n                    \"businessTime\": 1776687527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13782375.300718395,\n                    \"instrumentId\": \"114934bb-607b-4bbb-ba9b-81ab5b44af68\",\n                    \"businessTime\": 1776687527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299870.1726693843,\n                    \"instrumentId\": \"dbc5aacd-94d6-4bb8-bb54-35e1f2d643f5\",\n                    \"businessTime\": 1776687527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388568.5142600278,\n                    \"instrumentId\": \"a609a855-306a-4bb2-b6a9-7da118155d2f\",\n                    \"businessTime\": 1776687527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83881093.23857218,\n                    \"instrumentId\": \"1839a3b3-3d9e-43a9-a4f7-54cd6d7199de\",\n                    \"businessTime\": 1776687527000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656071.6405321525,\n                    \"instrumentId\": \"133b9969-a9df-4ee1-8694-9a5fca04405a\",\n                    \"businessTime\": 1776687527000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b00a1f85-e118-4b21-93c9-3e07516de83f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.055437297240694\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066422.833505456,\n                    \"instrumentId\": \"b12fd4e4-d44b-4d53-9210-980315b5f7a7\",\n                    \"businessTime\": 1776687528000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284116.89401257,\n                    \"instrumentId\": \"9e4d4240-0d21-49e5-b8ad-0902e27c6ba4\",\n                    \"businessTime\": 1776687528000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13782072.876703339,\n                    \"instrumentId\": \"3ee76c34-2531-4560-8068-986d868e1430\",\n                    \"businessTime\": 1776687528000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299870.1726693843,\n                    \"instrumentId\": \"9de65cc9-fd54-4823-8b9b-ab3d687bfb8d\",\n                    \"businessTime\": 1776687528000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388568.5142600278,\n                    \"instrumentId\": \"db9ed248-f30f-4c0d-9797-5b21be5b34ab\",\n                    \"businessTime\": 1776687528000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83881045.69500117,\n                    \"instrumentId\": \"5b7504ad-a96a-4fee-ab91-a2f39c3c9985\",\n                    \"businessTime\": 1776687528000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656071.6405321525,\n                    \"instrumentId\": \"ad77778c-4143-425c-8cda-edec7efb830b\",\n                    \"businessTime\": 1776687528000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9a296a29-d2cc-46e5-98ea-62c323bc65f4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.055377062686134\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066422.833505456,\n                    \"instrumentId\": \"ba547c18-c242-4502-b6f3-e4d2a3965e59\",\n                    \"businessTime\": 1776687529000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284099.270003351,\n                    \"instrumentId\": \"f68eccef-9021-4f34-9448-4de0c76d2eb3\",\n                    \"businessTime\": 1776687529000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13782179.508756077,\n                    \"instrumentId\": \"47a18909-4700-4b77-a2d6-67261c7bf072\",\n                    \"businessTime\": 1776687529000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299870.1726693843,\n                    \"instrumentId\": \"3a885a61-207a-4537-911d-d0ee4d61fde7\",\n                    \"businessTime\": 1776687529000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388568.5142600278,\n                    \"instrumentId\": \"d8138b12-e869-4032-b22d-80b6dd5560d2\",\n                    \"businessTime\": 1776687529000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83887164.84962086,\n                    \"instrumentId\": \"1ca9b490-467b-4c2f-ba77-cc0509341f80\",\n                    \"businessTime\": 1776687529000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656071.6405321525,\n                    \"instrumentId\": \"987c4f1d-8b60-470a-b52b-78ec5fbbc723\",\n                    \"businessTime\": 1776687529000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f538a8d8-1a94-4425-a9e2-6e6be7593fb2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.056468128180548\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066395.511342052,\n                    \"instrumentId\": \"b1194425-5128-4746-a116-2ca667156268\",\n                    \"businessTime\": 1776687530000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284086.617772722,\n                    \"instrumentId\": \"b6f933c4-22f9-416e-8c8e-4ea6905adc50\",\n                    \"businessTime\": 1776687530000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13782081.90286588,\n                    \"instrumentId\": \"7d769122-0a72-4edc-8a87-90a79b4cb72a\",\n                    \"businessTime\": 1776687530000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299870.1726693843,\n                    \"instrumentId\": \"17f89e9e-1947-4f64-8716-fb3cf8b6b68a\",\n                    \"businessTime\": 1776687530000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388568.5142600278,\n                    \"instrumentId\": \"c6a19bd6-3a7e-440d-bf03-03ca51ddd8c1\",\n                    \"businessTime\": 1776687530000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83886419.93363793,\n                    \"instrumentId\": \"2bd05a45-da98-47e5-8eb4-ab0bd577a4ed\",\n                    \"businessTime\": 1776687530000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656103.9530020113,\n                    \"instrumentId\": \"0efc3e0f-fe00-4519-b282-d3451d4a7b11\",\n                    \"businessTime\": 1776687530000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"feb08a3d-6544-45cc-8815-f234a1c088b8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.056318710992972\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066479.1882786155,\n                    \"instrumentId\": \"34f39d21-2af0-4f35-9a71-d830a642b12d\",\n                    \"businessTime\": 1776687531000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284033.287376461,\n                    \"instrumentId\": \"7efd4d8a-68af-4bd7-aa5e-5a078282bc29\",\n                    \"businessTime\": 1776687531000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13782118.184998486,\n                    \"instrumentId\": \"d1858271-7c95-4a89-9668-cc624b846f23\",\n                    \"businessTime\": 1776687531000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299879.1404663712,\n                    \"instrumentId\": \"8522dda7-e7fd-4462-badf-a6d607e2a101\",\n                    \"businessTime\": 1776687531000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388426.9593226554,\n                    \"instrumentId\": \"8c55f59a-672b-4a30-a908-2840ff98ac0a\",\n                    \"businessTime\": 1776687531000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83881280.59276903,\n                    \"instrumentId\": \"c1f643be-631c-477c-86ca-7072851da06a\",\n                    \"businessTime\": 1776687531000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656190.8737545129,\n                    \"instrumentId\": \"cd36a16a-302d-4bd9-9205-6fbc0264d96d\",\n                    \"businessTime\": 1776687531000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d38d57b9-2a6a-42d3-92d6-358ea76809bb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05541917169879\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066479.1882786155,\n                    \"instrumentId\": \"7e7ad494-ad63-41fd-8075-d4174ca3db36\",\n                    \"businessTime\": 1776687532000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284024.2651835643,\n                    \"instrumentId\": \"864c6d29-4e23-479c-ba4d-0e56459a4ab7\",\n                    \"businessTime\": 1776687532000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781387.568983147,\n                    \"instrumentId\": \"252b3b99-1a1b-4988-a7d6-f2bb33cad4ee\",\n                    \"businessTime\": 1776687532000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299879.1404663712,\n                    \"instrumentId\": \"9c7baed9-103a-4676-bf02-28a33d424179\",\n                    \"businessTime\": 1776687532000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388426.9593226554,\n                    \"instrumentId\": \"43e1195f-acc0-4985-bf60-15980a7e2fcc\",\n                    \"businessTime\": 1776687532000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83880607.20838931,\n                    \"instrumentId\": \"e90fe20e-fbee-4683-bba7-d331c813ba9b\",\n                    \"businessTime\": 1776687532000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656175.6036007388,\n                    \"instrumentId\": \"1bfaaf37-bc2d-487c-b1e4-e4fc8cb394a6\",\n                    \"businessTime\": 1776687532000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d70041c3-f235-49ad-b2e1-70b0697e4456\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05516815364225\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066475.729988919,\n                    \"instrumentId\": \"5806d4e0-2439-424f-9343-226986b5ec78\",\n                    \"businessTime\": 1776687533000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284023.6317908885,\n                    \"instrumentId\": \"d08b7a9a-4ce3-47d1-9c71-bea46e162c38\",\n                    \"businessTime\": 1776687533000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781386.526937328,\n                    \"instrumentId\": \"fcf8c66b-a08b-4b31-b982-335768a53eee\",\n                    \"businessTime\": 1776687533000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299882.05657357565,\n                    \"instrumentId\": \"d6e8a10d-79e8-4afb-8a3a-ba95554c3cbf\",\n                    \"businessTime\": 1776687533000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388426.9593226554,\n                    \"instrumentId\": \"35da1208-5cc5-451b-aa0f-47d8143ae155\",\n                    \"businessTime\": 1776687533000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83880587.52052899,\n                    \"instrumentId\": \"cebd6680-45c3-4493-ae9c-a80a57ee6d4f\",\n                    \"businessTime\": 1776687533000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656175.6036007388,\n                    \"instrumentId\": \"bca7c256-1fdd-4571-bb28-6042c3755f26\",\n                    \"businessTime\": 1776687533000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"605a51ce-1e9c-4e33-9c5d-64b63a8600cb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.055164303821282\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066475.729988919,\n                    \"instrumentId\": \"f1c531d4-9aae-426a-ac64-f58e666cf292\",\n                    \"businessTime\": 1776687534000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284023.5374222924,\n                    \"instrumentId\": \"fc8e440a-03f8-4865-bfd8-0fb03430717e\",\n                    \"businessTime\": 1776687534000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781221.38738975,\n                    \"instrumentId\": \"a664297f-e434-44f3-ac1d-47af2bc07ce3\",\n                    \"businessTime\": 1776687534000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.4045599058,\n                    \"instrumentId\": \"54290e8e-92da-4f87-949f-ff9bc32a414f\",\n                    \"businessTime\": 1776687534000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388391.1485045252,\n                    \"instrumentId\": \"e6232ead-5617-44f5-9a57-ce5bee054191\",\n                    \"businessTime\": 1776687534000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83880243.6633334,\n                    \"instrumentId\": \"2ec1e72b-c241-406a-9c8d-7e3dd8b5ebac\",\n                    \"businessTime\": 1776687534000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656175.6036007388,\n                    \"instrumentId\": \"ba5d2246-d52f-49e6-8bd0-04f2ab698eb8\",\n                    \"businessTime\": 1776687534000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"59c0939b-b6be-47b7-ae7b-81f638e43109\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.055069830368986\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066475.729988919,\n                    \"instrumentId\": \"39b97fc7-394f-4234-9f17-f2d41614df77\",\n                    \"businessTime\": 1776687535000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284019.043233,\n                    \"instrumentId\": \"6eeef739-2f21-4b7a-9c74-4925e3a9fac9\",\n                    \"businessTime\": 1776687535000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781220.582776885,\n                    \"instrumentId\": \"f40f6a71-cbed-4c57-9b65-95a5f8589959\",\n                    \"businessTime\": 1776687535000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299895.5786588874,\n                    \"instrumentId\": \"5f7f5a6a-09d3-463e-8eef-d1d8f0226765\",\n                    \"businessTime\": 1776687535000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388391.1485045252,\n                    \"instrumentId\": \"61fb2aa0-8026-44d3-adc4-48b2be91cf5d\",\n                    \"businessTime\": 1776687535000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83880099.4552817,\n                    \"instrumentId\": \"42a1eab9-342a-4a7e-8697-5d158606ec09\",\n                    \"businessTime\": 1776687535000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656175.6036007388,\n                    \"instrumentId\": \"ec063b79-f084-49a2-aff8-9d420254a391\",\n                    \"businessTime\": 1776687535000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a90240e6-96f0-45cf-ae2e-f2b8c6833e5c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.055044640078147\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066415.172633324,\n                    \"instrumentId\": \"0ba84505-2bf3-4a74-8fe8-6f0ac8603a74\",\n                    \"businessTime\": 1776687536000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284019.043233,\n                    \"instrumentId\": \"3da764e9-652b-4666-9642-ab7132284573\",\n                    \"businessTime\": 1776687536000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781114.367451385,\n                    \"instrumentId\": \"49061bf1-da5f-4bda-97d3-5d1eb7a09267\",\n                    \"businessTime\": 1776687536000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299905.9417386792,\n                    \"instrumentId\": \"970b8149-3edf-445c-b017-1d33570602c0\",\n                    \"businessTime\": 1776687536000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388391.1485045252,\n                    \"instrumentId\": \"b4eabbe8-8b40-4b58-a686-7db63d4027f2\",\n                    \"businessTime\": 1776687536000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83878263.51169111,\n                    \"instrumentId\": \"ceb8af84-bf06-404c-afb5-a96ee3849a1f\",\n                    \"businessTime\": 1776687536000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656159.4827995175,\n                    \"instrumentId\": \"c9d17a7f-32ac-491d-8228-62f5f51f755c\",\n                    \"businessTime\": 1776687536000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c1b88990-6772-491d-a383-493ef0ba4e18\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05469165695106\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066406.013253136,\n                    \"instrumentId\": \"bc14acf5-fedb-4994-ade2-312c6ab0ceb1\",\n                    \"businessTime\": 1776687537000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283977.502801573,\n                    \"instrumentId\": \"52b73994-7dac-47a6-b94a-2c4ccaaa08ba\",\n                    \"businessTime\": 1776687537000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781066.63580457,\n                    \"instrumentId\": \"0c0bba93-8486-4a65-8413-df415bdd86e0\",\n                    \"businessTime\": 1776687537000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299801.1673594691,\n                    \"instrumentId\": \"e49d44bb-0790-4be5-b0ca-dc2ec8056529\",\n                    \"businessTime\": 1776687537000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388391.1485045252,\n                    \"instrumentId\": \"b44f8b32-01f6-4503-98e5-f26725b906f6\",\n                    \"businessTime\": 1776687537000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83877002.48884101,\n                    \"instrumentId\": \"66a37327-2481-4bde-89fb-f6ccf36a9b90\",\n                    \"businessTime\": 1776687537000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656159.4827995175,\n                    \"instrumentId\": \"125b40b1-f830-46df-a1f1-f3ad73e22368\",\n                    \"businessTime\": 1776687537000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a3d49c16-4d0a-493a-9604-d20b1220e777\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05443432326253\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:18:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066338.280869668,\n                    \"instrumentId\": \"c7a06527-0a8d-49d1-8ead-abc55817230f\",\n                    \"businessTime\": 1776687538000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283977.496713375,\n                    \"instrumentId\": \"94886914-be8a-4f6e-86c6-e97238f74e36\",\n                    \"businessTime\": 1776687538000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13780904.739838796,\n                    \"instrumentId\": \"0f16228f-7f30-4b6a-b91f-a2898bf99fa6\",\n                    \"businessTime\": 1776687538000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299801.1673594691,\n                    \"instrumentId\": \"80a6972b-da43-43c5-8f4d-287879913a72\",\n                    \"businessTime\": 1776687538000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388391.1485045252,\n                    \"instrumentId\": \"71fe0781-893b-493f-a6c5-09ba657c93b8\",\n                    \"businessTime\": 1776687538000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83876406.02951299,\n                    \"instrumentId\": \"f9da15b7-0a0f-4c1b-881c-1d9270943b71\",\n                    \"businessTime\": 1776687538000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656159.4827995175,\n                    \"instrumentId\": \"bb0dbcaa-5086-467a-9dbe-21413298ed2f\",\n                    \"businessTime\": 1776687538000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9620bba1-2ea6-4997-ae0c-b6c63d391a0f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05428913982396\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066338.280869668,\n                    \"instrumentId\": \"dad688d0-902d-4293-a240-ac13f7bef401\",\n                    \"businessTime\": 1776687539000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283977.496713375,\n                    \"instrumentId\": \"30efbbe4-8805-404c-b237-1918f402c29e\",\n                    \"businessTime\": 1776687539000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13780653.665754968,\n                    \"instrumentId\": \"9453a8f5-c492-4436-9651-7047f84a2f8e\",\n                    \"businessTime\": 1776687539000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299801.1673594691,\n                    \"instrumentId\": \"7c38a898-e614-489a-b57b-8958c914a1c9\",\n                    \"businessTime\": 1776687539000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388391.1485045252,\n                    \"instrumentId\": \"0b6fa1db-7a77-4df9-bdbc-48724447a04d\",\n                    \"businessTime\": 1776687539000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83876088.98493586,\n                    \"instrumentId\": \"f3cdf536-928e-4876-bf7c-bb6a5843035a\",\n                    \"businessTime\": 1776687539000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656159.4827995175,\n                    \"instrumentId\": \"5fd1dc43-bd8c-4130-8545-10c2a14a6bd6\",\n                    \"businessTime\": 1776687539000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e9a2a062-4576-40b3-bbe8-f18fffab9282\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.054189294716586\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065879.604193857,\n                    \"instrumentId\": \"920ca82e-4187-44e5-8e94-eada22ba4ba0\",\n                    \"businessTime\": 1776687540000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283167.437184914,\n                    \"instrumentId\": \"18daf3c1-fbaf-4c51-95bb-58d2fde57406\",\n                    \"businessTime\": 1776687540000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778945.624505324,\n                    \"instrumentId\": \"02e75c7f-08ec-4186-ac32-fb85ee615b7c\",\n                    \"businessTime\": 1776687540000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299801.1673594691,\n                    \"instrumentId\": \"bbcb64f6-0694-4483-b1c2-9b6d0be48b06\",\n                    \"businessTime\": 1776687540000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388391.1485045252,\n                    \"instrumentId\": \"a6e6a1aa-422f-4536-8a51-839347cb6241\",\n                    \"businessTime\": 1776687540000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83874940.45016263,\n                    \"instrumentId\": \"bd131246-d7bb-4658-a799-0c786b132861\",\n                    \"businessTime\": 1776687540000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656142.8631293935,\n                    \"instrumentId\": \"5216110b-2437-4ff7-b08c-dff226a3f129\",\n                    \"businessTime\": 1776687540000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"53238961-3387-42eb-bcf7-b3f6c755ec56\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05346136292445\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065886.591833242,\n                    \"instrumentId\": \"a2b767f2-4476-4fee-b5ef-3d2917509809\",\n                    \"businessTime\": 1776687541000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283164.747040088,\n                    \"instrumentId\": \"0885c524-bdf4-4700-9e07-ff59cf2a9300\",\n                    \"businessTime\": 1776687541000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778732.068178298,\n                    \"instrumentId\": \"eba670c0-8a73-4a74-98d1-dca072aa7e6e\",\n                    \"businessTime\": 1776687541000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299801.1673594691,\n                    \"instrumentId\": \"254fc32c-8179-4b78-9d93-d2e742b374a8\",\n                    \"businessTime\": 1776687541000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388391.1485045252,\n                    \"instrumentId\": \"7bb624cd-f996-495d-87cb-97bf5e981eff\",\n                    \"businessTime\": 1776687541000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83874854.63515316,\n                    \"instrumentId\": \"bd5114b7-9d4d-423d-ba00-69cf3a37e583\",\n                    \"businessTime\": 1776687541000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"5e85e445-24c4-4c01-a002-f7a9c461fdf2\",\n                    \"businessTime\": 1776687541000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2bb3ab61-3112-4489-92c8-637bc352d425\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.053377887091827\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065886.591833242,\n                    \"instrumentId\": \"2d1d41ee-610c-49e3-8aa8-54b0f9701db6\",\n                    \"businessTime\": 1776687542000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283260.2809440712,\n                    \"instrumentId\": \"546110bf-66ca-4f96-bfba-fde2a4cc68aa\",\n                    \"businessTime\": 1776687542000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778799.270620769,\n                    \"instrumentId\": \"8056167a-bf2c-4b0f-bad5-4e71260ad4df\",\n                    \"businessTime\": 1776687542000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299801.1673594691,\n                    \"instrumentId\": \"8eff396e-e634-432a-a8dc-80b4b0953592\",\n                    \"businessTime\": 1776687542000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388391.1485045252,\n                    \"instrumentId\": \"23550717-4553-4339-a61c-3cc946fb8377\",\n                    \"businessTime\": 1776687542000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83874835.03837876,\n                    \"instrumentId\": \"3e0eb3a5-e126-4f05-aa6b-89f18e9230ab\",\n                    \"businessTime\": 1776687542000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"2e3bc31b-fffe-4563-9ef5-0d517b7d804e\",\n                    \"businessTime\": 1776687542000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ecdac7b1-7104-4e4d-80df-57bfbacfa86d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05340304343138\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065883.743017278,\n                    \"instrumentId\": \"44b624af-9495-4da5-a81a-02fe8047a5b9\",\n                    \"businessTime\": 1776687543000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283260.2809440712,\n                    \"instrumentId\": \"93155286-e829-4d01-a9c5-ea2a98b7ee37\",\n                    \"businessTime\": 1776687543000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778874.211202407,\n                    \"instrumentId\": \"2442667a-f04f-4ae9-b3c3-8a8a898d8740\",\n                    \"businessTime\": 1776687543000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299801.1673594691,\n                    \"instrumentId\": \"f1115311-dd9f-445f-b5d1-a4e83dc5f4cf\",\n                    \"businessTime\": 1776687543000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"53ec301e-1a76-417d-9d53-18adc30cae80\",\n                    \"businessTime\": 1776687543000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83874831.29592916,\n                    \"instrumentId\": \"755c5fd7-a0b8-454d-b7e5-f415decb72c2\",\n                    \"businessTime\": 1776687543000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"7556ef92-9968-44f4-bcf8-bb3f2c4c0112\",\n                    \"businessTime\": 1776687543000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"39e2231c-eaca-4b4a-95b7-d32ef04113ef\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05341487707262\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065931.3171863295,\n                    \"instrumentId\": \"c291806f-fbb2-4316-9bcb-6b790786f1cc\",\n                    \"businessTime\": 1776687544000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283320.831114479,\n                    \"instrumentId\": \"f38168e3-1f11-4c44-ae67-6511bd0a0db4\",\n                    \"businessTime\": 1776687544000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778863.54712592,\n                    \"instrumentId\": \"80b3f91f-1fdf-44bd-b0e1-52e3268644eb\",\n                    \"businessTime\": 1776687544000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299801.1673594691,\n                    \"instrumentId\": \"d19dfdee-2576-4d28-83e7-a74dadd46f0d\",\n                    \"businessTime\": 1776687544000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"9616cbf2-9ff5-47ab-90e3-27a87295ed4b\",\n                    \"businessTime\": 1776687544000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83874836.5691535,\n                    \"instrumentId\": \"eed67397-6252-4cb0-9804-9b886313be2c\",\n                    \"businessTime\": 1776687544000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"4816b2f1-91f6-454c-8263-6b9fe89cfe25\",\n                    \"businessTime\": 1776687544000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e18e6dd0-b6f2-4714-9e36-e07502ed6a41\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.053432932167052\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065966.742587563,\n                    \"instrumentId\": \"fe6f45d3-d462-4c6b-b51d-1651858d5628\",\n                    \"businessTime\": 1776687545000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283294.552777049,\n                    \"instrumentId\": \"a05f1101-b0c0-4ec3-8273-a608a3465e39\",\n                    \"businessTime\": 1776687545000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778817.813431578,\n                    \"instrumentId\": \"bff655eb-0013-4bba-bdf2-77a73b6a03a7\",\n                    \"businessTime\": 1776687545000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299801.1673594691,\n                    \"instrumentId\": \"908cdcbb-c77f-481b-8a9c-46fd82e2aa17\",\n                    \"businessTime\": 1776687545000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"ebb8728b-8376-45a1-85e9-93db79ad87cb\",\n                    \"businessTime\": 1776687545000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83875521.77947944,\n                    \"instrumentId\": \"bbc422f9-e03b-4f34-a502-34fad1430cad\",\n                    \"businessTime\": 1776687545000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"d83d4d21-77ff-4e93-b1f8-6a3c76fc505d\",\n                    \"businessTime\": 1776687545000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"877d1e4d-2dec-4311-ad7f-9ca92249a596\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.053546925786627\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065966.742587563,\n                    \"instrumentId\": \"a0f3d886-c1fd-414f-917b-6eff0f437250\",\n                    \"businessTime\": 1776687546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283294.552777049,\n                    \"instrumentId\": \"444d0115-6a08-45f2-9a79-8769a23a94e3\",\n                    \"businessTime\": 1776687546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778152.461024053,\n                    \"instrumentId\": \"2248171b-b188-4e91-b67f-4fa41cba1254\",\n                    \"businessTime\": 1776687546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299801.1673594691,\n                    \"instrumentId\": \"d28e502b-c000-4b83-8e71-56ef8ecbfad9\",\n                    \"businessTime\": 1776687546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"2404c829-ab87-4f58-856f-2433ad78b8ab\",\n                    \"businessTime\": 1776687546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83871856.66611113,\n                    \"instrumentId\": \"eb0b3fe0-30a8-48e3-91e9-9f9db9768add\",\n                    \"businessTime\": 1776687546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"2c42f412-5552-44ac-b33e-e8154fa612eb\",\n                    \"businessTime\": 1776687546000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d68be9cf-0b91-4daa-8122-2d761db2ff1e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05278585974518\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066011.09394469,\n                    \"instrumentId\": \"1c3480f9-2303-45f9-9010-7de5938b7257\",\n                    \"businessTime\": 1776687547000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283504.0788214128,\n                    \"instrumentId\": \"5fcd8069-01aa-429f-9d5c-8ec34bffc849\",\n                    \"businessTime\": 1776687547000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778459.2985314,\n                    \"instrumentId\": \"8912e828-90b9-4d80-85b8-47dab964f10d\",\n                    \"businessTime\": 1776687547000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299801.1673594691,\n                    \"instrumentId\": \"a2b3936a-1849-42a0-8077-1e4e588dca7b\",\n                    \"businessTime\": 1776687547000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"2404c829-ab87-4f58-856f-2433ad78b8ab\",\n                    \"businessTime\": 1776687546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83870914.14956957,\n                    \"instrumentId\": \"cb7bbc4a-5824-411e-aeda-dadd9dc3dfca\",\n                    \"businessTime\": 1776687547000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"b4b0abe5-6236-46ab-b218-7849b7359a23\",\n                    \"businessTime\": 1776687547000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"edd3aa7c-561b-40ba-9426-c9df9e4b1d2c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.052718759282488\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066041.809157215,\n                    \"instrumentId\": \"f0a60122-6657-421b-9187-c1e950ab6532\",\n                    \"businessTime\": 1776687548000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283504.0788214128,\n                    \"instrumentId\": \"d06ab1e7-9103-432a-ac98-f40ee1888d78\",\n                    \"businessTime\": 1776687548000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778851.724630527,\n                    \"instrumentId\": \"93378d59-d281-4986-9422-f43024998e26\",\n                    \"businessTime\": 1776687548000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299801.1673594691,\n                    \"instrumentId\": \"ab1a4d22-ba75-44ef-8029-453a47d87b3a\",\n                    \"businessTime\": 1776687548000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388390.1326070925,\n                    \"instrumentId\": \"2404c829-ab87-4f58-856f-2433ad78b8ab\",\n                    \"businessTime\": 1776687546000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83870621.90263146,\n                    \"instrumentId\": \"e7799646-489c-438d-aada-7a5bb14303c1\",\n                    \"businessTime\": 1776687548000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"94451127-d830-442c-aeab-5843d05ccf97\",\n                    \"businessTime\": 1776687548000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0dd2805b-31c0-4fae-a50c-e44bbba3db48\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05274176356606\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066041.847027652,\n                    \"instrumentId\": \"a4307b13-6515-46f8-a09a-9ac20849dbe6\",\n                    \"businessTime\": 1776687549000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283638.94657716,\n                    \"instrumentId\": \"f2fde43e-1ad7-495f-8536-d9fc58d1a0b5\",\n                    \"businessTime\": 1776687549000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778950.325753693,\n                    \"instrumentId\": \"21235b25-7766-4ead-8366-22f482c3501a\",\n                    \"businessTime\": 1776687549000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299888.873554487,\n                    \"instrumentId\": \"8f28b3d2-8075-40a6-9b52-f1164a82e7a9\",\n                    \"businessTime\": 1776687549000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388599.01691434544,\n                    \"instrumentId\": \"ff230306-ab7f-4fd6-90ab-9981983bde8b\",\n                    \"businessTime\": 1776687549000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83870645.95897329,\n                    \"instrumentId\": \"711004e8-d6c7-4019-b0f4-027153d08123\",\n                    \"businessTime\": 1776687549000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"c4b9220c-8162-41b0-9795-0e656b048ead\",\n                    \"businessTime\": 1776687549000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"457e2c3a-3b55-4b0d-a6bd-bf3d3cc6466e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.052839154355773\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066041.847027652,\n                    \"instrumentId\": \"a5825136-77cf-45c2-b3a4-4c01d5aaf50f\",\n                    \"businessTime\": 1776687550000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283637.228725393,\n                    \"instrumentId\": \"be11f8e6-fe68-4d27-b8a3-8580537aec0b\",\n                    \"businessTime\": 1776687550000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13779106.958891407,\n                    \"instrumentId\": \"c0a2abf4-0239-4565-b7d2-0b2520506df5\",\n                    \"businessTime\": 1776687550000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.0889077395,\n                    \"instrumentId\": \"9f45227a-40c0-43e5-8995-408ef651a24f\",\n                    \"businessTime\": 1776687550000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388599.01691434544,\n                    \"instrumentId\": \"ec1f7684-b269-4ef7-9466-94c33a072dea\",\n                    \"businessTime\": 1776687550000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83870145.94831212,\n                    \"instrumentId\": \"d0892188-3fc1-4163-959f-e2d580dd8c65\",\n                    \"businessTime\": 1776687550000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"de380232-8a28-49f8-8dbd-9c74507e9d8a\",\n                    \"businessTime\": 1776687550000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3a7168fd-5287-45c2-abf3-81f8deb1af1d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.052778542752616\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066353.26674851,\n                    \"instrumentId\": \"0c862886-6249-4503-886b-66113e7ca300\",\n                    \"businessTime\": 1776687551000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283627.249818489,\n                    \"instrumentId\": \"154781bf-5ac0-4ff9-ac8d-bb3452627cd5\",\n                    \"businessTime\": 1776687551000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13779144.194205787,\n                    \"instrumentId\": \"18fd2d99-72fe-489b-b07a-6c645bd9b50e\",\n                    \"businessTime\": 1776687551000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.4685462437,\n                    \"instrumentId\": \"af30b889-e9c1-4282-a020-5576b1144672\",\n                    \"businessTime\": 1776687551000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388599.01691434544,\n                    \"instrumentId\": \"d12a5455-0416-488f-ab8f-4b7d61f0606b\",\n                    \"businessTime\": 1776687551000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83871374.24163768,\n                    \"instrumentId\": \"c6a168fc-2cef-4b90-8fc3-8c8c361215ac\",\n                    \"businessTime\": 1776687551000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"e3eec9c0-2329-4ae7-9b54-610e3a41bfc3\",\n                    \"businessTime\": 1776687551000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9bccd37d-43db-4c37-a0a5-87d1c59f0014\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05305399953511\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066353.26674851,\n                    \"instrumentId\": \"3e7dc576-58af-4163-87a7-6138da750389\",\n                    \"businessTime\": 1776687552000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283796.919163113,\n                    \"instrumentId\": \"54103386-b341-4c40-a650-a96e6a65f252\",\n                    \"businessTime\": 1776687552000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13779518.468983084,\n                    \"instrumentId\": \"9c7d6f01-3115-4309-a84b-eebdc7af5927\",\n                    \"businessTime\": 1776687552000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.7640024823,\n                    \"instrumentId\": \"f6dea292-1a4a-4dbf-9f39-a71e6b81e745\",\n                    \"businessTime\": 1776687552000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388599.01691434544,\n                    \"instrumentId\": \"1ce040be-69fe-4ce8-83d2-ade0ef75e6c4\",\n                    \"businessTime\": 1776687552000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83872412.90021095,\n                    \"instrumentId\": \"7c8d74dc-6ee7-4644-9fbc-fa030287f243\",\n                    \"businessTime\": 1776687552000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"57854106-5d82-421b-8334-e7e2d53feb32\",\n                    \"businessTime\": 1776687552000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9792116d-bc71-4fc8-8f82-abb0cc421fee\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.053332189016906\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066839.715115534,\n                    \"instrumentId\": \"0401b831-a15a-4c2b-82fd-a31bba50bf3f\",\n                    \"businessTime\": 1776687553000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283796.919163113,\n                    \"instrumentId\": \"920a556c-fd2e-4ace-bcc2-7d64b7296b11\",\n                    \"businessTime\": 1776687553000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13779564.785777934,\n                    \"instrumentId\": \"318e3efd-f502-457c-ad79-f63db17f7312\",\n                    \"businessTime\": 1776687553000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.7640024823,\n                    \"instrumentId\": \"0730e6cb-e992-4e7e-bea3-c9f8b2f714ea\",\n                    \"businessTime\": 1776687553000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388599.01691434544,\n                    \"instrumentId\": \"511f6f5c-2dbf-4a18-bc28-6e97f336e4a3\",\n                    \"businessTime\": 1776687553000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83873427.06883612,\n                    \"instrumentId\": \"9c692715-d5cb-44c6-9f42-68b54dbb5a33\",\n                    \"businessTime\": 1776687553000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"8d1f7df1-9772-4bce-a8b8-59a0bbe6fdde\",\n                    \"businessTime\": 1776687553000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1842383d-0708-4e3b-ab32-67ea6a3f3996\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.053604057872274\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067213.741433967,\n                    \"instrumentId\": \"44135be2-d393-4b59-afb1-6e84878e0a14\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3283890.099566032,\n                    \"instrumentId\": \"8d72d1b9-903b-47bc-ad09-c358d562df81\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781096.082397707,\n                    \"instrumentId\": \"97cfd866-7270-462b-b5db-f5e3cdbcacbc\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.7331502405,\n                    \"instrumentId\": \"1ece5d41-e678-4f43-a27d-68620b86f82e\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388599.01691434544,\n                    \"instrumentId\": \"a53dddce-da26-4785-999c-a11386f1ae80\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83875246.15679647,\n                    \"instrumentId\": \"780f8252-d9c2-4ff4-a1ba-09d103368d9a\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"de978506-a215-4f24-b08c-04737fd9d15b\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"44e1277b-2dfb-4958-a415-93a4bef80187\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05427498238005\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067244.950798166,\n                    \"instrumentId\": \"2252c5e2-a368-4554-9484-ba00bf3c632e\",\n                    \"businessTime\": 1776687555000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284109.508408874,\n                    \"instrumentId\": \"292bc31c-2be7-48e1-a17d-9976350c6fe2\",\n                    \"businessTime\": 1776687555000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781108.42241861,\n                    \"instrumentId\": \"db92643c-b13b-4e9d-b771-646ba4999a43\",\n                    \"businessTime\": 1776687555000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.7331502405,\n                    \"instrumentId\": \"a8ab631e-0dd6-457e-b454-d30e1ba39e9d\",\n                    \"businessTime\": 1776687555000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388599.01691434544,\n                    \"instrumentId\": \"7f7d59f1-a534-4d7b-9b39-b64382aab8ee\",\n                    \"businessTime\": 1776687555000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83875470.73631099,\n                    \"instrumentId\": \"3510c5a3-7402-4cab-bc8c-878ddd48a966\",\n                    \"businessTime\": 1776687555000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"de978506-a215-4f24-b08c-04737fd9d15b\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"44a24236-7486-4f0d-87f5-cfb00701a167\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05436066563883\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067246.333636582,\n                    \"instrumentId\": \"4289681d-44dc-4212-81c2-e7e43dc8e98f\",\n                    \"businessTime\": 1776687556000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284109.508408874,\n                    \"instrumentId\": \"b669fa8c-fb7e-4dcc-97cf-d6222258510c\",\n                    \"businessTime\": 1776687556000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781323.678212592,\n                    \"instrumentId\": \"be8c2e15-27ee-4f2b-92a0-c4e0d2bdf4bd\",\n                    \"businessTime\": 1776687556000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.7331502405,\n                    \"instrumentId\": \"0fd52aa5-4a2e-4752-925a-b38856a64bde\",\n                    \"businessTime\": 1776687556000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388599.01691434544,\n                    \"instrumentId\": \"86ab5c01-21cb-4fa1-b1c2-174ebebd14f8\",\n                    \"businessTime\": 1776687556000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83875480.143847,\n                    \"instrumentId\": \"9feabd2c-2199-4f3f-8d84-7cf28db655f9\",\n                    \"businessTime\": 1776687556000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"de978506-a215-4f24-b08c-04737fd9d15b\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5dc98e37-098c-40b0-bae6-8da13c835428\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.054400392557707\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067246.333636582,\n                    \"instrumentId\": \"09ea90c3-92a3-40e4-9614-be3288d8aaf7\",\n                    \"businessTime\": 1776687557000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284115.2520703883,\n                    \"instrumentId\": \"524bdf2e-9d9e-4d3a-ad71-bd6497c91839\",\n                    \"businessTime\": 1776687557000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781409.306529032,\n                    \"instrumentId\": \"b46aeff3-a83b-4652-b630-60f1f2eca246\",\n                    \"businessTime\": 1776687557000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.7331502405,\n                    \"instrumentId\": \"f749d3a6-5299-4b51-849e-8b97a0d3a203\",\n                    \"businessTime\": 1776687557000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388496.629389751,\n                    \"instrumentId\": \"2b7daf62-e877-4d98-9137-0ec90b2cdfce\",\n                    \"businessTime\": 1776687557000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83875648.5586653,\n                    \"instrumentId\": \"b8b6552a-f615-4cf0-b23d-be6a1591783f\",\n                    \"businessTime\": 1776687557000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"de978506-a215-4f24-b08c-04737fd9d15b\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"93038582-e4ad-40dd-923e-6c6cdf8f0c05\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05442805499561\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067270.58200609,\n                    \"instrumentId\": \"51516289-4420-4f5a-83f8-d2908713c882\",\n                    \"businessTime\": 1776687558000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284112.7809961783,\n                    \"instrumentId\": \"95cadb4b-8ad2-407f-b60c-16e66dc9fa9c\",\n                    \"businessTime\": 1776687558000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781430.557431292,\n                    \"instrumentId\": \"f5bba0be-be7c-4d16-ba13-478c3f012110\",\n                    \"businessTime\": 1776687558000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.7331502405,\n                    \"instrumentId\": \"ce4b6e27-720d-4b6a-b9c6-6f074a6ea09b\",\n                    \"businessTime\": 1776687558000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388496.629389751,\n                    \"instrumentId\": \"1568976c-9dd5-49d8-8740-421ba24f8e58\",\n                    \"businessTime\": 1776687558000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83875673.6776133,\n                    \"instrumentId\": \"e455d567-d75d-48a7-a7f6-d71df8e0d953\",\n                    \"businessTime\": 1776687558000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"de978506-a215-4f24-b08c-04737fd9d15b\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"53dd5b61-a623-4b47-9617-20de31dadf95\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05444003164685\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067386.683119697,\n                    \"instrumentId\": \"3223f640-c007-458c-9548-3dda2979c7ea\",\n                    \"businessTime\": 1776687559000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284114.450001075,\n                    \"instrumentId\": \"d98d59f9-ab18-496c-8a76-19f63b79e4ae\",\n                    \"businessTime\": 1776687559000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781822.433531892,\n                    \"instrumentId\": \"e77dc3f5-2fe0-4a7c-84c7-f1677cc846a7\",\n                    \"businessTime\": 1776687559000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.7331502405,\n                    \"instrumentId\": \"c9676539-aad4-4e3f-894c-ea994def155d\",\n                    \"businessTime\": 1776687559000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388545.05016367894,\n                    \"instrumentId\": \"86b31e9b-1df5-4de4-8b20-2dd96527c71e\",\n                    \"businessTime\": 1776687559000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83875677.2518448,\n                    \"instrumentId\": \"b46b42f5-d3d3-4b8b-b51a-e54b4cae2389\",\n                    \"businessTime\": 1776687559000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"de978506-a215-4f24-b08c-04737fd9d15b\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c89fa309-a7c8-4381-9156-5230d51409ab\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05453873836469\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067571.461534467,\n                    \"instrumentId\": \"8faf294e-6174-4631-b5ba-beeba814c9ed\",\n                    \"businessTime\": 1776687560000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284119.10792868,\n                    \"instrumentId\": \"eaee34b8-f122-4702-ae96-8de519a08c24\",\n                    \"businessTime\": 1776687560000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781822.433531892,\n                    \"instrumentId\": \"6f400a71-f663-4551-9663-59b9c3cdde67\",\n                    \"businessTime\": 1776687560000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.7331502405,\n                    \"instrumentId\": \"02b7ca83-ddd1-4af0-ac4c-71fb680ec41b\",\n                    \"businessTime\": 1776687560000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388545.05016367894,\n                    \"instrumentId\": \"db53827c-006a-48c1-8b3f-d9f830c43234\",\n                    \"businessTime\": 1776687560000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83874775.68030843,\n                    \"instrumentId\": \"85394446-bf23-48c4-b9f6-49378dd39541\",\n                    \"businessTime\": 1776687560000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"de978506-a215-4f24-b08c-04737fd9d15b\",\n                    \"businessTime\": 1776687554000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ef257577-2f24-4ea8-be68-fe0c800c42df\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05441358279457\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067572.655021715,\n                    \"instrumentId\": \"ce273034-633b-46af-bf3d-ae56a215ec34\",\n                    \"businessTime\": 1776687561000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284195.6472002836,\n                    \"instrumentId\": \"1ef0eeae-c13e-4a40-bcd4-f423a9b88548\",\n                    \"businessTime\": 1776687561000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781823.247229636,\n                    \"instrumentId\": \"6886b7a1-b074-4134-b546-d5a721163a66\",\n                    \"businessTime\": 1776687561000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.7331502405,\n                    \"instrumentId\": \"a3cbd23f-77a7-4802-98e8-8050ff2915d9\",\n                    \"businessTime\": 1776687561000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388545.05016367894,\n                    \"instrumentId\": \"ae4f2169-7897-4e98-aa74-24f260987ae7\",\n                    \"businessTime\": 1776687561000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83875010.12905385,\n                    \"instrumentId\": \"63ab7704-0ae8-4efc-a75e-c93973d75a6b\",\n                    \"businessTime\": 1776687561000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656122.8104395306,\n                    \"instrumentId\": \"f350e232-16ee-429e-b616-b113256bb573\",\n                    \"businessTime\": 1776687561000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a7c8d3c8-914c-41a6-8cc7-ba12dd81b6e3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.054496684052538\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067643.894146784,\n                    \"instrumentId\": \"58688325-be6c-43dc-a3c7-4952b037b65d\",\n                    \"businessTime\": 1776687562000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284346.7440219508,\n                    \"instrumentId\": \"2d1e473e-4539-4d4c-b6c9-fbbc69253c01\",\n                    \"businessTime\": 1776687562000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781823.247229636,\n                    \"instrumentId\": \"0fd490d7-b3de-448b-a0fd-39703e13733c\",\n                    \"businessTime\": 1776687562000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.6672027513,\n                    \"instrumentId\": \"2ff17616-8ccf-4f65-b7ef-952309fb69a5\",\n                    \"businessTime\": 1776687562000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388545.05016367894,\n                    \"instrumentId\": \"ae84899a-cfcb-4ae0-b877-33ea3e79f47b\",\n                    \"businessTime\": 1776687562000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83875029.8131049,\n                    \"instrumentId\": \"91ae2af4-b887-40e8-b532-29ee6f3951af\",\n                    \"businessTime\": 1776687562000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656122.8104395306,\n                    \"instrumentId\": \"7a29d571-2db0-4ab2-ab6c-86688a89bb57\",\n                    \"businessTime\": 1776687562000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9840b3b6-c27b-4f10-845e-23c3305b6b04\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05453920673273\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067643.894146784,\n                    \"instrumentId\": \"6f0aacf6-0fec-4c98-b74b-685b2412592a\",\n                    \"businessTime\": 1776687563000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284444.4943960584,\n                    \"instrumentId\": \"c74f96da-a239-4d29-bbb2-db32c5e11191\",\n                    \"businessTime\": 1776687563000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785517.842952596,\n                    \"instrumentId\": \"0d605285-ed61-41f6-a511-b6dcd24a6269\",\n                    \"businessTime\": 1776687563000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.6672027513,\n                    \"instrumentId\": \"b4a46034-30f9-4aca-b515-92f9399d6eab\",\n                    \"businessTime\": 1776687563000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388545.05016367894,\n                    \"instrumentId\": \"3f7c7ed7-c370-4a5c-9f6d-343a28d22b00\",\n                    \"businessTime\": 1776687563000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83878664.90079623,\n                    \"instrumentId\": \"1abb43af-b564-4b8d-a38c-70ebd67a1773\",\n                    \"businessTime\": 1776687563000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656122.8104395306,\n                    \"instrumentId\": \"920445e2-5a9b-4953-8bd5-da8627cfd575\",\n                    \"businessTime\": 1776687563000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"24f1477c-5140-431e-ab8f-487db9714515\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05584455537744\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067700.713353924,\n                    \"instrumentId\": \"4b81489c-8f56-4108-b79b-f61312a9c360\",\n                    \"businessTime\": 1776687564000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284443.012195322,\n                    \"instrumentId\": \"cc28140d-8571-4167-85d2-8edf5d417d14\",\n                    \"businessTime\": 1776687564000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785517.84385019,\n                    \"instrumentId\": \"caad6ef7-d1e6-434e-b749-37bdd457cbfd\",\n                    \"businessTime\": 1776687564000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.6672027513,\n                    \"instrumentId\": \"cf93a3f9-caa9-4707-b055-eed8993e9193\",\n                    \"businessTime\": 1776687564000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388559.36377672345,\n                    \"instrumentId\": \"d468509c-66a0-480e-9375-d8b938db6daa\",\n                    \"businessTime\": 1776687564000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83880927.7012888,\n                    \"instrumentId\": \"c32826b5-a12d-4f2e-98ac-ff1f48376116\",\n                    \"businessTime\": 1776687564000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656122.8104395306,\n                    \"instrumentId\": \"4b0058c0-9030-4b10-b298-1e0ebe08ee51\",\n                    \"businessTime\": 1776687564000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dedcbcd7-5967-4601-b94f-58b671950ef7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.056254476644508\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067700.713353924,\n                    \"instrumentId\": \"fd4f0615-47d8-4164-9227-6715aeea0113\",\n                    \"businessTime\": 1776687565000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284443.04530749,\n                    \"instrumentId\": \"8d3e3dd6-5500-4b25-8743-7d28f096e573\",\n                    \"businessTime\": 1776687565000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785663.084250648,\n                    \"instrumentId\": \"a991bfb5-8a27-41c2-894f-80c12e780b5b\",\n                    \"businessTime\": 1776687565000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299885.65556726,\n                    \"instrumentId\": \"00534ea5-cc60-4c68-9394-729acafa3085\",\n                    \"businessTime\": 1776687565000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388559.36377672345,\n                    \"instrumentId\": \"290fc912-beb6-4edf-b1e3-58000ab69bc3\",\n                    \"businessTime\": 1776687565000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83882099.02670275,\n                    \"instrumentId\": \"a9932bd7-c560-4bdf-bdbd-6880c6f76766\",\n                    \"businessTime\": 1776687565000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656122.8104395306,\n                    \"instrumentId\": \"3a861429-8ff5-4085-ac1c-88839d29d4f9\",\n                    \"businessTime\": 1776687565000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3783110c-d991-4a41-98ce-da6277a03425\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05648515982396\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067495.679204528,\n                    \"instrumentId\": \"74eb738f-0f03-41e2-a2c2-970380ce3c69\",\n                    \"businessTime\": 1776687566000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284414.080487622,\n                    \"instrumentId\": \"d74a2f6a-185f-476f-b8bd-555eb250fa3b\",\n                    \"businessTime\": 1776687566000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785673.128963975,\n                    \"instrumentId\": \"834855c6-ba0b-4c6e-99a5-98039f9d556e\",\n                    \"businessTime\": 1776687566000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299885.65556726,\n                    \"instrumentId\": \"897427b4-a283-41d0-a26c-0c1b93f6bcb3\",\n                    \"businessTime\": 1776687566000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388559.36377672345,\n                    \"instrumentId\": \"9d5fb3ea-8628-4719-b892-4af039cdb01c\",\n                    \"businessTime\": 1776687566000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83886440.13314974,\n                    \"instrumentId\": \"098f0136-c674-401d-88b3-fb7b0ee9f945\",\n                    \"businessTime\": 1776687566000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656122.8104395306,\n                    \"instrumentId\": \"b2518486-2fd9-4f27-b031-8b608e24be86\",\n                    \"businessTime\": 1776687566000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8ce10c6f-8fcf-44f1-8787-a7ddb7ff55f6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.057208736658943\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067504.308941538,\n                    \"instrumentId\": \"48da967e-3bbe-4737-bafa-c488dde20899\",\n                    \"businessTime\": 1776687567000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284414.080487622,\n                    \"instrumentId\": \"6e60042b-ac06-430c-810d-9af284d41304\",\n                    \"businessTime\": 1776687567000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785639.605422702,\n                    \"instrumentId\": \"6f2c2c3d-be7c-45f2-a5e6-f2ecaf9f414d\",\n                    \"businessTime\": 1776687567000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299885.8259738082,\n                    \"instrumentId\": \"616609f2-9bbd-4824-b5d2-f72f2e41165c\",\n                    \"businessTime\": 1776687567000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388559.36377672345,\n                    \"instrumentId\": \"00f459cb-c09e-4806-b409-8826934e80c4\",\n                    \"businessTime\": 1776687567000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83886618.4046679,\n                    \"instrumentId\": \"ca133fe0-14b9-41b9-a531-865967d4ba47\",\n                    \"businessTime\": 1776687567000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656124.8169755226,\n                    \"instrumentId\": \"f3110285-448f-4a32-a41c-3a7e79d0ba58\",\n                    \"businessTime\": 1776687567000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e57c265c-1c69-4369-a00d-37e7b584055b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05723607491139\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067503.689933479,\n                    \"instrumentId\": \"f3ed748a-a8be-4570-8e87-73326ba4f0fd\",\n                    \"businessTime\": 1776687568000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284414.1439452847,\n                    \"instrumentId\": \"fe561ffd-4ea4-45e9-b4b2-f30bb363af5e\",\n                    \"businessTime\": 1776687568000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785639.605422702,\n                    \"instrumentId\": \"e3355d38-34aa-4cef-8e10-cdcae72a8ec1\",\n                    \"businessTime\": 1776687568000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299885.89426467486,\n                    \"instrumentId\": \"d5260133-b56d-4819-8fbe-d224b98a4200\",\n                    \"businessTime\": 1776687568000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388559.36377672345,\n                    \"instrumentId\": \"a05643ee-f7be-4495-a7e9-d1e66fee2f14\",\n                    \"businessTime\": 1776687568000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83887027.30516839,\n                    \"instrumentId\": \"74730bd4-5c57-496a-87bb-d7887faefa2a\",\n                    \"businessTime\": 1776687568000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656114.5402059186,\n                    \"instrumentId\": \"2563e798-b874-40aa-8fa9-859842b0b754\",\n                    \"businessTime\": 1776687568000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ed129770-10f2-4829-83f8-2d3a475049f3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.057306046171735\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067763.220474385,\n                    \"instrumentId\": \"9c80ec36-e1d8-4113-99f5-0e6e1958f80c\",\n                    \"businessTime\": 1776687569000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284439.728511966,\n                    \"instrumentId\": \"100a9c58-9028-42ed-bb63-a2c47e8682bf\",\n                    \"businessTime\": 1776687569000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785845.475191897,\n                    \"instrumentId\": \"5eb14332-8c18-4a34-8dd2-d538ef91e330\",\n                    \"businessTime\": 1776687569000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299885.89426467486,\n                    \"instrumentId\": \"9f896f21-e3bd-4876-af9e-f7e6c941b3aa\",\n                    \"businessTime\": 1776687569000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388559.36377672345,\n                    \"instrumentId\": \"3d30a23d-c1f8-48b1-811e-4200389e29e3\",\n                    \"businessTime\": 1776687569000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83887988.41153418,\n                    \"instrumentId\": \"3b3f08ff-4a07-4baa-968a-eacad0520290\",\n                    \"businessTime\": 1776687569000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656114.5402059186,\n                    \"instrumentId\": \"a9e879d0-7acd-479d-b778-41cdac0295ed\",\n                    \"businessTime\": 1776687569000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"570f26ad-b90e-428d-854e-1eaf4f36d57a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.057561246741606\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067749.608072141,\n                    \"instrumentId\": \"544e87fb-d7f1-4a7c-bf80-3429d1d3c6cf\",\n                    \"businessTime\": 1776687570000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284417.5425543324,\n                    \"instrumentId\": \"8dbddbdb-3731-417d-9aea-52de21f2ca3e\",\n                    \"businessTime\": 1776687570000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785845.475191897,\n                    \"instrumentId\": \"5cb55396-225e-4d7e-976a-d52059a7c702\",\n                    \"businessTime\": 1776687570000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299886.03811806336,\n                    \"instrumentId\": \"74d109bb-4173-45e4-8fab-e8890b52aec6\",\n                    \"businessTime\": 1776687570000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388559.7006068774,\n                    \"instrumentId\": \"54ff1641-a1fd-4d2c-97ff-5416e416670d\",\n                    \"businessTime\": 1776687570000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83888580.16384542,\n                    \"instrumentId\": \"d5e61d98-a848-4077-b966-2225c783c0ec\",\n                    \"businessTime\": 1776687570000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656114.5402059186,\n                    \"instrumentId\": \"355ca6ed-2a3a-4840-85e9-208605815db7\",\n                    \"businessTime\": 1776687570000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c19977dd-22d6-476c-94cf-1bab277f2ecf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.057659038417338\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067749.608072141,\n                    \"instrumentId\": \"c354ca72-678e-4684-998f-8f932a9116cf\",\n                    \"businessTime\": 1776687571000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284448.4138509543,\n                    \"instrumentId\": \"0bef0fd4-1f06-4c6b-b06b-6b655fc96176\",\n                    \"businessTime\": 1776687571000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787053.021707144,\n                    \"instrumentId\": \"bb71a6e8-a929-42a0-854f-047a3bfe5de7\",\n                    \"businessTime\": 1776687571000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299886.03811806336,\n                    \"instrumentId\": \"aeb35ba7-6782-4699-9678-ed3cfde1e678\",\n                    \"businessTime\": 1776687571000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388559.7006068774,\n                    \"instrumentId\": \"7267199c-810a-4eff-9640-157d97f50e85\",\n                    \"businessTime\": 1776687571000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83889180.30209883,\n                    \"instrumentId\": \"76240bd6-fa5f-477e-b645-29a0c4da975d\",\n                    \"businessTime\": 1776687571000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656114.5402059186,\n                    \"instrumentId\": \"bdc8c376-0192-4cc2-8236-92f502907f3a\",\n                    \"businessTime\": 1776687571000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5bc0534c-e7e3-457d-9289-6459e33cc133\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.057982158991198\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067720.986143731,\n                    \"instrumentId\": \"1dddd8e7-b3d8-4e2f-9325-8c71f501bd18\",\n                    \"businessTime\": 1776687572000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284531.129542168,\n                    \"instrumentId\": \"293fc67e-dfd5-49ba-875e-caa1c02f9b27\",\n                    \"businessTime\": 1776687572000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787055.229687458,\n                    \"instrumentId\": \"80918abb-6bd1-4332-99b1-36110e646b66\",\n                    \"businessTime\": 1776687572000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299886.03811806336,\n                    \"instrumentId\": \"a8cb9d18-e55f-42d9-b74c-55f828c4cec5\",\n                    \"businessTime\": 1776687572000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388559.7006068774,\n                    \"instrumentId\": \"56615764-da4c-4767-bcfa-703bbc09827b\",\n                    \"businessTime\": 1776687572000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83890971.34267959,\n                    \"instrumentId\": \"2807e35d-a2d5-425e-a8ef-e1135159f17f\",\n                    \"businessTime\": 1776687572000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656114.5402059186,\n                    \"instrumentId\": \"03d684b6-5e61-4922-8cb0-ff4a315c3771\",\n                    \"businessTime\": 1776687572000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5965552f-34c5-46d3-b356-db04c65f51d5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05830682372299\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067704.714141076,\n                    \"instrumentId\": \"fc989b8c-71ea-4b88-ac0f-adaaef0ce56b\",\n                    \"businessTime\": 1776687573000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284560.7385101765,\n                    \"instrumentId\": \"81e77734-63d4-4c4f-aa4a-70254562c71f\",\n                    \"businessTime\": 1776687573000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787055.229687458,\n                    \"instrumentId\": \"b925b1f2-bb6e-482a-8e0f-175fa2a83df7\",\n                    \"businessTime\": 1776687573000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299886.03811806336,\n                    \"instrumentId\": \"8d145260-2ade-4cb4-991b-137831ece7a3\",\n                    \"businessTime\": 1776687573000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388564.454602096,\n                    \"instrumentId\": \"e7bbc8e7-6588-475e-b2e5-3ab942dff8e0\",\n                    \"businessTime\": 1776687573000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83890983.55442911,\n                    \"instrumentId\": \"569075d7-88a7-450b-88be-3577180e33c0\",\n                    \"businessTime\": 1776687573000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656114.5402059186,\n                    \"instrumentId\": \"f57324ff-14d7-4c2d-a79d-6aa371eae131\",\n                    \"businessTime\": 1776687573000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1a574b92-bd0f-4cf1-beb4-41bb40fb6ea8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05831214933109\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067704.714141076,\n                    \"instrumentId\": \"2afe3c86-f967-459f-9bf5-6af6687d5012\",\n                    \"businessTime\": 1776687574000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284478.020041343,\n                    \"instrumentId\": \"f72a58b2-66c2-4346-9db3-24350ca2c72e\",\n                    \"businessTime\": 1776687574000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786357.094892055,\n                    \"instrumentId\": \"da640c3b-1528-466e-b254-4b00d0c3041c\",\n                    \"businessTime\": 1776687574000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299886.03811806336,\n                    \"instrumentId\": \"321452d4-f69e-4191-9257-c993f908685c\",\n                    \"businessTime\": 1776687574000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388564.454602096,\n                    \"instrumentId\": \"4f4a9557-5a66-4110-866b-9dffad66c2f0\",\n                    \"businessTime\": 1776687574000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83890359.95756039,\n                    \"instrumentId\": \"b53de2df-b925-4d3a-b850-d11d35dc2f52\",\n                    \"businessTime\": 1776687574000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656113.6639299876,\n                    \"instrumentId\": \"a11f860c-f727-417c-99a8-58b69c277c00\",\n                    \"businessTime\": 1776687574000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f244344b-87dd-4908-adb1-43752cf70908\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05806516753691\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067710.592061021,\n                    \"instrumentId\": \"2d2e38ab-335e-4bac-b6b2-d2081061b8e7\",\n                    \"businessTime\": 1776687575000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284476.679330693,\n                    \"instrumentId\": \"d3c70318-bbfb-472b-a8f6-65d77237188b\",\n                    \"businessTime\": 1776687575000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786436.430567944,\n                    \"instrumentId\": \"a74e9cf1-6d16-4545-8cb9-f8607e5bb9d0\",\n                    \"businessTime\": 1776687575000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299886.03811806336,\n                    \"instrumentId\": \"4d53f1c9-446a-41bf-a4c1-715476211c64\",\n                    \"businessTime\": 1776687575000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388572.5398688858,\n                    \"instrumentId\": \"8e8b37a7-052d-4608-ab47-8487151e59d9\",\n                    \"businessTime\": 1776687575000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83890701.49897763,\n                    \"instrumentId\": \"9bf0adb6-8712-4800-9f0f-952c702011ee\",\n                    \"businessTime\": 1776687575000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656113.6639299876,\n                    \"instrumentId\": \"0bcd1ba9-fb23-4293-8571-67d8e264e789\",\n                    \"businessTime\": 1776687575000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3114a0a6-a312-44e7-81d6-3403203a28ad\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05814135375294\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067710.335383063,\n                    \"instrumentId\": \"c477d920-eea6-4da2-b7ee-c728b730dcbd\",\n                    \"businessTime\": 1776687576000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284376.076362052,\n                    \"instrumentId\": \"9bd1df5f-4069-4652-b6fe-bab8db3139a3\",\n                    \"businessTime\": 1776687576000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786436.430567944,\n                    \"instrumentId\": \"ffd8cb95-1b3f-4925-a5d5-145c69d1e9a8\",\n                    \"businessTime\": 1776687576000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299886.03811806336,\n                    \"instrumentId\": \"5cc92d0e-4c08-43dc-934c-c5a4a142cc75\",\n                    \"businessTime\": 1776687576000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388583.96648509166,\n                    \"instrumentId\": \"eb3c9c31-ca05-4caa-990e-94d79aaba3af\",\n                    \"businessTime\": 1776687576000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83890713.69141346,\n                    \"instrumentId\": \"abf8e5c4-00f9-4800-b57c-75a69f1d6d4b\",\n                    \"businessTime\": 1776687576000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656061.8821451382,\n                    \"instrumentId\": \"006919d2-c9d6-4c8d-84a8-dd5bcf1c35d2\",\n                    \"businessTime\": 1776687576000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"dc3d029a-9f44-4cd9-9825-cafcc41235ca\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058118678466574\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067818.942838625,\n                    \"instrumentId\": \"7574c3f8-724e-4e8b-8697-165755ec6f59\",\n                    \"businessTime\": 1776687577000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284376.3704626667,\n                    \"instrumentId\": \"c94d199b-b1db-4f23-86f4-6347ca6e84f8\",\n                    \"businessTime\": 1776687577000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786557.509478198,\n                    \"instrumentId\": \"168b3558-a033-403b-aace-e68e53e49dd4\",\n                    \"businessTime\": 1776687577000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299886.03811806336,\n                    \"instrumentId\": \"59727b93-7bae-4c04-8bac-4fd998f3a901\",\n                    \"businessTime\": 1776687577000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388583.96648509166,\n                    \"instrumentId\": \"825ee0a3-e074-41f4-a6f9-8fc953c166e3\",\n                    \"businessTime\": 1776687577000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83890724.6383366,\n                    \"instrumentId\": \"86cfc22e-bf0b-459b-afd0-8da28e5f45b7\",\n                    \"businessTime\": 1776687577000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656061.8821451382,\n                    \"instrumentId\": \"032f8d71-71c2-42f5-9a37-c2c9f549344e\",\n                    \"businessTime\": 1776687577000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e3346c37-9230-4b98-90ea-09f189a3e253\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0581610207143\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067818.942838625,\n                    \"instrumentId\": \"2859bf7a-cc55-40ea-baa6-35d865a3854f\",\n                    \"businessTime\": 1776687578000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284381.76300006,\n                    \"instrumentId\": \"3524336f-d983-4db6-a8f9-aa9fa11d4cea\",\n                    \"businessTime\": 1776687578000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786634.745604787,\n                    \"instrumentId\": \"83916cfa-f180-4e16-b440-1117c3f088fa\",\n                    \"businessTime\": 1776687578000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299887.4627277885,\n                    \"instrumentId\": \"8aea3369-914c-4475-9553-400966ecca4b\",\n                    \"businessTime\": 1776687578000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388583.96648509166,\n                    \"instrumentId\": \"0cdabb11-4e3c-4292-8e04-846b239deaed\",\n                    \"businessTime\": 1776687578000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83892467.95792413,\n                    \"instrumentId\": \"6bb34997-2137-4689-a47c-65117de571b5\",\n                    \"businessTime\": 1776687578000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656061.8821451382,\n                    \"instrumentId\": \"8852117b-151c-4d37-a86f-1ca23f0190d7\",\n                    \"businessTime\": 1776687578000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"644c8e29-0249-4db3-ba5d-c385c0a0342b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058482175874452\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067901.370245401,\n                    \"instrumentId\": \"0f282c4f-af0e-49c8-bb15-898529e36249\",\n                    \"businessTime\": 1776687579000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284383.1275531766,\n                    \"instrumentId\": \"304bcee0-4d90-419c-8164-df9b84e21f99\",\n                    \"businessTime\": 1776687579000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786678.807897074,\n                    \"instrumentId\": \"6f455913-98ac-43a4-834d-eff72f407217\",\n                    \"businessTime\": 1776687579000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299887.4627277885,\n                    \"instrumentId\": \"c5cadee8-0210-4340-997f-026210e3b6fc\",\n                    \"businessTime\": 1776687579000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388583.96648509166,\n                    \"instrumentId\": \"feb8f388-6398-4363-b780-44b88bcd0e3c\",\n                    \"businessTime\": 1776687579000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83892967.48647022,\n                    \"instrumentId\": \"a314a14b-4063-43a2-b04c-dc062bdbfb83\",\n                    \"businessTime\": 1776687579000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656061.8821451382,\n                    \"instrumentId\": \"14ed390d-f218-4b67-99c2-6a1fc5cc34b6\",\n                    \"businessTime\": 1776687579000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7242eccf-1f93-4fe9-8172-04dc7f6c622a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058592436471688\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067901.317293719,\n                    \"instrumentId\": \"cfa54f56-72cf-44d7-969b-e18cb7532299\",\n                    \"businessTime\": 1776687580000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284383.1223503705,\n                    \"instrumentId\": \"f6697cf8-d515-4eae-a34b-4d42a4c567e7\",\n                    \"businessTime\": 1776687580000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786674.156225245,\n                    \"instrumentId\": \"2ff12d30-d531-4c74-af2e-9a331e2394b3\",\n                    \"businessTime\": 1776687580000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.6143538981,\n                    \"instrumentId\": \"5129112a-e086-4820-9806-55b60b8ceea9\",\n                    \"businessTime\": 1776687580000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388583.96648509166,\n                    \"instrumentId\": \"d517fa6d-92a5-4873-a2b9-f3be6414086c\",\n                    \"businessTime\": 1776687580000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83892439.52528225,\n                    \"instrumentId\": \"e3e6ab16-10e8-4de1-b80a-c4263794e73b\",\n                    \"businessTime\": 1776687580000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656061.8821451382,\n                    \"instrumentId\": \"e47676a7-0dd8-488b-9af9-acd9ed350647\",\n                    \"businessTime\": 1776687580000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"eab812f0-9b35-4857-8fa6-fa04228f7b58\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058499199320863\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067901.396183615,\n                    \"instrumentId\": \"e75d3860-a266-4665-bfb3-6340572ade05\",\n                    \"businessTime\": 1776687581000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284383.1223503705,\n                    \"instrumentId\": \"c1911e5f-a960-4355-b0c0-2b4c90ddc6d8\",\n                    \"businessTime\": 1776687581000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786674.155933658,\n                    \"instrumentId\": \"4556b173-6942-47b3-a544-49a5f56dbfcd\",\n                    \"businessTime\": 1776687581000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299883.3290210323,\n                    \"instrumentId\": \"6489a078-4aff-4f00-8e22-3aabe9462056\",\n                    \"businessTime\": 1776687581000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388583.96648509166,\n                    \"instrumentId\": \"88376f7e-dfdc-4b9a-98e7-23e50f10027b\",\n                    \"businessTime\": 1776687581000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83892324.80928442,\n                    \"instrumentId\": \"81c9280d-570e-4a24-8a00-a88ef67e01e5\",\n                    \"businessTime\": 1776687581000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656061.8821451382,\n                    \"instrumentId\": \"095ffa0a-8afd-4f4d-9588-50243fdbc7be\",\n                    \"businessTime\": 1776687581000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"71ca89c5-0414-4787-9491-c91185c759b8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058477947522555\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067901.816925205,\n                    \"instrumentId\": \"df92cd62-b39d-40bd-a810-6fc19ce9e656\",\n                    \"businessTime\": 1776687582000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284435.8522337354,\n                    \"instrumentId\": \"d053e1c1-c5ac-407d-bd03-b3856b5dbffd\",\n                    \"businessTime\": 1776687582000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786675.499058906,\n                    \"instrumentId\": \"9959891d-a082-46d8-89f9-4a53d5b78af2\",\n                    \"businessTime\": 1776687582000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299883.3290210323,\n                    \"instrumentId\": \"93eed996-98c1-4ae0-8414-3b85dbfa1044\",\n                    \"businessTime\": 1776687582000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388583.96648509166,\n                    \"instrumentId\": \"086f774d-b192-4655-8e15-937aa9e75939\",\n                    \"businessTime\": 1776687582000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83892262.33950198,\n                    \"instrumentId\": \"0543119b-d4a2-4b9d-80ae-0606a3e63c23\",\n                    \"businessTime\": 1776687582000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656061.8821451382,\n                    \"instrumentId\": \"66fb87fc-628c-4cbd-a478-984ee77bffd9\",\n                    \"businessTime\": 1776687582000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"251cd5ab-c219-4ea9-a6f7-dca7ec814d43\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058476545759415\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067901.816925205,\n                    \"instrumentId\": \"1af027ce-dc1d-4991-bf48-54daf0116187\",\n                    \"businessTime\": 1776687583000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284400.309808599,\n                    \"instrumentId\": \"553c0839-d551-4eb7-a8f6-9fee6a5a8ae2\",\n                    \"businessTime\": 1776687583000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786675.644864187,\n                    \"instrumentId\": \"48d80bfe-82b1-454a-8f40-15efc001e7fe\",\n                    \"businessTime\": 1776687583000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299883.3290210323,\n                    \"instrumentId\": \"fc8744be-a80d-43b3-ae2a-3ed14734c8e9\",\n                    \"businessTime\": 1776687583000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388583.96648509166,\n                    \"instrumentId\": \"6d6282e5-b2c6-431a-a7bc-64d679d18efd\",\n                    \"businessTime\": 1776687583000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83892257.31665292,\n                    \"instrumentId\": \"769d1132-5ab8-4083-b710-2e50752d0a0f\",\n                    \"businessTime\": 1776687583000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656025.4055566959,\n                    \"instrumentId\": \"4deb97e3-7c96-432e-9030-8f592ff6ec24\",\n                    \"businessTime\": 1776687583000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c6d1e39c-69c9-4468-b273-529b6b3e2974\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05846303151384\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067996.173448129,\n                    \"instrumentId\": \"60de4f64-a97a-4e30-9a26-60c860f6aaca\",\n                    \"businessTime\": 1776687584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284397.286643589,\n                    \"instrumentId\": \"c3fdf342-4543-4ffb-97f1-a25ecefdc711\",\n                    \"businessTime\": 1776687584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786659.839298,\n                    \"instrumentId\": \"b8d29b9c-9d65-4901-9561-d631ea5b1f19\",\n                    \"businessTime\": 1776687584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299881.42633677454,\n                    \"instrumentId\": \"faa655f7-2253-4467-8900-0b8ecf19e085\",\n                    \"businessTime\": 1776687584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388583.96648509166,\n                    \"instrumentId\": \"ecb5ebc3-d200-45ca-9748-69dac20cd793\",\n                    \"businessTime\": 1776687584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83892388.43856691,\n                    \"instrumentId\": \"36fb03f7-a0a6-40db-a885-2752ef5768bd\",\n                    \"businessTime\": 1776687584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656034.7263840239,\n                    \"instrumentId\": \"72f949f5-c014-406f-b599-730ae60102f6\",\n                    \"businessTime\": 1776687584000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"01745d6d-8b6e-4347-a8a2-8a014a81a5cb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058500653279882\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068019.118986896,\n                    \"instrumentId\": \"af962122-7c93-4bab-96ad-2e60e9555f39\",\n                    \"businessTime\": 1776687585000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284397.286643589,\n                    \"instrumentId\": \"bd626fba-c9c9-4615-a9e0-dab1e0e44912\",\n                    \"businessTime\": 1776687585000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786659.965448763,\n                    \"instrumentId\": \"b2f7eb70-3752-4c40-b62e-08559731546e\",\n                    \"businessTime\": 1776687585000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299881.42633677454,\n                    \"instrumentId\": \"faa655f7-2253-4467-8900-0b8ecf19e085\",\n                    \"businessTime\": 1776687584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388583.96648509166,\n                    \"instrumentId\": \"1ec700d6-4ba2-4f07-97e9-99c8c6cd6be7\",\n                    \"businessTime\": 1776687585000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83892492.13947484,\n                    \"instrumentId\": \"68af63d8-9998-47b7-91e5-2642c883c124\",\n                    \"businessTime\": 1776687585000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656034.7263840239,\n                    \"instrumentId\": \"6df5b705-72ec-4a69-a44d-ffe38159a9a0\",\n                    \"businessTime\": 1776687585000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"92680ce3-93fe-4a36-95df-1ed4e6695fbd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058522933173986\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068104.7809348265,\n                    \"instrumentId\": \"3a52293e-4ef9-45fd-a9b1-59a6b94ad2e2\",\n                    \"businessTime\": 1776687586000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284372.981983905,\n                    \"instrumentId\": \"26cb2bcd-edcc-4b23-bdf0-58b7e584b5cf\",\n                    \"businessTime\": 1776687586000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786142.394351378,\n                    \"instrumentId\": \"ee65c852-e29c-476f-9d60-06b22db6fa28\",\n                    \"businessTime\": 1776687586000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299881.42633677454,\n                    \"instrumentId\": \"faa655f7-2253-4467-8900-0b8ecf19e085\",\n                    \"businessTime\": 1776687584000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388593.5680172437,\n                    \"instrumentId\": \"2694be1a-6fc5-4cfc-816d-e6273d3a2f38\",\n                    \"businessTime\": 1776687586000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83894451.82682677,\n                    \"instrumentId\": \"7803f384-02e3-4477-b7d0-e0308311ec98\",\n                    \"businessTime\": 1776687586000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656034.7263840239,\n                    \"instrumentId\": \"cc00c25a-4786-48ec-8757-d6ea3c61eef9\",\n                    \"businessTime\": 1776687586000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9b7978e4-78e9-414a-89fe-ddb4040e2239\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058788851464836\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068107.4763631215,\n                    \"instrumentId\": \"6f2b0611-c2f6-46eb-b7e3-c2ba17f2058c\",\n                    \"businessTime\": 1776687587000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284215.078354269,\n                    \"instrumentId\": \"da225516-ee90-4509-b940-cd3850c02b3a\",\n                    \"businessTime\": 1776687587000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786137.599317497,\n                    \"instrumentId\": \"783080ee-5919-49bf-a6c1-a61a0e0f1852\",\n                    \"businessTime\": 1776687587000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"007ef3d8-3f8e-4999-8dea-e5810ddadfff\",\n                    \"businessTime\": 1776687587000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388593.5680172437,\n                    \"instrumentId\": \"15fd842e-e730-4c2d-992a-69029501c35b\",\n                    \"businessTime\": 1776687587000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83894732.82720374,\n                    \"instrumentId\": \"af6d3ff2-d924-438c-b081-2618c8fa494a\",\n                    \"businessTime\": 1776687587000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656034.7263840239,\n                    \"instrumentId\": \"79fb3604-7b6d-4072-8424-aa4cc864a34b\",\n                    \"businessTime\": 1776687587000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8c14ac30-4e2d-4fc9-a718-a86909fb9764\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058800399377674\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068074.636213691,\n                    \"instrumentId\": \"bd5f1c63-f727-4922-adc2-4af3d499f818\",\n                    \"businessTime\": 1776687588000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284245.0558675043,\n                    \"instrumentId\": \"41942cbf-2ee4-4a21-a41c-52a2354be57a\",\n                    \"businessTime\": 1776687588000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786137.599317497,\n                    \"instrumentId\": \"f6da8306-8b6b-49d6-bb9e-9eceea82ade1\",\n                    \"businessTime\": 1776687588000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"4a96bb92-96b2-4eaf-b864-be92322681f2\",\n                    \"businessTime\": 1776687588000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388593.5680172437,\n                    \"instrumentId\": \"8c9053cd-0b2d-45ee-9da4-b3a8ff95f814\",\n                    \"businessTime\": 1776687588000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83894648.09508166,\n                    \"instrumentId\": \"1402ba85-ffea-48ed-8ba2-eb103fdf21e2\",\n                    \"businessTime\": 1776687588000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656034.7263840239,\n                    \"instrumentId\": \"c068fbbf-125f-44a2-ac97-34508b5aa59e\",\n                    \"businessTime\": 1776687588000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0d86d37a-1fa3-47c6-be4b-48671450c8f9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058785004868312\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068198.144746729,\n                    \"instrumentId\": \"13d18872-c910-4bf4-adcb-212bba9d9fc8\",\n                    \"businessTime\": 1776687589000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284296.1557032424,\n                    \"instrumentId\": \"a2b43953-55dc-4022-aac5-7eda932a7ce0\",\n                    \"businessTime\": 1776687589000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788100.559259243,\n                    \"instrumentId\": \"8fbd25db-ccdc-449b-9d4c-6e9d0aea6249\",\n                    \"businessTime\": 1776687589000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"576e42b8-4fe1-4b72-9949-b9622638edd6\",\n                    \"businessTime\": 1776687589000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388593.5680172437,\n                    \"instrumentId\": \"405ba0d0-2851-44c8-8f7f-dea34a9aa6ff\",\n                    \"businessTime\": 1776687589000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83895148.66073135,\n                    \"instrumentId\": \"41b179ab-4bdb-4461-b4db-b44a12075a6a\",\n                    \"businessTime\": 1776687589000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656034.7263840239,\n                    \"instrumentId\": \"139007a1-34b0-4c57-a1a1-c7ace5357629\",\n                    \"businessTime\": 1776687589000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"cbfbdc94-b697-4663-9de7-bc728109c703\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05924864879805\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068344.1104467325,\n                    \"instrumentId\": \"46ede982-8aa3-4e00-a49b-35adc429d9f0\",\n                    \"businessTime\": 1776687590000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284262.9392418223,\n                    \"instrumentId\": \"c8757f3b-a1b6-4a55-9184-ad6763e3180e\",\n                    \"businessTime\": 1776687590000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787745.544463068,\n                    \"instrumentId\": \"383db60f-5058-421a-9af2-ff4754eafba6\",\n                    \"businessTime\": 1776687590000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"8ce331b4-88c8-42ba-9a1b-212143d1868d\",\n                    \"businessTime\": 1776687590000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388600.07321931253,\n                    \"instrumentId\": \"544353d0-8e2e-4c7c-9200-6affcfb3c763\",\n                    \"businessTime\": 1776687590000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83895209.26177073,\n                    \"instrumentId\": \"b395b67c-d9bf-40d8-a164-c42b3c49be81\",\n                    \"businessTime\": 1776687590000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"b9c521ca-19e8-4c41-a3cf-01f56a8b045d\",\n                    \"businessTime\": 1776687590000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1738082a-b860-4661-a60c-de8be795c04f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05921925431616\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068344.1104467325,\n                    \"instrumentId\": \"97f8e6c6-7652-41e8-b3ef-fd68c96a711e\",\n                    \"businessTime\": 1776687591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284281.2521201214,\n                    \"instrumentId\": \"6dc3a13e-4806-4c0f-8a14-e5c07cf3c531\",\n                    \"businessTime\": 1776687591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787721.24356743,\n                    \"instrumentId\": \"9855f2ae-f4bf-487a-9e95-3da9c8f6a231\",\n                    \"businessTime\": 1776687591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"cd71af26-7a07-4637-9265-3ff6398eb342\",\n                    \"businessTime\": 1776687591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388600.07321931253,\n                    \"instrumentId\": \"a12277ed-40d5-4cf7-b52d-7e5f5640d2e5\",\n                    \"businessTime\": 1776687591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83894597.80098869,\n                    \"instrumentId\": \"8bf5a5cd-13ea-45ee-839e-e061e6d57403\",\n                    \"businessTime\": 1776687591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"ac5fec11-d7ea-4151-afa0-7bb4f16bda83\",\n                    \"businessTime\": 1776687591000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8f593794-628b-4aa6-9e65-b235c48b2df3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05911073958868\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068344.1104467325,\n                    \"instrumentId\": \"e6170f2e-16eb-4ba3-a5c4-a94fc68f14f4\",\n                    \"businessTime\": 1776687592000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284281.2521201214,\n                    \"instrumentId\": \"6cc8121d-753a-448a-adc5-059c21736bdb\",\n                    \"businessTime\": 1776687592000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786649.471491722,\n                    \"instrumentId\": \"117271d6-cbf2-47ca-9845-44969c4f206c\",\n                    \"businessTime\": 1776687592000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"2037779c-9040-45f5-9e57-9d8b2d6bf9f1\",\n                    \"businessTime\": 1776687592000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388600.07321931253,\n                    \"instrumentId\": \"a12277ed-40d5-4cf7-b52d-7e5f5640d2e5\",\n                    \"businessTime\": 1776687591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83893843.08649243,\n                    \"instrumentId\": \"845b6e0d-c2f2-45e1-b614-329bf5cf8590\",\n                    \"businessTime\": 1776687592000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"58439e42-5481-4ac0-adb6-970b337bdcba\",\n                    \"businessTime\": 1776687592000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fb274cd7-fe54-4a0c-aff1-40eb81ebc2c2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05878974019115\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068142.18081472,\n                    \"instrumentId\": \"59b50966-f138-4553-ae82-bf16b09b22be\",\n                    \"businessTime\": 1776687593000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284132.985394647,\n                    \"instrumentId\": \"c8f313fd-f663-49ab-bcf6-a44ef37075be\",\n                    \"businessTime\": 1776687593000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786104.859827401,\n                    \"instrumentId\": \"50d6ec2d-17bc-4882-a8b3-dbced407d3ef\",\n                    \"businessTime\": 1776687593000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"263d7be6-df07-4a75-ab1e-4b65a6b8f652\",\n                    \"businessTime\": 1776687593000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388600.07321931253,\n                    \"instrumentId\": \"a12277ed-40d5-4cf7-b52d-7e5f5640d2e5\",\n                    \"businessTime\": 1776687591000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83893318.1257936,\n                    \"instrumentId\": \"0c86c796-5a36-4240-b0a2-58fd9c12cb1e\",\n                    \"businessTime\": 1776687593000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"33faf6ac-935c-4a97-923a-34ebd7fe14f8\",\n                    \"businessTime\": 1776687593000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"311ecdf1-e76c-4103-ad28-8292fcdc5fb2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058540220205096\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068142.18081472,\n                    \"instrumentId\": \"ed1ed393-628f-4ff9-9d2b-040d8edd0447\",\n                    \"businessTime\": 1776687594000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284127.5800449695,\n                    \"instrumentId\": \"66c3877c-1c0d-4313-b687-048961bddf16\",\n                    \"businessTime\": 1776687594000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786104.859827401,\n                    \"instrumentId\": \"532e805a-0b1a-4633-b279-5d1056fe1aaa\",\n                    \"businessTime\": 1776687594000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"acfd33cb-f4eb-49af-a4c0-f97b1a170e21\",\n                    \"businessTime\": 1776687594000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388810.0138315326,\n                    \"instrumentId\": \"924f6eb7-3545-4c42-b216-b41880aa88f5\",\n                    \"businessTime\": 1776687594000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83893338.24378467,\n                    \"instrumentId\": \"d5cd3f5a-dd9a-4e1e-bb11-8bdc243bc7ef\",\n                    \"businessTime\": 1776687594000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"da52b462-736c-4b62-a51b-e1b215af848b\",\n                    \"businessTime\": 1776687594000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"34f104ab-990d-4121-bdec-cabadca05e83\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058579702323478\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068291.938191737,\n                    \"instrumentId\": \"5563a7f6-989f-4e3b-8412-a2f7a219ad3b\",\n                    \"businessTime\": 1776687595000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284125.6149571934,\n                    \"instrumentId\": \"52b5775e-2df6-4743-b2bb-47ba2521ccf9\",\n                    \"businessTime\": 1776687595000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786208.785872724,\n                    \"instrumentId\": \"6f4d4024-13e4-4fa3-b56a-407f7cfcef8d\",\n                    \"businessTime\": 1776687595000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"8124c2a8-2f58-4210-a97d-7c9c19fe144e\",\n                    \"businessTime\": 1776687595000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388810.0138315326,\n                    \"instrumentId\": \"a0b5ae8c-41c6-4ddf-abb5-ffc2c975026f\",\n                    \"businessTime\": 1776687595000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83893757.48248889,\n                    \"instrumentId\": \"586c49ad-dab6-4696-8972-ccb6e15ee874\",\n                    \"businessTime\": 1776687595000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"d73d40cb-a1d2-467c-983e-287c4bccd9e1\",\n                    \"businessTime\": 1776687595000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2e129ce2-fa84-4e1b-8036-b790a3361d81\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05869762095947\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068292.40900976,\n                    \"instrumentId\": \"cc25c1ef-6d29-4eaa-a9f2-2a62ba443be2\",\n                    \"businessTime\": 1776687596000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284106.5242596385,\n                    \"instrumentId\": \"e67085ad-d95f-4541-b4d0-131313e3ce12\",\n                    \"businessTime\": 1776687596000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786208.785872724,\n                    \"instrumentId\": \"efda3565-663a-484c-a9a2-14f28eb84414\",\n                    \"businessTime\": 1776687596000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"57a2e97a-b87f-43cb-a574-301f48e78cb8\",\n                    \"businessTime\": 1776687596000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388810.0138315326,\n                    \"instrumentId\": \"12835ac3-bfad-4487-b4aa-f0fb22f5e568\",\n                    \"businessTime\": 1776687596000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83893853.51793383,\n                    \"instrumentId\": \"940cc6e8-c868-4c5f-90b3-e81bc27ab18a\",\n                    \"businessTime\": 1776687596000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"c134f0ae-5c0f-486e-911e-cce774d91b8b\",\n                    \"businessTime\": 1776687596000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"038be3a9-84dc-423b-b54b-2a1050b1b4d2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058711226506993\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068318.1760704,\n                    \"instrumentId\": \"028df343-b2ea-4056-8f76-af62b743f962\",\n                    \"businessTime\": 1776687597000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284106.5242596385,\n                    \"instrumentId\": \"cb4ac108-3cb8-4971-8205-76f9c299e1a0\",\n                    \"businessTime\": 1776687597000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786539.403427443,\n                    \"instrumentId\": \"8dd48215-76df-4b28-a52f-bf2df1c539ef\",\n                    \"businessTime\": 1776687597000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"c10d084d-6314-46d1-8d4b-b0c33b3d9481\",\n                    \"businessTime\": 1776687597000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388810.0138315326,\n                    \"instrumentId\": \"97c1cfcc-fbb2-44d0-8ffa-b9b96debe048\",\n                    \"businessTime\": 1776687597000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83893869.9590858,\n                    \"instrumentId\": \"d07c9e73-e8dd-4c91-830f-7f0847890e8d\",\n                    \"businessTime\": 1776687597000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6ac9f5f2-468b-4d1c-b425-dadfcd2c7e5e\",\n                    \"businessTime\": 1776687597000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"573c9e87-894b-4d1a-8869-4d4b51b5e4c7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05877674948895\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:19:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068318.1760704,\n                    \"instrumentId\": \"45e99830-1d1b-45ff-8f7a-1100c08a197e\",\n                    \"businessTime\": 1776687598000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284113.731861975,\n                    \"instrumentId\": \"cca980eb-46ce-497e-beb5-e93d4cf3fd04\",\n                    \"businessTime\": 1776687598000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786531.301469233,\n                    \"instrumentId\": \"9411cf16-7050-46ff-b994-3d35a2d21ca8\",\n                    \"businessTime\": 1776687598000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"90cc2274-f0f8-411a-81a3-51009a3f9cf8\",\n                    \"businessTime\": 1776687598000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388810.0138315326,\n                    \"instrumentId\": \"240fc2aa-603d-498b-acf1-574c23ccd414\",\n                    \"businessTime\": 1776687598000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83893889.09482105,\n                    \"instrumentId\": \"b4eaf16e-9d10-4ed6-8e59-8cbcf8b99472\",\n                    \"businessTime\": 1776687598000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6ac9f5f2-468b-4d1c-b425-dadfcd2c7e5e\",\n                    \"businessTime\": 1776687597000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e3032735-ebdf-4a85-b4fd-992930973575\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058779955355273\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068375.243981715,\n                    \"instrumentId\": \"e791f569-cce7-4e33-9a19-cc5bdc5d168c\",\n                    \"businessTime\": 1776687599000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284113.731861975,\n                    \"instrumentId\": \"b8dc6054-2012-4311-80ab-836ecb510549\",\n                    \"businessTime\": 1776687599000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786585.241390446,\n                    \"instrumentId\": \"c0265ed9-c8e8-4482-916f-554d1ea72043\",\n                    \"businessTime\": 1776687599000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"192e4a3a-b73c-456c-9d49-7357a9a43ea1\",\n                    \"businessTime\": 1776687599000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388392.1220236737,\n                    \"instrumentId\": \"1d2151ea-5a09-47ed-a7f9-20c393b108bc\",\n                    \"businessTime\": 1776687599000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83893971.11897139,\n                    \"instrumentId\": \"bc89248e-bd07-4ddc-b434-b744e8b8fb99\",\n                    \"businessTime\": 1776687599000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6ac9f5f2-468b-4d1c-b425-dadfcd2c7e5e\",\n                    \"businessTime\": 1776687597000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"015876e4-d55e-41ac-9c94-4be3ba7b2059\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058740436932606\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068375.243981715,\n                    \"instrumentId\": \"3156fe09-c443-4657-9221-a5bdb439192c\",\n                    \"businessTime\": 1776687600000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284123.174865557,\n                    \"instrumentId\": \"b70cc72f-8c10-41a3-bf4b-84a56cc569ec\",\n                    \"businessTime\": 1776687600000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786622.314129462,\n                    \"instrumentId\": \"54589bd7-95c8-453f-bf4e-814897573080\",\n                    \"businessTime\": 1776687600000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"589d4eb3-de5d-44e7-9fd1-aa39ffc61781\",\n                    \"businessTime\": 1776687600000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388392.1220236737,\n                    \"instrumentId\": \"ec408c57-ab05-4210-88ac-e686ff51b389\",\n                    \"businessTime\": 1776687600000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83893962.98995653,\n                    \"instrumentId\": \"266352ff-5f92-4f39-b326-2659304efecf\",\n                    \"businessTime\": 1776687600000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6ac9f5f2-468b-4d1c-b425-dadfcd2c7e5e\",\n                    \"businessTime\": 1776687597000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e769eb6e-d1cc-4050-94c0-277c40d2e615\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05874718328194\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068488.457465728,\n                    \"instrumentId\": \"0d5aa889-cc8f-4389-9cb7-fb45fedac07b\",\n                    \"businessTime\": 1776687601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284123.174865557,\n                    \"instrumentId\": \"6ca4e4ac-7660-40f7-90f2-fac44a66c514\",\n                    \"businessTime\": 1776687601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786622.314129462,\n                    \"instrumentId\": \"8eb6b1ec-623e-4703-9621-2d69b5e89f37\",\n                    \"businessTime\": 1776687601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"f866d523-ee01-4f17-9c0c-33e735dc367b\",\n                    \"businessTime\": 1776687601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388392.1220236737,\n                    \"instrumentId\": \"79ce3220-887d-4f9b-9259-c592083593df\",\n                    \"businessTime\": 1776687601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83892588.07864062,\n                    \"instrumentId\": \"b5dc84eb-cc2e-461b-9681-fcd70f74658d\",\n                    \"businessTime\": 1776687601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656016.0738933955,\n                    \"instrumentId\": \"4670dc46-cf9f-4931-a578-74331ea81ca7\",\n                    \"businessTime\": 1776687601000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6591c485-1f7a-48d9-8845-0f0dda73a148\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058520776421357\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068488.457465728,\n                    \"instrumentId\": \"1996d398-d8fa-4e67-9f5f-b828adf25ce2\",\n                    \"businessTime\": 1776687602000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284125.7182701454,\n                    \"instrumentId\": \"3f638abe-aafb-4f07-a451-b449b566d986\",\n                    \"businessTime\": 1776687602000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786721.985339032,\n                    \"instrumentId\": \"f7f8437c-ff64-411b-91be-1c50f7479fda\",\n                    \"businessTime\": 1776687602000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"f866d523-ee01-4f17-9c0c-33e735dc367b\",\n                    \"businessTime\": 1776687601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388392.1220236737,\n                    \"instrumentId\": \"3d1d4170-2ed3-4aac-b169-3aedcc750075\",\n                    \"businessTime\": 1776687602000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83891272.92302153,\n                    \"instrumentId\": \"28ceb283-2906-42d4-b82a-1968b1841e4f\",\n                    \"businessTime\": 1776687602000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656228.5295643266,\n                    \"instrumentId\": \"be0161fa-191b-452a-9717-313900feb189\",\n                    \"businessTime\": 1776687602000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0804b3ad-b85f-4a96-a7c1-488e6c8ec2e9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058344944200968\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069284.682025807,\n                    \"instrumentId\": \"9fabf667-f10e-44ee-a7d9-a69fd9386834\",\n                    \"businessTime\": 1776687603000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284125.7182701454,\n                    \"instrumentId\": \"61e35e22-f7fa-4e33-b4df-ea81e7c4a23d\",\n                    \"businessTime\": 1776687603000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786721.985339032,\n                    \"instrumentId\": \"9124e467-a655-47f6-8d4a-ba2537d2a54f\",\n                    \"businessTime\": 1776687603000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299826.1368190752,\n                    \"instrumentId\": \"f866d523-ee01-4f17-9c0c-33e735dc367b\",\n                    \"businessTime\": 1776687601000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388392.1220236737,\n                    \"instrumentId\": \"c43a1a94-f0ca-4538-839c-ec2723bbd635\",\n                    \"businessTime\": 1776687603000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83891396.25037387,\n                    \"instrumentId\": \"b7ff0c6e-8473-4af6-8ecb-5e16e183cb4a\",\n                    \"businessTime\": 1776687603000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656212.0005120501,\n                    \"instrumentId\": \"47d68520-2b6d-4810-ae71-a9f0b2bb8500\",\n                    \"businessTime\": 1776687603000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"844245a8-b5e4-4f90-9a67-dead8fc80f69\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.058503647691328\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069284.682025807,\n                    \"instrumentId\": \"949fbff1-6d41-4fb9-b867-89c07a5c260e\",\n                    \"businessTime\": 1776687604000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284162.683024246,\n                    \"instrumentId\": \"1880741f-e7b7-43fa-8a91-5d24fa10e51b\",\n                    \"businessTime\": 1776687604000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788279.75803683,\n                    \"instrumentId\": \"dfd0202b-5b58-4565-a262-5799855415ae\",\n                    \"businessTime\": 1776687604000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299879.86574554915,\n                    \"instrumentId\": \"d9ddc556-603e-47f7-836d-5ee2e632b6b9\",\n                    \"businessTime\": 1776687604000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388392.1220236737,\n                    \"instrumentId\": \"2779ba50-9eff-44ea-bc6b-a0f96d468e6e\",\n                    \"businessTime\": 1776687604000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83895016.57413295,\n                    \"instrumentId\": \"189a7ada-376c-48e4-a732-80ea757aa95b\",\n                    \"businessTime\": 1776687604000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656212.0005120501,\n                    \"instrumentId\": \"ad37ffcd-a2ce-439c-9213-d2092e405acf\",\n                    \"businessTime\": 1776687604000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"57310268-9e10-4fbd-8dd2-afc2d9827490\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.059429621353445\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069345.996178528,\n                    \"instrumentId\": \"fb61a404-b24f-4e1e-b562-c60838fa63f1\",\n                    \"businessTime\": 1776687605000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284194.703040889,\n                    \"instrumentId\": \"de1941ed-a9c3-4475-9218-d5c6db07a442\",\n                    \"businessTime\": 1776687605000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788563.309105908,\n                    \"instrumentId\": \"d3ceb9ad-8233-4635-b306-fdc62d62fc5b\",\n                    \"businessTime\": 1776687605000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299879.86574554915,\n                    \"instrumentId\": \"a7211ac8-85c5-4990-b31d-d7c5b2629876\",\n                    \"businessTime\": 1776687605000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388392.1220236737,\n                    \"instrumentId\": \"6d3e1e5e-8099-43fe-806d-045b2bb3f41b\",\n                    \"businessTime\": 1776687605000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83895009.3956595,\n                    \"instrumentId\": \"9e9f008e-b8d9-45f3-bff1-1deb3948e83c\",\n                    \"businessTime\": 1776687605000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656219.5057545458,\n                    \"instrumentId\": \"ac6b8625-141f-4f26-8a3a-f7a031638141\",\n                    \"businessTime\": 1776687605000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"88b54c69-1cfd-4d16-8468-7c0ba633951c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.05949591520362\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069379.054116402,\n                    \"instrumentId\": \"e88d643d-098c-4eb2-9421-80eff6d42a15\",\n                    \"businessTime\": 1776687606000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284194.703040889,\n                    \"instrumentId\": \"a34b3d7e-d4b1-4d30-96ac-8a280b15a029\",\n                    \"businessTime\": 1776687606000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788834.289784059,\n                    \"instrumentId\": \"d454d464-0673-4ed4-b1bf-e83a48383f2f\",\n                    \"businessTime\": 1776687606000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299879.86574554915,\n                    \"instrumentId\": \"47f06180-c4fd-49a8-9f16-3c5331f72a5a\",\n                    \"businessTime\": 1776687606000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388392.1220236737,\n                    \"instrumentId\": \"e6147457-1391-4771-ab6b-0dcd9cf36a91\",\n                    \"businessTime\": 1776687606000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83898163.3548645,\n                    \"instrumentId\": \"bcbef53f-d8ea-4789-a574-41d5ff07740c\",\n                    \"businessTime\": 1776687606000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656219.5057545458,\n                    \"instrumentId\": \"0351b1f4-8830-433b-a2ff-a1d78238f614\",\n                    \"businessTime\": 1776687606000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1ac035cd-ee03-4daf-8f08-2d9572959f28\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.060103647685345\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069379.247377056,\n                    \"instrumentId\": \"65c0ccae-8b67-4f08-9ded-56b16e3d1e3a\",\n                    \"businessTime\": 1776687607000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284221.338712787,\n                    \"instrumentId\": \"5be475e0-e477-4f14-8576-1234fbebb21f\",\n                    \"businessTime\": 1776687607000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789044.745184867,\n                    \"instrumentId\": \"e7545c25-1f09-49d8-bfb0-1f9dc1af3ba0\",\n                    \"businessTime\": 1776687607000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299879.86574554915,\n                    \"instrumentId\": \"682ee32f-a6c3-41ba-8001-840ce83a3a45\",\n                    \"businessTime\": 1776687607000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388392.1220236737,\n                    \"instrumentId\": \"9cbeff35-c01f-466b-a1b7-740e77a82c9e\",\n                    \"businessTime\": 1776687607000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83901165.21096663,\n                    \"instrumentId\": \"9f4c99dd-94bc-4585-885e-05e3b3017ecb\",\n                    \"businessTime\": 1776687607000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656219.5057545458,\n                    \"instrumentId\": \"7fea6324-38ac-4207-8cb0-e34ed97a1bf4\",\n                    \"businessTime\": 1776687607000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c31bb606-81ff-4b5a-b231-3a8ece361c9d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.060672916654674\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069413.121922962,\n                    \"instrumentId\": \"0c79234e-652e-4e76-be77-a4908a4f1e4d\",\n                    \"businessTime\": 1776687608000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284690.1985930037,\n                    \"instrumentId\": \"396d499b-47cd-4539-827e-1b548891e456\",\n                    \"businessTime\": 1776687608000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789044.745184867,\n                    \"instrumentId\": \"bd1b4f3f-1157-45ad-944f-cb0c316ef4fe\",\n                    \"businessTime\": 1776687608000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.27769972384,\n                    \"instrumentId\": \"f7bf79c4-5da0-4c05-b09d-0c75aaea788d\",\n                    \"businessTime\": 1776687608000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388392.1220236737,\n                    \"instrumentId\": \"2675f8aa-806f-4440-add3-df5d3acadde5\",\n                    \"businessTime\": 1776687608000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83900481.9797359,\n                    \"instrumentId\": \"798c78e8-d6a9-4515-8369-38641c18582f\",\n                    \"businessTime\": 1776687608000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656219.5057545458,\n                    \"instrumentId\": \"b2b92a1e-7fae-4e3f-9812-0c22fed7939e\",\n                    \"businessTime\": 1776687608000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d7b7455b-2ba5-4ce9-b9d1-19d745d665b4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.060641970283775\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069413.121922962,\n                    \"instrumentId\": \"6963c6f9-2265-4c4b-bc48-e10b63a8d2c0\",\n                    \"businessTime\": 1776687609000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284690.203840175,\n                    \"instrumentId\": \"1e98eb61-1c35-4362-8658-04a483dd2710\",\n                    \"businessTime\": 1776687609000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13790550.555430328,\n                    \"instrumentId\": \"c0ecde1e-831a-4e44-9b38-861c13e4fb2a\",\n                    \"businessTime\": 1776687609000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.27769972384,\n                    \"instrumentId\": \"efaacb41-ac29-4b1b-9216-0d48f1551b0b\",\n                    \"businessTime\": 1776687609000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388446.5471415118,\n                    \"instrumentId\": \"9ccb0eb8-8678-4f64-8f6d-3b12dead6e64\",\n                    \"businessTime\": 1776687609000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83913441.2377786,\n                    \"instrumentId\": \"046e806c-8d6b-4da2-9db3-b19b9c7d856b\",\n                    \"businessTime\": 1776687609000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656219.5057545458,\n                    \"instrumentId\": \"36d6a29e-b624-4eeb-9f1b-9404eb869c57\",\n                    \"businessTime\": 1776687609000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"15e49fc9-e16e-4272-834d-28dbebd28183\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06319372751632\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069497.859116638,\n                    \"instrumentId\": \"035c0c79-4bce-4005-b238-763977903a91\",\n                    \"businessTime\": 1776687610000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284690.2347614593,\n                    \"instrumentId\": \"294318be-e9e9-4b50-b334-23c99dddcd3f\",\n                    \"businessTime\": 1776687610000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13790671.331650581,\n                    \"instrumentId\": \"fec41459-e70e-494f-801d-78123ea6a804\",\n                    \"businessTime\": 1776687610000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.27769972384,\n                    \"instrumentId\": \"e4795025-3724-4ed7-af18-1ec697e2d654\",\n                    \"businessTime\": 1776687610000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388446.5471415118,\n                    \"instrumentId\": \"dcd038fe-f248-4226-a44b-a46bb5b4209e\",\n                    \"businessTime\": 1776687610000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83913971.53342518,\n                    \"instrumentId\": \"2abc16cc-cffb-4814-8d0e-4a269156981e\",\n                    \"businessTime\": 1776687610000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656219.5057545458,\n                    \"instrumentId\": \"2ce3f010-3854-44a3-96f0-37c94204b3d1\",\n                    \"businessTime\": 1776687610000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f24a4202-1a02-4172-ae12-5e3318d52b5f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06332304912999\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069586.781237407,\n                    \"instrumentId\": \"2de7088f-ebe7-465e-8a4d-1128c5bd129f\",\n                    \"businessTime\": 1776687611000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284855.2395690763,\n                    \"instrumentId\": \"a6ffdedc-9f67-46f5-b861-f034af4b4936\",\n                    \"businessTime\": 1776687611000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13790671.316481527,\n                    \"instrumentId\": \"db30c396-a2c2-4bf6-a094-fd21c488d885\",\n                    \"businessTime\": 1776687611000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.27769972384,\n                    \"instrumentId\": \"5a4bb797-c092-4431-9d09-de79b657b054\",\n                    \"businessTime\": 1776687611000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388446.5471415118,\n                    \"instrumentId\": \"65b30d5c-a7fe-4293-b00f-3d8dffbec93b\",\n                    \"businessTime\": 1776687611000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83913986.60846004,\n                    \"instrumentId\": \"325c4097-412a-47ec-805f-96e1cbc55dc5\",\n                    \"businessTime\": 1776687611000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656217.5348951197,\n                    \"instrumentId\": \"42b72540-d77f-40b9-bc08-1cd0b2c05710\",\n                    \"businessTime\": 1776687611000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"43e34820-ef02-442a-aff3-2b6aab016bd9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.063369976359297\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069586.781237407,\n                    \"instrumentId\": \"e290f121-7fce-4eae-8abf-b95e9e1bf618\",\n                    \"businessTime\": 1776687612000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284855.2395690763,\n                    \"instrumentId\": \"4774dda8-9b6a-44ee-b605-1862e261f83c\",\n                    \"businessTime\": 1776687612000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13791352.522461692,\n                    \"instrumentId\": \"df582217-c12f-4a36-8600-d30ad94ee56f\",\n                    \"businessTime\": 1776687612000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.0872233937,\n                    \"instrumentId\": \"98e8e200-7c0e-4493-ae43-c5f3190321b0\",\n                    \"businessTime\": 1776687612000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388446.5471415118,\n                    \"instrumentId\": \"2b68ca6a-f902-4ffc-9b8d-39b8f3e129b0\",\n                    \"businessTime\": 1776687612000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83915008.29307766,\n                    \"instrumentId\": \"ed7eefe8-4d03-4adb-bf3d-4252e4d23f4d\",\n                    \"businessTime\": 1776687612000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656217.5348951197,\n                    \"instrumentId\": \"1b7c8474-c640-4a76-becf-71efd467044b\",\n                    \"businessTime\": 1776687612000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d4621d15-94a8-459e-bd42-a7c313b65f44\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.063669220668867\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069590.753244418,\n                    \"instrumentId\": \"005fde4e-27c3-4aae-bb60-00b9f8eaac68\",\n                    \"businessTime\": 1776687613000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284857.3591049197,\n                    \"instrumentId\": \"6a325d08-0cee-4f47-a40d-704e9a90cfe7\",\n                    \"businessTime\": 1776687613000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13791352.522461692,\n                    \"instrumentId\": \"20951e6e-dfbb-42ab-b7e8-3850120494e0\",\n                    \"businessTime\": 1776687613000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.0872233937,\n                    \"instrumentId\": \"6942a754-93a7-40ff-8911-9b320a894990\",\n                    \"businessTime\": 1776687613000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388446.5471415118,\n                    \"instrumentId\": \"5f96b0cc-1ae2-46a6-b3fe-4ccc54be34cc\",\n                    \"businessTime\": 1776687613000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83915107.35046531,\n                    \"instrumentId\": \"20652377-40df-47ea-bd30-a217d11d2a88\",\n                    \"businessTime\": 1776687613000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656217.5348951197,\n                    \"instrumentId\": \"8bebe819-232a-4d54-9846-30866cd1da28\",\n                    \"businessTime\": 1776687613000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"51c2b51d-dbda-47ec-ba98-1924d07eb88e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.063687700270012\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069590.753244418,\n                    \"instrumentId\": \"0c5e2f78-489d-4b8e-913c-52e96d8ea9d0\",\n                    \"businessTime\": 1776687614000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284857.3591049197,\n                    \"instrumentId\": \"56191a97-0dad-43e5-8f9b-39cac30cd1d7\",\n                    \"businessTime\": 1776687614000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13791355.17956703,\n                    \"instrumentId\": \"44a66d31-a546-4fa1-b9d1-c2d8fa804add\",\n                    \"businessTime\": 1776687614000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.0872233937,\n                    \"instrumentId\": \"55f99a32-67b4-4b44-94ab-86814c3b3e87\",\n                    \"businessTime\": 1776687614000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388446.5471415118,\n                    \"instrumentId\": \"146c01bf-cbb8-43ff-9473-826f9d45afbb\",\n                    \"businessTime\": 1776687614000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83914589.02176286,\n                    \"instrumentId\": \"73b6a2e8-f001-44d3-a405-b6fbbf3f9787\",\n                    \"businessTime\": 1776687614000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656217.5348951197,\n                    \"instrumentId\": \"f26eb07c-a045-4481-9afc-221866bec9da\",\n                    \"businessTime\": 1776687614000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c4b0ee69-5a23-464d-914c-b87828514ed3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.063597072572804\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069603.272368464,\n                    \"instrumentId\": \"d9fb3ac1-a60c-45a4-9df6-ffd47b34e03e\",\n                    \"businessTime\": 1776687615000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284866.117748659,\n                    \"instrumentId\": \"9fd73420-a904-4fad-83d1-9d27be78f782\",\n                    \"businessTime\": 1776687615000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13791487.977149567,\n                    \"instrumentId\": \"d713639c-92b3-4d4b-b980-c187de675cbd\",\n                    \"businessTime\": 1776687615000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.0872233937,\n                    \"instrumentId\": \"818510e4-a416-43d1-9e9f-1bdcb7440170\",\n                    \"businessTime\": 1776687615000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388642.06134175655,\n                    \"instrumentId\": \"31fcc6be-22d0-48e2-bdc5-24dd785befc0\",\n                    \"businessTime\": 1776687615000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83915864.5418019,\n                    \"instrumentId\": \"9612c9a5-cf69-48a8-af26-78281f2a88d2\",\n                    \"businessTime\": 1776687615000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656217.5348951197,\n                    \"instrumentId\": \"cacd76fe-f776-447c-b62d-00e3aab600ea\",\n                    \"businessTime\": 1776687615000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"156f3344-48e1-4f9e-8e49-f9740eabdd73\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06388268058504\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069603.272368464,\n                    \"instrumentId\": \"1540218e-a33d-4008-9af6-ccff3b66e33b\",\n                    \"businessTime\": 1776687616000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3284870.7990337857,\n                    \"instrumentId\": \"0e416b6b-bb3c-4598-a8d1-a1314ee7eb5f\",\n                    \"businessTime\": 1776687616000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13791527.996770687,\n                    \"instrumentId\": \"a9daad34-d8a2-4804-9e42-47e10b946ea7\",\n                    \"businessTime\": 1776687616000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.0872233937,\n                    \"instrumentId\": \"62a3af1e-942d-4a9a-80e0-11b84a2c8353\",\n                    \"businessTime\": 1776687616000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388642.06134175655,\n                    \"instrumentId\": \"da810067-c0dc-4620-ab88-6bdb190bcaaa\",\n                    \"businessTime\": 1776687616000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83915923.91715766,\n                    \"instrumentId\": \"0f5ae9b0-36d9-4cad-adb8-5f0f04289684\",\n                    \"businessTime\": 1776687616000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656214.3760221464,\n                    \"instrumentId\": \"119d27cb-db4c-4ae3-b6dc-050517b523ed\",\n                    \"businessTime\": 1776687616000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6c14c3d5-525d-439e-81c1-f96eeb7708a5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06390041650578\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069607.314131587,\n                    \"instrumentId\": \"7a4138e4-789c-40d1-b185-f5fd40234f2c\",\n                    \"businessTime\": 1776687617000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3285151.5347017157,\n                    \"instrumentId\": \"8518d9db-77f2-42ce-901c-44ac3d140fec\",\n                    \"businessTime\": 1776687617000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13791658.705602795,\n                    \"instrumentId\": \"f7356c5a-0b64-40a0-be49-c32d3e7f3ac0\",\n                    \"businessTime\": 1776687617000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.0872233937,\n                    \"instrumentId\": \"e6d2d820-b37f-499f-9ec7-40b9b91e4ddd\",\n                    \"businessTime\": 1776687617000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388642.06134175655,\n                    \"instrumentId\": \"7bb5a954-e9bc-4a86-813f-3ee90eba4d3a\",\n                    \"businessTime\": 1776687617000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83915978.74646893,\n                    \"instrumentId\": \"093f5daa-42c0-478b-a470-12861debbdd8\",\n                    \"businessTime\": 1776687617000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656214.3760221464,\n                    \"instrumentId\": \"9f2f4976-9427-43aa-b29a-445ba4482726\",\n                    \"businessTime\": 1776687617000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6b869c74-a057-4485-a994-bf10ff2e6716\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.063983073021497\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069613.321035122,\n                    \"instrumentId\": \"0c6afbe0-95f9-4a21-a6d1-d88675a4a3dd\",\n                    \"businessTime\": 1776687618000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3285189.8329888615,\n                    \"instrumentId\": \"aa8cafd8-1470-4375-9cb8-e34582f1b148\",\n                    \"businessTime\": 1776687618000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13791738.939922774,\n                    \"instrumentId\": \"4f24a2b1-df6d-45d6-b62b-6c4ca3d6c039\",\n                    \"businessTime\": 1776687618000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.0872233937,\n                    \"instrumentId\": \"2440cca7-ce6b-4251-a2d2-bcfbdb36f79a\",\n                    \"businessTime\": 1776687618000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388642.06134175655,\n                    \"instrumentId\": \"0a7ea64f-afcb-41e1-8cdf-464a7f1ff2c3\",\n                    \"businessTime\": 1776687618000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83916022.92238271,\n                    \"instrumentId\": \"fd79c5fb-7838-4f17-8040-8457706f2517\",\n                    \"businessTime\": 1776687618000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656214.3760221464,\n                    \"instrumentId\": \"2a481059-38de-431e-b3c2-04935b3b5442\",\n                    \"businessTime\": 1776687618000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"31359a44-bb5d-452a-8c05-f3c1d57374d9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06401272423845\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070718.103695833,\n                    \"instrumentId\": \"33ee8d65-481c-4228-aac8-bd0500243121\",\n                    \"businessTime\": 1776687619000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3285276.0080930083,\n                    \"instrumentId\": \"991d79e3-0f00-4c8d-a686-f45c519d3636\",\n                    \"businessTime\": 1776687619000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792055.107552294,\n                    \"instrumentId\": \"9f2e22ed-0bfc-4e55-a359-53b199274e43\",\n                    \"businessTime\": 1776687619000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.55675071076,\n                    \"instrumentId\": \"fd135ce3-d72b-45fd-81fe-666f71381229\",\n                    \"businessTime\": 1776687619000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388642.06134175655,\n                    \"instrumentId\": \"9067c698-f6e2-48d6-8277-dd07ce94981b\",\n                    \"businessTime\": 1776687619000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83917160.97415453,\n                    \"instrumentId\": \"a47a4085-7cd4-4f53-a1b4-578bc42e52fa\",\n                    \"businessTime\": 1776687619000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656202.3381245839,\n                    \"instrumentId\": \"2585f162-3570-4355-82cc-63b88ac5c4fe\",\n                    \"businessTime\": 1776687619000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1270153f-1a6b-48d6-a2d6-fb820fc777a6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.064475572884483\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070700.590520822,\n                    \"instrumentId\": \"5e581f27-dde3-42f8-81c5-238962fe1b37\",\n                    \"businessTime\": 1776687620000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3285281.9854471656,\n                    \"instrumentId\": \"f641603c-4992-4a29-b413-f67b031fad68\",\n                    \"businessTime\": 1776687620000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792087.641875226,\n                    \"instrumentId\": \"ab4c1be0-28ab-48a6-bd92-80eaee70018e\",\n                    \"businessTime\": 1776687620000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.55675071076,\n                    \"instrumentId\": \"5947c921-fb2e-4d0d-86fc-5810037d5230\",\n                    \"businessTime\": 1776687620000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388642.06134175655,\n                    \"instrumentId\": \"3513247e-18b2-4697-bbed-5b45be484e6d\",\n                    \"businessTime\": 1776687620000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83917174.44176939,\n                    \"instrumentId\": \"041456b5-83e4-4cc6-ba59-1e9e5eeb9c27\",\n                    \"businessTime\": 1776687620000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656202.3381245839,\n                    \"instrumentId\": \"68c58aa9-e158-43a9-b985-b371d3ca5d7a\",\n                    \"businessTime\": 1776687620000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7344a449-1088-4ff3-950c-23244c458a3f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.064481630198536\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070634.033794232,\n                    \"instrumentId\": \"cc06f761-30cf-4f8d-b756-408ed019e52e\",\n                    \"businessTime\": 1776687621000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3285485.507001983,\n                    \"instrumentId\": \"cd7f5d26-8da8-4f07-94f6-ac311445ef6c\",\n                    \"businessTime\": 1776687621000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13793094.07571873,\n                    \"instrumentId\": \"625807ce-e197-4114-bf8e-4fe6f4ffa10a\",\n                    \"businessTime\": 1776687621000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.8218888047,\n                    \"instrumentId\": \"1204ef55-4fa7-44ce-8459-8b041fdb66ec\",\n                    \"businessTime\": 1776687621000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388642.06134175655,\n                    \"instrumentId\": \"bc7cb8fb-ff93-40e6-941f-7855264ed215\",\n                    \"businessTime\": 1776687621000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83917470.22072765,\n                    \"instrumentId\": \"930762a7-f593-47f0-a655-75dbe65985af\",\n                    \"businessTime\": 1776687621000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656141.2721447719,\n                    \"instrumentId\": \"873260d0-f0e9-4573-b2ff-d0bc8ba2a866\",\n                    \"businessTime\": 1776687621000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9b43b127-ff35-4d1e-b2f9-7a26753d875c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06472387567978\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070684.949275382,\n                    \"instrumentId\": \"b9212b78-b3c3-487a-87c0-9db9a8e40d85\",\n                    \"businessTime\": 1776687622000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3285485.507001983,\n                    \"instrumentId\": \"b6e2e848-5882-4a06-8666-095629fd100b\",\n                    \"businessTime\": 1776687622000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13793144.905383112,\n                    \"instrumentId\": \"f9b949c5-83cd-4cbf-b525-2ab165d8be3a\",\n                    \"businessTime\": 1776687622000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.8218888047,\n                    \"instrumentId\": \"7ac865f4-e6a4-4dc1-8f3e-b32a6aa633e4\",\n                    \"businessTime\": 1776687622000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388642.06134175655,\n                    \"instrumentId\": \"b8197cdd-8000-490e-a1d4-7575d48902e3\",\n                    \"businessTime\": 1776687622000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83917547.76853515,\n                    \"instrumentId\": \"ea2654d0-5bc9-4316-b052-85d2066bb9bc\",\n                    \"businessTime\": 1776687622000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656141.2721447719,\n                    \"instrumentId\": \"95468bea-c65d-4a3a-a5ec-f34939a5ad70\",\n                    \"businessTime\": 1776687622000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9b5bec93-6883-4c58-bcb2-194936629a57\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.064755385864842\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070684.949275382,\n                    \"instrumentId\": \"4c7aeeb3-5a21-4a46-8cab-591f82e4ca61\",\n                    \"businessTime\": 1776687623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286053.007306488,\n                    \"instrumentId\": \"fcd497c6-82a6-4ad7-a0da-f125f3b9955f\",\n                    \"businessTime\": 1776687623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13793254.949958207,\n                    \"instrumentId\": \"78dcc10f-c3a1-4d00-b4d8-35d92920683f\",\n                    \"businessTime\": 1776687623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299884.8218888047,\n                    \"instrumentId\": \"4a8adb11-0d62-487e-ac87-537d0a13bf09\",\n                    \"businessTime\": 1776687623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388642.06134175655,\n                    \"instrumentId\": \"cf179a7f-eb54-457a-8435-cfa71a34fc5e\",\n                    \"businessTime\": 1776687623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83917998.03353745,\n                    \"instrumentId\": \"aa3e2b53-e930-4d5c-8568-f938a292296d\",\n                    \"businessTime\": 1776687623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656141.2721447719,\n                    \"instrumentId\": \"66bb3b71-a9df-48dc-b154-140bdebd3684\",\n                    \"businessTime\": 1776687623000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ebb7f7a8-ef11-4697-b283-02bb1d588697\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.064953594982928\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070750.059181741,\n                    \"instrumentId\": \"c864ef14-e915-467e-9042-437db128f8b6\",\n                    \"businessTime\": 1776687624000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286072.113371932,\n                    \"instrumentId\": \"657f5022-ab7c-4bac-b60a-2c1a4a2f34e7\",\n                    \"businessTime\": 1776687624000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13793586.889316091,\n                    \"instrumentId\": \"a2baa01f-287d-4048-9e3a-6d92963c2b06\",\n                    \"businessTime\": 1776687624000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.07226376195,\n                    \"instrumentId\": \"5f403724-e0c0-48d1-b980-f464cc26c92c\",\n                    \"businessTime\": 1776687624000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388642.06134175655,\n                    \"instrumentId\": \"cf179a7f-eb54-457a-8435-cfa71a34fc5e\",\n                    \"businessTime\": 1776687623000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83917693.88869281,\n                    \"instrumentId\": \"39492269-08d6-4087-aae6-24c203503ada\",\n                    \"businessTime\": 1776687624000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656141.2721447719,\n                    \"instrumentId\": \"c4b811d4-f04a-4878-be05-ca4075f93944\",\n                    \"businessTime\": 1776687624000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fd96c01d-b6a8-4e25-8af9-fefa3aadf18b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.064974027471507\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070666.468732907,\n                    \"instrumentId\": \"751d55b4-92a7-4edf-8281-f955b920b770\",\n                    \"businessTime\": 1776687625000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286075.231263265,\n                    \"instrumentId\": \"379548e1-c008-452d-8419-d7cfbe5657c4\",\n                    \"businessTime\": 1776687625000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13793122.845582541,\n                    \"instrumentId\": \"1ee0355f-de4e-4799-b3c1-3130ec09c795\",\n                    \"businessTime\": 1776687625000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.07226376195,\n                    \"instrumentId\": \"f2b56b8f-719b-4e67-9b54-f4c78aa381c9\",\n                    \"businessTime\": 1776687625000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388571.2630942514,\n                    \"instrumentId\": \"47a8d565-758c-4a8b-be26-0cf1208e1ecc\",\n                    \"businessTime\": 1776687625000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83919107.12847093,\n                    \"instrumentId\": \"33fe8889-9ce2-4374-bdbf-f898498ab2d6\",\n                    \"businessTime\": 1776687625000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656141.2721447719,\n                    \"instrumentId\": \"e55202d2-3e14-4c1e-be92-dc0a2aa589e3\",\n                    \"businessTime\": 1776687625000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0ad82fb9-d761-403c-bedb-0346557eedf9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06511426037828\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070417.6499914,\n                    \"instrumentId\": \"7e3172f5-614b-4190-a3a4-c563214a8c9f\",\n                    \"businessTime\": 1776687626000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286080.720113793,\n                    \"instrumentId\": \"407e4566-9a01-4c67-92fb-f954ecc5ec40\",\n                    \"businessTime\": 1776687626000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792912.406164225,\n                    \"instrumentId\": \"b2cd90bb-4d00-4287-b201-7d6afcc0cfc2\",\n                    \"businessTime\": 1776687626000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.07226376195,\n                    \"instrumentId\": \"397257fd-8fbf-4a5f-a3b9-fdc1eece8c91\",\n                    \"businessTime\": 1776687626000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388571.2630942514,\n                    \"instrumentId\": \"e4d12521-62e9-4992-9ced-006c6265ca5a\",\n                    \"businessTime\": 1776687626000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83927928.00749256,\n                    \"instrumentId\": \"e766ebec-c7cc-4920-9bd1-8172dcb28e6b\",\n                    \"businessTime\": 1776687626000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656141.2721447719,\n                    \"instrumentId\": \"86ff363c-709e-4b44-91d8-603327b0f6ab\",\n                    \"businessTime\": 1776687626000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d7fc8a4f-80dc-49c0-b544-505f6b8672b4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.066584754176585\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070388.427676401,\n                    \"instrumentId\": \"00621d28-22fb-4c6e-ace4-e3cf9efe256c\",\n                    \"businessTime\": 1776687627000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286165.3840864454,\n                    \"instrumentId\": \"83d3412b-896f-4ce9-8477-14ba69d100ae\",\n                    \"businessTime\": 1776687627000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792900.495398583,\n                    \"instrumentId\": \"cb02fee0-0f93-4119-b4d1-f122ecf509a8\",\n                    \"businessTime\": 1776687627000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299889.07226376195,\n                    \"instrumentId\": \"f35d8c35-bbd0-4c71-8449-b8ab0f523ffe\",\n                    \"businessTime\": 1776687627000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388571.2630942514,\n                    \"instrumentId\": \"91261adb-c880-44b3-9449-799a86e433cd\",\n                    \"businessTime\": 1776687627000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83928241.4164254,\n                    \"instrumentId\": \"84023767-f574-4976-8dcd-05bd4cb6fa0a\",\n                    \"businessTime\": 1776687627000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656148.8599175825,\n                    \"instrumentId\": \"4f09ee8a-61d1-4991-bc5a-f221c5309cc5\",\n                    \"businessTime\": 1776687627000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2521caea-2a05-4bf9-bedd-e1139a3669b2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06664881878074\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070388.3644919,\n                    \"instrumentId\": \"30d91c63-4101-4afc-b8b5-7d926d9aeeff\",\n                    \"businessTime\": 1776687628000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286165.3840864454,\n                    \"instrumentId\": \"33fb30fb-62d8-4643-beed-39e2e87667b4\",\n                    \"businessTime\": 1776687628000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13793097.28098047,\n                    \"instrumentId\": \"aa818004-990f-4c61-9779-19c6f77a6dc1\",\n                    \"businessTime\": 1776687628000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299926.01465749973,\n                    \"instrumentId\": \"960f75cd-0547-47ae-ac31-a1594c9cb5f0\",\n                    \"businessTime\": 1776687628000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388571.2630942514,\n                    \"instrumentId\": \"1a3fef61-0907-4aa4-85d2-a121877b41f7\",\n                    \"businessTime\": 1776687628000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83928170.61148328,\n                    \"instrumentId\": \"7df1f73b-4696-45e1-ac3f-8b232ac4e28c\",\n                    \"businessTime\": 1776687628000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656220.5604293761,\n                    \"instrumentId\": \"94f4589f-d8a9-4024-9b7b-ae1047d6fc0e\",\n                    \"businessTime\": 1776687628000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bc66131e-c189-44fc-be5b-524470e4b585\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.066690042042747\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070388.3644919,\n                    \"instrumentId\": \"efcdec37-df06-4277-8b2d-ae3d38053d14\",\n                    \"businessTime\": 1776687629000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286175.073751159,\n                    \"instrumentId\": \"3c8503c5-dd6e-4af5-a921-6b2bb632ab7d\",\n                    \"businessTime\": 1776687629000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13793114.17970818,\n                    \"instrumentId\": \"19e5285f-cee3-48ff-b3af-7ff1f65aee17\",\n                    \"businessTime\": 1776687629000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299926.01465749973,\n                    \"instrumentId\": \"7077ff55-9f3e-4edb-932f-2f3f52a3fa19\",\n                    \"businessTime\": 1776687629000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388569.5412475834,\n                    \"instrumentId\": \"64f45ca4-da44-4451-8895-3602fc68b6f4\",\n                    \"businessTime\": 1776687629000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83938777.03986363,\n                    \"instrumentId\": \"61555b4b-838a-45ba-9215-37f8b599ab2b\",\n                    \"businessTime\": 1776687629000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656220.5604293761,\n                    \"instrumentId\": \"32611009-9bd4-4a40-9d8b-08690b8c891c\",\n                    \"businessTime\": 1776687629000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"537ea557-43f7-4dae-b76d-065b70fc7865\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.068558459428704\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070377.135110369,\n                    \"instrumentId\": \"654b4524-2ce4-4eb5-8fc6-112239018f49\",\n                    \"businessTime\": 1776687630000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286175.073751159,\n                    \"instrumentId\": \"ec9e3770-e47d-4a7d-a11a-b4647b802aaa\",\n                    \"businessTime\": 1776687630000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13793114.17970818,\n                    \"instrumentId\": \"face4ea0-b4ba-4521-aa98-4afc412a8a35\",\n                    \"businessTime\": 1776687630000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299926.01465749973,\n                    \"instrumentId\": \"65c8049d-607f-4e38-a118-524f576bf2b2\",\n                    \"businessTime\": 1776687630000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388569.5412475834,\n                    \"instrumentId\": \"db04b43a-da2a-475c-95ef-38242fb1e760\",\n                    \"businessTime\": 1776687630000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83938734.59204964,\n                    \"instrumentId\": \"3705af07-0b61-445d-839e-a0b72d4bc540\",\n                    \"businessTime\": 1776687630000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656220.5604293761,\n                    \"instrumentId\": \"738c2eec-250b-4565-9f9e-0ce1d2239d1d\",\n                    \"businessTime\": 1776687630000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"77682927-fade-4ca4-8d80-25ace00dfeb4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06854902582668\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070377.135110369,\n                    \"instrumentId\": \"dd85bd08-a7c9-42ba-88da-917ad291b58f\",\n                    \"businessTime\": 1776687631000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286164.141136604,\n                    \"instrumentId\": \"ed65ea2a-b8c8-4030-8153-9d0adb111863\",\n                    \"businessTime\": 1776687631000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13793080.098101547,\n                    \"instrumentId\": \"1ac48ba7-a6ae-4953-b619-d98ca6b8e9ab\",\n                    \"businessTime\": 1776687631000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299926.01465749973,\n                    \"instrumentId\": \"48cc3b94-90d4-449d-8291-e03977f662bf\",\n                    \"businessTime\": 1776687631000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388569.5412475834,\n                    \"instrumentId\": \"bdded749-c760-4610-883a-0a07f429b634\",\n                    \"businessTime\": 1776687631000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83938742.13072555,\n                    \"instrumentId\": \"213e73c7-a019-4ba6-b694-31b33e8bdc56\",\n                    \"businessTime\": 1776687631000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656220.5604293761,\n                    \"instrumentId\": \"bcdb8665-ab15-4612-a04a-fce688dca030\",\n                    \"businessTime\": 1776687631000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"990e186a-ffa7-43e1-ba69-c662b2eee7ce\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.068542439614856\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070377.241213828,\n                    \"instrumentId\": \"1a7e78b1-b045-4ac8-b905-6c4c26d1e7aa\",\n                    \"businessTime\": 1776687632000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286209.827797176,\n                    \"instrumentId\": \"88d157e5-58d1-406b-b6e4-58c174e6b8b7\",\n                    \"businessTime\": 1776687632000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13793079.013035875,\n                    \"instrumentId\": \"67df085a-1484-43f4-84b2-8403c06f8c94\",\n                    \"businessTime\": 1776687632000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299916.08196038,\n                    \"instrumentId\": \"61b23088-6c52-4a96-ab6c-4254d726c44e\",\n                    \"businessTime\": 1776687632000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388886.65495585435,\n                    \"instrumentId\": \"fac4ee6a-feff-4764-b8fc-7569cf9f446a\",\n                    \"businessTime\": 1776687632000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83929962.51019934,\n                    \"instrumentId\": \"384851b4-ba52-402d-96ef-68dce74036ff\",\n                    \"businessTime\": 1776687632000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656209.5558645063,\n                    \"instrumentId\": \"09480c00-b9e7-4e59-8c99-790930f8aae2\",\n                    \"businessTime\": 1776687632000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ab05a6e6-bbf1-4e04-bd69-f64694cbada0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06705935764973\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070856.587016049,\n                    \"instrumentId\": \"98545f1a-a308-4331-a52c-a248a3cda040\",\n                    \"businessTime\": 1776687633000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286942.515276013,\n                    \"instrumentId\": \"03937553-ad75-4474-95e0-d742fa5bbcb0\",\n                    \"businessTime\": 1776687633000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13793742.116662836,\n                    \"instrumentId\": \"c18288c6-55b4-442c-a7f6-b6083e15d6b9\",\n                    \"businessTime\": 1776687633000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.79749611113,\n                    \"instrumentId\": \"f5056023-9f28-474e-9307-7c625f1b9bf1\",\n                    \"businessTime\": 1776687633000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388919.9835364619,\n                    \"instrumentId\": \"79fb081a-e15a-42cb-a797-ce3eee367350\",\n                    \"businessTime\": 1776687633000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83946258.25412722,\n                    \"instrumentId\": \"f7fed4e4-babd-4055-919b-02aaac3ee3c4\",\n                    \"businessTime\": 1776687633000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656209.5918774719,\n                    \"instrumentId\": \"4f79cdc0-d2f4-4ec1-a279-1a774ef57cb6\",\n                    \"businessTime\": 1776687633000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9c7d82c6-41d1-42bd-b1b1-dc9d2a9e6be8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07025917504256\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070857.36217224,\n                    \"instrumentId\": \"a8646292-ede0-4278-af42-549548b0e018\",\n                    \"businessTime\": 1776687634000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286949.404013481,\n                    \"instrumentId\": \"ca8643b2-8280-4660-9323-248416acf8b4\",\n                    \"businessTime\": 1776687634000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13794673.764289076,\n                    \"instrumentId\": \"529dca61-9b86-47c2-a7e8-2c831b552a53\",\n                    \"businessTime\": 1776687634000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.79749611113,\n                    \"instrumentId\": \"85b94eaf-0843-44f0-aebc-f41d01a53eeb\",\n                    \"businessTime\": 1776687634000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388919.9835364619,\n                    \"instrumentId\": \"0cd7e401-a2b3-4540-b1f9-f81072b27d1c\",\n                    \"businessTime\": 1776687634000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83946306.31583157,\n                    \"instrumentId\": \"d8f873bc-4bd1-40f1-a36e-66d29d8bf40f\",\n                    \"businessTime\": 1776687634000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656202.3134186927,\n                    \"instrumentId\": \"0bafe59b-d669-46ab-b635-0fee7d822a8e\",\n                    \"businessTime\": 1776687634000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"34b1394c-d089-46a7-97d4-07e0eef631cd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07043142368324\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070956.411727176,\n                    \"instrumentId\": \"34b0c70c-627b-46d5-a0ab-fc86c14b2e2d\",\n                    \"businessTime\": 1776687635000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286949.593688537,\n                    \"instrumentId\": \"fb96f72f-28a5-4faf-8cd8-e3171514c377\",\n                    \"businessTime\": 1776687635000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13795093.839721406,\n                    \"instrumentId\": \"3dd2c9e4-2dff-494c-9335-bb6b219cc241\",\n                    \"businessTime\": 1776687635000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.79749611113,\n                    \"instrumentId\": \"a4c9074c-e192-4483-add8-c11763984de4\",\n                    \"businessTime\": 1776687635000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388919.9835364619,\n                    \"instrumentId\": \"4768a264-b1a2-48aa-8711-0311acebfdaa\",\n                    \"businessTime\": 1776687635000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83946430.62005876,\n                    \"instrumentId\": \"c52f1364-c380-4619-a233-f2323cd1a3d2\",\n                    \"businessTime\": 1776687635000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656202.3134186927,\n                    \"instrumentId\": \"e810fe47-b934-48d3-a102-a15c3bf06f68\",\n                    \"businessTime\": 1776687635000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f1b6d0c8-883c-4677-a6c6-ef02b8aa4159\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.070544537723574\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070956.427745476,\n                    \"instrumentId\": \"b086004d-2524-4b48-b3d9-ef3507ddabaf\",\n                    \"businessTime\": 1776687636000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286949.881428124,\n                    \"instrumentId\": \"49c2ffc8-99d2-44a1-b092-caa7f7b5ec6b\",\n                    \"businessTime\": 1776687636000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13795216.428638687,\n                    \"instrumentId\": \"76b2bff7-be9b-4e87-985f-66d0c9419682\",\n                    \"businessTime\": 1776687636000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.79749611113,\n                    \"instrumentId\": \"14c028a8-2f29-4558-b6e8-9e0e0bc2c287\",\n                    \"businessTime\": 1776687636000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388919.9835364619,\n                    \"instrumentId\": \"c5fc8081-b139-4c7e-8369-597ca10e1eec\",\n                    \"businessTime\": 1776687636000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83946507.05185427,\n                    \"instrumentId\": \"894774bd-7537-4f3a-8549-7caac6e7908a\",\n                    \"businessTime\": 1776687636000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656201.4715734334,\n                    \"instrumentId\": \"c24bc51a-b6bb-43b7-862d-d62f79ef59a8\",\n                    \"businessTime\": 1776687636000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"283c255b-706f-4651-aa8e-a586084ac10f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.070579420434544\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070956.659809452,\n                    \"instrumentId\": \"8c8ff199-7010-4543-b875-ca7f1786b815\",\n                    \"businessTime\": 1776687637000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286950.808930005,\n                    \"instrumentId\": \"9def045e-2e42-4d5e-b261-5ea880a3e004\",\n                    \"businessTime\": 1776687637000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13795268.12883508,\n                    \"instrumentId\": \"47bdacb2-4d0d-466e-8c41-fcde47ee0cb0\",\n                    \"businessTime\": 1776687637000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299918.79749611113,\n                    \"instrumentId\": \"c6ce04b2-c2ff-4aec-be99-b6dd852f8c27\",\n                    \"businessTime\": 1776687637000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388919.9835364619,\n                    \"instrumentId\": \"88a5822a-9cb4-4a2f-a002-8a7cd96d9b1d\",\n                    \"businessTime\": 1776687637000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83946527.95410651,\n                    \"instrumentId\": \"341154ee-96f7-48bf-b3e9-624fd256c16f\",\n                    \"businessTime\": 1776687637000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656201.4715734334,\n                    \"instrumentId\": \"267fe414-3131-46b3-9cf2-734ad6465e61\",\n                    \"businessTime\": 1776687637000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b5bdead2-a34e-4f3e-b6a8-dffc739110bd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07059238388173\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070956.659809452,\n                    \"instrumentId\": \"da239d39-a427-46c0-b922-388065bb5439\",\n                    \"businessTime\": 1776687638000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286916.7948194635,\n                    \"instrumentId\": \"c8dbf99b-c36a-4b07-9618-0b96f4a9e2e6\",\n                    \"businessTime\": 1776687638000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13795280.182522733,\n                    \"instrumentId\": \"e93f8f7a-a7ce-4cce-bfdc-1b8bea0b499e\",\n                    \"businessTime\": 1776687638000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299922.57602685713,\n                    \"instrumentId\": \"998e4c26-1949-4dd6-89e6-18a74ecd6853\",\n                    \"businessTime\": 1776687638000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388919.9835364619,\n                    \"instrumentId\": \"e65e33fa-b17c-4128-86a1-1ca953c969e6\",\n                    \"businessTime\": 1776687638000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83946572.8534398,\n                    \"instrumentId\": \"ea0be7da-aac9-47a1-9788-965ff9d091b2\",\n                    \"businessTime\": 1776687638000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656201.4715734334,\n                    \"instrumentId\": \"28dcf43b-cc73-405c-a1f4-f7a9654809e6\",\n                    \"businessTime\": 1776687638000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fef39104-dbd3-4fd6-8934-1ccfd801421c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07059707938984\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070956.9219601685,\n                    \"instrumentId\": \"23fc3dbd-118b-4ba3-a467-c51d29403ac0\",\n                    \"businessTime\": 1776687639000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286923.5363883995,\n                    \"instrumentId\": \"88c879b0-4677-4586-aaa4-2082ba5c5e08\",\n                    \"businessTime\": 1776687639000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13795337.48569539,\n                    \"instrumentId\": \"ad7c52e6-b62d-44ae-973f-c89504b06258\",\n                    \"businessTime\": 1776687639000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299922.57602685713,\n                    \"instrumentId\": \"ce3178fb-a444-4aad-bd6e-4d66e5c6b21f\",\n                    \"businessTime\": 1776687639000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388919.9835364619,\n                    \"instrumentId\": \"e22f2411-e6e2-42f3-8ba6-d8591044ee93\",\n                    \"businessTime\": 1776687639000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83946640.61321172,\n                    \"instrumentId\": \"7e67821a-a686-48a8-a957-d3c6adfd13ea\",\n                    \"businessTime\": 1776687639000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656201.4715734334,\n                    \"instrumentId\": \"3b260d5b-ef1b-4858-abd9-f76fadfb5bf9\",\n                    \"businessTime\": 1776687639000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e64fc429-990f-4266-b245-1b4f9c71473d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0706202896999\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070956.801425841,\n                    \"instrumentId\": \"c10e4914-0c56-43ed-aa08-2e555a133669\",\n                    \"businessTime\": 1776687640000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286946.7686662544,\n                    \"instrumentId\": \"88879782-5e97-48df-a4e9-aed27ac0018d\",\n                    \"businessTime\": 1776687640000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13795383.145070959,\n                    \"instrumentId\": \"e51d92c0-53bc-4958-90f9-9b7e32d6d8d6\",\n                    \"businessTime\": 1776687640000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299923.88297656254,\n                    \"instrumentId\": \"db698019-0b51-4495-a023-9d36122a0536\",\n                    \"businessTime\": 1776687640000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388929.18379942636,\n                    \"instrumentId\": \"97c0b9fd-12f0-4032-b32b-2e7b59038512\",\n                    \"businessTime\": 1776687640000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83946779.60481043,\n                    \"instrumentId\": \"7b6e9e29-dedd-41df-aebd-8d803742fcea\",\n                    \"businessTime\": 1776687640000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656201.4715734334,\n                    \"instrumentId\": \"7d39fbad-d73e-436a-a240-dc04738363d3\",\n                    \"businessTime\": 1776687640000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"46c40053-119b-4a58-9d95-86a15c84df42\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.070658649968877\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071184.709615492,\n                    \"instrumentId\": \"caa8e3db-2aca-4da8-b7da-4db3c44a4f17\",\n                    \"businessTime\": 1776687641000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286963.0275772153,\n                    \"instrumentId\": \"39884eb5-eb7f-4ea2-bfb1-8ab842d61a57\",\n                    \"businessTime\": 1776687641000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13795613.9652255,\n                    \"instrumentId\": \"f92b7ae6-5df4-4a3d-b5da-320b2b29adc8\",\n                    \"businessTime\": 1776687641000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299924.2923815672,\n                    \"instrumentId\": \"3dcc5154-1950-4983-adde-7d3a9cbd053e\",\n                    \"businessTime\": 1776687641000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388929.18379942636,\n                    \"instrumentId\": \"fb719455-2fb1-4b7a-b9fc-a0215d3bd0de\",\n                    \"businessTime\": 1776687641000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83947545.68402019,\n                    \"instrumentId\": \"8cde6568-8028-4f6d-b594-f4c3f3c5b1e8\",\n                    \"businessTime\": 1776687641000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656201.4715734334,\n                    \"instrumentId\": \"801cbe95-57f1-4071-8810-f0360ea08819\",\n                    \"businessTime\": 1776687641000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ed3eea8c-0f93-4ec1-8b24-688647f11878\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07087683553477\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071187.085778971,\n                    \"instrumentId\": \"dd719529-51d9-43aa-8970-e412eed95ad9\",\n                    \"businessTime\": 1776687642000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286992.2262537368,\n                    \"instrumentId\": \"35ca4f6d-122d-4cff-ab7a-38aaf47bfd57\",\n                    \"businessTime\": 1776687642000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13795668.153717626,\n                    \"instrumentId\": \"5ce503cf-f366-4a32-a41c-55844729a88c\",\n                    \"businessTime\": 1776687642000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299924.2923815672,\n                    \"instrumentId\": \"626974a3-3746-4d76-83b7-c70e0248b0c9\",\n                    \"businessTime\": 1776687642000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388929.1819484978,\n                    \"instrumentId\": \"f65ca34d-b658-43de-87d6-f5e088a6fcba\",\n                    \"businessTime\": 1776687642000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83947562.12948638,\n                    \"instrumentId\": \"cbe328de-539b-48b6-94fe-6abc64c57875\",\n                    \"businessTime\": 1776687642000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656201.4715734334,\n                    \"instrumentId\": \"198a8f25-3034-4761-b8b8-0a4f1465bc0c\",\n                    \"businessTime\": 1776687642000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"072bbef3-e81d-4a70-9ad5-cdaa941009e2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.070894798091427\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071410.054387407,\n                    \"instrumentId\": \"ecfb2bdd-f1c0-40f9-a774-d36e397619f5\",\n                    \"businessTime\": 1776687643000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287010.416373053,\n                    \"instrumentId\": \"dbd89177-3dd6-4c10-ab9c-fac4071cdbcf\",\n                    \"businessTime\": 1776687643000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13795668.153717626,\n                    \"instrumentId\": \"218034cc-94fa-40c0-8dee-521fe9dbbee9\",\n                    \"businessTime\": 1776687643000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299926.32947673835,\n                    \"instrumentId\": \"1c061b4f-db8f-474c-b654-947c215fe8ea\",\n                    \"businessTime\": 1776687643000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388929.1819484978,\n                    \"instrumentId\": \"23661490-9fd2-4c2b-8fbd-2efb2ef0fc2c\",\n                    \"businessTime\": 1776687643000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83947586.91222015,\n                    \"instrumentId\": \"4961d553-42ab-4bb5-8b33-9aabea002951\",\n                    \"businessTime\": 1776687643000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656201.4715734334,\n                    \"instrumentId\": \"44a53538-eb3f-419d-a04a-8e63d45a2b67\",\n                    \"businessTime\": 1776687643000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6765796a-f8fc-4e4d-9c6f-421af4d9678d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.070941894498578\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071436.09156119,\n                    \"instrumentId\": \"4176df07-806c-4232-a018-09a81b2f8f78\",\n                    \"businessTime\": 1776687644000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287010.416373053,\n                    \"instrumentId\": \"8bbb7d76-d337-41ed-a0c1-e3f41a496cf5\",\n                    \"businessTime\": 1776687644000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13796539.533577437,\n                    \"instrumentId\": \"5ddea1b3-33b0-47a0-9c17-68c423d6f670\",\n                    \"businessTime\": 1776687644000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299926.32947673835,\n                    \"instrumentId\": \"efe3e657-0a02-463a-991f-7845214e0590\",\n                    \"businessTime\": 1776687644000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388929.1819484978,\n                    \"instrumentId\": \"80f6d391-0f8a-4fd6-ad0d-8d17642197d4\",\n                    \"businessTime\": 1776687644000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83950361.86854768,\n                    \"instrumentId\": \"2b2cbcbe-6313-4d8e-804d-37ddf89ddc4c\",\n                    \"businessTime\": 1776687644000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656307.9711876959,\n                    \"instrumentId\": \"32f1112d-52ba-4438-930a-ea6c136fa082\",\n                    \"businessTime\": 1776687644000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ccbc7a61-6eee-4529-812b-2223844dd1ee\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07160601980181\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071435.581472855,\n                    \"instrumentId\": \"edbbdd17-0a75-4880-bcf3-bb639314ff6b\",\n                    \"businessTime\": 1776687645000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287054.5742793544,\n                    \"instrumentId\": \"65a121ed-4844-4082-a6ae-c505a72efc83\",\n                    \"businessTime\": 1776687645000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13796539.533577437,\n                    \"instrumentId\": \"6b11c982-539c-4211-8741-585857020935\",\n                    \"businessTime\": 1776687645000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299926.32947673835,\n                    \"instrumentId\": \"5f4c5607-afaf-4aba-b297-3c5cbe40b63c\",\n                    \"businessTime\": 1776687645000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388929.4109076801,\n                    \"instrumentId\": \"30c75c16-7489-411e-aa8e-8b0e7f698ae7\",\n                    \"businessTime\": 1776687645000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83950937.4628198,\n                    \"instrumentId\": \"924a0d00-0bff-47dd-af9e-72df7ddbacf0\",\n                    \"businessTime\": 1776687645000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656307.9711876959,\n                    \"instrumentId\": \"7c8fc699-4415-47f0-bc2a-b691980f2e66\",\n                    \"businessTime\": 1776687645000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ed3765f4-33d4-465d-83a8-e6d37316e1e0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07171488993349\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071435.581472855,\n                    \"instrumentId\": \"26b2fefb-672a-4cc4-89ce-a16b4a5dabf3\",\n                    \"businessTime\": 1776687646000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287054.5742793544,\n                    \"instrumentId\": \"25ec8a7c-6eeb-494d-baaf-7a7ad715960d\",\n                    \"businessTime\": 1776687646000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13796789.280192012,\n                    \"instrumentId\": \"92bc5d0f-7ff3-4bd1-b205-ced481046086\",\n                    \"businessTime\": 1776687646000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299926.3342906636,\n                    \"instrumentId\": \"a34481b6-7156-4e6b-82ba-5c83253c315e\",\n                    \"businessTime\": 1776687646000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388929.4109076801,\n                    \"instrumentId\": \"e396bb09-b267-49d6-8a26-3ab031c99242\",\n                    \"businessTime\": 1776687646000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83950937.76974224,\n                    \"instrumentId\": \"8500af84-d849-4782-add8-9883817ec335\",\n                    \"businessTime\": 1776687646000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656307.9711876959,\n                    \"instrumentId\": \"9d6ccecf-f21a-4437-aa52-cb429c829796\",\n                    \"businessTime\": 1776687646000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fd0822c9-a2e8-4c51-941e-d4974cfdfafe\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.071758836919596\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071433.451863732,\n                    \"instrumentId\": \"3c0c04c3-6137-4bb0-9cbd-665d2ea29f86\",\n                    \"businessTime\": 1776687647000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287054.5742793544,\n                    \"instrumentId\": \"6203432e-89c9-4265-ae9e-f728b90e5d27\",\n                    \"businessTime\": 1776687647000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13796789.841719434,\n                    \"instrumentId\": \"f0ca2d59-cd5c-456a-b997-5b6a474a1a6d\",\n                    \"businessTime\": 1776687647000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299926.3342906636,\n                    \"instrumentId\": \"b7d137c0-6a20-4a34-8ba8-5b98998c4fdd\",\n                    \"businessTime\": 1776687647000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388929.4109076801,\n                    \"instrumentId\": \"0315108c-158b-4639-b6b5-b3aac049446d\",\n                    \"businessTime\": 1776687647000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83952888.81327547,\n                    \"instrumentId\": \"8bb440f5-23a8-41b5-8ad1-21455ec2922c\",\n                    \"businessTime\": 1776687647000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656307.9711876959,\n                    \"instrumentId\": \"95293e03-86bf-47d2-9787-c1e238c9c400\",\n                    \"businessTime\": 1776687647000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"238642f7-45c5-47f2-a3ce-631b0e8cfca7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072101451234452\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071411.418097238,\n                    \"instrumentId\": \"4028e615-0874-4b12-bb6a-b1add7131940\",\n                    \"businessTime\": 1776687648000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287293.499250756,\n                    \"instrumentId\": \"48c8686d-ec42-41d4-a78c-e8727ae78ca1\",\n                    \"businessTime\": 1776687648000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13798476.220087769,\n                    \"instrumentId\": \"58f41c3e-fabb-43cb-ba39-206c4a2abda7\",\n                    \"businessTime\": 1776687648000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299933.0455784108,\n                    \"instrumentId\": \"f723e070-ef31-45ef-bafc-e9ea410484be\",\n                    \"businessTime\": 1776687648000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389006.75035166205,\n                    \"instrumentId\": \"ddc73a71-106e-494d-bf1b-6d5ae6c846ef\",\n                    \"businessTime\": 1776687648000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83964130.08660452,\n                    \"instrumentId\": \"3be7fd48-a1da-481f-afc5-858b818ca465\",\n                    \"businessTime\": 1776687648000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656493.0270797797,\n                    \"instrumentId\": \"1fd8ef31-9293-4b15-95cd-fd347c19b896\",\n                    \"businessTime\": 1776687648000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"586ac905-b7d2-48d4-a915-57cca900aa87\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07445885888403\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071409.535835289,\n                    \"instrumentId\": \"73b1bd88-4f60-4bb7-a950-0f279212bd05\",\n                    \"businessTime\": 1776687649000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287291.847024248,\n                    \"instrumentId\": \"66b775c1-9444-4de1-9262-ed830c85546c\",\n                    \"businessTime\": 1776687649000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13798350.860726457,\n                    \"instrumentId\": \"5aa33346-1536-4a03-bcb3-e7bd0dafc10c\",\n                    \"businessTime\": 1776687649000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299933.21537037473,\n                    \"instrumentId\": \"ea841b75-f2c9-4666-95fa-b465fbefecb0\",\n                    \"businessTime\": 1776687649000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389070.4920200594,\n                    \"instrumentId\": \"89a06ed7-de3a-44fb-890a-ef423f5616ed\",\n                    \"businessTime\": 1776687649000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83965620.62973781,\n                    \"instrumentId\": \"2b584319-0ed9-43ae-89ca-b6b3a4d5d109\",\n                    \"businessTime\": 1776687649000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656493.0270797797,\n                    \"instrumentId\": \"6937faf0-17ae-45c4-9bc9-95cbb52fb84c\",\n                    \"businessTime\": 1776687649000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"3d19982a-907a-4548-8046-fd8b135a0333\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.074709396800355\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071409.535835289,\n                    \"instrumentId\": \"cdb7cde4-18db-4a94-a064-85ec9a81b381\",\n                    \"businessTime\": 1776687650000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287440.048621437,\n                    \"instrumentId\": \"3703fc57-fc8d-4d8d-a08b-a260de6bf322\",\n                    \"businessTime\": 1776687650000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13798435.187404461,\n                    \"instrumentId\": \"f173d685-862d-48b4-a5da-1b1585d8325d\",\n                    \"businessTime\": 1776687650000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299933.21537037473,\n                    \"instrumentId\": \"873eb0c3-3438-4f05-8e71-b283004b9f28\",\n                    \"businessTime\": 1776687650000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389070.4920200594,\n                    \"instrumentId\": \"0e34bf3c-5765-4afe-9647-ae5ccf5f25d3\",\n                    \"businessTime\": 1776687650000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83965839.07332104,\n                    \"instrumentId\": \"f8eeeca2-c66b-4f68-8c56-92783071a751\",\n                    \"businessTime\": 1776687650000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656493.0270797797,\n                    \"instrumentId\": \"0e5caf77-f00f-4ae0-b0bc-cfb69b58a140\",\n                    \"businessTime\": 1776687650000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"10640d2b-b1b6-4079-92f5-015ea36f5dfa\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.074788653717476\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071409.535835289,\n                    \"instrumentId\": \"07613229-8715-42c3-9b29-47ca3f3a06e0\",\n                    \"businessTime\": 1776687651000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287440.048621437,\n                    \"instrumentId\": \"74fdfb0c-5729-4045-a77d-539bdfee06e3\",\n                    \"businessTime\": 1776687651000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13798453.31966846,\n                    \"instrumentId\": \"ec80310b-b049-4d61-b48e-9382b5d0b937\",\n                    \"businessTime\": 1776687651000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299933.21537037473,\n                    \"instrumentId\": \"d887a856-ad5a-4126-bb29-7b0e1a5f2730\",\n                    \"businessTime\": 1776687651000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389074.16817118134,\n                    \"instrumentId\": \"70124455-9fb3-4a4e-adbd-be3dfdff693d\",\n                    \"businessTime\": 1776687651000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83965939.05203977,\n                    \"instrumentId\": \"06cc3468-b7d0-4ca7-af45-f966fade1fea\",\n                    \"businessTime\": 1776687651000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656493.0270797797,\n                    \"instrumentId\": \"6bf7c7fc-1b36-447b-82e7-ba7d9d4ae2b0\",\n                    \"businessTime\": 1776687651000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"67c397a3-083a-4151-bcf8-3f78b35e6343\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.074810057431687\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071409.535835289,\n                    \"instrumentId\": \"0ce78d4e-7190-4ba1-8bea-b2f0d006f376\",\n                    \"businessTime\": 1776687652000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287440.048621437,\n                    \"instrumentId\": \"d04cbd19-c81f-4a69-837f-ac59846304fd\",\n                    \"businessTime\": 1776687652000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13800044.047849597,\n                    \"instrumentId\": \"969b4e4e-382f-4f2b-b110-7acc636c7ab6\",\n                    \"businessTime\": 1776687652000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299944.4732224531,\n                    \"instrumentId\": \"665808d0-6454-4cb3-8e50-902c07f64988\",\n                    \"businessTime\": 1776687652000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389310.86305906874,\n                    \"instrumentId\": \"7312539d-54f1-4fa8-9905-fb263a72aee4\",\n                    \"businessTime\": 1776687652000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83965969.16552243,\n                    \"instrumentId\": \"11b51ab7-9b14-49ae-a56b-d494e47d2d5a\",\n                    \"businessTime\": 1776687652000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656746.9562386228,\n                    \"instrumentId\": \"c5a40fc4-8966-43bb-9094-51ea590af291\",\n                    \"businessTime\": 1776687652000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"eca89c3a-27a1-4b25-8af8-676eeef4c58f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.075183119569225\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6074736.156352519,\n                    \"instrumentId\": \"5d4d1ade-ae28-4ff4-8102-cdde8427ff1e\",\n                    \"businessTime\": 1776687653000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288205.9539863295,\n                    \"instrumentId\": \"286cef54-88df-42fa-b1da-3569b2edf0b2\",\n                    \"businessTime\": 1776687653000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13800000.549920896,\n                    \"instrumentId\": \"5a0ecec2-d172-4ca6-8876-746b833252e2\",\n                    \"businessTime\": 1776687653000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299999.73383508984,\n                    \"instrumentId\": \"fefdb0c4-db25-41c2-92ae-42d9664a4e5b\",\n                    \"businessTime\": 1776687653000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389310.04277969775,\n                    \"instrumentId\": \"41948870-ea53-45f0-a597-ee4ce1fb98e8\",\n                    \"businessTime\": 1776687653000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83991041.09266047,\n                    \"instrumentId\": \"e840cb12-413a-4e40-990d-385dae1e1447\",\n                    \"businessTime\": 1776687653000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656865.7290056768,\n                    \"instrumentId\": \"672a645b-88bb-4e3a-b12e-e118b68d66e2\",\n                    \"businessTime\": 1776687653000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4b0f9d66-8eec-42be-a7b2-9b4f2c21ad4f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.08033147953263\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6074736.94341555,\n                    \"instrumentId\": \"c766f741-de20-41d0-9223-559325083599\",\n                    \"businessTime\": 1776687654000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289730.604595578,\n                    \"instrumentId\": \"7cb7fd58-1106-48c0-8a33-f8470f3e9948\",\n                    \"businessTime\": 1776687654000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13805586.581958776,\n                    \"instrumentId\": \"5a64b58d-4772-4fdc-8988-f2efd1ed14ba\",\n                    \"businessTime\": 1776687654000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300084.9091583915,\n                    \"instrumentId\": \"683027ae-802a-4f7c-9cc6-3f80c9163806\",\n                    \"businessTime\": 1776687654000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389310.04277969775,\n                    \"instrumentId\": \"bc3d1b46-2826-4ac8-991e-40d9bebdf01e\",\n                    \"businessTime\": 1776687654000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84016542.17640041,\n                    \"instrumentId\": \"65579789-5bb9-4ae0-a795-082cd6e00989\",\n                    \"businessTime\": 1776687654000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656865.7290056768,\n                    \"instrumentId\": \"9f3d1b6e-92f0-4cc5-b505-c3abaeba3cc3\",\n                    \"businessTime\": 1776687654000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c9809baf-95fb-4231-9e22-40b4c61ea009\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.086078004800367\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6076569.951356642,\n                    \"instrumentId\": \"7a3b3a51-fb9a-4f03-be7b-6b84da5edca6\",\n                    \"businessTime\": 1776687655000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290040.5473701567,\n                    \"instrumentId\": \"26212208-1d43-4b7a-876f-5e824adf4a4e\",\n                    \"businessTime\": 1776687655000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13806525.123448558,\n                    \"instrumentId\": \"fd4230b4-19bd-4cd4-8a38-af15ccc3d2c0\",\n                    \"businessTime\": 1776687655000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300084.9091583915,\n                    \"instrumentId\": \"2cb07012-f405-4e87-a978-84939b1a6f7e\",\n                    \"businessTime\": 1776687655000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389329.06678115367,\n                    \"instrumentId\": \"708fb22a-57d3-472d-aa43-f55291082c78\",\n                    \"businessTime\": 1776687655000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84018192.89612506,\n                    \"instrumentId\": \"9f7b2520-9e58-4b43-87e5-9863705c7d86\",\n                    \"businessTime\": 1776687655000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656866.975294009,\n                    \"instrumentId\": \"c700846f-c5c8-4a33-8dc8-4cfa44df3722\",\n                    \"businessTime\": 1776687655000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d9f8a324-9972-49f5-a3e6-72e9651d014c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.086913238933914\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077019.502042879,\n                    \"instrumentId\": \"f68fddac-63a6-4e7e-9af6-364350d68e46\",\n                    \"businessTime\": 1776687656000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290130.7358091604,\n                    \"instrumentId\": \"b2844c88-1895-40b6-8a87-55a7ee042120\",\n                    \"businessTime\": 1776687656000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13808273.135770887,\n                    \"instrumentId\": \"527fc02b-30d3-4b2b-8b76-da30550f6c5c\",\n                    \"businessTime\": 1776687656000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300296.9260882669,\n                    \"instrumentId\": \"13ddeb65-ca34-49c5-b8fe-20ed9bf0b702\",\n                    \"businessTime\": 1776687656000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389329.06678115367,\n                    \"instrumentId\": \"2e7d4a7e-de7c-4070-921b-ffeb86f52041\",\n                    \"businessTime\": 1776687656000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84024825.11883397,\n                    \"instrumentId\": \"85b69ac9-0c26-43c0-80cc-f208b7d90f51\",\n                    \"businessTime\": 1776687656000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656890.3561328178,\n                    \"instrumentId\": \"3ab85763-b27e-48e1-ba2f-de6991518c8e\",\n                    \"businessTime\": 1776687656000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f0086f60-6c3a-430d-8008-d1ecad938130\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.088522267391763\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077038.623766452,\n                    \"instrumentId\": \"7b13dd26-9a35-4686-848c-cf54cb93fce0\",\n                    \"businessTime\": 1776687657000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290595.638614832,\n                    \"instrumentId\": \"03f27bc9-8c56-40e2-88f8-7637ba40e80a\",\n                    \"businessTime\": 1776687657000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13809400.506988836,\n                    \"instrumentId\": \"93790bb5-eefa-4641-a0b2-8eac80d69e69\",\n                    \"businessTime\": 1776687657000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300314.00493197114,\n                    \"instrumentId\": \"1eaf8472-90a9-473d-9e79-552fafc31cb5\",\n                    \"businessTime\": 1776687657000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389329.09070416656,\n                    \"instrumentId\": \"fca0ef79-37d2-4aa4-a47d-a0b1439fa91b\",\n                    \"businessTime\": 1776687657000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84026908.51573056,\n                    \"instrumentId\": \"c1c4e43a-5221-4d2a-b0f5-9cd095606e82\",\n                    \"businessTime\": 1776687657000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657018.0010510226,\n                    \"instrumentId\": \"e305c8e6-ccd3-4579-b545-ab663b30c793\",\n                    \"businessTime\": 1776687657000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bf525474-1b71-42eb-ad38-3e142c2f8f35\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.089197054795754\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:20:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077622.977649363,\n                    \"instrumentId\": \"e2273cc7-7182-4e83-a332-32c08022ef62\",\n                    \"businessTime\": 1776687658000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290596.1586803203,\n                    \"instrumentId\": \"94e0d36b-6f7d-414f-a3c3-919954151278\",\n                    \"businessTime\": 1776687658000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13810179.361386988,\n                    \"instrumentId\": \"e24e1c48-1f97-43ba-84c2-ab7a8245dbfe\",\n                    \"businessTime\": 1776687658000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300314.00493197114,\n                    \"instrumentId\": \"71cbd7a4-477f-41c2-add4-446938c4efd1\",\n                    \"businessTime\": 1776687658000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389329.12548518105,\n                    \"instrumentId\": \"76484905-310b-4a28-b21e-d720f2ca5a48\",\n                    \"businessTime\": 1776687658000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84028622.633429,\n                    \"instrumentId\": \"0669ac4a-1558-479b-8dda-f6972637e241\",\n                    \"businessTime\": 1776687658000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657018.0010510226,\n                    \"instrumentId\": \"39d93871-3868-4864-9623-bf55e9c75d7c\",\n                    \"businessTime\": 1776687658000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8fae6416-3a34-47e4-9ed5-de5cca680c08\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.089737982884685\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077917.024232965,\n                    \"instrumentId\": \"021f50d0-7554-4954-96c5-6afca07e1fd0\",\n                    \"businessTime\": 1776687659000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290717.3782279505,\n                    \"instrumentId\": \"ea5358e5-c840-4081-92c4-5bd3b42044a0\",\n                    \"businessTime\": 1776687659000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13812104.308043346,\n                    \"instrumentId\": \"42912aaf-bba5-4e0d-ae0d-dc3923929e88\",\n                    \"businessTime\": 1776687659000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300383.8717064731,\n                    \"instrumentId\": \"d35ba0c2-d8c1-4925-be21-c1b0e6d3a2b4\",\n                    \"businessTime\": 1776687659000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389329.12548518105,\n                    \"instrumentId\": \"bba212ea-08fe-4bc9-aada-76930686dad0\",\n                    \"businessTime\": 1776687659000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84034329.197615,\n                    \"instrumentId\": \"32bdc402-0713-4dcc-9e15-e847a3402c22\",\n                    \"businessTime\": 1776687659000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657424.1176540303,\n                    \"instrumentId\": \"84cd2947-ffad-4d5f-8468-c4b56ac9324c\",\n                    \"businessTime\": 1776687659000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"274a1c3a-31e6-430e-8253-4b5a10e42eaa\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.09123583180403\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077917.024232965,\n                    \"instrumentId\": \"f1a1ea5f-1ba6-4ad8-8b8a-20bf7f8362a7\",\n                    \"businessTime\": 1776687660000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290716.2546110703,\n                    \"instrumentId\": \"1773f174-f3aa-450b-8ee8-ad2ccd9cf3ef\",\n                    \"businessTime\": 1776687660000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13812916.294902146,\n                    \"instrumentId\": \"cd90890e-2cc3-48e4-9d8b-94d1456f25fa\",\n                    \"businessTime\": 1776687660000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300383.8717064731,\n                    \"instrumentId\": \"3ed49c77-59c8-438b-8a21-9387b99f7adf\",\n                    \"businessTime\": 1776687660000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389329.3082876938,\n                    \"instrumentId\": \"e4c6b611-8fd2-4bb0-91ca-9b4f74e0a195\",\n                    \"businessTime\": 1776687660000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84038090.87360486,\n                    \"instrumentId\": \"97297f1d-18c6-432b-a753-bd3390e8027f\",\n                    \"businessTime\": 1776687660000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657424.1176540303,\n                    \"instrumentId\": \"a7c4caf1-092a-49d2-bdbc-e449c609e24f\",\n                    \"businessTime\": 1776687660000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"df0b64b8-5fde-4c0e-b23f-a0e6bb121f7e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.09203947363783\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077914.493724069,\n                    \"instrumentId\": \"7f01b3ac-8cf5-4787-bc43-f6917959e975\",\n                    \"businessTime\": 1776687661000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290705.3909880323,\n                    \"instrumentId\": \"72873b77-50d9-4e1c-8a81-1c991a7152c2\",\n                    \"businessTime\": 1776687661000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13813055.555885691,\n                    \"instrumentId\": \"00c4ea28-bb90-4b21-b1a5-7d133e664f4e\",\n                    \"businessTime\": 1776687661000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300397.68027208536,\n                    \"instrumentId\": \"3c4702c8-cee5-434a-a57e-cd29f0d15dda\",\n                    \"businessTime\": 1776687661000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389329.30933233054,\n                    \"instrumentId\": \"79b023d5-d49d-49da-be2d-346b40d7e357\",\n                    \"businessTime\": 1776687661000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84038366.73935029,\n                    \"instrumentId\": \"d1dd6ab1-e900-4e0c-8324-f522b2122fb9\",\n                    \"businessTime\": 1776687661000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657418.4269809047,\n                    \"instrumentId\": \"a277e69f-377c-4fa7-8951-e8107656d8c9\",\n                    \"businessTime\": 1776687661000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"30693a13-555b-439c-89c7-be2c6ec76e0d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.09211150378443\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077772.373757195,\n                    \"instrumentId\": \"0eeda597-c510-494b-8c8d-253228b3ce47\",\n                    \"businessTime\": 1776687662000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290703.0595071423,\n                    \"instrumentId\": \"d69355f4-5804-4d59-8adc-df6cf5bda97d\",\n                    \"businessTime\": 1776687662000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13812517.611775834,\n                    \"instrumentId\": \"0669a1c4-aa16-445d-a7d0-4441950c6b92\",\n                    \"businessTime\": 1776687662000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300397.68027208536,\n                    \"instrumentId\": \"be1c606f-065b-489a-956f-ea67599fa152\",\n                    \"businessTime\": 1776687662000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389329.86287860817,\n                    \"instrumentId\": \"883090a0-fb02-4284-9a08-9f228a5e303f\",\n                    \"businessTime\": 1776687662000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84038505.29804906,\n                    \"instrumentId\": \"a2a9b394-5170-4dc3-82d9-a67d3a80e4ce\",\n                    \"businessTime\": 1776687662000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657418.4269809047,\n                    \"instrumentId\": \"bf06c9df-6586-4728-8982-53a0616c5a1e\",\n                    \"businessTime\": 1776687662000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a240ef47-88c4-40cd-b76d-28f35ac41655\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.09201602341315\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077778.88164508,\n                    \"instrumentId\": \"fdb663c9-071d-4e58-9726-819cd882e01a\",\n                    \"businessTime\": 1776687663000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290703.0595071423,\n                    \"instrumentId\": \"fb93bdcd-fc29-48b6-8bd9-9ecc761ee9f5\",\n                    \"businessTime\": 1776687663000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13812599.178191256,\n                    \"instrumentId\": \"1cd575fb-183c-4904-b79e-4302117e92f4\",\n                    \"businessTime\": 1776687663000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300397.68027208536,\n                    \"instrumentId\": \"f844260d-fc3c-414f-bad5-9b6aeca31d4e\",\n                    \"businessTime\": 1776687663000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389329.86287860817,\n                    \"instrumentId\": \"18559bc7-7d07-4014-a2ce-4920c5b71683\",\n                    \"businessTime\": 1776687663000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84039289.37690483,\n                    \"instrumentId\": \"c416f972-5dcc-4ef2-82e2-c536473653a8\",\n                    \"businessTime\": 1776687663000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657418.4269809047,\n                    \"instrumentId\": \"15303602-3edb-4cf3-afda-d33b581e300a\",\n                    \"businessTime\": 1776687663000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"94abb368-5bc5-477d-a8f3-4f2018064632\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.09216930164849\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077787.087860173,\n                    \"instrumentId\": \"e3250dc4-f469-41f7-a54c-932f319d4d7d\",\n                    \"businessTime\": 1776687664000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290787.7032448347,\n                    \"instrumentId\": \"2f89f253-5f40-4d32-839e-a23cf1fcc07b\",\n                    \"businessTime\": 1776687664000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13813248.125981875,\n                    \"instrumentId\": \"f42acba8-f497-4474-aa04-02729170ff3c\",\n                    \"businessTime\": 1776687664000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300406.9970162076,\n                    \"instrumentId\": \"ed3a2408-47e2-4a0f-8dcb-c1e0bbe439d0\",\n                    \"businessTime\": 1776687664000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389331.7095679913,\n                    \"instrumentId\": \"0c7227fd-e010-4b9c-afed-2bfc6c5c736e\",\n                    \"businessTime\": 1776687664000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84043072.27437107,\n                    \"instrumentId\": \"f8da707c-ccf2-4f89-85e4-710455d7a937\",\n                    \"businessTime\": 1776687664000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657430.3962566301,\n                    \"instrumentId\": \"2e3963c5-9db0-43bd-9ed9-024c779c0365\",\n                    \"businessTime\": 1776687664000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"438a9f88-98a9-4c8a-82f3-1a4a40ac0d7a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.092968568418065\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077791.823443901,\n                    \"instrumentId\": \"dca696a0-ed5d-47a5-ac65-75a243cd2e38\",\n                    \"businessTime\": 1776687665000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290957.299768371,\n                    \"instrumentId\": \"93ef3107-1fd3-48a1-bc12-18b1dff0e12d\",\n                    \"businessTime\": 1776687665000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13813289.193529699,\n                    \"instrumentId\": \"7771ae6f-012e-4867-ac38-c8829f87a360\",\n                    \"businessTime\": 1776687665000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300407.9990134361,\n                    \"instrumentId\": \"a9ca5c08-f768-40aa-a8d5-3a8a47e056ad\",\n                    \"businessTime\": 1776687665000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389341.80098135525,\n                    \"instrumentId\": \"73f57cbd-0c31-4fe4-b74c-622c4467c017\",\n                    \"businessTime\": 1776687665000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84043885.46223271,\n                    \"instrumentId\": \"2c3b9559-8d6c-45f0-8e93-b815bffc860d\",\n                    \"businessTime\": 1776687665000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657434.0166234664,\n                    \"instrumentId\": \"25391ab4-02b3-41d2-af4a-a61e98826578\",\n                    \"businessTime\": 1776687665000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"35a46c26-be34-45b6-aa19-5188085483fa\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.093151925411764\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077791.823443901,\n                    \"instrumentId\": \"564ebc10-d8d6-452c-8ac0-9d64cbf8558a\",\n                    \"businessTime\": 1776687666000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3291095.693971163,\n                    \"instrumentId\": \"8dc306b4-8918-403b-bab3-57fab6429017\",\n                    \"businessTime\": 1776687666000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13813354.089099567,\n                    \"instrumentId\": \"57b29e7a-780c-4e83-9a72-d68323c18721\",\n                    \"businessTime\": 1776687666000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300407.9990134361,\n                    \"instrumentId\": \"4c5624a6-ce0f-448e-82f5-749afe102fab\",\n                    \"businessTime\": 1776687666000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389341.80098135525,\n                    \"instrumentId\": \"0af68ab2-bfa0-460e-a046-a5f55aef31b4\",\n                    \"businessTime\": 1776687666000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84046250.62423876,\n                    \"instrumentId\": \"5c94d857-99fc-4f3a-a8f0-7d9d4eb5cae5\",\n                    \"businessTime\": 1776687666000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657434.0166234664,\n                    \"instrumentId\": \"7236d8a1-915f-4974-ba04-7a3116273c6f\",\n                    \"businessTime\": 1776687666000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2c32ce4b-eca4-4dbd-8ec6-a3af41687c02\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.093603322912415\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077791.823443901,\n                    \"instrumentId\": \"233049f4-a4f2-4e5e-bff7-22fcbbe191c8\",\n                    \"businessTime\": 1776687667000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3291095.693971163,\n                    \"instrumentId\": \"11cc1d21-c1ef-46b6-93bb-d5cb439e7a06\",\n                    \"businessTime\": 1776687667000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13813548.333212532,\n                    \"instrumentId\": \"91cf8a8b-4bde-4229-9c62-652efec83739\",\n                    \"businessTime\": 1776687667000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300407.9990134361,\n                    \"instrumentId\": \"5f1d46c9-b869-4009-b0bb-d8a23365e945\",\n                    \"businessTime\": 1776687667000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389360.2012206907,\n                    \"instrumentId\": \"284874f1-20d9-44ac-b3e9-72bb20cc4b7c\",\n                    \"businessTime\": 1776687667000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84049026.00960746,\n                    \"instrumentId\": \"bdd4226d-3969-41b2-90d9-93df13baa584\",\n                    \"businessTime\": 1776687667000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657434.0166234664,\n                    \"instrumentId\": \"50f48a64-a59b-4a72-a534-c1af53feeb59\",\n                    \"businessTime\": 1776687667000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fe4480da-49ce-4852-ba33-196070f0f3f9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.094128459945985\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6079314.898122518,\n                    \"instrumentId\": \"323dca3a-3020-4fe2-a2f4-0985ad0d085b\",\n                    \"businessTime\": 1776687668000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292032.8367020017,\n                    \"instrumentId\": \"58706c3d-0206-429a-9206-c9d248cca67a\",\n                    \"businessTime\": 1776687668000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13815574.814352164,\n                    \"instrumentId\": \"af6680ef-6ba2-4870-b32a-f3492758fc11\",\n                    \"businessTime\": 1776687668000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300561.55491765216,\n                    \"instrumentId\": \"fe7cd3d3-c2d1-4cf6-a49b-82672adfeaa0\",\n                    \"businessTime\": 1776687668000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389627.87687948585,\n                    \"instrumentId\": \"9959739f-0cda-4a77-96ee-1ddf95108e3d\",\n                    \"businessTime\": 1776687668000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84075037.25021845,\n                    \"instrumentId\": \"6ef85cf9-e4c9-4a22-bdeb-2ab7b14d5de5\",\n                    \"businessTime\": 1776687668000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657618.9746592718,\n                    \"instrumentId\": \"035eef56-464c-4cca-a9f1-75b55383edae\",\n                    \"businessTime\": 1776687668000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7170e525-0195-46bc-93f4-d84d922e73c6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.099594914912398\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6079727.624727213,\n                    \"instrumentId\": \"001293cf-00bc-4ae1-a787-230eae2c1853\",\n                    \"businessTime\": 1776687669000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292253.4025405883,\n                    \"instrumentId\": \"1c752588-18ba-4476-83ad-66662b5b945d\",\n                    \"businessTime\": 1776687669000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13815080.977283662,\n                    \"instrumentId\": \"f3b17d81-f12e-41d0-a7d6-cc42e063ec70\",\n                    \"businessTime\": 1776687669000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300591.21266644885,\n                    \"instrumentId\": \"5d06451e-9a2c-4fd3-80fe-725378140617\",\n                    \"businessTime\": 1776687669000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389670.005614983,\n                    \"instrumentId\": \"6ef10b64-66e9-48ea-959d-910df9deb6d8\",\n                    \"businessTime\": 1776687669000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84077616.60076489,\n                    \"instrumentId\": \"d26a526d-a94c-4ce8-95c5-0cb73e5a21df\",\n                    \"businessTime\": 1776687669000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657626.9306818574,\n                    \"instrumentId\": \"9314e2e1-6420-4370-986e-1fbc23e0e649\",\n                    \"businessTime\": 1776687669000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c3067ab1-e229-4fd6-8817-11cb86ba5197\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.1000867511915\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6079570.575914485,\n                    \"instrumentId\": \"1db36eae-3696-4314-a93b-2c7e91a7ae3e\",\n                    \"businessTime\": 1776687670000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292434.189352074,\n                    \"instrumentId\": \"530dd848-d954-41d0-8e77-be3e2000002c\",\n                    \"businessTime\": 1776687670000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13814606.752602294,\n                    \"instrumentId\": \"4b4a8dad-5fe8-442b-9a72-c660e571b1f4\",\n                    \"businessTime\": 1776687670000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300611.3039635386,\n                    \"instrumentId\": \"94c24416-d9df-4b8f-8940-33a8ad8b5f72\",\n                    \"businessTime\": 1776687670000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389611.0278970873,\n                    \"instrumentId\": \"58fde1ff-0454-420f-84f1-8feb12c55be8\",\n                    \"businessTime\": 1776687670000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84079591.65911166,\n                    \"instrumentId\": \"b3a3fbad-db87-4669-a578-fd3cb115e7f1\",\n                    \"businessTime\": 1776687670000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657625.0170008317,\n                    \"instrumentId\": \"56786779-5f25-4fa2-b8d4-e7ed274b7dba\",\n                    \"businessTime\": 1776687670000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7a26a795-4946-4d9d-9659-8fcaee9c35f1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.100347519480135\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6078176.7343623005,\n                    \"instrumentId\": \"d54ab393-eee3-4ff1-a361-8832e31c8d27\",\n                    \"businessTime\": 1776687671000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292473.4033279563,\n                    \"instrumentId\": \"fe922e82-2642-4ffb-a7a0-7c94e3ee4beb\",\n                    \"businessTime\": 1776687671000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13813575.425574096,\n                    \"instrumentId\": \"e67a3225-6600-46a2-9b8d-442f69927754\",\n                    \"businessTime\": 1776687671000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300590.2399658547,\n                    \"instrumentId\": \"65e59d02-edbe-4ac5-af11-f23d30ece835\",\n                    \"businessTime\": 1776687671000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389611.0453327377,\n                    \"instrumentId\": \"a5728546-9b3a-4d49-a57d-84aac38dc4d3\",\n                    \"businessTime\": 1776687671000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84076392.59510857,\n                    \"instrumentId\": \"5936b049-0473-42ce-9d6a-742bbfb6177b\",\n                    \"businessTime\": 1776687671000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657606.2448840514,\n                    \"instrumentId\": \"e1a892f8-4d7e-4986-8c6e-994265630229\",\n                    \"businessTime\": 1776687671000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d88658c4-08c3-47e9-93cb-b960bd4162f8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.099358971626636\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077724.972958679,\n                    \"instrumentId\": \"3d6d49e6-0cc5-4e4c-8aac-1856c9015bef\",\n                    \"businessTime\": 1776687672000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292389.172464895,\n                    \"instrumentId\": \"bd8e918c-df75-45d6-ad98-b29c9b5dff46\",\n                    \"businessTime\": 1776687672000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13812543.930049563,\n                    \"instrumentId\": \"5d9af5c5-c6c2-46a0-b32e-b9341ed79bef\",\n                    \"businessTime\": 1776687672000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300590.2399658547,\n                    \"instrumentId\": \"4411d0d6-b3a4-4850-96a5-165fcc6c5799\",\n                    \"businessTime\": 1776687672000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389611.0453327377,\n                    \"instrumentId\": \"355773f0-66e0-4e62-a2c3-c0f940c14294\",\n                    \"businessTime\": 1776687672000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84076361.84920385,\n                    \"instrumentId\": \"72516b01-8f89-4a9b-8a72-3396c8d48a87\",\n                    \"businessTime\": 1776687672000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657435.0948117755,\n                    \"instrumentId\": \"4b2555db-2e46-4ce6-b8e9-98fb2bf380fe\",\n                    \"businessTime\": 1776687672000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"00a624f6-9785-4558-bf47-552ece0ebca2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.09904800787124\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077660.67448211,\n                    \"instrumentId\": \"b95cd041-1792-4fd5-8920-95a9219932c0\",\n                    \"businessTime\": 1776687673000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292407.34438771,\n                    \"instrumentId\": \"860d583c-85b3-4be8-a345-ac1d7c8c2460\",\n                    \"businessTime\": 1776687673000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13811674.27262502,\n                    \"instrumentId\": \"402bc2bf-7068-4856-88b6-f2a7394880a4\",\n                    \"businessTime\": 1776687673000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300590.2399658547,\n                    \"instrumentId\": \"6c91fb54-9300-497e-8204-3bc38f1a7284\",\n                    \"businessTime\": 1776687673000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389611.0453327377,\n                    \"instrumentId\": \"64d77a54-adb5-4fe6-ae98-4ef5d9dc54a6\",\n                    \"businessTime\": 1776687673000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84076888.07739824,\n                    \"instrumentId\": \"7b56d591-490a-4547-ab3d-df2be8802fb2\",\n                    \"businessTime\": 1776687673000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657394.2997860388,\n                    \"instrumentId\": \"ec698e93-6803-4ff7-bf3c-dee8db9643d9\",\n                    \"businessTime\": 1776687673000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e3a0de71-9c17-431e-a3d6-c48431905346\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.09897237504002\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077574.747893421,\n                    \"instrumentId\": \"fb52b5b7-6577-4f5d-80af-2e8c340ef679\",\n                    \"businessTime\": 1776687674000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292582.731760835,\n                    \"instrumentId\": \"32e49239-723c-45c5-b11b-3955e17dbe31\",\n                    \"businessTime\": 1776687674000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13811726.31678798,\n                    \"instrumentId\": \"475422a1-00dc-4c8d-bc1d-b68c07e09361\",\n                    \"businessTime\": 1776687674000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300599.1051753593,\n                    \"instrumentId\": \"6afbac71-d93d-4134-a14e-c82e0ab0518f\",\n                    \"businessTime\": 1776687674000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389616.6611373598,\n                    \"instrumentId\": \"bfe37619-a45d-4918-b3ed-f9a0000f5f83\",\n                    \"businessTime\": 1776687674000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84077568.05562046,\n                    \"instrumentId\": \"8ca50c87-7a19-466a-98ca-81784511ff4d\",\n                    \"businessTime\": 1776687674000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657446.8121368394,\n                    \"instrumentId\": \"79d5397d-a2d1-4b2e-b3ff-18b104e6de9a\",\n                    \"businessTime\": 1776687674000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1438109c-adc6-428a-b354-ce14829109e7\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.099128522058393\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077684.128792617,\n                    \"instrumentId\": \"6140ef5a-b212-43a0-b150-48959a14d667\",\n                    \"businessTime\": 1776687675000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292607.0101664453,\n                    \"instrumentId\": \"5c069675-bc70-4afd-a40b-1b7a508f0fc6\",\n                    \"businessTime\": 1776687675000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13811665.240982544,\n                    \"instrumentId\": \"7a8f3825-02bb-449d-b031-44589410440c\",\n                    \"businessTime\": 1776687675000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300599.1051753593,\n                    \"instrumentId\": \"1779b624-414e-4efe-9fd1-442934cbb962\",\n                    \"businessTime\": 1776687675000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389616.6535769938,\n                    \"instrumentId\": \"1f2c98be-35a1-4353-b36f-41127645ebf9\",\n                    \"businessTime\": 1776687675000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84080106.94734764,\n                    \"instrumentId\": \"79914912-bf42-422c-b5e6-f8d7c4266004\",\n                    \"businessTime\": 1776687675000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657351.3116801241,\n                    \"instrumentId\": \"5764adcc-d4eb-48ef-8eac-9db54bafcd96\",\n                    \"businessTime\": 1776687675000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"61f2e70a-ad8e-4e67-bca6-b4441d937ec8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.09957069555742\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077684.128792617,\n                    \"instrumentId\": \"a12d664a-004c-4622-bc6b-92a32374a5bd\",\n                    \"businessTime\": 1776687676000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292627.50976536,\n                    \"instrumentId\": \"9cccbf60-382a-47e1-98dc-0082b908f5cc\",\n                    \"businessTime\": 1776687676000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13811572.021932574,\n                    \"instrumentId\": \"761526b1-49ed-4a19-982a-e329886c9e12\",\n                    \"businessTime\": 1776687676000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300599.1051753593,\n                    \"instrumentId\": \"017a319f-aef1-4500-b185-8979ad5a2b63\",\n                    \"businessTime\": 1776687676000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389616.6535769938,\n                    \"instrumentId\": \"3b704b7b-53c1-4ca8-bf4b-a53819e08764\",\n                    \"businessTime\": 1776687676000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84081662.27483869,\n                    \"instrumentId\": \"89392302-abce-4794-af82-1d2c1c4410e0\",\n                    \"businessTime\": 1776687676000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657351.3116801241,\n                    \"instrumentId\": \"da4ae8e3-187b-4c39-a864-4f52dc59e683\",\n                    \"businessTime\": 1776687676000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9469d3dc-e43d-4215-9025-9ba7730ce27b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.09983125936058\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077957.003684692,\n                    \"instrumentId\": \"817ae8ba-4b97-4505-843c-7572a08a2b93\",\n                    \"businessTime\": 1776687677000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3293042.8139431924,\n                    \"instrumentId\": \"d465e24b-2490-4325-8559-2455e1df600d\",\n                    \"businessTime\": 1776687677000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13812483.60688689,\n                    \"instrumentId\": \"ac8a459a-dbda-42c6-b65c-12be8f8e8421\",\n                    \"businessTime\": 1776687677000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300543.2216367921,\n                    \"instrumentId\": \"ebbdb438-605f-428f-abf2-ae5a44d5dc00\",\n                    \"businessTime\": 1776687677000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389622.0281013278,\n                    \"instrumentId\": \"207c8be8-bad3-42eb-9bc8-d11bc5d66d01\",\n                    \"businessTime\": 1776687677000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84090728.4796817,\n                    \"instrumentId\": \"13cb363c-6ac3-4e9f-a79a-87ecceec4482\",\n                    \"businessTime\": 1776687677000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657342.6718102488,\n                    \"instrumentId\": \"23e5b4df-ed80-4f54-bb45-b261703e1167\",\n                    \"businessTime\": 1776687677000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"54ca5370-0f10-44dc-841c-88d9b3e3077a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.101695375350587\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077744.249269752,\n                    \"instrumentId\": \"749f4b08-558a-476d-9bbe-418d87f4e3ba\",\n                    \"businessTime\": 1776687678000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3293226.510617902,\n                    \"instrumentId\": \"47b9ad22-a42c-41a8-89f4-96b88e781ef3\",\n                    \"businessTime\": 1776687678000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13812138.2022327,\n                    \"instrumentId\": \"383f4a69-a994-4231-9247-1916c1c7a9be\",\n                    \"businessTime\": 1776687678000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300543.2216367921,\n                    \"instrumentId\": \"b29443d9-b722-4dfb-b2d4-2ea498daa998\",\n                    \"businessTime\": 1776687678000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389621.84511036257,\n                    \"instrumentId\": \"ba093abf-7288-45ca-8372-0f93e5efc5bb\",\n                    \"businessTime\": 1776687678000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84091286.5465677,\n                    \"instrumentId\": \"d3b91f9b-3b61-48d8-b05d-89c471ca71ac\",\n                    \"businessTime\": 1776687678000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657342.6718102488,\n                    \"instrumentId\": \"fde6db9b-9687-4073-9d76-e987e2276d38\",\n                    \"businessTime\": 1776687678000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"944f8e5b-c388-4382-97c2-5a4d99d23e06\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.101727611115194\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077744.233725415,\n                    \"instrumentId\": \"775430ef-f55d-4231-b57a-50301ae1011d\",\n                    \"businessTime\": 1776687679000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3293487.2434077347,\n                    \"instrumentId\": \"51906df6-21ae-4806-9311-ed4584fabc23\",\n                    \"businessTime\": 1776687679000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13811583.19669531,\n                    \"instrumentId\": \"24e819fa-d44b-4abf-b6ee-cdc12c11150e\",\n                    \"businessTime\": 1776687679000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300543.2216367921,\n                    \"instrumentId\": \"21cae8b5-e03c-4f0f-90f5-b0a5614b5410\",\n                    \"businessTime\": 1776687679000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389621.84511036257,\n                    \"instrumentId\": \"96cef342-eb98-4171-b3e3-0ce8b5007c0c\",\n                    \"businessTime\": 1776687679000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84092264.61485758,\n                    \"instrumentId\": \"bfc82ca7-4b68-4c1f-9ec2-84f67e3da114\",\n                    \"businessTime\": 1776687679000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657342.6718102488,\n                    \"instrumentId\": \"567b56f7-03fd-4ddb-9e46-13f69331fb1c\",\n                    \"businessTime\": 1776687679000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1312edde-2108-43b4-a9ed-aee048984611\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.101847783346827\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077584.356699889,\n                    \"instrumentId\": \"31ba29da-4214-4303-8087-d9b3a4eea301\",\n                    \"businessTime\": 1776687680000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3293557.689257369,\n                    \"instrumentId\": \"205f5f5f-44a7-4f15-8207-11122106b195\",\n                    \"businessTime\": 1776687680000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13811903.494988315,\n                    \"instrumentId\": \"f1c9e6bd-9747-42df-bb76-33a9fefcab9c\",\n                    \"businessTime\": 1776687680000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300541.3226266865,\n                    \"instrumentId\": \"c6fbb5ad-033a-476d-b712-462e00584aa4\",\n                    \"businessTime\": 1776687680000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389621.84511036257,\n                    \"instrumentId\": \"1f86be16-4c44-41e0-b667-0281e626156d\",\n                    \"businessTime\": 1776687680000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84094890.36871329,\n                    \"instrumentId\": \"d3115b86-ff9d-4dab-bf8f-a6cb08a846e4\",\n                    \"businessTime\": 1776687680000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657342.6718102488,\n                    \"instrumentId\": \"19631442-ffe3-4f8e-ad8a-6f2a1cb5e018\",\n                    \"businessTime\": 1776687680000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9f8c9a45-a166-4e90-8bf6-787fe1989631\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.102349491951873\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077510.63004153,\n                    \"instrumentId\": \"85b08886-97d9-43a2-a636-cd4077ff3b48\",\n                    \"businessTime\": 1776687681000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3293586.2376148184,\n                    \"instrumentId\": \"fbfb958b-4a61-41ef-a4e3-533dafb62ad3\",\n                    \"businessTime\": 1776687681000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13810975.024933612,\n                    \"instrumentId\": \"b05d4bf7-5d4f-46ad-9d80-513c451323ac\",\n                    \"businessTime\": 1776687681000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300310.39121044567,\n                    \"instrumentId\": \"d6857034-4791-44b2-9098-73cd31b2f5d3\",\n                    \"businessTime\": 1776687681000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389331.4253001684,\n                    \"instrumentId\": \"db1db1cd-4d92-4f1c-835a-cd583f2b16a4\",\n                    \"businessTime\": 1776687681000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84098907.40731864,\n                    \"instrumentId\": \"d2f97f5a-8461-48e3-82ba-e7355cc27654\",\n                    \"businessTime\": 1776687681000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657303.0907963724,\n                    \"instrumentId\": \"e265c470-8710-4e1c-a283-d360031a8fb6\",\n                    \"businessTime\": 1776687681000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ed5d8935-1321-4f50-89e8-2b81f1649466\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.102785776312054\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077398.112581096,\n                    \"instrumentId\": \"9fdba6a3-9336-4827-b21c-bf2c433f20d8\",\n                    \"businessTime\": 1776687682000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292850.9876833656,\n                    \"instrumentId\": \"0c936934-47b0-43eb-b258-ab307118ab6a\",\n                    \"businessTime\": 1776687682000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13810354.696482738,\n                    \"instrumentId\": \"2cd626c8-d9d0-4cde-a00f-329f2d5089cf\",\n                    \"businessTime\": 1776687682000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300310.39121044567,\n                    \"instrumentId\": \"0187acc2-d5f0-496b-ab3a-0bedb259dec5\",\n                    \"businessTime\": 1776687682000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389331.4253001684,\n                    \"instrumentId\": \"16d904ac-32e7-4b13-b0aa-b0f495bf97fd\",\n                    \"businessTime\": 1776687682000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84097497.88748811,\n                    \"instrumentId\": \"064271c0-fb80-4994-9d9a-36c29651c17d\",\n                    \"businessTime\": 1776687682000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657303.0907963724,\n                    \"instrumentId\": \"2dae2970-37d4-4360-b8b9-497c2b5b413e\",\n                    \"businessTime\": 1776687682000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"068ecbf2-33e9-4660-91a1-08d6d37322b0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.102280044207784\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077304.560566108,\n                    \"instrumentId\": \"4abfd2fa-43ce-47eb-9e5d-e070d141c6d3\",\n                    \"businessTime\": 1776687683000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292829.481880849,\n                    \"instrumentId\": \"efc70055-6e31-44c7-a7aa-1730708af30a\",\n                    \"businessTime\": 1776687683000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13809775.805540439,\n                    \"instrumentId\": \"a14fefd5-168f-47bb-8939-285566b0ba2d\",\n                    \"businessTime\": 1776687683000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300310.39121044567,\n                    \"instrumentId\": \"c0e59cc7-a5bd-4352-bed0-121b2bf2dd6b\",\n                    \"businessTime\": 1776687683000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389331.4253001684,\n                    \"instrumentId\": \"16899b66-b990-49c7-8896-e3193c32de58\",\n                    \"businessTime\": 1776687683000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84096522.57561111,\n                    \"instrumentId\": \"2230a15a-5af5-4a1b-afe9-f1adfbbe2365\",\n                    \"businessTime\": 1776687683000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657303.0907963724,\n                    \"instrumentId\": \"8015c16f-70d6-4354-8959-33cf44d74035\",\n                    \"businessTime\": 1776687683000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"056dcf37-312a-4a48-af57-7b2fb3c37a38\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.101986676784797\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6077106.203679866,\n                    \"instrumentId\": \"08b976e6-d3b9-4306-a7ed-85de0db99ce3\",\n                    \"businessTime\": 1776687684000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292814.0400775815,\n                    \"instrumentId\": \"bb42ed0f-0d61-43a3-b1ff-c21e36b0db13\",\n                    \"businessTime\": 1776687684000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13808543.586953513,\n                    \"instrumentId\": \"200213dc-28e8-4076-b7dc-650447d6e459\",\n                    \"businessTime\": 1776687684000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300310.39121044567,\n                    \"instrumentId\": \"e7efc26d-e505-46e7-a7ee-4a8482bfa446\",\n                    \"businessTime\": 1776687684000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389331.4687290125,\n                    \"instrumentId\": \"2d11618c-fd67-40c6-a0eb-80517d96b389\",\n                    \"businessTime\": 1776687684000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84096306.88883013,\n                    \"instrumentId\": \"2c5fbd7c-4e81-4803-8321-eb0a5e6cb0b6\",\n                    \"businessTime\": 1776687684000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657297.9543500419,\n                    \"instrumentId\": \"eee22d0a-2d3c-42ef-a93e-279a750cccbd\",\n                    \"businessTime\": 1776687684000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"00775a9b-2fb9-48e1-a4fa-f96c8c290818\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.101693742325235\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6076947.467319442,\n                    \"instrumentId\": \"03d47e2a-f944-40ca-a195-78bf3c068c15\",\n                    \"businessTime\": 1776687685000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292391.8846284873,\n                    \"instrumentId\": \"ea825d98-1e5b-4632-8f04-fcb45cf43cdd\",\n                    \"businessTime\": 1776687685000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13807653.398407897,\n                    \"instrumentId\": \"75a25228-3fb6-4f2a-932b-db3e988e9d68\",\n                    \"businessTime\": 1776687685000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300291.94184705085,\n                    \"instrumentId\": \"1b074409-c64d-4d85-a31c-c1006e279607\",\n                    \"businessTime\": 1776687685000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389331.47316485184,\n                    \"instrumentId\": \"6f52678c-ccda-4547-a0ed-33f0eeb886e3\",\n                    \"businessTime\": 1776687685000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84093065.19484194,\n                    \"instrumentId\": \"ae9d0f19-59d7-4507-9474-5cd55a9a4d1f\",\n                    \"businessTime\": 1776687685000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657277.7686832745,\n                    \"instrumentId\": \"2519275a-f18e-40d0-9cda-d247eeb6762a\",\n                    \"businessTime\": 1776687685000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c42f12ad-7007-40e5-81ca-4f9ba97fd6db\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.100858697520728\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6076748.58811998,\n                    \"instrumentId\": \"9a81819e-918f-4832-a9a6-0b4b6048b8e1\",\n                    \"businessTime\": 1776687686000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292259.8975266446,\n                    \"instrumentId\": \"3a36784b-3721-4088-b58e-ca66d985bd96\",\n                    \"businessTime\": 1776687686000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13807028.658156184,\n                    \"instrumentId\": \"7a56bd44-2823-4003-8e71-8d6f478ddcb8\",\n                    \"businessTime\": 1776687686000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300291.94184705085,\n                    \"instrumentId\": \"8ff10ffa-1d47-4d1c-9347-d85137b055da\",\n                    \"businessTime\": 1776687686000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389331.47316485184,\n                    \"instrumentId\": \"925a9f5b-eb54-43b6-9201-d56d3f559cba\",\n                    \"businessTime\": 1776687686000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84080822.89238559,\n                    \"instrumentId\": \"93fb4e3f-e9a3-4401-95f5-17b7ac1598ae\",\n                    \"businessTime\": 1776687686000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 657081.1934914124,\n                    \"instrumentId\": \"005bbd48-48ab-4844-a7f4-112145513d88\",\n                    \"businessTime\": 1776687686000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6ab4fb56-1e7c-4dae-9d22-13008574a1d5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.09850465811805\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6076426.288763719,\n                    \"instrumentId\": \"cf108c9a-3be1-4ea3-bd95-e05c0fab4171\",\n                    \"businessTime\": 1776687687000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292063.4254494566,\n                    \"instrumentId\": \"69d785cb-b0e7-4f94-86ec-75d0fd611ad0\",\n                    \"businessTime\": 1776687687000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13806125.69205726,\n                    \"instrumentId\": \"d7124d12-1f0c-4c2d-a90b-4ad7cf39b29f\",\n                    \"businessTime\": 1776687687000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300275.169602904,\n                    \"instrumentId\": \"2bbc7002-927f-4207-b567-361641e8fc8c\",\n                    \"businessTime\": 1776687687000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389330.83042451635,\n                    \"instrumentId\": \"b094a508-ab4c-42ad-acdf-45edc1cf18ad\",\n                    \"businessTime\": 1776687687000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84075702.51799609,\n                    \"instrumentId\": \"6a837aee-740f-484f-a786-d8a35d3f30c8\",\n                    \"businessTime\": 1776687687000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656947.1980781974,\n                    \"instrumentId\": \"26a59a5b-2f3d-4533-bfaa-60f9327a25b1\",\n                    \"businessTime\": 1776687687000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"752b4d9f-91eb-415f-b0c0-8794e149bf08\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.097328292156792\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6076361.727272322,\n                    \"instrumentId\": \"69474794-5f4f-488a-877f-d02627ac6ed8\",\n                    \"businessTime\": 1776687688000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292036.6167423897,\n                    \"instrumentId\": \"4c961326-6834-48c7-8eb5-0092a42633bf\",\n                    \"businessTime\": 1776687688000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13804049.318532623,\n                    \"instrumentId\": \"c891db35-bba7-44ec-aa25-ff04c0088401\",\n                    \"businessTime\": 1776687688000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300275.169602904,\n                    \"instrumentId\": \"6f12e7eb-c31c-4559-bfc4-41ae71b7a625\",\n                    \"businessTime\": 1776687688000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389330.83042451635,\n                    \"instrumentId\": \"191378c4-afec-48fa-afbb-5c487b712404\",\n                    \"businessTime\": 1776687688000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84073722.84972917,\n                    \"instrumentId\": \"4fd0182a-b98a-403a-9e49-739166f5376e\",\n                    \"businessTime\": 1776687688000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656947.1980781974,\n                    \"instrumentId\": \"56fc796f-6aee-4469-a542-d4a88abcb046\",\n                    \"businessTime\": 1776687688000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"04c4dae1-b25d-4000-a33f-3ea633cf6d4a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.096599397255204\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6076361.727272322,\n                    \"instrumentId\": \"1ad0b6bf-8cc4-4510-ae8d-c0b1c654564b\",\n                    \"businessTime\": 1776687689000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3292002.839287415,\n                    \"instrumentId\": \"f9a12217-068e-4859-8f01-26d57d1ca3e4\",\n                    \"businessTime\": 1776687689000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13802445.651400682,\n                    \"instrumentId\": \"c81e355a-5689-4423-8932-4273cb978112\",\n                    \"businessTime\": 1776687689000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300265.425718915,\n                    \"instrumentId\": \"d6d3d1f6-efc3-46a7-baf2-aec2ff0d0b35\",\n                    \"businessTime\": 1776687689000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389330.83042451635,\n                    \"instrumentId\": \"151ce924-31e1-42ca-bcb5-4af5795f537f\",\n                    \"businessTime\": 1776687689000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84071705.39784889,\n                    \"instrumentId\": \"ee949050-e7e6-4316-9687-4f5e79c22091\",\n                    \"businessTime\": 1776687689000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656947.1980781974,\n                    \"instrumentId\": \"90c43026-8c95-42ce-850c-cb2baa05e89e\",\n                    \"businessTime\": 1776687689000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0c74b3b5-a420-4ac7-ae8a-4effdfe4bfe1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.095955347984347\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6075734.4680334935,\n                    \"instrumentId\": \"ca4889dc-0e28-4607-b98f-32718b00176f\",\n                    \"businessTime\": 1776687690000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3291953.6247321414,\n                    \"instrumentId\": \"691ffdda-9d09-4be9-adad-eeaf34340747\",\n                    \"businessTime\": 1776687690000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13801832.168402117,\n                    \"instrumentId\": \"a0797911-cca3-4461-b373-f6c64e5efb07\",\n                    \"businessTime\": 1776687690000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300265.425718915,\n                    \"instrumentId\": \"02b6485f-c717-47f2-8aba-0e613acdb4a9\",\n                    \"businessTime\": 1776687690000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389329.8556999488,\n                    \"instrumentId\": \"bddfaf3f-50e8-4626-80b0-f45dfea3bfd1\",\n                    \"businessTime\": 1776687690000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84060446.81935687,\n                    \"instrumentId\": \"0f82c8da-e41a-4a4b-b87b-64eb829b5478\",\n                    \"businessTime\": 1776687690000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656665.0761780901,\n                    \"instrumentId\": \"6e642e82-5752-41aa-89bd-78b7f706798d\",\n                    \"businessTime\": 1776687690000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9d4799a5-c9c1-4ad4-8f29-89bd26c4ea38\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.093700228140875\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6075649.146695056,\n                    \"instrumentId\": \"6c56d9e3-e23f-4b1f-88cd-92077d1b409b\",\n                    \"businessTime\": 1776687691000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3291845.9265703177,\n                    \"instrumentId\": \"7c0ec8ec-490a-4689-8fc9-d2228d1d7f99\",\n                    \"businessTime\": 1776687691000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13801338.524939377,\n                    \"instrumentId\": \"86d09e21-db23-431b-8761-f553ac0b7d59\",\n                    \"businessTime\": 1776687691000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300265.425718915,\n                    \"instrumentId\": \"b09cafe3-d2b5-4376-8190-12d91fa1fd39\",\n                    \"businessTime\": 1776687691000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389328.94027040806,\n                    \"instrumentId\": \"7540c60a-ab8c-4a97-8e97-dea17fd60213\",\n                    \"businessTime\": 1776687691000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84058170.77281845,\n                    \"instrumentId\": \"0723fe03-75e4-4786-bdc3-bc7b51b9e87f\",\n                    \"businessTime\": 1776687691000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656665.0761780901,\n                    \"instrumentId\": \"c435e3f1-36bc-4748-a7b9-c21aa15032b1\",\n                    \"businessTime\": 1776687691000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6885e8c0-7836-4dc8-bf8d-d26f3ec1f105\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.093179380174096\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6075615.15648681,\n                    \"instrumentId\": \"92dd53f6-c1ab-44f6-99d2-b6bc868d8dc9\",\n                    \"businessTime\": 1776687692000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3291723.297584698,\n                    \"instrumentId\": \"283d5278-731d-4038-888c-afa18092655a\",\n                    \"businessTime\": 1776687692000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13800486.582493657,\n                    \"instrumentId\": \"2ea3b502-dc47-41c1-b7c8-c572fafa6742\",\n                    \"businessTime\": 1776687692000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300256.2234212015,\n                    \"instrumentId\": \"5c4e7b0b-8426-45db-8afa-3e9d345c99ac\",\n                    \"businessTime\": 1776687692000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389275.28603046277,\n                    \"instrumentId\": \"3ea01517-3bc3-4d5e-9c5c-5bd8f5879cec\",\n                    \"businessTime\": 1776687692000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84056023.03231774,\n                    \"instrumentId\": \"8d3b8674-b290-4b70-aceb-5e53de430f8a\",\n                    \"businessTime\": 1776687692000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656665.0761780901,\n                    \"instrumentId\": \"36076f18-dc79-4c3f-9c68-b8aee7ff6086\",\n                    \"businessTime\": 1776687692000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f32be32c-a162-4aee-ad05-b4e117d753d1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.092613622937197\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6075591.883652156,\n                    \"instrumentId\": \"146b09ea-c09c-4fc0-ab8f-416426976f8e\",\n                    \"businessTime\": 1776687693000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3291603.744528628,\n                    \"instrumentId\": \"9d27559b-48b0-4a15-8873-25016a2825d3\",\n                    \"businessTime\": 1776687693000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13799816.957538303,\n                    \"instrumentId\": \"487d200d-4183-40b7-8a8e-033c513120e4\",\n                    \"businessTime\": 1776687693000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300256.2234212015,\n                    \"instrumentId\": \"ecd8f650-edf7-4d2f-8b65-89f499576ed1\",\n                    \"businessTime\": 1776687693000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389251.5435249496,\n                    \"instrumentId\": \"798e8663-8e79-4d56-b4bb-1c283a87f3eb\",\n                    \"businessTime\": 1776687693000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84046562.45024683,\n                    \"instrumentId\": \"6cb39e6d-7209-4c05-b648-f1d2f24e66ee\",\n                    \"businessTime\": 1776687693000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656636.9675320011,\n                    \"instrumentId\": \"9a60ec64-287e-47e7-b14e-c8caf9d4205c\",\n                    \"businessTime\": 1776687693000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c2f1c903-9613-44be-a55b-ec032833bcdf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.090799056317056\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6075383.365350399,\n                    \"instrumentId\": \"a88d1382-9868-4bea-8a05-943c70c74d0a\",\n                    \"businessTime\": 1776687694000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3291603.744528628,\n                    \"instrumentId\": \"411be813-6438-4528-93f1-5ff49e9ecff0\",\n                    \"businessTime\": 1776687694000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13798723.6629331,\n                    \"instrumentId\": \"76283287-b52e-4231-b677-75ce943165cb\",\n                    \"businessTime\": 1776687694000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300256.2234212015,\n                    \"instrumentId\": \"815cede7-eaee-42f9-934e-82ce16a174c6\",\n                    \"businessTime\": 1776687694000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389132.89459829463,\n                    \"instrumentId\": \"30b22a2d-cf69-4cec-b891-8c593d7b5148\",\n                    \"businessTime\": 1776687694000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84044787.62938644,\n                    \"instrumentId\": \"50c262ca-7ccd-4864-b97e-85782927248a\",\n                    \"businessTime\": 1776687694000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656636.9675320011,\n                    \"instrumentId\": \"d35e65bc-534a-4561-833a-5a8ec3e5e620\",\n                    \"businessTime\": 1776687694000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"77c582b0-e9e4-4a95-a02e-673f8da41908\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.090237495210907\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6075330.095906632,\n                    \"instrumentId\": \"f69cbeb4-6323-4188-af1c-0d4da3f89758\",\n                    \"businessTime\": 1776687695000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3291603.744528628,\n                    \"instrumentId\": \"2da376aa-3f24-4b06-bb06-8d4ef7ac06cf\",\n                    \"businessTime\": 1776687695000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13798289.149940303,\n                    \"instrumentId\": \"40b3814e-856d-4bfd-8285-437250fa2717\",\n                    \"businessTime\": 1776687695000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300256.2234212015,\n                    \"instrumentId\": \"2a810293-6745-41e6-9b90-d08139001f49\",\n                    \"businessTime\": 1776687695000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389126.6069422692,\n                    \"instrumentId\": \"56828a17-939f-40ef-a1c3-2113450683ac\",\n                    \"businessTime\": 1776687695000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84032243.53633052,\n                    \"instrumentId\": \"97e6824f-1d7a-475e-a6a1-5d78c7140f84\",\n                    \"businessTime\": 1776687695000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656636.9675320011,\n                    \"instrumentId\": \"1a85fa38-ba29-4c69-a69e-0fb15a9da152\",\n                    \"businessTime\": 1776687695000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"be3e3b3d-881a-49bd-9c70-e28ffff55575\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.087946078137357\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6075323.895886699,\n                    \"instrumentId\": \"e6210e8b-3b92-4ca1-87d5-92c1419051a9\",\n                    \"businessTime\": 1776687696000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3291423.650914158,\n                    \"instrumentId\": \"043ec659-14e1-403e-aeea-f12c5d2d9bb8\",\n                    \"businessTime\": 1776687696000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13796361.899062658,\n                    \"instrumentId\": \"767d5e31-a985-4d00-acd0-e72e76c2bd19\",\n                    \"businessTime\": 1776687696000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300256.2234212015,\n                    \"instrumentId\": \"c1bdb597-216f-49ab-a0c5-ba100c6e647b\",\n                    \"businessTime\": 1776687696000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389126.6069422692,\n                    \"instrumentId\": \"a0992bc6-9a47-41a8-9eca-eb0c5e0403ab\",\n                    \"businessTime\": 1776687696000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84024819.99808867,\n                    \"instrumentId\": \"59531a8a-09a1-4271-89f3-d8c3073bc67e\",\n                    \"businessTime\": 1776687696000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656609.7141555774,\n                    \"instrumentId\": \"72020a30-2ebc-4b6e-b7c1-0e3a50cafea5\",\n                    \"businessTime\": 1776687696000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a8229b8c-b6eb-4965-8bc7-c708fbc73302\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.08626517547825\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6074728.109507269,\n                    \"instrumentId\": \"a29f42d6-ed7a-478f-9cb6-9a9284593df7\",\n                    \"businessTime\": 1776687697000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290703.100381047,\n                    \"instrumentId\": \"48e3ff79-1ffe-4be0-a635-9dcceab209ea\",\n                    \"businessTime\": 1776687697000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13795683.70759192,\n                    \"instrumentId\": \"957a221e-5a11-4186-95e2-8275ad374420\",\n                    \"businessTime\": 1776687697000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300051.1834507184,\n                    \"instrumentId\": \"f38fa6e3-ebb7-4caf-ba43-654f9b440b54\",\n                    \"businessTime\": 1776687697000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389116.60407590354,\n                    \"instrumentId\": \"8f6bbc8e-217e-447c-95d7-f7f978a33786\",\n                    \"businessTime\": 1776687697000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84020425.85959548,\n                    \"instrumentId\": \"dc143115-2930-48e0-973f-102107a6001e\",\n                    \"businessTime\": 1776687697000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656569.6183359156,\n                    \"instrumentId\": \"c142d9ac-3640-446e-b287-e23b4392c281\",\n                    \"businessTime\": 1776687697000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bad02a8d-58aa-4808-9e11-1d2765fdf912\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.085097547089322\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6074728.109507269,\n                    \"instrumentId\": \"73925ca3-10e7-4672-92cf-61c098bcbeea\",\n                    \"businessTime\": 1776687698000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290619.964761499,\n                    \"instrumentId\": \"461288d7-9587-4c85-bc6c-613a6e21a01c\",\n                    \"businessTime\": 1776687698000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13795410.004657326,\n                    \"instrumentId\": \"aab0511b-038a-4761-88e1-fc81d6729a2a\",\n                    \"businessTime\": 1776687698000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300051.1834507184,\n                    \"instrumentId\": \"84e65386-33e5-450f-98e0-f54fd1424dfc\",\n                    \"businessTime\": 1776687698000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389116.60407590354,\n                    \"instrumentId\": \"90b4a4b2-74a6-4ff3-b63b-8a29e85480bb\",\n                    \"businessTime\": 1776687698000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84019236.25651631,\n                    \"instrumentId\": \"1e37b503-519c-4f5b-b932-530a0f4b5c76\",\n                    \"businessTime\": 1776687698000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656569.6183359156,\n                    \"instrumentId\": \"2d169c1b-8360-4c36-85fc-92991969af2a\",\n                    \"businessTime\": 1776687698000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"01883d9e-de47-4208-b52d-b77a7c11ebe1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.08482576472846\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6074359.161082455,\n                    \"instrumentId\": \"e7e31d63-7784-46fb-9f00-63a6e9b4072c\",\n                    \"businessTime\": 1776687699000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290504.236224995,\n                    \"instrumentId\": \"a8b3b494-aad0-47c0-b74a-55aed67c851e\",\n                    \"businessTime\": 1776687699000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792368.902324585,\n                    \"instrumentId\": \"3c249157-2b4c-4d2f-9385-da720cf8b5e8\",\n                    \"businessTime\": 1776687699000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300051.1834507184,\n                    \"instrumentId\": \"04b7fd82-6161-4aac-87cf-82b277544cc6\",\n                    \"businessTime\": 1776687699000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389116.58143515047,\n                    \"instrumentId\": \"2e33559c-efe7-4c1e-b70d-269ec6f813b1\",\n                    \"businessTime\": 1776687699000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84017947.53425395,\n                    \"instrumentId\": \"2cd5615f-8cff-4d23-a02d-a740d839bcd1\",\n                    \"businessTime\": 1776687699000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656569.6183359156,\n                    \"instrumentId\": \"241b2af6-c4a9-407c-bcd3-cadd1b29ce45\",\n                    \"businessTime\": 1776687699000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"194bac6a-3038-4921-8ae9-e4b86cd667ed\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.08397962690822\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6074359.147132808,\n                    \"instrumentId\": \"296b7c08-dc7c-40da-9ef4-229335e1e9a3\",\n                    \"businessTime\": 1776687700000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3290463.240284981,\n                    \"instrumentId\": \"e7762cdf-1619-4d87-bff9-cfd011d53142\",\n                    \"businessTime\": 1776687700000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792168.776413089,\n                    \"instrumentId\": \"a97873a9-70d7-4850-bc59-bc041d4b12f2\",\n                    \"businessTime\": 1776687700000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300051.1834507184,\n                    \"instrumentId\": \"4ceafd42-d4fa-4e44-b636-1c5ddbde874b\",\n                    \"businessTime\": 1776687700000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389116.58143515047,\n                    \"instrumentId\": \"ac7bb812-b3ac-4af2-88ff-c5d91dac9d42\",\n                    \"businessTime\": 1776687700000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84015214.93907028,\n                    \"instrumentId\": \"05a000af-ba03-48df-84eb-9e01281d1cfb\",\n                    \"businessTime\": 1776687700000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656569.6183359156,\n                    \"instrumentId\": \"fed9e444-d826-4c37-b43b-a65b41252d8e\",\n                    \"businessTime\": 1776687700000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6dc5af84-ed92-4358-aa86-08604d6d707e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.08345700283356\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6073760.804836214,\n                    \"instrumentId\": \"80f5c77b-c214-49e9-a2bd-284b96d2ec27\",\n                    \"businessTime\": 1776687701000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289590.0491129295,\n                    \"instrumentId\": \"3b432dbd-0543-4ea6-9487-c9b3b2bd4041\",\n                    \"businessTime\": 1776687701000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13791218.066537153,\n                    \"instrumentId\": \"8a9b19eb-aadb-4fa7-a2ac-f2acec13c2a5\",\n                    \"businessTime\": 1776687701000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300029.4595615823,\n                    \"instrumentId\": \"0996e55a-ecf5-44f5-bcb5-0cedddc80aa5\",\n                    \"businessTime\": 1776687701000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389024.8424905232,\n                    \"instrumentId\": \"aae8c0d6-3151-4cd1-99d4-01f9db7c042a\",\n                    \"businessTime\": 1776687701000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84004538.85503535,\n                    \"instrumentId\": \"a7e123c4-58b4-4618-b5e7-f30b303df0fa\",\n                    \"businessTime\": 1776687701000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656483.7876838595,\n                    \"instrumentId\": \"ea65f79e-886c-4c18-9d53-290e544f2ac4\",\n                    \"businessTime\": 1776687701000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bc694ef0-0b38-4fcd-aba8-87b92c27047e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.081119986864255\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071982.875076186,\n                    \"instrumentId\": \"6d3a376e-89ec-4669-9507-4eb104a4855c\",\n                    \"businessTime\": 1776687702000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289417.399952315,\n                    \"instrumentId\": \"30eee4f5-3cfc-4ec0-a5ec-4fd1863ce757\",\n                    \"businessTime\": 1776687702000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13790333.421283646,\n                    \"instrumentId\": \"8bffd344-74dc-45a1-b297-3b064d7532e4\",\n                    \"businessTime\": 1776687702000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300029.4595615823,\n                    \"instrumentId\": \"00f07335-020e-4ac3-8f58-799209f788b9\",\n                    \"businessTime\": 1776687702000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389024.43250823097,\n                    \"instrumentId\": \"cb601dc4-bd63-4809-82cb-95a42b29bf9c\",\n                    \"businessTime\": 1776687702000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 84001199.90250601,\n                    \"instrumentId\": \"fe612822-7986-4cd6-9885-383946eed9ae\",\n                    \"businessTime\": 1776687702000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656469.7223264977,\n                    \"instrumentId\": \"d250d699-3e92-4f9d-bec2-0f5a3515b585\",\n                    \"businessTime\": 1776687702000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"05f14161-5ccc-4918-bae3-1c32ec006c76\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.080032350301313\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071981.10610248,\n                    \"instrumentId\": \"f81bb9bc-d3a7-433a-906e-f2e1472c7ea0\",\n                    \"businessTime\": 1776687703000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289417.399952315,\n                    \"instrumentId\": \"c78a0395-26c5-4f7b-a9d7-11f27a04cac8\",\n                    \"businessTime\": 1776687703000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789449.826847069,\n                    \"instrumentId\": \"c415665b-12c9-4ea2-ac11-aa5996d253f8\",\n                    \"businessTime\": 1776687703000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 300029.4595615823,\n                    \"instrumentId\": \"9c7a206d-6d9c-4a74-8d56-e80517be5ea9\",\n                    \"businessTime\": 1776687703000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389024.43158609304,\n                    \"instrumentId\": \"7233a4ab-0854-4cfe-84cc-6ef44a5a9e73\",\n                    \"businessTime\": 1776687703000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83998101.13670714,\n                    \"instrumentId\": \"b28ce4ef-c210-4a65-9249-7211aae90822\",\n                    \"businessTime\": 1776687703000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656462.0151165893,\n                    \"instrumentId\": \"12f5a737-ffc0-4391-bc83-a83e1a8d56c1\",\n                    \"businessTime\": 1776687703000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"90225b9b-572d-423a-af66-dc07b9605ced\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.079330797165778\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6071663.6577093005,\n                    \"instrumentId\": \"81f5bc87-151e-452f-9146-bf6903ab9661\",\n                    \"businessTime\": 1776687704000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289340.1143803955,\n                    \"instrumentId\": \"8dcbd2b6-0ba7-4bc7-b6cb-87e859ba9398\",\n                    \"businessTime\": 1776687704000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788758.59762942,\n                    \"instrumentId\": \"5dbb1e79-f456-4dbc-87f6-5f2d1ceaa8b3\",\n                    \"businessTime\": 1776687704000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299952.56628332514,\n                    \"instrumentId\": \"cbe196c2-c014-4db0-9f13-0967e7012a3b\",\n                    \"businessTime\": 1776687704000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389024.4311016968,\n                    \"instrumentId\": \"62f35a87-0743-48e1-b82f-aee209a05a0b\",\n                    \"businessTime\": 1776687704000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83996945.07276435,\n                    \"instrumentId\": \"3e47bc0d-3d39-446f-9791-5627955621da\",\n                    \"businessTime\": 1776687704000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656462.0151165893,\n                    \"instrumentId\": \"f168dac1-6d37-492f-a56c-8ba7d4ab048f\",\n                    \"businessTime\": 1776687704000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"813e46ec-bb9a-4e33-a0c2-2493c25e8e7b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.078923253951682\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070650.010423637,\n                    \"instrumentId\": \"8c1fe71b-ec6c-4a6a-bb32-83853c50633d\",\n                    \"businessTime\": 1776687705000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289322.5689172028,\n                    \"instrumentId\": \"981355f3-876c-49cf-b441-bb0039671b4f\",\n                    \"businessTime\": 1776687705000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788297.06107912,\n                    \"instrumentId\": \"8fd52e26-84d1-4833-beb2-79a5b4f2c925\",\n                    \"businessTime\": 1776687705000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299689.5286553194,\n                    \"instrumentId\": \"602a005f-4ba3-4977-973a-1cbb28cdef69\",\n                    \"businessTime\": 1776687705000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389022.87127612944,\n                    \"instrumentId\": \"0df010cf-4345-42a0-b51e-b44dff3063f7\",\n                    \"businessTime\": 1776687705000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83995140.28756325,\n                    \"instrumentId\": \"cc10e3bf-866d-4e2c-9645-ff37c929602b\",\n                    \"businessTime\": 1776687705000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656125.699370464,\n                    \"instrumentId\": \"d6707771-774a-4407-81ad-4dfeb13aa1dc\",\n                    \"businessTime\": 1776687705000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2bf064e1-83ac-4f7e-bd13-8972ed12e9c3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.078238117273308\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070369.783828286,\n                    \"instrumentId\": \"95a73a11-037a-48e3-a1bb-dbb4022b68f7\",\n                    \"businessTime\": 1776687706000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289025.47847663,\n                    \"instrumentId\": \"b41eded7-c2c5-462f-ab07-7dc7c33fb98f\",\n                    \"businessTime\": 1776687706000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788227.49140215,\n                    \"instrumentId\": \"13d3d5eb-db6d-48a1-b9db-578fc2f03b16\",\n                    \"businessTime\": 1776687706000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299689.5286553194,\n                    \"instrumentId\": \"3ce65b84-7685-49af-9697-35a7ad847c51\",\n                    \"businessTime\": 1776687706000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389022.87127612944,\n                    \"instrumentId\": \"c96a3f71-88c4-4ace-a5c9-522c7be3bd3c\",\n                    \"businessTime\": 1776687706000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83993634.85430592,\n                    \"instrumentId\": \"53a0f58c-4d22-4bbc-b80d-2ed79c6dd9eb\",\n                    \"businessTime\": 1776687706000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656125.699370464,\n                    \"instrumentId\": \"4d8f41e6-dec0-44f0-a8fa-45ce9156257e\",\n                    \"businessTime\": 1776687706000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"09154dbc-d77d-47bb-b08c-12ece6a7d7c6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.077859853658158\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070367.568732654,\n                    \"instrumentId\": \"ddde7687-cf81-4353-a51d-79db7705fa54\",\n                    \"businessTime\": 1776687707000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288482.0170734143,\n                    \"instrumentId\": \"1e559492-29cd-45b7-a644-40063c3e8dbb\",\n                    \"businessTime\": 1776687707000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787424.092868553,\n                    \"instrumentId\": \"fef8e4b7-3e5b-41ac-b9bb-c53682ba30ab\",\n                    \"businessTime\": 1776687707000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.21495878295,\n                    \"instrumentId\": \"44583c7d-a1f9-4c2b-83ec-d6f484e0395c\",\n                    \"businessTime\": 1776687707000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389021.7191458288,\n                    \"instrumentId\": \"cf5a5d81-38cb-48be-935f-9523d495f921\",\n                    \"businessTime\": 1776687707000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83991382.66827701,\n                    \"instrumentId\": \"01ba1238-2542-4be2-ae1f-648faa0e998b\",\n                    \"businessTime\": 1776687707000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656125.699370464,\n                    \"instrumentId\": \"8c2d893b-b4a2-4083-b75b-e9b935bae475\",\n                    \"businessTime\": 1776687707000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6cad24ef-cf81-44bd-ac6f-572dabf02477\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.077225455259526\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070320.959823574,\n                    \"instrumentId\": \"8ce98ad0-c5bb-45dd-b649-1b3a2f0ba5c6\",\n                    \"businessTime\": 1776687708000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288317.5022864896,\n                    \"instrumentId\": \"6e5d5483-6098-4876-8625-aed5b0aac6d1\",\n                    \"businessTime\": 1776687708000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786961.97398355,\n                    \"instrumentId\": \"d5ed9be8-0b54-492d-b82a-c7aa844ceb2a\",\n                    \"businessTime\": 1776687708000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.21495878295,\n                    \"instrumentId\": \"d55269dc-5e95-4d7f-babc-4b6afd3b9074\",\n                    \"businessTime\": 1776687708000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389018.0111310308,\n                    \"instrumentId\": \"e946dbf6-d7f4-43c4-993f-0c4beaf16efe\",\n                    \"businessTime\": 1776687708000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83989563.37772937,\n                    \"instrumentId\": \"4f3da6b1-bcea-4c6b-8d0d-c92972f546d0\",\n                    \"businessTime\": 1776687708000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656125.699370464,\n                    \"instrumentId\": \"645db86b-c20f-429b-a9dd-a4b82a0ade7f\",\n                    \"businessTime\": 1776687708000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"85c7536b-2f6e-4f8e-a684-26ac08b1988e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.076786748555932\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069852.281494275,\n                    \"instrumentId\": \"21d2765c-1373-4002-ab04-b47ed901a469\",\n                    \"businessTime\": 1776687709000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288316.8065110953,\n                    \"instrumentId\": \"94ebdef5-3d42-4bb9-9297-028401d80d36\",\n                    \"businessTime\": 1776687709000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786163.41922362,\n                    \"instrumentId\": \"9f82a987-5516-422f-b2c1-03cde76ede9c\",\n                    \"businessTime\": 1776687709000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.21495878295,\n                    \"instrumentId\": \"ceb2cc3a-dfb5-4228-96bf-623affa52c01\",\n                    \"businessTime\": 1776687709000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389017.19801045797,\n                    \"instrumentId\": \"5fbe9254-62ec-48e7-b245-7bab20528054\",\n                    \"businessTime\": 1776687709000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83987931.73004226,\n                    \"instrumentId\": \"7a11a6c2-9500-4ec3-ab65-56958fe7c007\",\n                    \"businessTime\": 1776687709000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656125.699370464,\n                    \"instrumentId\": \"b20994d7-dee9-4192-abe3-3a4ec173fbec\",\n                    \"businessTime\": 1776687709000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"c9b40524-0bb6-45a9-a281-aeb563e79519\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07627701399138\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069835.50094091,\n                    \"instrumentId\": \"683df447-4a91-4a29-9134-1e28ce809398\",\n                    \"businessTime\": 1776687710000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288316.8065110953,\n                    \"instrumentId\": \"49053faf-cab8-4622-ad3d-2e133496621b\",\n                    \"businessTime\": 1776687710000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785991.443773145,\n                    \"instrumentId\": \"0373c1a5-2581-4635-bfb2-4db8d73e98d8\",\n                    \"businessTime\": 1776687710000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.21495878295,\n                    \"instrumentId\": \"dc93b8eb-148b-4627-858e-f9f09d27ad43\",\n                    \"businessTime\": 1776687710000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389017.1943402124,\n                    \"instrumentId\": \"4553320d-6d77-45d3-aa29-c9ac82c1afee\",\n                    \"businessTime\": 1776687710000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83986210.80086677,\n                    \"instrumentId\": \"bad6a4a0-8f89-4eb8-addb-de965eba4241\",\n                    \"businessTime\": 1776687710000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656125.699370464,\n                    \"instrumentId\": \"6d199170-a51e-4702-b2db-2960c987758f\",\n                    \"businessTime\": 1776687710000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ee66419a-382f-4125-833c-0dbca6a90202\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07594139204945\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069814.975690746,\n                    \"instrumentId\": \"090df66d-05c0-4233-b11a-bba2c9bab871\",\n                    \"businessTime\": 1776687711000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288128.8829792948,\n                    \"instrumentId\": \"1a06847c-1696-4ccd-b80d-1507fb3e5a52\",\n                    \"businessTime\": 1776687711000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785700.545774976,\n                    \"instrumentId\": \"f3b8625b-7996-48a8-b17e-259cdd3e37d1\",\n                    \"businessTime\": 1776687711000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.21495878295,\n                    \"instrumentId\": \"0513bdc7-a24e-4b31-ace0-6a5e6d4f4679\",\n                    \"businessTime\": 1776687711000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389014.525141794,\n                    \"instrumentId\": \"cae36312-1940-45d1-8a22-eea13decb1bb\",\n                    \"businessTime\": 1776687711000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83984613.7900113,\n                    \"instrumentId\": \"5be6af40-aaaf-4632-b939-faca3337b1ab\",\n                    \"businessTime\": 1776687711000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656122.4063312979,\n                    \"instrumentId\": \"db0bd3d4-c9d3-408c-845b-8d329ec54b70\",\n                    \"businessTime\": 1776687711000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4605a46e-afe6-4f44-864a-bf1c5bd04feb\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07557191579757\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069762.117193206,\n                    \"instrumentId\": \"2e5cb596-a3f9-4af5-b3fa-5533d0c2f90e\",\n                    \"businessTime\": 1776687712000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288092.8506742218,\n                    \"instrumentId\": \"74ac66bb-1a96-4051-8303-f937868b9d99\",\n                    \"businessTime\": 1776687712000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785329.329854377,\n                    \"instrumentId\": \"d31d67ea-c29d-417d-877a-79bd9ece8133\",\n                    \"businessTime\": 1776687712000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.21495878295,\n                    \"instrumentId\": \"506036b4-9602-4d5a-93bc-35ba9252e239\",\n                    \"businessTime\": 1776687712000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389014.525141794,\n                    \"instrumentId\": \"71db7c67-13b6-4bca-bb28-724f45e41417\",\n                    \"businessTime\": 1776687712000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83982708.32036424,\n                    \"instrumentId\": \"dcfa4817-b58a-4e2c-998f-e4f1bb756292\",\n                    \"businessTime\": 1776687712000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656122.4063312979,\n                    \"instrumentId\": \"5afdb32c-eb4a-4966-90fa-8cac4efe4a7f\",\n                    \"businessTime\": 1776687712000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7deac446-577d-4084-9524-90d9ff27b286\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.075156173025995\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069762.117193206,\n                    \"instrumentId\": \"cb6b068e-9458-451b-9020-ebc74be7034e\",\n                    \"businessTime\": 1776687713000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288021.271418627,\n                    \"instrumentId\": \"16b6f995-b5f6-4bf3-8df7-03384c5afbf5\",\n                    \"businessTime\": 1776687713000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13784901.69522849,\n                    \"instrumentId\": \"a2dfa68f-dc2a-4084-91dc-c08d9c2f7cf3\",\n                    \"businessTime\": 1776687713000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.21495878295,\n                    \"instrumentId\": \"fcbae551-1994-4022-a25e-37ba35e75d58\",\n                    \"businessTime\": 1776687713000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389014.525141794,\n                    \"instrumentId\": \"3779ba4f-dadc-44be-8dbd-b4c1dce08549\",\n                    \"businessTime\": 1776687713000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83979791.27027513,\n                    \"instrumentId\": \"b4e547d5-4c48-438b-ae88-0bc6cfac61b0\",\n                    \"businessTime\": 1776687713000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656122.4063312979,\n                    \"instrumentId\": \"8ba2120a-7d39-4d45-8bd5-d717dc687a3d\",\n                    \"businessTime\": 1776687713000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bbd0aa31-d522-4403-885d-96f0f5050062\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.074555775140126\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069429.070127382,\n                    \"instrumentId\": \"e67cf1c7-e06e-464f-8a6d-50d392284127\",\n                    \"businessTime\": 1776687714000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287921.7773791086,\n                    \"instrumentId\": \"226ade25-89fc-4cb8-841d-36e1c2de73f5\",\n                    \"businessTime\": 1776687714000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13783854.931728102,\n                    \"instrumentId\": \"55350ae2-b52e-4280-92bd-692c70c51d0b\",\n                    \"businessTime\": 1776687714000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.21495878295,\n                    \"instrumentId\": \"faa691e5-9ec6-47ea-911f-da8e878013af\",\n                    \"businessTime\": 1776687714000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389012.4598149395,\n                    \"instrumentId\": \"ac964f48-1635-44cc-b2fb-2eeaa2b39923\",\n                    \"businessTime\": 1776687714000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83975364.28474784,\n                    \"instrumentId\": \"19df8120-6fe1-4d62-9597-86eb66c40d9c\",\n                    \"businessTime\": 1776687714000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656121.8813326255,\n                    \"instrumentId\": \"f8d5c507-e25d-488f-b729-adc507872df2\",\n                    \"businessTime\": 1776687714000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"074a0a9f-15d6-4f34-9d51-fd34b3198f3b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.073517307572722\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069381.235682626,\n                    \"instrumentId\": \"b6294371-acf2-4ef6-a82c-cbfaf0ea72b1\",\n                    \"businessTime\": 1776687715000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287874.5319919693,\n                    \"instrumentId\": \"b26dc645-8912-4595-88ea-0bfdbe3e1a5e\",\n                    \"businessTime\": 1776687715000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13783383.608798329,\n                    \"instrumentId\": \"347865fa-0284-4fa4-b547-9482754663a8\",\n                    \"businessTime\": 1776687715000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.21495878295,\n                    \"instrumentId\": \"956fa18e-bfce-4253-87df-f9f93cb63a25\",\n                    \"businessTime\": 1776687715000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389012.4598149395,\n                    \"instrumentId\": \"6b4f88ac-401b-4ea1-91c5-e18645291648\",\n                    \"businessTime\": 1776687715000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83970064.75605077,\n                    \"instrumentId\": \"d642887b-ddf1-4745-9c02-2baaff31a07e\",\n                    \"businessTime\": 1776687715000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656121.8813326255,\n                    \"instrumentId\": \"44aded29-4703-41d1-a199-c344b80a9160\",\n                    \"businessTime\": 1776687715000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e1027bb5-6efc-4612-a2ca-0eb9df935d9f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072486388159938\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069277.7077538995,\n                    \"instrumentId\": \"c2c1acd7-245e-4976-887a-805fded5e4bc\",\n                    \"businessTime\": 1776687716000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287818.2178784222,\n                    \"instrumentId\": \"2d32aecd-89d9-4fe5-b569-67e2648e75c9\",\n                    \"businessTime\": 1776687716000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13782899.509047512,\n                    \"instrumentId\": \"7799e308-2f2b-41b5-81ed-3c35092f9919\",\n                    \"businessTime\": 1776687716000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.21495878295,\n                    \"instrumentId\": \"8eaa69cb-c1a1-4e81-b8f4-176ea3627d58\",\n                    \"businessTime\": 1776687716000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388840.3282362945,\n                    \"instrumentId\": \"b30c8780-7297-4073-8322-6e0b7fb894e7\",\n                    \"businessTime\": 1776687716000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83964665.99123368,\n                    \"instrumentId\": \"6dbf06d7-4d52-47fd-b952-1aa7a72d2af8\",\n                    \"businessTime\": 1776687716000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656004.4171838616,\n                    \"instrumentId\": \"97d90a1a-fb5f-4391-96a8-3715ee01afbd\",\n                    \"businessTime\": 1776687716000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"070a0eb3-af20-4606-9b92-91df7e2980c4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07137350549955\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069192.731039981,\n                    \"instrumentId\": \"c355ef24-7d80-44a7-a0c5-4fdf79ff635a\",\n                    \"businessTime\": 1776687717000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287700.546341797,\n                    \"instrumentId\": \"be748e9b-bc63-4c98-8f22-7c7417e3a025\",\n                    \"businessTime\": 1776687717000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13782744.559151083,\n                    \"instrumentId\": \"7540190c-281a-44f0-9905-ea6c6ca3695d\",\n                    \"businessTime\": 1776687717000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.21495878295,\n                    \"instrumentId\": \"856b9e55-58f4-4616-8644-c59b037d6912\",\n                    \"businessTime\": 1776687717000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388840.3282362945,\n                    \"instrumentId\": \"1a9e1497-429e-4934-897c-e5503cfb121a\",\n                    \"businessTime\": 1776687717000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83964038.72998703,\n                    \"instrumentId\": \"fa583f8e-a35c-43bf-bf98-839fd244157f\",\n                    \"businessTime\": 1776687717000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656004.4171838616,\n                    \"instrumentId\": \"7362350f-9eec-4660-80ae-f45599278fed\",\n                    \"businessTime\": 1776687717000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"702fafeb-070a-4ece-86d5-4063407d3640\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.071200419490125\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:21:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068326.078573148,\n                    \"instrumentId\": \"767ff425-e180-4d3d-8d3d-c44659637d4c\",\n                    \"businessTime\": 1776687718000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286554.401410008,\n                    \"instrumentId\": \"fb8b2c58-3f51-4806-827d-4630868976ec\",\n                    \"businessTime\": 1776687718000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13779191.349217372,\n                    \"instrumentId\": \"3815ec61-dbf6-46dd-b8e0-0cdc584ecd7a\",\n                    \"businessTime\": 1776687718000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299682.21495878295,\n                    \"instrumentId\": \"b634509e-b3cd-4aa4-859c-55aaef65cd8b\",\n                    \"businessTime\": 1776687718000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388737.2949236418,\n                    \"instrumentId\": \"826c9e18-01cc-4b94-a0e0-c9b4ecb61b7f\",\n                    \"businessTime\": 1776687718000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83952141.7631333,\n                    \"instrumentId\": \"100dad94-13ae-4121-b5f3-f73440db52c0\",\n                    \"businessTime\": 1776687718000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655839.7252144401,\n                    \"instrumentId\": \"48ddcfce-8159-446d-bbdb-bc884c4a75d0\",\n                    \"businessTime\": 1776687718000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1dd7588c-d1f2-4871-ab10-caed0649c675\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.068084303590634\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068322.714654315,\n                    \"instrumentId\": \"88db68d0-0b1e-4faa-922a-02078a5cc998\",\n                    \"businessTime\": 1776687719000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286518.003302075,\n                    \"instrumentId\": \"47feeb66-f9ee-4d29-8ae0-4d994d50c55e\",\n                    \"businessTime\": 1776687719000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778837.610815208,\n                    \"instrumentId\": \"2c7dc79d-05a4-43af-bf0e-1ab0c6d68f36\",\n                    \"businessTime\": 1776687719000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299681.7183449513,\n                    \"instrumentId\": \"313f0cf5-310e-4a8c-b725-07fc2c6e8aca\",\n                    \"businessTime\": 1776687719000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388736.46103563777,\n                    \"instrumentId\": \"04fd6958-84bd-440f-b334-ba9cfd8edff5\",\n                    \"businessTime\": 1776687719000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83950538.39640994,\n                    \"instrumentId\": \"39a8e5c6-3dd3-45e2-bbb6-d15d7e6581ed\",\n                    \"businessTime\": 1776687719000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655648.8728161196,\n                    \"instrumentId\": \"5dccb516-9d7f-4bba-8086-7caff25d90d0\",\n                    \"businessTime\": 1776687719000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"92c00b32-f42b-4416-a412-a51c77437c95\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.067699584776495\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067582.548576984,\n                    \"instrumentId\": \"7c04ef36-3a97-4cf7-86d1-39f7c5d450a0\",\n                    \"businessTime\": 1776687720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286510.6572797657,\n                    \"instrumentId\": \"62883a46-557e-41c8-b31e-1900c0507fef\",\n                    \"businessTime\": 1776687720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778166.665673926,\n                    \"instrumentId\": \"0efbadfa-625c-4fc4-9fd7-5c7a2aaee1a6\",\n                    \"businessTime\": 1776687720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299681.7183449513,\n                    \"instrumentId\": \"48bfa808-7189-46a3-ab4f-3a7bb7072d87\",\n                    \"businessTime\": 1776687720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388736.62439276365,\n                    \"instrumentId\": \"f7997b8a-2cba-41df-ac5c-5db63bb2b9f8\",\n                    \"businessTime\": 1776687720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83950023.44900921,\n                    \"instrumentId\": \"52295a79-ade7-4589-bd0f-e0105fff7cc6\",\n                    \"businessTime\": 1776687720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655648.8728161196,\n                    \"instrumentId\": \"52914553-b5e3-4136-8642-47b9d0d2419b\",\n                    \"businessTime\": 1776687720000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a25694bb-7401-4b12-80be-da0e08cd7c46\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06735982356656\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067582.522690328,\n                    \"instrumentId\": \"06d858be-7e20-4731-830e-9c754343493f\",\n                    \"businessTime\": 1776687721000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286519.5572820967,\n                    \"instrumentId\": \"cfc94447-e53b-4751-986c-e448db4c231f\",\n                    \"businessTime\": 1776687721000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778593.767332437,\n                    \"instrumentId\": \"91a93fe4-ecfa-4cbb-92ff-a0d612a7fb5d\",\n                    \"businessTime\": 1776687721000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299681.7183449513,\n                    \"instrumentId\": \"48bfa808-7189-46a3-ab4f-3a7bb7072d87\",\n                    \"businessTime\": 1776687720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388735.9704498874,\n                    \"instrumentId\": \"175bd644-bb1d-4aaa-97da-c78836e175da\",\n                    \"businessTime\": 1776687721000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83948902.52398674,\n                    \"instrumentId\": \"da3c48d6-4855-480e-af29-169b1b1f8b38\",\n                    \"businessTime\": 1776687721000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655582.7820456107,\n                    \"instrumentId\": \"ea5e7d66-ec5c-4f7c-b223-44a83ea6505e\",\n                    \"businessTime\": 1776687721000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d88edda7-c50e-4b97-906a-734b73de8922\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.067227715664686\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067582.522690328,\n                    \"instrumentId\": \"849b862b-e264-4599-978d-37da85d52708\",\n                    \"businessTime\": 1776687722000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286519.5572820967,\n                    \"instrumentId\": \"f12c43b4-4ea1-4fe2-9576-a460dd094eb8\",\n                    \"businessTime\": 1776687722000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13778918.520371852,\n                    \"instrumentId\": \"6cdf6163-67f2-4ef7-9602-85bda3beb886\",\n                    \"businessTime\": 1776687722000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299681.7183449513,\n                    \"instrumentId\": \"48bfa808-7189-46a3-ab4f-3a7bb7072d87\",\n                    \"businessTime\": 1776687720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388735.9704498874,\n                    \"instrumentId\": \"beb514e6-b803-47e5-8995-20626fa9a663\",\n                    \"businessTime\": 1776687722000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83948740.66634904,\n                    \"instrumentId\": \"4e44673b-f5ba-4c19-86a1-941b8e1b7be4\",\n                    \"businessTime\": 1776687722000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655582.7820456107,\n                    \"instrumentId\": \"752d6f91-4dd4-4d9c-be85-689c3239f790\",\n                    \"businessTime\": 1776687722000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"49e939a4-8e6c-45fa-8d64-d34a4409e7b4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.067256344030536\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067472.699587684,\n                    \"instrumentId\": \"d7438ae2-1492-4f26-acc2-12ef1a27a3c9\",\n                    \"businessTime\": 1776687723000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286489.545729121,\n                    \"instrumentId\": \"d17c5311-669b-4dff-93c6-d2622526541e\",\n                    \"businessTime\": 1776687723000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13779008.458143918,\n                    \"instrumentId\": \"15691203-89e5-4560-b185-54eca5e29fd2\",\n                    \"businessTime\": 1776687723000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299681.7183449513,\n                    \"instrumentId\": \"48bfa808-7189-46a3-ab4f-3a7bb7072d87\",\n                    \"businessTime\": 1776687720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388758.0037736306,\n                    \"instrumentId\": \"5e53f166-2943-4567-bf8c-93468f758321\",\n                    \"businessTime\": 1776687723000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83948503.89853108,\n                    \"instrumentId\": \"78518145-cfcb-46f2-9ca6-96f2a392bf0d\",\n                    \"businessTime\": 1776687723000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655803.9931305402,\n                    \"instrumentId\": \"18303554-32d9-4946-8c0b-48e45df4fe0d\",\n                    \"businessTime\": 1776687723000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7b1fdd3b-4209-4bce-9f05-8de21950ed67\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.067248713047615\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067882.3485889705,\n                    \"instrumentId\": \"f12fd37d-abbe-4bb3-84f9-45c22afa5aa3\",\n                    \"businessTime\": 1776687724000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286562.40139209,\n                    \"instrumentId\": \"1ef9573a-d1fa-4226-a2ae-caa3410f1a1f\",\n                    \"businessTime\": 1776687724000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13779988.641096378,\n                    \"instrumentId\": \"5a0a3e5b-9837-4cc2-98d2-fe8f4e6d7a1b\",\n                    \"businessTime\": 1776687724000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299681.7183449513,\n                    \"instrumentId\": \"48bfa808-7189-46a3-ab4f-3a7bb7072d87\",\n                    \"businessTime\": 1776687720000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388758.60988245,\n                    \"instrumentId\": \"7e75a458-6658-4953-806d-f60f0babf711\",\n                    \"businessTime\": 1776687724000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83950395.922838,\n                    \"instrumentId\": \"9f2ff237-acf3-4567-a3b3-8ea872a36825\",\n                    \"businessTime\": 1776687724000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655803.9931305402,\n                    \"instrumentId\": \"a5982b95-e33f-46e9-8335-8bdde29dbf07\",\n                    \"businessTime\": 1776687724000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b599cf80-345a-4c2c-b415-e761a9b717e4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0678383998723\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067907.256620739,\n                    \"instrumentId\": \"70012831-2b26-4963-a159-7d36bff2d4e0\",\n                    \"businessTime\": 1776687725000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3286896.2230717815,\n                    \"instrumentId\": \"79c3bdad-481e-4a96-814f-c2f174e9849a\",\n                    \"businessTime\": 1776687725000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781428.65586505,\n                    \"instrumentId\": \"617ea100-6e8d-4337-be8d-8224d38e011b\",\n                    \"businessTime\": 1776687725000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299687.0212584125,\n                    \"instrumentId\": \"e421f9ce-b163-469f-bb03-5fc4205602a6\",\n                    \"businessTime\": 1776687725000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388767.05884862365,\n                    \"instrumentId\": \"c31deeba-7f74-42b4-807e-f648965f4b6c\",\n                    \"businessTime\": 1776687725000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83952274.73669732,\n                    \"instrumentId\": \"021efb58-11df-4551-a666-95a0640ee202\",\n                    \"businessTime\": 1776687725000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655803.9931305402,\n                    \"instrumentId\": \"9aa1326c-87ec-4620-84a1-1e087c676c98\",\n                    \"businessTime\": 1776687725000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"42ecd4be-4f46-477f-a3e1-42aedf92a29e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.068487136290415\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067907.256620739,\n                    \"instrumentId\": \"c968bf15-dad5-452b-9a86-9bbfe5b54623\",\n                    \"businessTime\": 1776687726000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287302.060635105,\n                    \"instrumentId\": \"b50b42fe-a2a1-4b6c-8825-32ae7b7e7a27\",\n                    \"businessTime\": 1776687726000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781276.694944121,\n                    \"instrumentId\": \"05d3a6da-212f-4cf8-9ba8-1d249547e6b9\",\n                    \"businessTime\": 1776687726000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.439795452,\n                    \"instrumentId\": \"171b2311-18ca-4290-86f5-5b88f8e2b09e\",\n                    \"businessTime\": 1776687726000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388767.05884862365,\n                    \"instrumentId\": \"cab6e906-301e-4812-a9f0-012f5fc64466\",\n                    \"businessTime\": 1776687726000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83955807.64940067,\n                    \"instrumentId\": \"1ac5befe-57bb-421d-b27d-467374389c66\",\n                    \"businessTime\": 1776687726000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655803.9931305402,\n                    \"instrumentId\": \"521fe380-72d3-45fb-bbe3-585b12be67bf\",\n                    \"businessTime\": 1776687726000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5d8918cf-7509-45f2-94ac-6d5b447d0662\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06915325366876\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067926.081142029,\n                    \"instrumentId\": \"f88e1aaf-0d4a-4f88-85bf-aba24ef96940\",\n                    \"businessTime\": 1776687727000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287513.8190119877,\n                    \"instrumentId\": \"55df5be6-bc53-4719-a87e-4f933b58294c\",\n                    \"businessTime\": 1776687727000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13781368.350224674,\n                    \"instrumentId\": \"bc999855-d2f1-45aa-b467-af002af81d39\",\n                    \"businessTime\": 1776687727000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.439795452,\n                    \"instrumentId\": \"308dd3e2-9d87-45a9-8ade-86dbf36ed764\",\n                    \"businessTime\": 1776687727000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388816.6495192233,\n                    \"instrumentId\": \"4679a9df-14b5-415f-86ea-b33f0034c7ea\",\n                    \"businessTime\": 1776687727000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83956191.38426204,\n                    \"instrumentId\": \"6dee56c5-720f-4495-bf58-4edca48a9975\",\n                    \"businessTime\": 1776687727000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655803.9931305402,\n                    \"instrumentId\": \"9de57076-e487-4fcc-bf20-43a71ab43f7b\",\n                    \"businessTime\": 1776687727000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6be2051a-b2b9-4d60-b9ae-2221be6099b5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.069286041667127\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067926.621547736,\n                    \"instrumentId\": \"24a3c2b8-3b6e-4e45-a4e1-2682aef955ba\",\n                    \"businessTime\": 1776687728000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287582.6438739775,\n                    \"instrumentId\": \"2230ca92-cb14-4eb5-947f-81d21d6cbf9c\",\n                    \"businessTime\": 1776687728000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13783348.430852149,\n                    \"instrumentId\": \"2a641fbf-3405-49b3-97b7-1f8e29bc9db1\",\n                    \"businessTime\": 1776687728000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.439795452,\n                    \"instrumentId\": \"4f42ca69-0bf5-43c6-a818-6fd39cc61149\",\n                    \"businessTime\": 1776687728000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388816.6495192233,\n                    \"instrumentId\": \"d3fdac60-8ffa-465a-a401-0ab0a0a9826e\",\n                    \"businessTime\": 1776687728000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83963774.57071377,\n                    \"instrumentId\": \"27981ccc-2ac4-47a3-a939-6a7ffa1f2250\",\n                    \"businessTime\": 1776687728000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655803.9931305402,\n                    \"instrumentId\": \"7143c53e-db42-41ca-86a9-09c460cc2f02\",\n                    \"businessTime\": 1776687728000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ef245304-60d2-413b-a00c-b1aa38577712\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.070978947176247\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067932.844538559,\n                    \"instrumentId\": \"d50ef101-f70a-46df-84cd-80a809ec34db\",\n                    \"businessTime\": 1776687729000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287582.6438739775,\n                    \"instrumentId\": \"3a49d618-3b16-463c-84ee-8cc5584bc27a\",\n                    \"businessTime\": 1776687729000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13783365.593781592,\n                    \"instrumentId\": \"01d96661-24d5-402f-a9fd-af6e79701df7\",\n                    \"businessTime\": 1776687729000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.28406360326,\n                    \"instrumentId\": \"219a9d49-bd92-40c0-86da-e46bae7aa32d\",\n                    \"businessTime\": 1776687729000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388819.3665731113,\n                    \"instrumentId\": \"6e7b5326-16f8-4442-8613-bab3ff81f750\",\n                    \"businessTime\": 1776687729000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83964636.03657906,\n                    \"instrumentId\": \"45730f20-406c-44c2-bfe4-887678d89a61\",\n                    \"businessTime\": 1776687729000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655803.9931305402,\n                    \"instrumentId\": \"b527e1cb-b474-4b26-8c6d-3ad66bbf87d4\",\n                    \"businessTime\": 1776687729000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5caa538c-b70f-401d-b459-a20425eb28c6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.071134907300603\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067945.577797191,\n                    \"instrumentId\": \"d3e35b4b-7fed-4c15-bf45-8ee45269da63\",\n                    \"businessTime\": 1776687730000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287639.0555265555,\n                    \"instrumentId\": \"6eaa3fbd-39bd-460f-baeb-01f1a578aeea\",\n                    \"businessTime\": 1776687730000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785346.89572712,\n                    \"instrumentId\": \"48e61f3b-c02c-4c9f-85c6-281d05147206\",\n                    \"businessTime\": 1776687730000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.28406360326,\n                    \"instrumentId\": \"9cbe724d-71b9-42ad-a966-893122ee04e6\",\n                    \"businessTime\": 1776687730000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388819.3665731113,\n                    \"instrumentId\": \"78673324-e83f-4c5a-8e3c-6843de06636f\",\n                    \"businessTime\": 1776687730000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83969471.4775199,\n                    \"instrumentId\": \"d01b09d2-7b60-4963-9e3a-ffbf5d552e99\",\n                    \"businessTime\": 1776687730000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655850.283011235,\n                    \"instrumentId\": \"3762d090-827b-46ac-950e-7e2590de7b32\",\n                    \"businessTime\": 1776687730000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bcd4b51c-2569-41f6-9978-4e607155cc97\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072353216207155\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067990.0752842715,\n                    \"instrumentId\": \"0064755e-0e73-44f5-98a7-394e5340b245\",\n                    \"businessTime\": 1776687731000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287641.239106782,\n                    \"instrumentId\": \"f70df638-af95-4be9-a7d4-00ca3aba78b7\",\n                    \"businessTime\": 1776687731000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785677.979864653,\n                    \"instrumentId\": \"068e4b20-8b5e-4604-a2a3-bc00655fb5e7\",\n                    \"businessTime\": 1776687731000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.28406360326,\n                    \"instrumentId\": \"6a160d2d-106a-453e-9cab-8f6b372cde77\",\n                    \"businessTime\": 1776687731000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388819.3665731113,\n                    \"instrumentId\": \"679de68c-59f4-49b2-a587-5f46a801998e\",\n                    \"businessTime\": 1776687731000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83970531.32293509,\n                    \"instrumentId\": \"8177f596-cade-480f-8a10-8e17b21512ac\",\n                    \"businessTime\": 1776687731000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655916.6732057246,\n                    \"instrumentId\": \"eff8e7aa-f57a-4e4d-8f20-d1d22fcf4bd2\",\n                    \"businessTime\": 1776687731000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a86b6d8a-5c50-43c4-8e00-e35931d768ca\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072617539724643\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067990.0752842715,\n                    \"instrumentId\": \"de2aaea8-6004-46bb-97a8-7fb71d7285f4\",\n                    \"businessTime\": 1776687732000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287676.0525725274,\n                    \"instrumentId\": \"c6a6b0f2-35ef-440e-b3e1-6e8b892035e6\",\n                    \"businessTime\": 1776687732000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785729.808141138,\n                    \"instrumentId\": \"bb1fc3b5-aefb-4cc6-9324-0bdb0b7e0f64\",\n                    \"businessTime\": 1776687732000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.28214397974,\n                    \"instrumentId\": \"d49336e9-75fe-4f57-960a-2424949076ca\",\n                    \"businessTime\": 1776687732000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388819.3665731113,\n                    \"instrumentId\": \"cd202b25-e8d0-40d4-8350-37f16509b165\",\n                    \"businessTime\": 1776687732000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83970733.96946229,\n                    \"instrumentId\": \"6057583b-664b-480d-8b85-8a77fcc157ee\",\n                    \"businessTime\": 1776687732000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655916.6732057246,\n                    \"instrumentId\": \"b347b710-9590-447c-add1-ecf6a9a34ccd\",\n                    \"businessTime\": 1776687732000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e849c022-fee1-4916-9746-712ce90e2284\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072668380910905\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067990.0752842715,\n                    \"instrumentId\": \"934cf53e-6663-46e4-9ea1-301b34849c49\",\n                    \"businessTime\": 1776687733000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288336.6727789226,\n                    \"instrumentId\": \"b3249729-1bef-4476-a59a-69c08a6be4a3\",\n                    \"businessTime\": 1776687733000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785950.937169462,\n                    \"instrumentId\": \"636ed6f0-87c2-4503-bb9d-f305b3da632e\",\n                    \"businessTime\": 1776687733000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.28214397974,\n                    \"instrumentId\": \"2925b469-6c36-4f28-9f58-9cf8876ff8d5\",\n                    \"businessTime\": 1776687733000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388820.13344259595,\n                    \"instrumentId\": \"129dcedb-d16b-40c3-8d84-98146bb45f34\",\n                    \"businessTime\": 1776687733000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83976930.35329813,\n                    \"instrumentId\": \"ee22ea1e-3e52-4708-9ace-50d2d8cb5bd2\",\n                    \"businessTime\": 1776687733000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"cdda084f-9a03-42d1-bb5c-452c15738c25\",\n                    \"businessTime\": 1776687733000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0c539d54-650a-45c0-a4be-884ce7a6565e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07393461251592\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068007.957074434,\n                    \"instrumentId\": \"1140e73b-3116-4913-8eb6-2c6cf883df8d\",\n                    \"businessTime\": 1776687734000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288337.196197805,\n                    \"instrumentId\": \"16872bc1-20bb-45b9-a67f-b3d6627c27b5\",\n                    \"businessTime\": 1776687734000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786260.435548747,\n                    \"instrumentId\": \"4b61d9d9-bae9-4a55-ae8e-4d01011c1892\",\n                    \"businessTime\": 1776687734000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.28214397974,\n                    \"instrumentId\": \"439694d6-95f3-429e-a421-72925fb529bd\",\n                    \"businessTime\": 1776687734000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388820.13344259595,\n                    \"instrumentId\": \"0467a79f-a332-4da6-b9ce-714bd7542bf9\",\n                    \"businessTime\": 1776687734000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83977338.42874697,\n                    \"instrumentId\": \"f1d09041-83b5-4b6a-96be-dd573ecf8133\",\n                    \"businessTime\": 1776687734000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"33bec444-89ad-4be4-9e34-0c42a5f2cb93\",\n                    \"businessTime\": 1776687734000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"93d7cec1-b311-4cd4-ae28-e8f49fdc533f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07406395856815\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068028.390422551,\n                    \"instrumentId\": \"d7d4b025-ee1f-449d-9023-fdce45b02890\",\n                    \"businessTime\": 1776687735000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288346.208279441,\n                    \"instrumentId\": \"469fec15-0e4f-4a3e-8c81-532e8c248648\",\n                    \"businessTime\": 1776687735000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786325.791802743,\n                    \"instrumentId\": \"dacff607-1d24-424a-8629-edcd2ab8e569\",\n                    \"businessTime\": 1776687735000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.28214397974,\n                    \"instrumentId\": \"010e3c73-0735-48f9-9282-7e42fed07f2b\",\n                    \"businessTime\": 1776687735000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388828.09864558553,\n                    \"instrumentId\": \"d27d1488-3eb8-423a-b475-8287ee43de4e\",\n                    \"businessTime\": 1776687735000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83977542.40928681,\n                    \"instrumentId\": \"af7d3eab-1daa-4bb3-be4a-6cfc82bfd128\",\n                    \"businessTime\": 1776687735000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"ddfc37e6-fe03-4893-8a06-7dde8c623c54\",\n                    \"businessTime\": 1776687735000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"2133865b-45e6-4f5e-ac6d-5788656e3b23\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.074117868484947\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068574.857084884,\n                    \"instrumentId\": \"c386cb2a-f278-4336-80b1-fae3216159ca\",\n                    \"businessTime\": 1776687736000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288346.208279441,\n                    \"instrumentId\": \"c5d2ae0a-f63e-4d49-aa2c-5f894049e6d8\",\n                    \"businessTime\": 1776687736000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787308.819042278,\n                    \"instrumentId\": \"3600874a-14b5-4a99-8715-171c93d92f7f\",\n                    \"businessTime\": 1776687736000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.28214397974,\n                    \"instrumentId\": \"61b98310-d17a-4cb9-9e05-e0d91e6e506f\",\n                    \"businessTime\": 1776687736000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388828.09864558553,\n                    \"instrumentId\": \"01ac8e05-15bd-4f33-b92f-35866b56f268\",\n                    \"businessTime\": 1776687736000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83986684.58498959,\n                    \"instrumentId\": \"150f6bd6-436b-46bd-a24e-24dfa825c32f\",\n                    \"businessTime\": 1776687736000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"f0785214-4ad1-42d5-9d2f-435f7f691bd7\",\n                    \"businessTime\": 1776687736000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"451ffb8d-59f9-4589-95e8-cefdff3990c4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.075993381596483\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068575.800562724,\n                    \"instrumentId\": \"5ea0742b-388d-4846-999c-03f411842678\",\n                    \"businessTime\": 1776687737000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288453.391719131,\n                    \"instrumentId\": \"d83cde1b-bd25-4b20-b2c8-b2a8ee65235b\",\n                    \"businessTime\": 1776687737000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788142.416477142,\n                    \"instrumentId\": \"b6eda8bb-3660-41fc-a4f0-04744710e8ca\",\n                    \"businessTime\": 1776687737000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.28214397974,\n                    \"instrumentId\": \"9e71fd31-63b3-4347-b156-a0dd45ed9c29\",\n                    \"businessTime\": 1776687737000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388828.09864558553,\n                    \"instrumentId\": \"69a3ce34-3c30-46ac-be54-ec1f9307c096\",\n                    \"businessTime\": 1776687737000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83986736.58131215,\n                    \"instrumentId\": \"bfd236af-f784-46b3-9d03-39c5a7662085\",\n                    \"businessTime\": 1776687737000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"57ba28a8-cc33-4ad4-b526-9a349a527150\",\n                    \"businessTime\": 1776687737000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d4e4ac39-72dc-4bd5-b7fd-74f9aa1e5327\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.076168024948846\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068793.324783755,\n                    \"instrumentId\": \"67eadc1f-15cb-4c85-bd98-1f60ba845052\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288468.1362340706,\n                    \"instrumentId\": \"b5d8cb55-e35c-43a8-a6fb-45358f81b610\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788623.524808053,\n                    \"instrumentId\": \"77498be9-12ae-4775-9252-2687f54b1dd5\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.28214397974,\n                    \"instrumentId\": \"48fe16c2-cf78-4b65-bb3a-066ceef908a1\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388868.75953457877,\n                    \"instrumentId\": \"23bcd300-6f8a-4c0e-97ec-239cac8f4ab5\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83986780.0203579,\n                    \"instrumentId\": \"701faf35-48e0-44ca-9a8f-3ba658a7d969\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6646f6aa-8f25-44d4-96fe-63ed30eb298d\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"66fbdcda-45ae-45df-931f-027e508af445\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.076308179079188\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068739.823660147,\n                    \"instrumentId\": \"e8b72ce3-ac34-4279-998d-a9936be2a871\",\n                    \"businessTime\": 1776687739000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288560.0448840642,\n                    \"instrumentId\": \"bdcb2b5d-cef1-4906-a4fe-e4291eb4ead3\",\n                    \"businessTime\": 1776687739000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789143.032660417,\n                    \"instrumentId\": \"8bc157ff-ad67-4eee-b76d-f2ad73f40943\",\n                    \"businessTime\": 1776687739000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.28214397974,\n                    \"instrumentId\": \"653a9efa-4072-4c81-a978-ba866675ea5c\",\n                    \"businessTime\": 1776687739000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388889.25980963156,\n                    \"instrumentId\": \"740ccb9d-748a-487b-a2ab-9cb24227b04d\",\n                    \"businessTime\": 1776687739000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83991319.72165729,\n                    \"instrumentId\": \"9c269739-3775-4c08-8366-44bd3fca65e6\",\n                    \"businessTime\": 1776687739000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6646f6aa-8f25-44d4-96fe-63ed30eb298d\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fb01968b-2b8e-456b-a28a-bf615baa11ea\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07720767239258\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068817.552461943,\n                    \"instrumentId\": \"6b25ea95-ac29-4510-a2af-068fb4fd5303\",\n                    \"businessTime\": 1776687740000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288540.5970609863,\n                    \"instrumentId\": \"4d6b94de-81d5-4068-99bc-36099ca8a63c\",\n                    \"businessTime\": 1776687740000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789786.626466487,\n                    \"instrumentId\": \"644c5d43-b7c1-4b30-941a-7cfa9380226b\",\n                    \"businessTime\": 1776687740000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299690.28214397974,\n                    \"instrumentId\": \"4195f62a-870a-4878-ad89-9ac80cc77277\",\n                    \"businessTime\": 1776687740000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388889.25980963156,\n                    \"instrumentId\": \"414a0237-0a68-4b52-9019-8b80abf9a1e0\",\n                    \"businessTime\": 1776687740000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83993464.83946383,\n                    \"instrumentId\": \"895a4c87-7587-48a9-b2f0-8fba9e8c74a5\",\n                    \"businessTime\": 1776687740000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6646f6aa-8f25-44d4-96fe-63ed30eb298d\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8ad2c8e9-fcfd-4402-bcd4-b7a120418419\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.077708022584375\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068817.552461943,\n                    \"instrumentId\": \"d21b3c49-9bd4-49e2-a6f8-d80af442e401\",\n                    \"businessTime\": 1776687741000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288463.1717360825,\n                    \"instrumentId\": \"2f6d672c-6e52-463d-9405-7bcc0f78d431\",\n                    \"businessTime\": 1776687741000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789889.728319556,\n                    \"instrumentId\": \"398d913e-866f-42f0-84ed-ef721b63ce81\",\n                    \"businessTime\": 1776687741000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299665.5964674318,\n                    \"instrumentId\": \"bef22d89-0dae-4121-a6a8-bd2837fefaa0\",\n                    \"businessTime\": 1776687741000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388977.96632130863,\n                    \"instrumentId\": \"136aeb78-7d12-4263-a194-9729f6709ef3\",\n                    \"businessTime\": 1776687741000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83993864.28070225,\n                    \"instrumentId\": \"b231bdda-1ed7-4988-96ea-5d0e51951911\",\n                    \"businessTime\": 1776687741000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6646f6aa-8f25-44d4-96fe-63ed30eb298d\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"512ba9b3-3284-4978-aa76-ae85dc11c840\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.077793987189246\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068811.891089544,\n                    \"instrumentId\": \"0db54ac3-099c-45b1-bd6c-ca5afd61c2ff\",\n                    \"businessTime\": 1776687742000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288055.624153504,\n                    \"instrumentId\": \"8e4f17ff-029e-40e3-a7ee-627f415d4e95\",\n                    \"businessTime\": 1776687742000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789850.443423022,\n                    \"instrumentId\": \"ae820c8d-84c0-4dd1-857c-2498bf072eb3\",\n                    \"businessTime\": 1776687742000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299665.5964674318,\n                    \"instrumentId\": \"a2cf5f9a-9d14-4f09-ac2b-db4b0e69b6ed\",\n                    \"businessTime\": 1776687742000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388977.96632130863,\n                    \"instrumentId\": \"45f42fb2-cef7-4a3e-b3c0-fdcf442f1398\",\n                    \"businessTime\": 1776687742000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83993868.04426312,\n                    \"instrumentId\": \"6d5c03c8-49f4-4233-b0c2-38b83f5bb80f\",\n                    \"businessTime\": 1776687742000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6646f6aa-8f25-44d4-96fe-63ed30eb298d\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"106fba12-f3be-4dea-824d-73e5ac196128\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.077715124220767\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068938.404179377,\n                    \"instrumentId\": \"a8ebe8ee-9366-46ce-a110-49239e96a2b1\",\n                    \"businessTime\": 1776687743000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287995.814090854,\n                    \"instrumentId\": \"28681341-aac7-46c8-b02a-20cd840f7429\",\n                    \"businessTime\": 1776687743000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789046.449311983,\n                    \"instrumentId\": \"df874b4d-a622-4060-bcf6-2ef332b7bbc4\",\n                    \"businessTime\": 1776687743000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299665.5964674318,\n                    \"instrumentId\": \"08332d66-893e-495f-b88b-899e419c698c\",\n                    \"businessTime\": 1776687743000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388983.9767300196,\n                    \"instrumentId\": \"acf57d1c-a291-43bd-a03a-4f693a93a032\",\n                    \"businessTime\": 1776687743000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83992924.57284105,\n                    \"instrumentId\": \"a75f551f-cc7b-4914-b005-bd5f598b896f\",\n                    \"businessTime\": 1776687743000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6646f6aa-8f25-44d4-96fe-63ed30eb298d\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f4f08bbc-bfb3-4fab-ab15-7421a0e5ae7a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0774207916905\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068939.978199204,\n                    \"instrumentId\": \"077d7689-aafa-4615-a5c3-ea20fab0997c\",\n                    \"businessTime\": 1776687744000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288071.3663514676,\n                    \"instrumentId\": \"4ef2dd3f-917f-4156-a867-6295894f013c\",\n                    \"businessTime\": 1776687744000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789146.634209927,\n                    \"instrumentId\": \"3938b615-76e3-472e-8344-9110f036b570\",\n                    \"businessTime\": 1776687744000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299687.0212584125,\n                    \"instrumentId\": \"c18a3193-1f59-4b01-99ab-f3df39a58cfb\",\n                    \"businessTime\": 1776687744000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388957.74049868656,\n                    \"instrumentId\": \"735bcd96-660e-46d3-bebb-eb0ea05b8f8d\",\n                    \"businessTime\": 1776687744000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83991191.23110291,\n                    \"instrumentId\": \"0e3295c5-5902-43be-a364-fee0de81ea4d\",\n                    \"businessTime\": 1776687744000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6646f6aa-8f25-44d4-96fe-63ed30eb298d\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"004809b7-e5fe-41f1-b7cb-c0d1c2b392be\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.077146478509462\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068939.978199204,\n                    \"instrumentId\": \"e97618fa-a450-40ca-8300-810ccd8cd33d\",\n                    \"businessTime\": 1776687745000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287924.9950853325,\n                    \"instrumentId\": \"5a641c2b-90eb-4b87-bbcd-f79d13fbcb65\",\n                    \"businessTime\": 1776687745000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789525.311732462,\n                    \"instrumentId\": \"ba5285a6-e0f3-4545-95b9-67251f1ed315\",\n                    \"businessTime\": 1776687745000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299482.5472177222,\n                    \"instrumentId\": \"84fb482b-6ce6-4d33-9553-851207fd269c\",\n                    \"businessTime\": 1776687745000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388957.74049868656,\n                    \"instrumentId\": \"796c974d-06b4-4f40-be79-9f5ecbfbc0d7\",\n                    \"businessTime\": 1776687745000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83991948.91281149,\n                    \"instrumentId\": \"ebf930d9-36e1-4fdc-81e1-fd4c4169fa36\",\n                    \"businessTime\": 1776687745000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6646f6aa-8f25-44d4-96fe-63ed30eb298d\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"705254ca-a7a9-40c2-81d4-213e4c437e6b\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.077284530165752\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068974.435832268,\n                    \"instrumentId\": \"0b03e34a-75c5-45b0-bdee-43820d2a05a2\",\n                    \"businessTime\": 1776687746000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287862.49987522,\n                    \"instrumentId\": \"5e204ea4-e2ef-44c5-b889-0eeedb751b41\",\n                    \"businessTime\": 1776687746000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788400.426208733,\n                    \"instrumentId\": \"5659c53c-fd8d-4172-97a6-29206a838d44\",\n                    \"businessTime\": 1776687746000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299481.532615849,\n                    \"instrumentId\": \"af6ed1e7-acbe-4037-815f-ce7de3e4d035\",\n                    \"businessTime\": 1776687746000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388952.5463154043,\n                    \"instrumentId\": \"31eca972-a97f-43ac-a91a-3d1a887b7c3a\",\n                    \"businessTime\": 1776687746000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83991630.3684899,\n                    \"instrumentId\": \"3a72df1e-3cf5-4319-a21b-f6669771f64b\",\n                    \"businessTime\": 1776687746000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6646f6aa-8f25-44d4-96fe-63ed30eb298d\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8b46d0df-370f-4542-b2f3-7acaea8aefe1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07702483311698\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069133.062290481,\n                    \"instrumentId\": \"7d1bf388-0532-4112-8057-691647511356\",\n                    \"businessTime\": 1776687747000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287665.0695401826,\n                    \"instrumentId\": \"c528d9ab-dedf-4fe7-9ed6-34bd0aca54d9\",\n                    \"businessTime\": 1776687747000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787189.33914499,\n                    \"instrumentId\": \"8cb45cdf-2a98-4e4d-9c3b-3b3d068f53e0\",\n                    \"businessTime\": 1776687747000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299481.532615849,\n                    \"instrumentId\": \"2a26d492-b05a-4f0e-ae2e-7a56d2c0cd2f\",\n                    \"businessTime\": 1776687747000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388952.5463154043,\n                    \"instrumentId\": \"d99a0fe2-468e-4458-ba0d-4fec65096364\",\n                    \"businessTime\": 1776687747000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83991421.44520846,\n                    \"instrumentId\": \"08c35320-f860-4fa4-b5ee-4652adb8aae7\",\n                    \"businessTime\": 1776687747000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656042.6310982329,\n                    \"instrumentId\": \"6646f6aa-8f25-44d4-96fe-63ed30eb298d\",\n                    \"businessTime\": 1776687738000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"29bb6abb-73bb-4cc5-835a-d3cee8e6b278\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.076768451004146\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069103.212719236,\n                    \"instrumentId\": \"632b471c-efcb-4c89-8d6c-f020acd95fa0\",\n                    \"businessTime\": 1776687748000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287665.0695401826,\n                    \"instrumentId\": \"2dc74bb8-e25b-49c0-8693-9db00584edbe\",\n                    \"businessTime\": 1776687748000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787121.073967746,\n                    \"instrumentId\": \"03ed3145-edbe-4448-9bf7-a739a53c076d\",\n                    \"businessTime\": 1776687748000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299481.24728365464,\n                    \"instrumentId\": \"6ec2bd49-a444-4fed-abe8-ec760914f5d3\",\n                    \"businessTime\": 1776687748000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388952.5463154043,\n                    \"instrumentId\": \"5d3236bc-d321-49a7-b784-25741029652f\",\n                    \"businessTime\": 1776687748000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83990584.67527528,\n                    \"instrumentId\": \"7f74fbd8-9942-4069-8616-f8093c67feec\",\n                    \"businessTime\": 1776687748000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"137e1778-b466-46eb-a090-a1ddf0a7a3e1\",\n                    \"businessTime\": 1776687748000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d7a6931c-f1c0-451f-bf89-fb356245f53f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07659009570918\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069103.212719236,\n                    \"instrumentId\": \"8e2ac62b-0103-4c5a-ab3d-708b42c7397e\",\n                    \"businessTime\": 1776687749000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287662.7170518753,\n                    \"instrumentId\": \"84e4e324-8989-4a68-8d73-ea3bd3ed79ed\",\n                    \"businessTime\": 1776687749000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787062.594914854,\n                    \"instrumentId\": \"8662166f-e326-4693-a43f-0b661226d8f8\",\n                    \"businessTime\": 1776687749000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299481.24728365464,\n                    \"instrumentId\": \"4c1e805f-f6ca-44f7-97af-72a96d9ac9b9\",\n                    \"businessTime\": 1776687749000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388952.5463154043,\n                    \"instrumentId\": \"ce6400e1-6d75-453f-808d-4fd185dfe99b\",\n                    \"businessTime\": 1776687749000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83990604.33349103,\n                    \"instrumentId\": \"fee36fdf-e0b0-407c-99fd-d262432c0796\",\n                    \"businessTime\": 1776687749000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"eb724bc3-c3eb-431d-b8f1-297c0701828e\",\n                    \"businessTime\": 1776687749000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e5e71424-ad49-4e0d-b9d6-bef5e9406e55\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.076582859623862\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069103.212719236,\n                    \"instrumentId\": \"5a1e4813-3be4-44e9-8ff8-f2e2e307e7f3\",\n                    \"businessTime\": 1776687750000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287662.2669411968,\n                    \"instrumentId\": \"dc152a63-f43e-4f5f-805e-7d8b0c6f0e2b\",\n                    \"businessTime\": 1776687750000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786935.157463932,\n                    \"instrumentId\": \"58fa71c7-7b6d-4451-841b-b3da4bc0a556\",\n                    \"businessTime\": 1776687750000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299481.24728365464,\n                    \"instrumentId\": \"b247642e-df8b-4758-bfde-ff3dccd7d36c\",\n                    \"businessTime\": 1776687750000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388952.5463154043,\n                    \"instrumentId\": \"714b9ff9-eef6-46b2-a6d4-1b9224a21ba0\",\n                    \"businessTime\": 1776687750000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83990529.27030791,\n                    \"instrumentId\": \"b0e4bd38-a096-492c-aeb0-c0b35b528384\",\n                    \"businessTime\": 1776687750000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"714d42ba-58d8-4652-b74d-f55cd3d88d22\",\n                    \"businessTime\": 1776687750000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ffd1bf83-991f-4efc-be0d-0b1aa096773e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07654719165467\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069103.212719236,\n                    \"instrumentId\": \"a647d9b1-39a7-4c6a-ac57-a33e3ba77239\",\n                    \"businessTime\": 1776687751000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287662.2669411968,\n                    \"instrumentId\": \"c4c52fb2-0218-432e-863c-e02d11c37411\",\n                    \"businessTime\": 1776687751000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786931.456697965,\n                    \"instrumentId\": \"bd62cf3e-b326-45b5-9350-76cf3e1c1c5f\",\n                    \"businessTime\": 1776687751000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299481.24728365464,\n                    \"instrumentId\": \"b0175bc1-754c-4350-996d-f8b98d28da65\",\n                    \"businessTime\": 1776687751000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388952.5463154043,\n                    \"instrumentId\": \"5c33ad8b-4a68-44af-91f1-5b88440ed394\",\n                    \"businessTime\": 1776687751000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83986263.20088035,\n                    \"instrumentId\": \"1592235d-2028-41fd-9cc2-c06c58d4e572\",\n                    \"businessTime\": 1776687751000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"d2c2657f-a6a2-46a4-b914-cca2b5e8113a\",\n                    \"businessTime\": 1776687751000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5da1cc16-64d4-46ce-8dd3-78d0fa5717b3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.075796792675135\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069086.256865868,\n                    \"instrumentId\": \"928d4133-389a-4c78-9dde-0355a3627058\",\n                    \"businessTime\": 1776687752000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287664.411354737,\n                    \"instrumentId\": \"50ba3058-180a-476e-904a-fee7e9b25e68\",\n                    \"businessTime\": 1776687752000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786931.456697965,\n                    \"instrumentId\": \"b79c38fc-f262-4945-8f38-3e7a4acced88\",\n                    \"businessTime\": 1776687752000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299490.14495232794,\n                    \"instrumentId\": \"8cf466f3-5210-491a-8b3b-6d8563b0fa00\",\n                    \"businessTime\": 1776687752000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388952.5463154043,\n                    \"instrumentId\": \"7957ea0b-e38d-4851-8296-85e5508d7767\",\n                    \"businessTime\": 1776687752000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83986188.25495896,\n                    \"instrumentId\": \"7a6c789d-5616-46b8-8087-977e24717a50\",\n                    \"businessTime\": 1776687752000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"fb5f50ce-ba83-43da-b60f-589d57082b7c\",\n                    \"businessTime\": 1776687752000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8dc7927b-3aa7-4c2f-917f-fbca1ad27a57\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07578258183286\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069026.007700385,\n                    \"instrumentId\": \"09d8a216-073c-4fc4-b0df-d963aa739449\",\n                    \"businessTime\": 1776687753000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287668.8066385277,\n                    \"instrumentId\": \"aedea427-5367-4c9b-905f-d1a1386a9b78\",\n                    \"businessTime\": 1776687753000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786865.336667335,\n                    \"instrumentId\": \"626e13a5-657c-48b9-ac29-f9433ac76c96\",\n                    \"businessTime\": 1776687753000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299490.14495232794,\n                    \"instrumentId\": \"fa650efa-5543-41d2-94f4-eb73290b57ef\",\n                    \"businessTime\": 1776687753000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388846.6251219307,\n                    \"instrumentId\": \"da480a20-7c81-41b1-8d14-f325a88d93c5\",\n                    \"businessTime\": 1776687753000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83986166.03242986,\n                    \"instrumentId\": \"5e9f5f2e-8f55-464f-9546-df5e8aa51991\",\n                    \"businessTime\": 1776687753000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"eb17bff6-bc12-4f35-9ab9-bfb91614cb03\",\n                    \"businessTime\": 1776687753000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f14e9a13-9bc0-4d3b-a37a-1a78c86a9e1e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.075738624427785\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069026.007700385,\n                    \"instrumentId\": \"e872b497-badb-48af-90ab-a1eaedd22144\",\n                    \"businessTime\": 1776687754000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287701.5792607875,\n                    \"instrumentId\": \"4d8d2ae5-4611-45ae-a09f-940128aeea4e\",\n                    \"businessTime\": 1776687754000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787015.008561457,\n                    \"instrumentId\": \"0b9b5a08-0942-4e2b-bb90-f199ba880f0c\",\n                    \"businessTime\": 1776687754000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299490.14495232794,\n                    \"instrumentId\": \"cf2a02f8-da82-499b-a1c1-5edd9946dc78\",\n                    \"businessTime\": 1776687754000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388846.6251219307,\n                    \"instrumentId\": \"51e78c47-da39-4f2f-a9d7-b0eb8cedf7f9\",\n                    \"businessTime\": 1776687754000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83982613.88810086,\n                    \"instrumentId\": \"6aa5d9d2-6462-4a3f-9f44-54e48cc45c5c\",\n                    \"businessTime\": 1776687754000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"7746d0de-1ba9-4391-8457-8be3173979d4\",\n                    \"businessTime\": 1776687754000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5e5ea405-621b-4b51-adda-8e54dbf0b342\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.075146410049467\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068945.40053119,\n                    \"instrumentId\": \"f3cecbbc-99f0-4fd0-8bec-fbb12608c8ef\",\n                    \"businessTime\": 1776687755000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287701.8428364936,\n                    \"instrumentId\": \"02c8bd62-8bcb-45a1-825f-d79eb8028549\",\n                    \"businessTime\": 1776687755000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787004.710691465,\n                    \"instrumentId\": \"12aa66ad-ae6a-462c-8d97-5c8f6cc25510\",\n                    \"businessTime\": 1776687755000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299490.14495232794,\n                    \"instrumentId\": \"af8a6a8f-01f7-407d-b09e-605dd7cf9535\",\n                    \"businessTime\": 1776687755000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388814.8480274037,\n                    \"instrumentId\": \"c8d7d0fb-1d76-4b68-8b20-75e78d7df7f2\",\n                    \"businessTime\": 1776687755000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83976639.98661698,\n                    \"instrumentId\": \"d4c365c0-345b-41cc-845d-5369ffeae3fb\",\n                    \"businessTime\": 1776687755000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"1ed65ba5-f9ed-42a3-8f12-9e1cc56d68b0\",\n                    \"businessTime\": 1776687755000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"abf2db42-de96-4e3b-8688-2b7d3e7131f6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.074075000551773\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068945.40053119,\n                    \"instrumentId\": \"1126ebe0-0390-45a1-a65a-363c14de5d5c\",\n                    \"businessTime\": 1776687756000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287701.8428364936,\n                    \"instrumentId\": \"e87a3173-7da0-4b6b-ad7e-a24bcf26e148\",\n                    \"businessTime\": 1776687756000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786937.667287217,\n                    \"instrumentId\": \"657dbf8b-6ce1-4278-a0dc-646f177d574f\",\n                    \"businessTime\": 1776687756000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299490.14495232794,\n                    \"instrumentId\": \"8209589b-1b5f-42c2-820f-2ad84ae8629e\",\n                    \"businessTime\": 1776687756000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388814.8480274037,\n                    \"instrumentId\": \"1bf059f1-1463-4e1f-a891-43de278201f6\",\n                    \"businessTime\": 1776687756000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83973307.02720557,\n                    \"instrumentId\": \"963de594-48de-4971-aaa8-e43f07e84188\",\n                    \"businessTime\": 1776687756000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"3d05a0ce-2676-4045-b8e1-33d634e94f6c\",\n                    \"businessTime\": 1776687756000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b7772176-813f-4abc-b7de-05f67cb70fd5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07347746051387\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068947.759682073,\n                    \"instrumentId\": \"84145b2d-beaf-4766-a58b-295e8e1ccc5c\",\n                    \"businessTime\": 1776687757000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287709.5895591425,\n                    \"instrumentId\": \"61933e59-c23e-462f-b7bc-3a9e40a7b9ea\",\n                    \"businessTime\": 1776687757000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786846.990856523,\n                    \"instrumentId\": \"30c69398-0f6d-4828-a4f6-a72b7ef5dedc\",\n                    \"businessTime\": 1776687757000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299490.14495232794,\n                    \"instrumentId\": \"45faf25f-b9b0-4008-b447-489afa9723c4\",\n                    \"businessTime\": 1776687757000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388814.8480274037,\n                    \"instrumentId\": \"7756e65d-bada-4ddf-8a88-7472c434ae30\",\n                    \"businessTime\": 1776687757000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83972194.52252494,\n                    \"instrumentId\": \"b2d97794-3eeb-4131-812a-84c8036b9f28\",\n                    \"businessTime\": 1776687757000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"c8b7f762-5526-4e7f-86d6-e0f3c874fadd\",\n                    \"businessTime\": 1776687757000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"aa707934-ef08-43fc-8885-2c729270ac5e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.073267781210216\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068947.172846066,\n                    \"instrumentId\": \"65f42659-1263-4262-9919-d750f263d428\",\n                    \"businessTime\": 1776687758000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287709.5895591425,\n                    \"instrumentId\": \"4796f695-291a-4082-a201-ae03e660bba0\",\n                    \"businessTime\": 1776687758000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786688.790415142,\n                    \"instrumentId\": \"ff22ff0f-5665-4581-9f2c-6eb20163eb85\",\n                    \"businessTime\": 1776687758000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299490.14495232794,\n                    \"instrumentId\": \"3a5c095e-5dd1-485d-9a2e-55a7008e92e9\",\n                    \"businessTime\": 1776687758000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388814.8480274037,\n                    \"instrumentId\": \"d4bf8f38-6cf2-4af8-898f-b8daffaaf225\",\n                    \"businessTime\": 1776687758000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83972173.02985573,\n                    \"instrumentId\": \"618ddaa1-aa95-4a04-aa1b-5ce0d96f7e6d\",\n                    \"businessTime\": 1776687758000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"ae9299e5-fc42-4e47-b9bb-f47a1cff98fe\",\n                    \"businessTime\": 1776687758000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ef631bcb-7cb4-45c4-9e76-3b23f334f652\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.073236097564063\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068788.580976468,\n                    \"instrumentId\": \"ce101bd1-74ce-45d0-a770-3fb9284440ad\",\n                    \"businessTime\": 1776687759000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287669.3822597573,\n                    \"instrumentId\": \"08d4e3bc-8084-409b-97b7-cf38ca86e194\",\n                    \"businessTime\": 1776687759000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786384.584611809,\n                    \"instrumentId\": \"ac2cbfc0-8a93-48b3-9dd9-89668667a4a7\",\n                    \"businessTime\": 1776687759000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299490.14495232794,\n                    \"instrumentId\": \"a4694eab-06db-4da0-904c-a021e12b4a01\",\n                    \"businessTime\": 1776687759000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388812.26806602476,\n                    \"instrumentId\": \"04b5f94c-2db9-4913-b5ef-48bdd274ed98\",\n                    \"businessTime\": 1776687759000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83968247.7000716,\n                    \"instrumentId\": \"89267ccc-85d4-4e0b-80b6-d0e060d7f1f8\",\n                    \"businessTime\": 1776687759000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"d08fca47-0e56-4094-9815-9524397f2ad7\",\n                    \"businessTime\": 1776687759000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bec56d0e-6597-487d-8c11-64e96cd0ff01\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072457377930004\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068780.083061606,\n                    \"instrumentId\": \"8b38e54e-2696-4976-816a-10a02a8c1463\",\n                    \"businessTime\": 1776687760000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287668.963617936,\n                    \"instrumentId\": \"46eb6bd2-881d-42b8-b129-f7ec45494214\",\n                    \"businessTime\": 1776687760000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786384.493319537,\n                    \"instrumentId\": \"c4587636-f2e6-42bf-a277-8d0f65f2d13b\",\n                    \"businessTime\": 1776687760000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299490.14495232794,\n                    \"instrumentId\": \"bcb80b57-8c11-4566-a4b6-e77328ec1fb8\",\n                    \"businessTime\": 1776687760000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388812.3465050017,\n                    \"instrumentId\": \"700e858c-e247-4baf-977f-f2cb47665e6b\",\n                    \"businessTime\": 1776687760000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83967791.29200067,\n                    \"instrumentId\": \"5ec1697f-d977-4447-8155-e03823288bcb\",\n                    \"businessTime\": 1776687760000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656048.3219278408,\n                    \"instrumentId\": \"40e3a074-dd0c-4ff5-af85-7da924974e72\",\n                    \"businessTime\": 1776687760000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"658ea055-e8b3-46bd-9cab-bd442093acd0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072390598485924\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069104.734625561,\n                    \"instrumentId\": \"8d8a62b9-a2fe-44c6-81b0-da33f3f1c440\",\n                    \"businessTime\": 1776687761000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3287700.3239238462,\n                    \"instrumentId\": \"d39f65bd-2ae4-4d1f-9dec-861fd86da58e\",\n                    \"businessTime\": 1776687761000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786357.255200805,\n                    \"instrumentId\": \"1c5af590-bbdc-4df1-9cac-e126d8388185\",\n                    \"businessTime\": 1776687761000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299536.9008679676,\n                    \"instrumentId\": \"946907cc-e3df-443b-847d-70cb30bef293\",\n                    \"businessTime\": 1776687761000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388811.58824964106,\n                    \"instrumentId\": \"b6fb4514-6bf5-446f-b9a3-8395b02b1276\",\n                    \"businessTime\": 1776687761000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83968731.14442742,\n                    \"instrumentId\": \"cac0b5d1-8004-461b-afbf-f001c20c6323\",\n                    \"businessTime\": 1776687761000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656064.2499846,\n                    \"instrumentId\": \"2767b476-8e9f-478a-9ab3-99b46e3d16e6\",\n                    \"businessTime\": 1776687761000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"64818267-99cf-49a4-adf2-166d6babf84d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07262443888925\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069111.959533399,\n                    \"instrumentId\": \"fc385011-c8e8-45bf-b80c-27eaa0b56ea4\",\n                    \"businessTime\": 1776687762000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288218.947398444,\n                    \"instrumentId\": \"221095bf-a21f-4098-aefb-58c324e335da\",\n                    \"businessTime\": 1776687762000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786078.814980173,\n                    \"instrumentId\": \"6800e67e-aed6-4211-88d5-c429660d633f\",\n                    \"businessTime\": 1776687762000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299600.170307603,\n                    \"instrumentId\": \"2d40bb30-f9eb-47ea-8a86-feb6b5f92677\",\n                    \"businessTime\": 1776687762000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388883.85619376524,\n                    \"instrumentId\": \"3ac98e5d-159b-4a95-8d1d-e28897c70f9b\",\n                    \"businessTime\": 1776687762000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83972304.5978326,\n                    \"instrumentId\": \"fb8e5d06-05a0-4178-9ed4-7313e3bee42f\",\n                    \"businessTime\": 1776687762000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656064.2499846,\n                    \"instrumentId\": \"817f8e3d-8d15-4833-9fb9-71722f170f90\",\n                    \"businessTime\": 1776687762000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6787231f-8742-42ba-b074-f6f6cd389de9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.073319763836658\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069111.959533399,\n                    \"instrumentId\": \"e52d0d4d-e81c-44e0-ac94-2a876f62224f\",\n                    \"businessTime\": 1776687763000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288426.3544299034,\n                    \"instrumentId\": \"7c1955d7-a71e-4da6-b6bd-d6a48929c63b\",\n                    \"businessTime\": 1776687763000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786300.269311402,\n                    \"instrumentId\": \"8caadd61-4311-40b5-99dd-a2fbe25f2ab5\",\n                    \"businessTime\": 1776687763000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299600.170307603,\n                    \"instrumentId\": \"6faf5f06-5b82-4163-8e5d-c7ed4fc9870b\",\n                    \"businessTime\": 1776687763000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388883.85619376524,\n                    \"instrumentId\": \"959aabda-2f16-48ce-8ebc-610e125d0198\",\n                    \"businessTime\": 1776687763000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83983716.07699794,\n                    \"instrumentId\": \"5c9e561a-cb89-4c44-aca0-33ca5ac756b8\",\n                    \"businessTime\": 1776687763000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656067.5492732279,\n                    \"instrumentId\": \"9bfd7d44-3955-4b3d-a274-349a2bfb7e0c\",\n                    \"businessTime\": 1776687763000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b9631610-8733-452e-a629-dfeb0076529d\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.075401247108477\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069338.900122681,\n                    \"instrumentId\": \"f68f644a-0943-4c58-8741-966a4c97ab9a\",\n                    \"businessTime\": 1776687764000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288332.475108812,\n                    \"instrumentId\": \"f27d0a9c-8ab2-4010-94eb-37dc95230e26\",\n                    \"businessTime\": 1776687764000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786579.481399808,\n                    \"instrumentId\": \"a3f0df85-15a7-4ade-84ed-1762f12443f5\",\n                    \"businessTime\": 1776687764000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299600.170307603,\n                    \"instrumentId\": \"152f61ea-c477-4c35-bae1-279dca38b529\",\n                    \"businessTime\": 1776687764000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388883.85619376524,\n                    \"instrumentId\": \"5b695b53-8147-4af3-bdb3-5c734737c528\",\n                    \"businessTime\": 1776687764000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83985309.89797433,\n                    \"instrumentId\": \"d66f3e2a-f05a-46ca-b0f8-446491d68ce0\",\n                    \"businessTime\": 1776687764000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656070.2332071024,\n                    \"instrumentId\": \"31a3c327-871c-4d0a-bb06-1a1976abeed9\",\n                    \"businessTime\": 1776687764000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"83aa3c61-1351-49c1-86d5-b4b71f966da8\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.075754283710737\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069530.304263244,\n                    \"instrumentId\": \"deea1ce9-4890-45c6-9661-dc122b6c0ec1\",\n                    \"businessTime\": 1776687765000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288332.493336296,\n                    \"instrumentId\": \"4fbf0711-5384-4bb6-ad1d-605b6daeb831\",\n                    \"businessTime\": 1776687765000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786661.369787842,\n                    \"instrumentId\": \"e74cce27-c183-4d54-9c11-3f8dacd68ced\",\n                    \"businessTime\": 1776687765000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299600.170307603,\n                    \"instrumentId\": \"0483ab08-ed4f-4ea6-85d2-911524e28d70\",\n                    \"businessTime\": 1776687765000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388883.85619376524,\n                    \"instrumentId\": \"1fc68d9c-cf1f-4b4e-9228-7c02417f1976\",\n                    \"businessTime\": 1776687765000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83985454.31473953,\n                    \"instrumentId\": \"86621d2b-ed9f-4f16-a51b-e3181f91ef86\",\n                    \"businessTime\": 1776687765000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656070.2332071024,\n                    \"instrumentId\": \"ed397e4a-9813-4b25-87a8-fdccc5da0a8a\",\n                    \"businessTime\": 1776687765000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a693dc09-039a-4c3e-958b-34befd15dddf\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.075827698037852\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069530.304263244,\n                    \"instrumentId\": \"e91f8480-f762-4816-8d9c-a74223c6b708\",\n                    \"businessTime\": 1776687766000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288462.820495286,\n                    \"instrumentId\": \"03d68643-01bb-42d3-a916-d3c167012447\",\n                    \"businessTime\": 1776687766000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786719.707840597,\n                    \"instrumentId\": \"93e9f2ee-6aa1-466f-8c7b-a3e63647bd76\",\n                    \"businessTime\": 1776687766000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299600.170307603,\n                    \"instrumentId\": \"5563dbbb-576b-436c-bb85-2064fffceb6c\",\n                    \"businessTime\": 1776687766000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388883.85619376524,\n                    \"instrumentId\": \"b09f3f68-da8d-4d8b-a20b-8a97e09f4824\",\n                    \"businessTime\": 1776687766000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83986586.68987627,\n                    \"instrumentId\": \"4529e589-038f-47f0-b5fd-45e84a86116e\",\n                    \"businessTime\": 1776687766000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656070.2332071024,\n                    \"instrumentId\": \"69dc824c-5c44-4fcb-befb-d5c1f51f3004\",\n                    \"businessTime\": 1776687766000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9140505c-87ad-4bea-baad-6fe16d82f3ff\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07605986681615\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069530.304263244,\n                    \"instrumentId\": \"8bc4ef2f-1174-41cc-a793-934aa2ff7b42\",\n                    \"businessTime\": 1776687767000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288287.6627704375,\n                    \"instrumentId\": \"35498e26-4773-433d-a2ce-a45eea00a014\",\n                    \"businessTime\": 1776687767000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787376.133530706,\n                    \"instrumentId\": \"0d365255-7e6f-4a53-97c6-babb83a95304\",\n                    \"businessTime\": 1776687767000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299600.170307603,\n                    \"instrumentId\": \"9ce91d57-6cf0-4e0e-9cf1-59e24ed99943\",\n                    \"businessTime\": 1776687767000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388883.85619376524,\n                    \"instrumentId\": \"de57119c-be0c-4e10-9eb0-aa5674e61005\",\n                    \"businessTime\": 1776687767000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83988443.7125703,\n                    \"instrumentId\": \"c255727b-1a7f-4082-a931-da7297abc811\",\n                    \"businessTime\": 1776687767000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656070.2332071024,\n                    \"instrumentId\": \"58538ecb-4242-4745-a4b8-9c13c06710f5\",\n                    \"businessTime\": 1776687767000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a7a5a8d0-186f-472e-aaab-2803e61b6231\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.076470814207937\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069530.304263244,\n                    \"instrumentId\": \"f8107fbc-24ac-4715-a181-188031886def\",\n                    \"businessTime\": 1776687768000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288350.8996132063,\n                    \"instrumentId\": \"3d2c2e9a-f3f1-495a-88e6-c208b2bc4dbe\",\n                    \"businessTime\": 1776687768000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787428.261713823,\n                    \"instrumentId\": \"7edf9cc7-b011-4db7-9ab1-2c7bda0c3d56\",\n                    \"businessTime\": 1776687768000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299665.02044311166,\n                    \"instrumentId\": \"6df654ae-17af-48f3-83c0-3b3e7153eb36\",\n                    \"businessTime\": 1776687768000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388883.85619376524,\n                    \"instrumentId\": \"f5f7f546-85f6-4476-8c82-e242fcf27c21\",\n                    \"businessTime\": 1776687768000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83988253.68125036,\n                    \"instrumentId\": \"e35e2f39-403f-4f53-ae5d-154faf12f474\",\n                    \"businessTime\": 1776687768000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656070.2332071024,\n                    \"instrumentId\": \"02b0c9cb-b0c5-4cdc-8e77-2c1f168a2092\",\n                    \"businessTime\": 1776687768000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d3412aa6-6118-415b-be8c-37dc3f12c2dc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.076469089048263\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069689.421616143,\n                    \"instrumentId\": \"ef83c590-9433-4b05-9f8b-425e3c5beb64\",\n                    \"businessTime\": 1776687769000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288351.8453489076,\n                    \"instrumentId\": \"df8f6d0e-798d-4e11-909b-ddc2a9dc2c0b\",\n                    \"businessTime\": 1776687769000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787568.164711453,\n                    \"instrumentId\": \"aaf6e668-7516-434c-a68a-db2c75709cbe\",\n                    \"businessTime\": 1776687769000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299665.02044311166,\n                    \"instrumentId\": \"b0161c35-195b-4d71-95e3-1a209ed13d62\",\n                    \"businessTime\": 1776687769000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388883.85619376524,\n                    \"instrumentId\": \"7f0c6521-1fec-449c-95a1-ee7ac8723929\",\n                    \"businessTime\": 1776687769000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83990544.75111005,\n                    \"instrumentId\": \"d66cf6d5-959c-48c8-9f71-d7ef6aa87bee\",\n                    \"businessTime\": 1776687769000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656070.2332071024,\n                    \"instrumentId\": \"982f0dba-39a3-4534-bd74-454c591b7bce\",\n                    \"businessTime\": 1776687769000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1433c14f-e3a3-4c6e-abe6-638d57ee2fda\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07692445564684\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069691.3714656355,\n                    \"instrumentId\": \"229e52f7-c4b1-4cf6-abea-33543d277137\",\n                    \"businessTime\": 1776687770000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288642.8296721596,\n                    \"instrumentId\": \"3591f9c6-3114-45bb-97c2-2bb390ec4235\",\n                    \"businessTime\": 1776687770000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787608.335893922,\n                    \"instrumentId\": \"a2302b61-ec6f-4772-a281-a6b9050474a9\",\n                    \"businessTime\": 1776687770000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299665.02044311166,\n                    \"instrumentId\": \"5712861a-cf8d-4744-a051-7c15c69860e0\",\n                    \"businessTime\": 1776687770000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388883.85619376524,\n                    \"instrumentId\": \"74b2fbed-4032-43d3-8e74-bd687ac2c5cf\",\n                    \"businessTime\": 1776687770000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83990978.16822499,\n                    \"instrumentId\": \"671cd6dd-1057-4903-a05d-80244ce1b63a\",\n                    \"businessTime\": 1776687770000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656070.2332071024,\n                    \"instrumentId\": \"ae8d6d91-4523-4de4-ba1b-f2ad33110c35\",\n                    \"businessTime\": 1776687770000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9b4cef4d-6203-4f9c-9725-2c966b71e642\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.077059169613477\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069691.3714656355,\n                    \"instrumentId\": \"b887d272-a3df-4c83-8f2b-fafea21645fd\",\n                    \"businessTime\": 1776687771000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288643.374148206,\n                    \"instrumentId\": \"c593a6a7-d1ef-4780-a3c5-9ecfee2a6510\",\n                    \"businessTime\": 1776687771000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787609.313396296,\n                    \"instrumentId\": \"505c9a10-2f83-461d-b720-006d1323b966\",\n                    \"businessTime\": 1776687771000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299665.02044311166,\n                    \"instrumentId\": \"575ce3b8-756c-4597-9428-b910e65bbff4\",\n                    \"businessTime\": 1776687771000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388885.89514839835,\n                    \"instrumentId\": \"8e74a940-3307-45ea-a481-0aafc079d1d8\",\n                    \"businessTime\": 1776687771000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83991264.14241086,\n                    \"instrumentId\": \"55514f9e-f36b-46b5-8b98-635fa78daa26\",\n                    \"businessTime\": 1776687771000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656070.2332071024,\n                    \"instrumentId\": \"dddcac9e-cdc9-456d-a16b-43ff44a1877b\",\n                    \"businessTime\": 1776687771000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7d197be7-4b97-4ca8-bd03-048737556cc2\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07711005452014\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069694.106898994,\n                    \"instrumentId\": \"b886951f-fbb1-4da4-a4a1-44d5e2233a69\",\n                    \"businessTime\": 1776687772000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288649.608029522,\n                    \"instrumentId\": \"1aad0d76-a952-4268-9569-783bb0091a84\",\n                    \"businessTime\": 1776687772000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787837.24240001,\n                    \"instrumentId\": \"c8582d5b-ecb4-47de-a838-33ac22405ae2\",\n                    \"businessTime\": 1776687772000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299665.02044311166,\n                    \"instrumentId\": \"baf69533-2d2b-4f6e-bf91-c02fb10069b6\",\n                    \"businessTime\": 1776687772000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388885.89514839835,\n                    \"instrumentId\": \"4ef70d99-1747-4dce-97b9-eeeb5ab7a0a2\",\n                    \"businessTime\": 1776687772000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83993165.79239157,\n                    \"instrumentId\": \"2a14f4c3-a4fe-4462-b024-fe306b698f9d\",\n                    \"businessTime\": 1776687772000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656070.2332071024,\n                    \"instrumentId\": \"553142a5-1de9-4c0e-b447-6d57291e1ca7\",\n                    \"businessTime\": 1776687772000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a7bb4077-c3b7-40ae-b5b7-ad3cc26a9e18\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07748589780645\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069698.742712567,\n                    \"instrumentId\": \"33d6c4a2-224d-49d2-8cd4-106f3e0cf95e\",\n                    \"businessTime\": 1776687773000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288720.521761963,\n                    \"instrumentId\": \"2f5edcb7-6c87-42ad-8b43-7f580d36b7eb\",\n                    \"businessTime\": 1776687773000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789110.154301967,\n                    \"instrumentId\": \"22fa44e5-8f36-48dd-a38f-665275fa83cb\",\n                    \"businessTime\": 1776687773000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299665.02044311166,\n                    \"instrumentId\": \"ce203623-2b19-465d-ab09-347c04a9024d\",\n                    \"businessTime\": 1776687773000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388885.89514839835,\n                    \"instrumentId\": \"b4b47282-fefc-4a20-a648-280dfa59d0ad\",\n                    \"businessTime\": 1776687773000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83993654.40040731,\n                    \"instrumentId\": \"8b6f7cd8-92ca-4756-9d83-dd08d20f615c\",\n                    \"businessTime\": 1776687773000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656070.2332071024,\n                    \"instrumentId\": \"6d61073d-e741-4766-814f-bb25ae17f7ff\",\n                    \"businessTime\": 1776687773000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"61457aaa-d772-4a80-8d4b-8dba2e929900\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.077808757114664\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069698.782343999,\n                    \"instrumentId\": \"38ad3dc7-a4f2-4f40-a825-63b8d36f5979\",\n                    \"businessTime\": 1776687774000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288512.878378754,\n                    \"instrumentId\": \"b1011e37-8441-4056-b775-a4a58aec74b9\",\n                    \"businessTime\": 1776687774000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789163.848984975,\n                    \"instrumentId\": \"bd763d06-4235-4f59-9bc1-f2a2f7754097\",\n                    \"businessTime\": 1776687774000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299665.02044311166,\n                    \"instrumentId\": \"66c11d9f-34d9-4078-bfc9-755b57a7fc27\",\n                    \"businessTime\": 1776687774000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388885.89514839835,\n                    \"instrumentId\": \"d7867e2d-ae44-4741-b710-a70420775db4\",\n                    \"businessTime\": 1776687774000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83994754.9964597,\n                    \"instrumentId\": \"003fba4b-212f-4b5a-9396-976fa98a5593\",\n                    \"businessTime\": 1776687774000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656070.2434939134,\n                    \"instrumentId\": \"c7983a20-2fa5-4b76-b854-0f65ceffb995\",\n                    \"businessTime\": 1776687774000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e10a96fc-98ff-4adf-9c90-befdfd3f7d40\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.077975136248302\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069698.782343999,\n                    \"instrumentId\": \"7857dfe4-8770-42ab-87c1-5115ab9e5cb3\",\n                    \"businessTime\": 1776687775000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288513.347399625,\n                    \"instrumentId\": \"4ef2c831-bcb2-4f05-af96-9227a43b307a\",\n                    \"businessTime\": 1776687775000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789163.848984975,\n                    \"instrumentId\": \"925d66fc-16d2-42b6-ba3f-3a5bbc09b8df\",\n                    \"businessTime\": 1776687775000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299665.02044311166,\n                    \"instrumentId\": \"01e6cd12-a52f-417f-a0f9-6037b136e488\",\n                    \"businessTime\": 1776687775000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388885.89514839835,\n                    \"instrumentId\": \"b8528faf-ff75-4800-9d5c-5ce8be8ad5a5\",\n                    \"businessTime\": 1776687775000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83994759.70287305,\n                    \"instrumentId\": \"b776978a-ddcf-4ba3-9f4a-a3c99c676d5f\",\n                    \"businessTime\": 1776687775000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656070.2434939134,\n                    \"instrumentId\": \"c5341455-b309-4ce6-b944-e03914cf7075\",\n                    \"businessTime\": 1776687775000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bf615fd0-e791-41a9-a0fc-9ae434f65495\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.077976045814953\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069704.711491798,\n                    \"instrumentId\": \"1e17f07d-fcbd-4377-9f6d-5dff3d1f9e99\",\n                    \"businessTime\": 1776687776000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288722.711133621,\n                    \"instrumentId\": \"42298bc3-d2c6-4519-9f1e-05d6a14a4f64\",\n                    \"businessTime\": 1776687776000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789272.777391361,\n                    \"instrumentId\": \"b06c597d-ba4a-4692-a2c9-8ef862fd6283\",\n                    \"businessTime\": 1776687776000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299665.02044311166,\n                    \"instrumentId\": \"a064ed82-953b-4dfb-b819-bf00eb344349\",\n                    \"businessTime\": 1776687776000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388885.9510340452,\n                    \"instrumentId\": \"9ea1ce49-7e1a-4803-8076-31349115140f\",\n                    \"businessTime\": 1776687776000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83996809.20824763,\n                    \"instrumentId\": \"cc631d4c-3a9c-4c8a-b1f3-6cea42ad3147\",\n                    \"businessTime\": 1776687776000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656071.0863991627,\n                    \"instrumentId\": \"f861a1a5-6fc5-4f26-9364-be102fd75f93\",\n                    \"businessTime\": 1776687776000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b2f34bbc-ce32-4bd0-95dd-6ac255ff7e55\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.0783933789351\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069786.075818112,\n                    \"instrumentId\": \"05a28e26-1b57-451d-9301-71db582c56c1\",\n                    \"businessTime\": 1776687777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289962.76116172,\n                    \"instrumentId\": \"c78a60f1-f2e3-445a-a488-b940e7ccce1e\",\n                    \"businessTime\": 1776687777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13791391.031381888,\n                    \"instrumentId\": \"424abe63-53d1-4a96-9b2c-acc37a1c918d\",\n                    \"businessTime\": 1776687777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299679.5214294021,\n                    \"instrumentId\": \"2c802082-428b-4693-8249-2a08f069b0f9\",\n                    \"businessTime\": 1776687777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388885.7327967803,\n                    \"instrumentId\": \"9061f921-b2b2-466d-8f2c-6b532191159e\",\n                    \"businessTime\": 1776687777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83998764.58492006,\n                    \"instrumentId\": \"3ebaf775-7411-49de-86bb-a31b99f53a0b\",\n                    \"businessTime\": 1776687777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656520.3871448891,\n                    \"instrumentId\": \"58c81376-82de-4b11-ac5c-f923dd6c8225\",\n                    \"businessTime\": 1776687777000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e3504828-da49-4de4-9ca9-6afb4345f080\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07942301487748\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:22:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070658.407662957,\n                    \"instrumentId\": \"d457b62f-ce9a-48c5-8cd3-4756b50baa2d\",\n                    \"businessTime\": 1776687778000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289838.470462226,\n                    \"instrumentId\": \"3a5bf0f3-2468-4945-8be0-0405c957af66\",\n                    \"businessTime\": 1776687778000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792127.939125936,\n                    \"instrumentId\": \"a185993e-8201-4509-9c7d-e24d1675c9e4\",\n                    \"businessTime\": 1776687778000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"74871fa3-c0bd-4ec6-b737-6282ae506d30\",\n                    \"businessTime\": 1776687778000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388885.7327967803,\n                    \"instrumentId\": \"9061f921-b2b2-466d-8f2c-6b532191159e\",\n                    \"businessTime\": 1776687777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83997610.06099784,\n                    \"instrumentId\": \"93618b9d-379d-42e5-89b4-97c04be9ca1c\",\n                    \"businessTime\": 1776687778000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656520.3871448891,\n                    \"instrumentId\": \"8fa63415-f018-4534-ad3a-d392e39c109c\",\n                    \"businessTime\": 1776687778000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8b54849f-047d-44bd-ba5a-320a8edad1c6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.079501211145658\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:00Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070560.7350644935,\n                    \"instrumentId\": \"75f90cfe-8875-42cf-85da-e8c9b605df56\",\n                    \"businessTime\": 1776687779000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289802.562479754,\n                    \"instrumentId\": \"88775e15-8484-4bdc-99b4-9ea8ec1f43e5\",\n                    \"businessTime\": 1776687779000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792235.937819522,\n                    \"instrumentId\": \"31d4dce9-34ac-4c41-84cd-bd10606787a1\",\n                    \"businessTime\": 1776687779000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"f8c09df0-d178-4946-b921-fabef5355aa2\",\n                    \"businessTime\": 1776687779000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388885.7327967803,\n                    \"instrumentId\": \"9061f921-b2b2-466d-8f2c-6b532191159e\",\n                    \"businessTime\": 1776687777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83997538.32511623,\n                    \"instrumentId\": \"d075890a-3e75-4a11-b6be-aff8cbb7d10d\",\n                    \"businessTime\": 1776687779000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656520.3871448891,\n                    \"instrumentId\": \"b042a49f-84e7-44bd-8ce1-8bc2e5cda7ce\",\n                    \"businessTime\": 1776687779000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0facadfc-d194-4551-8840-53f7301d02ad\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07948410784707\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:01Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070560.7350644935,\n                    \"instrumentId\": \"18145462-6c6b-4f13-aade-b481dbe6b961\",\n                    \"businessTime\": 1776687780000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289805.125276732,\n                    \"instrumentId\": \"a6f95f02-7016-4e3f-ba2e-91f973ea3f95\",\n                    \"businessTime\": 1776687780000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792331.899332728,\n                    \"instrumentId\": \"167c8d63-5855-4601-9dfc-8732d4d4a8de\",\n                    \"businessTime\": 1776687780000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"84831c01-1063-483a-a25c-42446b743234\",\n                    \"businessTime\": 1776687780000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388885.7327967803,\n                    \"instrumentId\": \"9061f921-b2b2-466d-8f2c-6b532191159e\",\n                    \"businessTime\": 1776687777000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83998494.31262136,\n                    \"instrumentId\": \"c5d6f3f2-f5dc-4395-aac5-6ac196e61d5f\",\n                    \"businessTime\": 1776687780000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656520.3871448891,\n                    \"instrumentId\": \"866398e0-f9f0-4dfc-810a-095fffbe6325\",\n                    \"businessTime\": 1776687780000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6d05d632-51de-4cc9-9325-586ec73f1127\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.079669435055383\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:02Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070699.10599509,\n                    \"instrumentId\": \"f32f564a-ea3d-45e7-9100-8c117dcb467b\",\n                    \"businessTime\": 1776687781000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289821.99821955,\n                    \"instrumentId\": \"420041d5-006a-4c67-a8c3-0227b8b8c5bd\",\n                    \"businessTime\": 1776687781000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792224.127209185,\n                    \"instrumentId\": \"3c5327c6-2d1e-4bfc-a896-b680953938d2\",\n                    \"businessTime\": 1776687781000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ece92b59-1605-45cf-aae6-b946c6ed4fcd\",\n                    \"businessTime\": 1776687781000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388875.0276985427,\n                    \"instrumentId\": \"6ca81c8a-c50b-4911-85e2-7fddd4d0facb\",\n                    \"businessTime\": 1776687781000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83996745.81615429,\n                    \"instrumentId\": \"e0e1b875-f319-4b83-994e-3c58cbd95411\",\n                    \"businessTime\": 1776687781000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656573.7837449874,\n                    \"instrumentId\": \"7c87e59f-19cf-46a2-8160-c2848badc8a1\",\n                    \"businessTime\": 1776687781000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bc22c937-be7c-45a3-a9d8-76ddcfc34e03\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.079377988093107\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:03Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070698.763469676,\n                    \"instrumentId\": \"45edf055-f5bd-4128-b4d1-32ca03b69956\",\n                    \"businessTime\": 1776687782000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289812.8198523554,\n                    \"instrumentId\": \"43ed57cb-91c5-4162-9c53-0b18fc269fd1\",\n                    \"businessTime\": 1776687782000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792191.991210515,\n                    \"instrumentId\": \"717bbf2a-d66b-40b6-b8c5-1aaf535f445a\",\n                    \"businessTime\": 1776687782000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"239c6f30-97ff-4f19-a40f-59855d8f89bc\",\n                    \"businessTime\": 1776687782000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388847.3796002764,\n                    \"instrumentId\": \"919d0d0e-ad01-4e21-9a53-cbf494074c58\",\n                    \"businessTime\": 1776687782000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83996451.78776677,\n                    \"instrumentId\": \"9d48526c-37e0-4e11-8dbc-576e8735272a\",\n                    \"businessTime\": 1776687782000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656573.7837449874,\n                    \"instrumentId\": \"09b9bd0e-090b-475d-9df6-2888e51bacbb\",\n                    \"businessTime\": 1776687782000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"98ef13c4-20c1-442d-9b0a-47bebf4328fe\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.079314133369547\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:04Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070691.488598351,\n                    \"instrumentId\": \"98f87309-e32d-46fd-b7d6-12cb2d769de0\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289857.197256547,\n                    \"instrumentId\": \"b6704ba4-7ae4-4aec-b986-4c260c24a034\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792191.732684325,\n                    \"instrumentId\": \"c250cb6f-cf89-415a-b2c0-800a9a1d1a93\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388847.3796002764,\n                    \"instrumentId\": \"5be1d65f-db0b-401b-9428-8cb51b306e64\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83996543.01264575,\n                    \"instrumentId\": \"9740d5a6-576b-4900-8d10-3389cee3ae3d\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656573.7837449874,\n                    \"instrumentId\": \"212d6373-0540-4ced-b323-9c9ff47ff887\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a67632a5-cb8f-44e8-a065-ae9ad9cefed3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.079336641082318\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:05Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070690.980643089,\n                    \"instrumentId\": \"2e49e23b-ac07-4425-bfe6-20de70dda5af\",\n                    \"businessTime\": 1776687784000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289852.2415242284,\n                    \"instrumentId\": \"53b7b592-3d6d-4c29-89a3-483bf223178b\",\n                    \"businessTime\": 1776687784000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792682.273324935,\n                    \"instrumentId\": \"547694ce-0364-4a87-8490-5e9b7460e5e8\",\n                    \"businessTime\": 1776687784000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389188.1695907118,\n                    \"instrumentId\": \"15e5685b-b01e-4261-be50-637cf6514ead\",\n                    \"businessTime\": 1776687784000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83996338.64536123,\n                    \"instrumentId\": \"0b3326c3-79cc-4037-9ada-3dca33f92f0c\",\n                    \"businessTime\": 1776687784000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656573.7837449874,\n                    \"instrumentId\": \"a189812c-672b-4629-9bab-e37fdd8010bc\",\n                    \"businessTime\": 1776687784000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8354b272-5469-4f9f-979f-0d2a652dc136\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.079445867735913\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:06Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070619.765387406,\n                    \"instrumentId\": \"6d71855c-5a6c-4778-8ad6-c93c3fae62f8\",\n                    \"businessTime\": 1776687785000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289849.287255778,\n                    \"instrumentId\": \"cc344bb2-ed02-4539-9a1d-d80705893da7\",\n                    \"businessTime\": 1776687785000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792268.656736942,\n                    \"instrumentId\": \"1e9d4cea-28e9-4b39-a91b-abd700579ac5\",\n                    \"businessTime\": 1776687785000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389188.1695907118,\n                    \"instrumentId\": \"0be3dc6e-3c38-4af3-8f98-ea02faa2281a\",\n                    \"businessTime\": 1776687785000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83996088.71184808,\n                    \"instrumentId\": \"6a5e4f34-4657-4559-bce0-cfe0369caad2\",\n                    \"businessTime\": 1776687785000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656573.7837449874,\n                    \"instrumentId\": \"ad47dee5-9114-4b85-b242-4703d6ab234f\",\n                    \"businessTime\": 1776687785000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"48b13ff2-a054-4348-8895-888a3f05bb29\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07931621578068\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:07Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070619.765387406,\n                    \"instrumentId\": \"f2c427bd-3f1f-474e-b414-c854cd2306f6\",\n                    \"businessTime\": 1776687786000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289847.9678997984,\n                    \"instrumentId\": \"4e61c973-35bb-4af3-be2d-586144d725e3\",\n                    \"businessTime\": 1776687786000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792268.656736942,\n                    \"instrumentId\": \"362b3205-bf91-4494-af55-8b82f52e2e48\",\n                    \"businessTime\": 1776687786000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389188.1695907118,\n                    \"instrumentId\": \"7f27acd9-a5ff-4d54-ad7e-3ec9bbef8a00\",\n                    \"businessTime\": 1776687786000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83996085.64892898,\n                    \"instrumentId\": \"5310ebac-bcfc-4e6a-9743-62262bd0927d\",\n                    \"businessTime\": 1776687786000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656573.7837449874,\n                    \"instrumentId\": \"286efee6-be1f-4c05-9f31-6bba29552889\",\n                    \"businessTime\": 1776687786000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9fb23e13-0026-47da-a039-70ece10cbe28\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07931544560931\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:08Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070619.765387406,\n                    \"instrumentId\": \"2c12e683-cc67-40b6-b3e0-584cb02d0960\",\n                    \"businessTime\": 1776687787000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289824.2086977735,\n                    \"instrumentId\": \"13dfe4d1-b04f-45c0-aa02-38802369156c\",\n                    \"businessTime\": 1776687787000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792467.787553962,\n                    \"instrumentId\": \"a6efbcd2-d600-4769-8c2d-b8b46cb7e578\",\n                    \"businessTime\": 1776687787000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389188.1695907118,\n                    \"instrumentId\": \"a56e7d17-4f8c-4b24-bf09-8436a9717378\",\n                    \"businessTime\": 1776687787000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83995550.14477079,\n                    \"instrumentId\": \"8364ca58-bc3d-47d8-8ab7-8d4e9a0375da\",\n                    \"businessTime\": 1776687787000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656573.7837449874,\n                    \"instrumentId\": \"9cb6acf1-91a0-4bb5-8286-0f3a56ccd8e1\",\n                    \"businessTime\": 1776687787000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f66339c1-67fb-4a41-8825-b4250f229030\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.079252153422456\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:09Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070619.765387406,\n                    \"instrumentId\": \"adad73e9-530e-44e7-9a00-bc0fc373dbab\",\n                    \"businessTime\": 1776687788000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289750.7601749985,\n                    \"instrumentId\": \"efdeb068-5c1a-401e-b81a-af5f8dc89d2c\",\n                    \"businessTime\": 1776687788000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792565.947566587,\n                    \"instrumentId\": \"233129d3-9270-4eec-b798-dcc4192b38b3\",\n                    \"businessTime\": 1776687788000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389188.1695907118,\n                    \"instrumentId\": \"766d79ef-b354-46eb-b32b-e7dd7eecc9d9\",\n                    \"businessTime\": 1776687788000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83994851.76515102,\n                    \"instrumentId\": \"100b636c-218f-4223-8a26-fdda55ca6c39\",\n                    \"businessTime\": 1776687788000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656573.7837449874,\n                    \"instrumentId\": \"6307de43-8dba-4656-9798-a3bf9d4b9ff3\",\n                    \"businessTime\": 1776687788000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b5c182fb-95d7-4768-9668-9a013eaeb6b6\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.079133758320538\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:10Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070203.042083178,\n                    \"instrumentId\": \"7e05a695-03db-49f2-8772-98c2cd71de17\",\n                    \"businessTime\": 1776687789000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289750.1176244933,\n                    \"instrumentId\": \"1047deb8-a936-4cb8-9a81-05f0c9abb3b3\",\n                    \"businessTime\": 1776687789000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792565.947566587,\n                    \"instrumentId\": \"366d2e74-4fa9-43e1-b859-45c5c19a0809\",\n                    \"businessTime\": 1776687789000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389188.1695907118,\n                    \"instrumentId\": \"07384e81-77f0-4dd2-b1a7-5a446a0749ce\",\n                    \"businessTime\": 1776687789000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83994784.7435886,\n                    \"instrumentId\": \"414b7946-a5f8-424c-85de-c90c8468f5bb\",\n                    \"businessTime\": 1776687789000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656573.7837449874,\n                    \"instrumentId\": \"9d096db6-3c0b-4bea-a53a-0309878eab43\",\n                    \"businessTime\": 1776687789000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"18b1ca0d-0605-4533-9873-a18b5cca2b88\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07904862872174\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:11Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6070203.094265197,\n                    \"instrumentId\": \"da8e038f-c77f-4888-8e0a-01295da18f00\",\n                    \"businessTime\": 1776687790000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289656.092036503,\n                    \"instrumentId\": \"9f38e500-72ee-42cf-853d-d5fcf411fb4e\",\n                    \"businessTime\": 1776687790000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13792925.893738829,\n                    \"instrumentId\": \"9d545b89-951e-478e-8cac-e5858acadb0d\",\n                    \"businessTime\": 1776687790000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389028.58852864156,\n                    \"instrumentId\": \"f2f3728b-cd84-4e87-baad-84449778209d\",\n                    \"businessTime\": 1776687790000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83994811.50607577,\n                    \"instrumentId\": \"931c2abb-c5bc-415b-aaa0-125e24ca38a9\",\n                    \"businessTime\": 1776687790000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656377.2418193481,\n                    \"instrumentId\": \"fb1600ec-8fd3-4625-8393-604cfc81430c\",\n                    \"businessTime\": 1776687790000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8edaf21c-6e2d-4c1e-95fd-0b01be1d4599\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.079037488522395\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:12Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069922.102164941,\n                    \"instrumentId\": \"7be2d865-d0d2-4bd7-859b-e248dce8ec29\",\n                    \"businessTime\": 1776687791000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289656.040073344,\n                    \"instrumentId\": \"8fcbe80d-1e6a-4aaf-8a05-a0887d6a9924\",\n                    \"businessTime\": 1776687791000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13791936.968537431,\n                    \"instrumentId\": \"5af3520e-b318-4547-b1cf-7b83da8b13d2\",\n                    \"businessTime\": 1776687791000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389028.58852864156,\n                    \"instrumentId\": \"94dcd86b-3a63-4af8-973c-a4bbf9b70910\",\n                    \"businessTime\": 1776687791000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83980823.9661523,\n                    \"instrumentId\": \"77cc73d3-594c-40c0-bac5-96475a697dfd\",\n                    \"businessTime\": 1776687791000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656341.8021624477,\n                    \"instrumentId\": \"e56003d9-f11a-483d-9070-311a1ce29aa2\",\n                    \"businessTime\": 1776687791000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"9b353b7d-f0c9-4b92-a2a0-b38a25618462\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.076349799797406\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:13Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069922.102164941,\n                    \"instrumentId\": \"3cccb478-319a-4e88-b1d7-8cffa410f1ac\",\n                    \"businessTime\": 1776687792000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289656.040073344,\n                    \"instrumentId\": \"25cc0d6c-6de4-499a-aafb-a8f960fb2a1f\",\n                    \"businessTime\": 1776687792000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13791491.014434513,\n                    \"instrumentId\": \"bb9d19f2-79b2-4362-b5d4-bab469a43394\",\n                    \"businessTime\": 1776687792000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 389028.58852864156,\n                    \"instrumentId\": \"ee14b5fe-1265-43dc-b31a-c9e92612cffb\",\n                    \"businessTime\": 1776687792000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83980145.04586618,\n                    \"instrumentId\": \"548638ac-f170-49a4-b8bb-6572e720fd06\",\n                    \"businessTime\": 1776687792000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656272.1794335044,\n                    \"instrumentId\": \"48fef1b4-e3fe-45a8-9e15-a13daf78a648\",\n                    \"businessTime\": 1776687792000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"f4a801c1-de8f-422c-839f-95e00dec9986\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.076139870602685\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:14Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068858.774233227,\n                    \"instrumentId\": \"f14f0ba6-e3f1-4ce4-9c16-985725cca5c6\",\n                    \"businessTime\": 1776687793000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289467.164454691,\n                    \"instrumentId\": \"e9da6512-6557-4701-84b4-85f23f9dff1a\",\n                    \"businessTime\": 1776687793000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789378.970367545,\n                    \"instrumentId\": \"51661cfa-01e9-4380-9cfc-faa2359ac44b\",\n                    \"businessTime\": 1776687793000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388947.43111166736,\n                    \"instrumentId\": \"bf3edb1c-1774-4c60-97e7-f03325b82e83\",\n                    \"businessTime\": 1776687793000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83978861.07417288,\n                    \"instrumentId\": \"b1ba39b7-63ff-45e8-bcf0-26c58a6c5e55\",\n                    \"businessTime\": 1776687793000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656272.1794335044,\n                    \"instrumentId\": \"647022eb-a3e3-4c8f-89c6-92ca3162c0f6\",\n                    \"businessTime\": 1776687793000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ed9841ea-7e9f-4ce4-897b-8aef9af76917\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.075308697188344\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:15Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068725.240088016,\n                    \"instrumentId\": \"a250a2b1-3284-49ae-9665-4d58afccbb0d\",\n                    \"businessTime\": 1776687794000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289467.0507356813,\n                    \"instrumentId\": \"582b778b-f152-4b83-b02e-297de43f64cf\",\n                    \"businessTime\": 1776687794000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789355.695835216,\n                    \"instrumentId\": \"3dd36df1-0903-4566-8260-ee5adc726027\",\n                    \"businessTime\": 1776687794000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388946.2297938025,\n                    \"instrumentId\": \"53df5c40-b37f-4e15-b08f-b22c99d1a3c1\",\n                    \"businessTime\": 1776687794000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83976685.65935433,\n                    \"instrumentId\": \"0c53e38e-e4df-4165-a4e8-06087eda17b4\",\n                    \"businessTime\": 1776687794000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656272.1794335044,\n                    \"instrumentId\": \"5fdb2426-0b12-4e93-9e67-b017a8411e9a\",\n                    \"businessTime\": 1776687794000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6d9b95cc-135e-49af-aaba-7f88d643c065\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07489858496814\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:16Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067561.6650997605,\n                    \"instrumentId\": \"ed458e62-b9f6-4365-acdd-74f1b2ccf5a0\",\n                    \"businessTime\": 1776687795000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289026.0186853204,\n                    \"instrumentId\": \"5dc4a375-449d-4e00-acfd-a18fa52bdcb4\",\n                    \"businessTime\": 1776687795000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788519.958121417,\n                    \"instrumentId\": \"a6fa9c7b-9422-4ffe-8209-a4204173fc51\",\n                    \"businessTime\": 1776687795000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388946.2297938025,\n                    \"instrumentId\": \"60eab130-030f-416a-905b-fc35bf97dd09\",\n                    \"businessTime\": 1776687795000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83973713.34864266,\n                    \"instrumentId\": \"feb2a006-d9cf-429f-9630-d1288b008477\",\n                    \"businessTime\": 1776687795000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656272.1794335044,\n                    \"instrumentId\": \"f8c6ff72-9b6e-41b8-ae74-bb72b614b61a\",\n                    \"businessTime\": 1776687795000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"93252d26-298a-4706-b790-fe7168ae323f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.073947327417333\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:17Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067550.395026692,\n                    \"instrumentId\": \"548daa37-4fd2-413b-bbde-e2cd8a8d562f\",\n                    \"businessTime\": 1776687796000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288594.725173847,\n                    \"instrumentId\": \"76e65f5d-36d1-4593-87cc-100ee5699d92\",\n                    \"businessTime\": 1776687796000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787332.942604862,\n                    \"instrumentId\": \"673f121b-fe3f-4196-b722-455c57daa07f\",\n                    \"businessTime\": 1776687796000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388875.673699112,\n                    \"instrumentId\": \"91654642-816e-4ba5-8a0c-8821954bebdc\",\n                    \"businessTime\": 1776687796000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83969915.83243231,\n                    \"instrumentId\": \"9556922f-04b6-4965-af99-42dba8e45130\",\n                    \"businessTime\": 1776687796000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656228.4165368344,\n                    \"instrumentId\": \"051a83fe-b2d8-4d36-b38c-4c6a0ffaed59\",\n                    \"businessTime\": 1776687796000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"26300d24-d99c-44e8-a220-a2a736052bce\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07297344089663\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:18Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067547.6921596145,\n                    \"instrumentId\": \"c8c5b8a6-3bb2-41a4-9387-32d40cf4acfb\",\n                    \"businessTime\": 1776687797000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288588.7098255605,\n                    \"instrumentId\": \"d6d66486-1597-4a52-84eb-40a5de419ee6\",\n                    \"businessTime\": 1776687797000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786897.082502773,\n                    \"instrumentId\": \"ef71e1ec-54c7-4a22-b2ea-9eecea0b6004\",\n                    \"businessTime\": 1776687797000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388875.673699112,\n                    \"instrumentId\": \"6ddae38c-735f-4a24-9583-fe3c17dc2cf1\",\n                    \"businessTime\": 1776687797000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83969811.36059557,\n                    \"instrumentId\": \"b5ea1a2a-f162-4dc9-a7c8-4ed1991193f2\",\n                    \"businessTime\": 1776687797000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656228.4165368344,\n                    \"instrumentId\": \"9ed10906-4ec6-4836-ab75-f5cd48d8a989\",\n                    \"businessTime\": 1776687797000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"55b5b55c-b654-4f5c-bf50-02be83b385be\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07287694702067\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:19Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067547.654372833,\n                    \"instrumentId\": \"27bde6c0-f843-444b-99da-9f1649228cd0\",\n                    \"businessTime\": 1776687798000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288559.24484266,\n                    \"instrumentId\": \"8b86a974-96c7-4340-af93-39cec56ce6ce\",\n                    \"businessTime\": 1776687798000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786683.37165772,\n                    \"instrumentId\": \"64971be4-30f9-4376-8b18-2660d08f41ad\",\n                    \"businessTime\": 1776687798000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388873.95635149884,\n                    \"instrumentId\": \"ae7bb7fc-0310-4267-9698-e937f67888bd\",\n                    \"businessTime\": 1776687798000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83969752.89984272,\n                    \"instrumentId\": \"a5e94fd9-7bc6-4318-b08f-25dd077c0c8e\",\n                    \"businessTime\": 1776687798000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656228.4165368344,\n                    \"instrumentId\": \"5291ed19-93cc-4571-83b4-dfa1a8624ae6\",\n                    \"businessTime\": 1776687798000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"a615ce09-9a2c-427a-a17b-6e2290c3f4d1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07282362685983\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:20Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067266.363281808,\n                    \"instrumentId\": \"283450f6-8a6d-4d50-bd21-3665b82264db\",\n                    \"businessTime\": 1776687799000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288559.3385435813,\n                    \"instrumentId\": \"659ba79e-f377-4b31-8aae-cdcf95112d03\",\n                    \"businessTime\": 1776687799000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786585.31527394,\n                    \"instrumentId\": \"2c75c373-2425-4791-9792-bef2065e0423\",\n                    \"businessTime\": 1776687799000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388873.95635149884,\n                    \"instrumentId\": \"67f6fadd-ebf8-42c1-a67b-cb809409fb94\",\n                    \"businessTime\": 1776687799000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83969519.62533441,\n                    \"instrumentId\": \"dd6fab7f-6235-4d25-8665-7ab8dd6ab1d8\",\n                    \"businessTime\": 1776687799000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656228.4165368344,\n                    \"instrumentId\": \"cc4c8111-dd5e-4da1-a19d-58ff8103be64\",\n                    \"businessTime\": 1776687799000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b3b4d2c8-d050-43b6-8bae-44aaeea6a3f5\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072715976898106\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:21Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067266.367637559,\n                    \"instrumentId\": \"6dedde0a-0f6a-466f-8894-d0f3ba66aacf\",\n                    \"businessTime\": 1776687800000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288555.8753050687,\n                    \"instrumentId\": \"3e09cf8e-1fa9-43e6-b487-c2b2133d6823\",\n                    \"businessTime\": 1776687800000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786578.3893901,\n                    \"instrumentId\": \"2db970f9-bd41-40e1-b799-a757ead01ef6\",\n                    \"businessTime\": 1776687800000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388838.9734754769,\n                    \"instrumentId\": \"c55f700d-0ada-471c-a605-443c1a563d34\",\n                    \"businessTime\": 1776687800000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83969527.96384577,\n                    \"instrumentId\": \"4c234506-3e8f-439d-afe2-2fb3aa3dfe57\",\n                    \"businessTime\": 1776687800000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656228.4165368344,\n                    \"instrumentId\": \"9dd79a40-0c6e-4b74-aa54-826ee7ff8865\",\n                    \"businessTime\": 1776687800000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d6a59d5a-8031-456f-bbdf-a8114ce141b4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072709469142175\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:22Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067197.880550439,\n                    \"instrumentId\": \"498c33fa-b491-4586-a07d-0501fbdfd993\",\n                    \"businessTime\": 1776687801000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288554.500964833,\n                    \"instrumentId\": \"cfc5b665-c207-4958-9d80-1e5ee7b96581\",\n                    \"businessTime\": 1776687801000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786578.3893901,\n                    \"instrumentId\": \"11fd5bb1-a68c-4db7-b3e9-2b7c3cb1aca4\",\n                    \"businessTime\": 1776687801000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388836.1432821967,\n                    \"instrumentId\": \"2be357ac-b170-468d-8e66-e5e642c7e906\",\n                    \"businessTime\": 1776687801000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83969506.39304788,\n                    \"instrumentId\": \"67aeff24-42e1-4b28-b931-a35b81212d3e\",\n                    \"businessTime\": 1776687801000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656214.563736873,\n                    \"instrumentId\": \"f1e9d8f0-6747-4288-937f-0ee32bcff366\",\n                    \"businessTime\": 1776687801000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"159e6d7d-a9b2-49ae-994a-107d7607b065\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07269046822504\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:23Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067197.28799345,\n                    \"instrumentId\": \"280c1ea9-ba37-4ec6-9288-d9da8b6d8ff7\",\n                    \"businessTime\": 1776687802000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288545.867611011,\n                    \"instrumentId\": \"37a251ce-323e-4af6-86d7-1b1e95329c55\",\n                    \"businessTime\": 1776687802000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786440.019547177,\n                    \"instrumentId\": \"87c7b578-3e41-4c15-b0c5-41a0fbede7e5\",\n                    \"businessTime\": 1776687802000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388823.7403125689,\n                    \"instrumentId\": \"7e01ac68-7ac1-4117-bca3-c2e056d44d1a\",\n                    \"businessTime\": 1776687802000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83967029.36832932,\n                    \"instrumentId\": \"fcd421c1-6bf0-44e2-a5b8-84850e775130\",\n                    \"businessTime\": 1776687802000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656214.563736873,\n                    \"instrumentId\": \"80cf1158-0e85-437e-b248-cfb08d4982c4\",\n                    \"businessTime\": 1776687802000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d0b1bf7c-be82-4c28-9b42-c3f64e0c1c6f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072227019465473\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:24Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067197.28799345,\n                    \"instrumentId\": \"1c000336-fc3a-428c-9958-c63ca97d66df\",\n                    \"businessTime\": 1776687803000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288493.5940773124,\n                    \"instrumentId\": \"2e59453e-db08-4485-9223-f4276556af03\",\n                    \"businessTime\": 1776687803000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786493.84820072,\n                    \"instrumentId\": \"5a8b1eca-9a8f-4d63-9f62-e81a1538f794\",\n                    \"businessTime\": 1776687803000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299794.0332281531,\n                    \"instrumentId\": \"ad2af653-760b-4b99-ac82-0932c3b9b2f8\",\n                    \"businessTime\": 1776687783000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388813.7600885821,\n                    \"instrumentId\": \"d25f26ab-fdb9-40a5-9ba5-7b7c65183cd1\",\n                    \"businessTime\": 1776687803000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83967013.81269737,\n                    \"instrumentId\": \"d180adeb-710a-4c47-8951-45dd3efbe90d\",\n                    \"businessTime\": 1776687803000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656214.4524192273,\n                    \"instrumentId\": \"8edb8f97-b4c4-4532-b7a6-916a79d7dfbc\",\n                    \"businessTime\": 1776687803000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8d1cc985-07d9-4bda-aa95-4e50c48cc5cc\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072222785361124\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:25Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066793.203680197,\n                    \"instrumentId\": \"e89a817a-cfe1-4989-b9b3-ce9d71418064\",\n                    \"businessTime\": 1776687804000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288848.2685209783,\n                    \"instrumentId\": \"aa16c192-5f86-414a-a609-66dea0f3fa22\",\n                    \"businessTime\": 1776687804000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786496.534568332,\n                    \"instrumentId\": \"b09902a6-c17f-484f-a38f-4274abecd1e7\",\n                    \"businessTime\": 1776687804000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299591.31470171065,\n                    \"instrumentId\": \"eb23fed9-c1cd-4f69-a224-924825251a59\",\n                    \"businessTime\": 1776687804000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388813.7600885821,\n                    \"instrumentId\": \"1a26c284-4341-4922-87dd-80e7aa2ce934\",\n                    \"businessTime\": 1776687804000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83966302.17891856,\n                    \"instrumentId\": \"f6046586-c28f-4279-adcc-17878d375f50\",\n                    \"businessTime\": 1776687804000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656214.4524192273,\n                    \"instrumentId\": \"8e553eff-cf26-415b-9d94-eb1e14d8bfde\",\n                    \"businessTime\": 1776687804000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d6c26246-4f3a-4e51-b931-7e1a80d50629\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072053879243864\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:26Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066793.203680197,\n                    \"instrumentId\": \"45b0a33d-0d1e-47f6-add5-ed6052f8a35b\",\n                    \"businessTime\": 1776687805000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288963.4736883645,\n                    \"instrumentId\": \"9f2adb95-767b-46a0-9736-6340c5cb0e02\",\n                    \"businessTime\": 1776687805000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786615.504809164,\n                    \"instrumentId\": \"781af34e-2b64-4258-95df-624b873ea25d\",\n                    \"businessTime\": 1776687805000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299592.63917994266,\n                    \"instrumentId\": \"248b2f03-38de-4bd7-ac4b-883701760427\",\n                    \"businessTime\": 1776687805000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388813.7600885821,\n                    \"instrumentId\": \"4c6387ff-9732-4de5-9296-419f6a12924a\",\n                    \"businessTime\": 1776687805000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83966577.29888706,\n                    \"instrumentId\": \"1ae08db2-83d2-434b-a697-52c1d305a5cb\",\n                    \"businessTime\": 1776687805000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656180.2279205946,\n                    \"instrumentId\": \"44cbb198-b4d6-407e-b105-2f0673973245\",\n                    \"businessTime\": 1776687805000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"e60a7763-c427-4a5d-abd6-555851649eea\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072137604262547\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:27Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066644.119939689,\n                    \"instrumentId\": \"27275332-fb0d-4bd5-bb1c-0c564ed314fa\",\n                    \"businessTime\": 1776687806000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288980.003313554,\n                    \"instrumentId\": \"fd7a3423-7ef3-4fc0-a381-24bac210625a\",\n                    \"businessTime\": 1776687806000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786146.681799771,\n                    \"instrumentId\": \"a1a41902-740a-4fe1-a7b3-83d51a99a1ef\",\n                    \"businessTime\": 1776687806000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299592.63917994266,\n                    \"instrumentId\": \"fc9daef6-7d85-4640-9ae2-2d1dfd90d716\",\n                    \"businessTime\": 1776687806000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388792.939301212,\n                    \"instrumentId\": \"f53e122c-f302-4535-b432-0908acd863ff\",\n                    \"businessTime\": 1776687806000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83965168.18520905,\n                    \"instrumentId\": \"1009c784-0121-4d38-a29b-e472e2926cf0\",\n                    \"businessTime\": 1776687806000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656180.2279205946,\n                    \"instrumentId\": \"619cb54f-9103-4fb3-958b-17f81b24503d\",\n                    \"businessTime\": 1776687806000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"154e2af8-0fdd-4012-946b-932cb86df64c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.071780607498034\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:28Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066644.119939689,\n                    \"instrumentId\": \"9532b808-ca97-4edb-bc1f-87f21a3f7963\",\n                    \"businessTime\": 1776687807000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288980.776843,\n                    \"instrumentId\": \"107a9ab1-4718-4918-ae03-c8d08c799209\",\n                    \"businessTime\": 1776687807000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13785840.038108362,\n                    \"instrumentId\": \"0dff0860-9614-4164-a928-a403e1a11667\",\n                    \"businessTime\": 1776687807000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299592.63917994266,\n                    \"instrumentId\": \"0480ece9-76b4-4a9b-9144-202ce53fe1b3\",\n                    \"businessTime\": 1776687807000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388792.9464029937,\n                    \"instrumentId\": \"ace5f3a7-6ec9-411d-a60c-0841fadd69bf\",\n                    \"businessTime\": 1776687807000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83959560.98511623,\n                    \"instrumentId\": \"62234d41-92fa-4bd4-916c-4b0d0a433637\",\n                    \"businessTime\": 1776687807000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656180.2279205946,\n                    \"instrumentId\": \"48d34b1c-5920-4789-9376-a769696676d3\",\n                    \"businessTime\": 1776687807000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b4015ad7-4b12-40c2-858d-19c1eb1544b9\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07074140483494\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:29Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066638.020122158,\n                    \"instrumentId\": \"69034e7f-16f6-474f-8577-0ec54cb274b1\",\n                    \"businessTime\": 1776687808000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288969.0475330222,\n                    \"instrumentId\": \"351b5ef1-a4db-430f-9761-8f4e6bfb2506\",\n                    \"businessTime\": 1776687808000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786029.547863904,\n                    \"instrumentId\": \"04e62e5d-c957-4dfe-9622-0dfc88eac581\",\n                    \"businessTime\": 1776687808000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299592.63917994266,\n                    \"instrumentId\": \"8c6fc448-674a-4180-8cf0-14b0b25b0cb7\",\n                    \"businessTime\": 1776687808000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388792.9464029937,\n                    \"instrumentId\": \"095b40b5-48b9-433b-9091-bfa290a36d71\",\n                    \"businessTime\": 1776687808000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83958748.6948148,\n                    \"instrumentId\": \"f1836f93-794c-47d2-aa85-39c0a7b255a3\",\n                    \"businessTime\": 1776687808000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655835.2203367333,\n                    \"instrumentId\": \"d4c0b43b-2836-45b9-bc27-1c446639886d\",\n                    \"businessTime\": 1776687808000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"6afa29d1-a453-438b-92bc-0298865f711f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.070568185633313\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:30Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066630.428901139,\n                    \"instrumentId\": \"600b188e-2fe2-40ac-b6a3-e1dcb615f0ab\",\n                    \"businessTime\": 1776687809000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288974.816730053,\n                    \"instrumentId\": \"5612a6be-ab64-4370-8842-cf51d9b50f32\",\n                    \"businessTime\": 1776687809000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786157.883104768,\n                    \"instrumentId\": \"8b0fbd14-93fb-40f0-93d5-82d92fb96a4a\",\n                    \"businessTime\": 1776687809000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299592.63917994266,\n                    \"instrumentId\": \"7c43fbbc-7cd4-4fdc-9866-7ef8098792fd\",\n                    \"businessTime\": 1776687809000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388758.6789780186,\n                    \"instrumentId\": \"9c1c0ab2-ffe0-4ad8-b46e-6adb55fb7320\",\n                    \"businessTime\": 1776687809000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83958921.87820424,\n                    \"instrumentId\": \"240bba20-03c0-4433-bb38-6a42d6fcbf3b\",\n                    \"businessTime\": 1776687809000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656003.2286701411,\n                    \"instrumentId\": \"e05bd665-441a-472e-8de9-6a45fd0dfae7\",\n                    \"businessTime\": 1776687809000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"33c64e47-a260-4a63-bd49-f7691066f8b4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07064436094346\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:31Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065205.375545711,\n                    \"instrumentId\": \"f1a3c40a-b206-419b-8afd-3aa0f4d8a6a5\",\n                    \"businessTime\": 1776687810000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289217.6581456214,\n                    \"instrumentId\": \"ad846575-dd1f-4abb-b6bc-8320c35c472d\",\n                    \"businessTime\": 1776687810000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13786348.925723176,\n                    \"instrumentId\": \"697eecb7-bf69-442e-adc6-0868e88b24e7\",\n                    \"businessTime\": 1776687810000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299592.63917994266,\n                    \"instrumentId\": \"8456a0ad-90d5-441c-b5f6-d15cdd4640e1\",\n                    \"businessTime\": 1776687810000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388758.5891482612,\n                    \"instrumentId\": \"5a41d93d-b4b1-4c73-8330-9c48b99c7795\",\n                    \"businessTime\": 1776687810000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83959207.70914751,\n                    \"instrumentId\": \"56c6f2f0-b5b9-4834-ab05-33002b844908\",\n                    \"businessTime\": 1776687810000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656003.2286701411,\n                    \"instrumentId\": \"93679faa-33c8-4ff9-9f2c-4c682128ba46\",\n                    \"businessTime\": 1776687810000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"96c28ea8-5c91-4963-94dc-f730498d7a51\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.070520384105514\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:32Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065331.8051741775,\n                    \"instrumentId\": \"7f5c88b2-4402-4278-8868-112d33794b6f\",\n                    \"businessTime\": 1776687811000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289237.769674804,\n                    \"instrumentId\": \"4d471e94-f4a9-4e89-b59f-4397adb38a3b\",\n                    \"businessTime\": 1776687811000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787077.9754395,\n                    \"instrumentId\": \"9d7d4209-2a90-4625-bf5f-f11407f8116f\",\n                    \"businessTime\": 1776687811000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299592.63917994266,\n                    \"instrumentId\": \"168b5b4b-5351-44f6-b7d4-2aec1b046635\",\n                    \"businessTime\": 1776687811000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388758.5891482612,\n                    \"instrumentId\": \"fca38c9d-cb1e-4988-bfef-b5ce4985f7b4\",\n                    \"businessTime\": 1776687811000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83960855.85108706,\n                    \"instrumentId\": \"b8b8c9bf-bb8d-4200-97ca-1a61b5016606\",\n                    \"businessTime\": 1776687811000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656157.8758581585,\n                    \"instrumentId\": \"ed85f217-9992-4add-8348-a72a28dad554\",\n                    \"businessTime\": 1776687811000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"adbbf6a8-48a1-4f64-902c-d59cad6cc7aa\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.070991101153236\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:33Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065406.56953098,\n                    \"instrumentId\": \"b42b1a4d-8996-4934-bad8-f72ecc5c4ebc\",\n                    \"businessTime\": 1776687812000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289237.769674804,\n                    \"instrumentId\": \"16fed44a-9ce8-4113-a21a-3041cb80a0c6\",\n                    \"businessTime\": 1776687812000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788117.199250523,\n                    \"instrumentId\": \"d1df3f77-b45c-4512-8fb5-bd34e8e180cb\",\n                    \"businessTime\": 1776687812000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299592.6439264605,\n                    \"instrumentId\": \"9ce37435-fb9f-4d42-8821-07fbcbd7e8de\",\n                    \"businessTime\": 1776687812000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388758.5891482612,\n                    \"instrumentId\": \"abc1e2bb-a28b-4c65-b39d-6af8645c8c3e\",\n                    \"businessTime\": 1776687812000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83967506.86905849,\n                    \"instrumentId\": \"2daea345-09ad-4a29-895e-9953dcaafea3\",\n                    \"businessTime\": 1776687812000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656157.8758581585,\n                    \"instrumentId\": \"43355e8a-f699-43ef-b2bb-e55e2afc8454\",\n                    \"businessTime\": 1776687812000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5a5a1f31-c133-405e-b1e1-006a402b02fd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072355777934565\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:34Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6065406.56953098,\n                    \"instrumentId\": \"50fd9de0-d841-40ea-928e-9db98026d039\",\n                    \"businessTime\": 1776687813000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289251.637335893,\n                    \"instrumentId\": \"10029f3a-1acc-4e1c-ab0a-2c8bfcd539ad\",\n                    \"businessTime\": 1776687813000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789275.701764068,\n                    \"instrumentId\": \"0affb19a-829c-4544-a1f0-ab2dbf6f4376\",\n                    \"businessTime\": 1776687813000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299592.6439264605,\n                    \"instrumentId\": \"d3d9f6e9-a95b-4c73-b176-dcafa2255f59\",\n                    \"businessTime\": 1776687813000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388758.5891482612,\n                    \"instrumentId\": \"cb0fcf30-d9b8-444e-b3ef-c6b8906ea96e\",\n                    \"businessTime\": 1776687813000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83967000.87434793,\n                    \"instrumentId\": \"fcadc48f-bf79-4ed9-92a2-c7be2e361d52\",\n                    \"businessTime\": 1776687813000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656157.8758581585,\n                    \"instrumentId\": \"70915f2a-e4fa-4a90-a400-09d3650f7abd\",\n                    \"businessTime\": 1776687813000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8ac4d022-3fd2-4a7a-8bd4-be08d85d9edd\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07247289137289\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:35Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066088.775457592,\n                    \"instrumentId\": \"3bcd640e-d152-4d08-a656-906fb101e8e4\",\n                    \"businessTime\": 1776687814000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289251.9323522453,\n                    \"instrumentId\": \"b9f8b599-ba30-42ed-8380-ed0edc664265\",\n                    \"businessTime\": 1776687814000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789589.204650268,\n                    \"instrumentId\": \"5cb3d180-e8a3-44de-b0f0-d9dc5bd49882\",\n                    \"businessTime\": 1776687814000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299592.6439264605,\n                    \"instrumentId\": \"814460d3-5f55-47e2-93b0-6c779085e178\",\n                    \"businessTime\": 1776687814000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388758.5891482612,\n                    \"instrumentId\": \"0056f4d3-9e14-4e8c-b9fc-25e2bc7d350c\",\n                    \"businessTime\": 1776687814000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83966943.00433025,\n                    \"instrumentId\": \"498a98d3-62ff-485c-95e8-ce03d8bbab4a\",\n                    \"businessTime\": 1776687814000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656157.8758581585,\n                    \"instrumentId\": \"c3f4bdfb-ea7f-47ce-8b9a-53df216dcfb0\",\n                    \"businessTime\": 1776687814000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"8ef135fd-449b-4a91-9f7f-96afe580f259\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07263776550496\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:36Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066088.775457592,\n                    \"instrumentId\": \"27bbfec6-21b3-4b2a-9b0e-ed902eac70e8\",\n                    \"businessTime\": 1776687815000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289262.394390831,\n                    \"instrumentId\": \"a23bd601-0bd8-45dd-9501-e49b65a93f6e\",\n                    \"businessTime\": 1776687815000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789571.892330721,\n                    \"instrumentId\": \"71274281-798e-4209-b921-330a44da8418\",\n                    \"businessTime\": 1776687815000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299592.6439264605,\n                    \"instrumentId\": \"b1ca985b-da14-4c4b-897a-b22cad098a1e\",\n                    \"businessTime\": 1776687815000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388758.5891482612,\n                    \"instrumentId\": \"53d08a1b-92eb-4cf4-8ef2-6030d8d2f076\",\n                    \"businessTime\": 1776687815000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83964449.20780903,\n                    \"instrumentId\": \"efda9b0d-5b93-4f3a-a0f7-222031ece79e\",\n                    \"businessTime\": 1776687815000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656157.8758581585,\n                    \"instrumentId\": \"083c490c-3e91-4156-ab6f-762730fd7dad\",\n                    \"businessTime\": 1776687815000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4097ec80-7dae-4907-8738-b059e5a6a886\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072198284520397\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:37Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066373.392827407,\n                    \"instrumentId\": \"7221bf13-b11c-4515-8ec6-7fa9b80fb19d\",\n                    \"businessTime\": 1776687816000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289262.221648821,\n                    \"instrumentId\": \"205e011d-ce8a-4488-b47b-2182701a241f\",\n                    \"businessTime\": 1776687816000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789570.179552874,\n                    \"instrumentId\": \"1a688e97-959c-45ba-8e78-ef6cfb86bbf6\",\n                    \"businessTime\": 1776687816000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299589.64841282245,\n                    \"instrumentId\": \"2101ea53-8900-46ce-a283-ec64a6353853\",\n                    \"businessTime\": 1776687816000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388758.5891482612,\n                    \"instrumentId\": \"71b68bf2-e642-4519-a675-d0f5717f72fd\",\n                    \"businessTime\": 1776687816000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83964372.58568147,\n                    \"instrumentId\": \"7ea7b8a6-1a10-4048-974e-c7250e9a5686\",\n                    \"businessTime\": 1776687816000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656157.8758581585,\n                    \"instrumentId\": \"deb26072-b479-4d4f-95a8-e421b8250c02\",\n                    \"businessTime\": 1776687816000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"1de6b305-b54a-4ba4-9346-037f256b82e0\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072233981217895\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:38Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066373.392827407,\n                    \"instrumentId\": \"54d2afde-8332-40b7-a03e-753f462e7b44\",\n                    \"businessTime\": 1776687817000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289302.6553986156,\n                    \"instrumentId\": \"d6be64d6-501b-4ab7-846a-fe3b18aca1c8\",\n                    \"businessTime\": 1776687817000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789563.287998576,\n                    \"instrumentId\": \"6d748065-4be2-4a0e-9008-e3952384caf0\",\n                    \"businessTime\": 1776687817000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299589.64841282245,\n                    \"instrumentId\": \"60d10f38-abf2-43d7-91ab-d82a6e9555c1\",\n                    \"businessTime\": 1776687817000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388757.5187628705,\n                    \"instrumentId\": \"d88b90ea-e88e-4307-9df5-17fe13a6f121\",\n                    \"businessTime\": 1776687817000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83965828.3692453,\n                    \"instrumentId\": \"bd73fa90-dac9-4c53-b593-8cc99bd7a9b6\",\n                    \"businessTime\": 1776687817000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656224.8698902819,\n                    \"instrumentId\": \"7bc82f2e-30ef-43cd-b4a6-fff09c0e31ec\",\n                    \"businessTime\": 1776687817000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4af5fad7-9023-4d35-a331-8da2e629fb50\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07250731151773\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:39Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6066374.4166647345,\n                    \"instrumentId\": \"53024b21-e71e-4575-b676-ae407c239bd6\",\n                    \"businessTime\": 1776687818000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289302.6553986156,\n                    \"instrumentId\": \"19d6e954-7480-49e7-8aea-0a4ddd977fa4\",\n                    \"businessTime\": 1776687818000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789702.354810815,\n                    \"instrumentId\": \"d3a9c087-81a5-4d1e-9da4-c7e5c3e3c067\",\n                    \"businessTime\": 1776687818000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299589.64841282245,\n                    \"instrumentId\": \"305f84fc-4ea9-4acf-8edb-7c9b65b52190\",\n                    \"businessTime\": 1776687818000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388763.10590900574,\n                    \"instrumentId\": \"9abaec1a-6e77-4503-9616-d75f970b0932\",\n                    \"businessTime\": 1776687818000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83964725.44868597,\n                    \"instrumentId\": \"14d70882-5e53-42dd-b896-785fb02c8fbd\",\n                    \"businessTime\": 1776687818000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656224.8698902819,\n                    \"instrumentId\": \"6c0088ae-23dd-4508-96cd-2d4ada66cda6\",\n                    \"businessTime\": 1776687818000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4dd08d91-6bb7-46e3-8460-1eec8032873f\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072339079046092\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:40Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067897.290406022,\n                    \"instrumentId\": \"cc6e2c7e-9d34-418e-bd22-cd3fa9fb1c0f\",\n                    \"businessTime\": 1776687819000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289621.5461338544,\n                    \"instrumentId\": \"e5098fd9-e159-47ab-9d46-c5c16c87e544\",\n                    \"businessTime\": 1776687819000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13790229.868968047,\n                    \"instrumentId\": \"1563e817-a177-46f3-a0bc-0264b0fe7a49\",\n                    \"businessTime\": 1776687819000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299570.73442846944,\n                    \"instrumentId\": \"c9ed723b-2ea1-45ea-8b80-91de3213e00a\",\n                    \"businessTime\": 1776687819000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388685.922619664,\n                    \"instrumentId\": \"cca5315b-0efd-4d07-9893-d14109ce5bb5\",\n                    \"businessTime\": 1776687819000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83963590.28756888,\n                    \"instrumentId\": \"b3e89d7c-4a83-4b30-8f34-d1e267c89e9a\",\n                    \"businessTime\": 1776687819000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656221.134253889,\n                    \"instrumentId\": \"8f6647d4-68b0-4a77-b900-bc0bb9784fc4\",\n                    \"businessTime\": 1776687819000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bfd170d5-a2c8-4511-b7cb-79b1798f2ab4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072538426077124\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:41Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067896.147414682,\n                    \"instrumentId\": \"836f8bb9-db0b-4897-83b6-2a8a1f5f7b3c\",\n                    \"businessTime\": 1776687820000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289217.672570209,\n                    \"instrumentId\": \"9157e63b-e10e-4095-932b-a22d8fd4f9ed\",\n                    \"businessTime\": 1776687820000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13790276.32618931,\n                    \"instrumentId\": \"628b2c15-7a8e-4aee-b070-727af81f938a\",\n                    \"businessTime\": 1776687820000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299570.73442846944,\n                    \"instrumentId\": \"1a5e7442-2a11-46c7-a576-f7cd66d78975\",\n                    \"businessTime\": 1776687820000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388685.922619664,\n                    \"instrumentId\": \"0e045348-2267-450c-a866-30aedea6190e\",\n                    \"businessTime\": 1776687820000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83962518.23321936,\n                    \"instrumentId\": \"68dd317c-a20f-4bff-ae7c-2775f64f116e\",\n                    \"businessTime\": 1776687820000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656221.134253889,\n                    \"instrumentId\": \"a5a2375e-503b-45ae-81c0-35f464fe1669\",\n                    \"businessTime\": 1776687820000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"b5e2a389-da18-405f-b61d-9ad22abb3d79\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072287000122248\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:42Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067894.117618498,\n                    \"instrumentId\": \"9d31cddd-aaa3-42b1-bc4e-b4bc9c137d52\",\n                    \"businessTime\": 1776687821000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289170.379203201,\n                    \"instrumentId\": \"8732ffc8-f2ed-4474-97b8-4bacd2db7d25\",\n                    \"businessTime\": 1776687821000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13790225.447386885,\n                    \"instrumentId\": \"cdc352a3-85fd-4ee8-abf0-98c7b1660869\",\n                    \"businessTime\": 1776687821000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.8957441776,\n                    \"instrumentId\": \"ef17f5fb-d93f-4bc6-9d6f-9d24b9a653d1\",\n                    \"businessTime\": 1776687821000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388685.922619664,\n                    \"instrumentId\": \"c0232510-207e-4f0a-9bf2-6c0a8307e6ae\",\n                    \"businessTime\": 1776687821000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83962448.56329453,\n                    \"instrumentId\": \"f6be0eab-507d-4f06-a41c-933f9a054633\",\n                    \"businessTime\": 1776687821000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656221.134253889,\n                    \"instrumentId\": \"32631104-76a8-4319-8130-70761bc0ef55\",\n                    \"businessTime\": 1776687821000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"edbcf547-7f66-4f14-905f-2ad136eba275\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072256998263768\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:43Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067890.905277241,\n                    \"instrumentId\": \"35f9b81a-258d-4d8a-a6c4-3c4917544400\",\n                    \"businessTime\": 1776687822000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289175.263396321,\n                    \"instrumentId\": \"bbef1eec-aea4-46ad-89a6-83355209633e\",\n                    \"businessTime\": 1776687822000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13790050.41131975,\n                    \"instrumentId\": \"10d2ad69-5743-4696-bbd4-f520984022a1\",\n                    \"businessTime\": 1776687822000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.8957441776,\n                    \"instrumentId\": \"9a956252-b254-4ac6-85cb-32fdcaf6bf47\",\n                    \"businessTime\": 1776687822000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388685.922619664,\n                    \"instrumentId\": \"c9e9dcb3-f6d1-4e98-94c7-513513868ae6\",\n                    \"businessTime\": 1776687822000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83962345.55828391,\n                    \"instrumentId\": \"534f116c-6dc9-4911-af72-b30806fed491\",\n                    \"businessTime\": 1776687822000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656221.134253889,\n                    \"instrumentId\": \"02444b30-dfaa-4536-b20d-176a6ae11ef5\",\n                    \"businessTime\": 1776687822000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"93b57355-589b-4ff9-9ac1-3a4dd59dcba1\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.07220842722231\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:44Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067742.078233735,\n                    \"instrumentId\": \"98b9deb2-fad8-457a-85a3-55d5e37558dc\",\n                    \"businessTime\": 1776687823000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289158.8773473906,\n                    \"instrumentId\": \"002c40cd-075e-4841-a84c-5f33a4e41f75\",\n                    \"businessTime\": 1776687823000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789700.85031471,\n                    \"instrumentId\": \"540c77f7-e748-4ac0-b532-e0b682a5cc2e\",\n                    \"businessTime\": 1776687823000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.8957441776,\n                    \"instrumentId\": \"e53aac21-777c-48c3-83b0-fbd491474f25\",\n                    \"businessTime\": 1776687823000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"cb789446-0dad-4fb5-8cf0-307b7c13142b\",\n                    \"businessTime\": 1776687823000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83962257.40268484,\n                    \"instrumentId\": \"91c4c967-3ba7-4b81-86fb-cd7223e16cf8\",\n                    \"businessTime\": 1776687823000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656221.134253889,\n                    \"instrumentId\": \"397a8e09-5d2a-4347-b936-9cdd8e1437cc\",\n                    \"businessTime\": 1776687823000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"19e47de2-eabf-46e7-8600-9887f91616df\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072102208774016\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:45Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6067790.918005677,\n                    \"instrumentId\": \"43c8f106-8a4e-42f2-bed3-ea2fa33a7c93\",\n                    \"businessTime\": 1776687824000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289142.6759771593,\n                    \"instrumentId\": \"c1d0faa5-216d-4968-8d73-8a727e62d57b\",\n                    \"businessTime\": 1776687824000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789649.601589704,\n                    \"instrumentId\": \"e1bb7853-dd82-4432-9111-6c778c7e981d\",\n                    \"businessTime\": 1776687824000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.8957441776,\n                    \"instrumentId\": \"5fb792f3-acd8-43e3-93da-c1b5ec92032d\",\n                    \"businessTime\": 1776687824000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"4589efdf-64cb-4c14-ad63-d03c30bfea05\",\n                    \"businessTime\": 1776687824000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83961990.81877398,\n                    \"instrumentId\": \"990ced42-5069-48ea-85ad-b29166ea18fd\",\n                    \"businessTime\": 1776687824000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656221.134253889,\n                    \"instrumentId\": \"2e0a23b8-9e99-4eb1-8074-10059d54f10b\",\n                    \"businessTime\": 1776687824000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"fd1c7ea9-2165-4b8d-b35f-59ff93ebc1df\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072052086764504\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:46Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6068545.962173202,\n                    \"instrumentId\": \"90e41417-724e-4e6c-8320-e2ad3652171e\",\n                    \"businessTime\": 1776687825000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289145.9555551074,\n                    \"instrumentId\": \"579feb86-9782-4a42-9a7e-31ec655e02d5\",\n                    \"businessTime\": 1776687825000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789589.02999824,\n                    \"instrumentId\": \"6fe3a2ff-ac89-4f56-8199-818c8599584d\",\n                    \"businessTime\": 1776687825000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.8957441776,\n                    \"instrumentId\": \"a0dce64e-29e6-4515-aed1-da876fbb452c\",\n                    \"businessTime\": 1776687825000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"3ce14a61-5c38-4a60-9979-719a363a9fc0\",\n                    \"businessTime\": 1776687825000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83961912.4639689,\n                    \"instrumentId\": \"6cf8f321-b38d-4334-87a2-f61d2bc364a8\",\n                    \"businessTime\": 1776687825000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656204.630047741,\n                    \"instrumentId\": \"28b156e5-d7c7-4b20-8f2a-db4ea9e6bb5c\",\n                    \"businessTime\": 1776687825000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"7f034334-ba2b-4eb0-870f-6dbc9c944d18\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072158043380103\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:47Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069051.4291737825,\n                    \"instrumentId\": \"0bcaaf7f-8cd7-45e8-8255-3cf360d8a6e8\",\n                    \"businessTime\": 1776687826000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289145.9555551074,\n                    \"instrumentId\": \"5cefb9dd-b120-4aa3-99c8-a45e925be7d0\",\n                    \"businessTime\": 1776687826000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789521.647148853,\n                    \"instrumentId\": \"0ebb84ed-c8ef-468d-822c-2a5be1555b77\",\n                    \"businessTime\": 1776687826000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.8957441776,\n                    \"instrumentId\": \"f4bdfa26-0669-408a-b334-8bed32bb3f7a\",\n                    \"businessTime\": 1776687826000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"2d65c3a5-9a15-4463-bc90-673f9dbbca85\",\n                    \"businessTime\": 1776687826000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83961827.04484306,\n                    \"instrumentId\": \"7e54b0f9-5b0d-474b-8d9b-e4b622927d5d\",\n                    \"businessTime\": 1776687826000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 656204.630047741,\n                    \"instrumentId\": \"1fe07f43-00cb-4626-ad8c-0bf7ba7dd1e9\",\n                    \"businessTime\": 1776687826000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"d6db3ad7-4c1b-4d3b-a98f-06cd6ba96b65\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.072220023173664\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:48Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069065.8063639505,\n                    \"instrumentId\": \"14513d71-e051-4468-a710-e61144c3348c\",\n                    \"businessTime\": 1776687827000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289151.0089483517,\n                    \"instrumentId\": \"7ce716c3-538c-4b2c-8054-f86e2cb79c83\",\n                    \"businessTime\": 1776687827000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13789309.004382867,\n                    \"instrumentId\": \"38d2c869-1924-4b5d-a50e-758eeff0903e\",\n                    \"businessTime\": 1776687827000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.8957441776,\n                    \"instrumentId\": \"94057d6c-7034-49b6-9b2d-3951dfc4e1fe\",\n                    \"businessTime\": 1776687827000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"7f333f6e-cf71-4e83-8b7b-5ce32b30d048\",\n                    \"businessTime\": 1776687827000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83952080.3682031,\n                    \"instrumentId\": \"fb028a67-d329-47f5-8598-ab7920636916\",\n                    \"businessTime\": 1776687827000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655979.7576621388,\n                    \"instrumentId\": \"098bf31e-5a3d-4cc9-8794-d08b0bb30fbb\",\n                    \"businessTime\": 1776687827000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"eb2a7ef6-07b4-40a5-9063-42c7a6dd7531\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.070433597653782\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:49Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069057.596868436,\n                    \"instrumentId\": \"4620223d-621c-42a5-9447-d15d3eace44e\",\n                    \"businessTime\": 1776687828000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289150.322867741,\n                    \"instrumentId\": \"faa18f75-f272-431d-8342-1b8290a5897a\",\n                    \"businessTime\": 1776687828000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788841.530163148,\n                    \"instrumentId\": \"a070ab8e-fb81-4700-bd1f-593f6718d7a1\",\n                    \"businessTime\": 1776687828000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.8957441776,\n                    \"instrumentId\": \"f4953377-ceff-49c6-ac5d-fe7ffa1617cb\",\n                    \"businessTime\": 1776687828000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"ff7d297a-3258-476a-9422-c3b59c56652d\",\n                    \"businessTime\": 1776687828000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83948982.68384434,\n                    \"instrumentId\": \"dc0eee86-206e-4d79-b763-12c09db29166\",\n                    \"businessTime\": 1776687828000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"cf2e094f-7c2e-432a-9f8b-eceaa9c2d3a9\",\n                    \"businessTime\": 1776687828000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"71359b52-1de8-4048-9956-06efb4932d3a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.069802516400173\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:50Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069057.0861065835,\n                    \"instrumentId\": \"9f9978f4-f53f-4e31-a7ea-e2bd196311db\",\n                    \"businessTime\": 1776687829000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289158.7013496454,\n                    \"instrumentId\": \"0714c36c-c16b-4e0a-8e6b-3747a71d44d1\",\n                    \"businessTime\": 1776687829000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788802.44682031,\n                    \"instrumentId\": \"9df03fc0-d8da-4852-8ba9-62294e31a424\",\n                    \"businessTime\": 1776687829000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.7614024223,\n                    \"instrumentId\": \"528026c3-ca0a-4009-bb41-873185c8838c\",\n                    \"businessTime\": 1776687829000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"b825c1a9-a45d-4bfd-8d5f-4932a027d5de\",\n                    \"businessTime\": 1776687829000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83948590.29637207,\n                    \"instrumentId\": \"d123b518-fe1f-4da5-a6bf-a29c2c241fe1\",\n                    \"businessTime\": 1776687829000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"e0f2d612-0843-4e15-b3ed-198ccd5639ab\",\n                    \"businessTime\": 1776687829000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"4b272924-406f-4615-8814-5c52908b6a08\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06972804584889\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:51Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069230.337029381,\n                    \"instrumentId\": \"b2370bb1-5d41-43ab-99d6-365b422d3e60\",\n                    \"businessTime\": 1776687830000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289094.5781635554,\n                    \"instrumentId\": \"c42b1f1a-bf18-469b-9eeb-1d9eb25bffe7\",\n                    \"businessTime\": 1776687830000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788634.220146345,\n                    \"instrumentId\": \"f5b4b9f0-ded8-4b3a-849d-43dee88b70e7\",\n                    \"businessTime\": 1776687830000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.7614024223,\n                    \"instrumentId\": \"c6e86748-3845-4d9a-aebb-b2bebd1114a8\",\n                    \"businessTime\": 1776687830000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"22a5addd-8384-41f2-ab12-ec90238ea7f6\",\n                    \"businessTime\": 1776687830000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83942615.90755153,\n                    \"instrumentId\": \"f5be6749-688d-46dd-841a-c7a5a8d2dc61\",\n                    \"businessTime\": 1776687830000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"3657385e-6215-4239-bc0d-1e0f311a02c9\",\n                    \"businessTime\": 1776687830000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"69cd9ebb-3c72-4d4f-82c2-6b411f58304a\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.068667678931877\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:52Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069230.199643441,\n                    \"instrumentId\": \"6bfad6e8-6849-414a-9916-a0523efd6859\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289081.897333984,\n                    \"instrumentId\": \"463e18b7-191e-42db-9cba-0a0e562dee72\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788634.12615807,\n                    \"instrumentId\": \"a924be97-24db-479f-9cc5-18582bb4c861\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.7614024223,\n                    \"instrumentId\": \"890ab2db-bc1e-4c74-9c21-4a3994c5fb66\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"e26414b2-2783-4104-86a1-f9c0296f58f3\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83942413.15043612,\n                    \"instrumentId\": \"fe0c7fb0-3bc4-4a99-ae34-b6386908de0f\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"1900e079-5ea5-43a5-8fdb-4ba22c43b08a\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"76130f36-7abd-40ee-ab94-ee0420e72a0c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06862977571233\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:53Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069230.199643441,\n                    \"instrumentId\": \"e1f2ebb7-ef04-478c-9a17-6990e87467d9\",\n                    \"businessTime\": 1776687832000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289081.431904107,\n                    \"instrumentId\": \"0139a78a-5e91-4f50-ad38-63db84cc6c7b\",\n                    \"businessTime\": 1776687832000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788422.511481242,\n                    \"instrumentId\": \"4d164ae3-d37c-47e6-b90e-5d51af062c5a\",\n                    \"businessTime\": 1776687832000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.7614024223,\n                    \"instrumentId\": \"890ab2db-bc1e-4c74-9c21-4a3994c5fb66\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"e26414b2-2783-4104-86a1-f9c0296f58f3\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83940876.88663895,\n                    \"instrumentId\": \"86cf4b92-b31e-45c0-9d3f-a4be9d2c1a0f\",\n                    \"businessTime\": 1776687832000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"d8d81250-a4f2-4a23-a3c0-81bf3849aadc\",\n                    \"businessTime\": 1776687832000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"127fc0d8-7256-4be8-ad4e-8fb8dfdaf745\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.068322509648386\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:54Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069230.199643441,\n                    \"instrumentId\": \"1852b2b7-1e76-4526-99b3-103aba54837e\",\n                    \"businessTime\": 1776687833000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289071.118709919,\n                    \"instrumentId\": \"caf3b575-8ed7-4c7c-85ae-d7d6892e6a12\",\n                    \"businessTime\": 1776687833000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788392.899193635,\n                    \"instrumentId\": \"1c9a205f-e613-49de-b447-c8c53c0ed963\",\n                    \"businessTime\": 1776687833000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.7614024223,\n                    \"instrumentId\": \"890ab2db-bc1e-4c74-9c21-4a3994c5fb66\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"e26414b2-2783-4104-86a1-f9c0296f58f3\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83939843.71783726,\n                    \"instrumentId\": \"7f13f69e-4429-485a-846f-ff6a50aac078\",\n                    \"businessTime\": 1776687833000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"8ad26563-2eb1-4997-b328-fbe2f85397d0\",\n                    \"businessTime\": 1776687833000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"0a08917d-ab1a-477e-bd9e-9f6a31ac844e\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06813391662844\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:55Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069209.810304898,\n                    \"instrumentId\": \"fbae5178-9031-4a92-9324-4f1bf40f1cc2\",\n                    \"businessTime\": 1776687834000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289071.118709919,\n                    \"instrumentId\": \"0108f1e1-e386-49e8-a947-3d6acc94ccb9\",\n                    \"businessTime\": 1776687834000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13788316.418085765,\n                    \"instrumentId\": \"6a16fb1d-7af4-43ca-ae15-3ca9070f6003\",\n                    \"businessTime\": 1776687834000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.7614024223,\n                    \"instrumentId\": \"890ab2db-bc1e-4c74-9c21-4a3994c5fb66\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"e26414b2-2783-4104-86a1-f9c0296f58f3\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83937605.54881355,\n                    \"instrumentId\": \"cae869cb-f1b8-451b-94f6-54bebdb203cb\",\n                    \"businessTime\": 1776687834000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"d5583b54-a87d-4074-be3e-924fa08c0646\",\n                    \"businessTime\": 1776687834000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"bbf1a6c4-bd07-4c0c-9f7c-0cc837b163b4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.067723540623145\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:56Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069212.536600835,\n                    \"instrumentId\": \"d6223e71-80d4-4295-a7df-e540a32986a6\",\n                    \"businessTime\": 1776687835000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289073.0394342537,\n                    \"instrumentId\": \"7ed78342-21db-4356-ad71-0d0d236bf534\",\n                    \"businessTime\": 1776687835000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787729.202352755,\n                    \"instrumentId\": \"896abfea-9d28-4e9e-9d01-2a20fccbc2d7\",\n                    \"businessTime\": 1776687835000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.7614024223,\n                    \"instrumentId\": \"890ab2db-bc1e-4c74-9c21-4a3994c5fb66\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"e26414b2-2783-4104-86a1-f9c0296f58f3\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83937536.3359385,\n                    \"instrumentId\": \"b6eb7a6c-8b7e-4537-a725-9f06141bca22\",\n                    \"businessTime\": 1776687835000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655962.9594837207,\n                    \"instrumentId\": \"c765ea4f-62b3-4eb5-95c4-8197653e1792\",\n                    \"businessTime\": 1776687835000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"5281eed6-cfc2-43f2-b67e-d4e8cf3ca323\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.067608992013692\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:57Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069212.536600835,\n                    \"instrumentId\": \"a02b6b51-ac50-4866-ade4-08ae4599f61a\",\n                    \"businessTime\": 1776687836000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289075.580005557,\n                    \"instrumentId\": \"135d8788-70e6-4f34-b163-2429b51dbaa8\",\n                    \"businessTime\": 1776687836000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13787604.120398378,\n                    \"instrumentId\": \"39edd71b-96b3-4abb-a682-74f689cdf824\",\n                    \"businessTime\": 1776687836000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.7614024223,\n                    \"instrumentId\": \"890ab2db-bc1e-4c74-9c21-4a3994c5fb66\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388684.469345425,\n                    \"instrumentId\": \"e26414b2-2783-4104-86a1-f9c0296f58f3\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83937351.31709343,\n                    \"instrumentId\": \"73417de6-4321-4615-80aa-24bd5e15feb9\",\n                    \"businessTime\": 1776687836000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655961.902941128,\n                    \"instrumentId\": \"bf039cdc-143b-4661-a0bd-07ae3fb49056\",\n                    \"businessTime\": 1776687836000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"da926038-0f9f-4179-aac8-709d9d57d93c\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.067554753565407\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:58Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069180.342868897,\n                    \"instrumentId\": \"3c65a84e-5803-44a8-8d9a-0bddf0a776ee\",\n                    \"businessTime\": 1776687837000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3289017.803998207,\n                    \"instrumentId\": \"229ee189-2895-4911-bd01-5ab84ce2cf75\",\n                    \"businessTime\": 1776687837000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13784924.048505932,\n                    \"instrumentId\": \"3d5021af-8fb9-442e-bf47-557f13d9012e\",\n                    \"businessTime\": 1776687837000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.7614024223,\n                    \"instrumentId\": \"890ab2db-bc1e-4c74-9c21-4a3994c5fb66\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388765.3806329839,\n                    \"instrumentId\": \"1e109d64-4fb3-4e91-927e-8dada5f429fb\",\n                    \"businessTime\": 1776687837000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83936494.10642159,\n                    \"instrumentId\": \"e2a7a761-3476-4660-96dd-deaaecad115a\",\n                    \"businessTime\": 1776687837000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655961.902941128,\n                    \"instrumentId\": \"bcb98a2c-ba78-472a-9aa5-97118b8e70e4\",\n                    \"businessTime\": 1776687837000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"87904f57-6f2e-4ba3-a92b-3125082603c4\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.06693149503887\",\n            \"valueUnit\": \"USD\"\n        },\n        {\n            \"businessTime\": \"2026-04-20T12:23:59Z\",\n            \"constituents\": [\n                {\n                    \"instrument\": \"XRP\",\n                    \"weight\": 0.0561391831618047,\n                    \"quantity\": 4269825.123121,\n                    \"value\": 6069252.95069214,\n                    \"instrumentId\": \"aca0ceab-7926-4139-bf8d-38b06bc02f6f\",\n                    \"businessTime\": 1776687838000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"USD\",\n                    \"weight\": 0.0006309531727785,\n                    \"quantity\": 66926.86,\n                    \"value\": 66926.86,\n                    \"instrumentId\": \"\",\n                    \"businessTime\": 0,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"SOLN\",\n                    \"weight\": 0.030307044757551,\n                    \"quantity\": 38500.08144854,\n                    \"value\": 3288999.5812820573,\n                    \"instrumentId\": \"d67d371f-ec0d-40f3-bd0e-0530cc8ad853\",\n                    \"businessTime\": 1776687838000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ETH\",\n                    \"weight\": 0.1269331965445358,\n                    \"quantity\": 5949.05234849,\n                    \"value\": 13784649.560025176,\n                    \"instrumentId\": \"220cece8-c2bc-47cf-ae3b-a7b3d55be0c9\",\n                    \"businessTime\": 1776687838000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XLM\",\n                    \"weight\": 0.0028008902510664,\n                    \"quantity\": 1783532.82900918,\n                    \"value\": 299569.7614024223,\n                    \"instrumentId\": \"890ab2db-bc1e-4c74-9c21-4a3994c5fb66\",\n                    \"businessTime\": 1776687831000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"LINK\",\n                    \"weight\": 0.0035902973695583,\n                    \"quantity\": 41988.12244401,\n                    \"value\": 388765.3806329839,\n                    \"instrumentId\": \"4b829ca1-1039-4a26-a5bd-38a794264334\",\n                    \"businessTime\": 1776687838000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"XBT\",\n                    \"weight\": 0.7735267170202375,\n                    \"quantity\": 1111.3906164,\n                    \"value\": 83936212.15612693,\n                    \"instrumentId\": \"c262e4ac-7631-473f-8d94-c344360ffb4b\",\n                    \"businessTime\": 1776687838000,\n                    \"type\": \"TRADE\"\n                },\n                {\n                    \"instrument\": \"ADA\",\n                    \"weight\": 0.0060717177224678,\n                    \"quantity\": 2655720.48373976,\n                    \"value\": 655961.902941128,\n                    \"instrumentId\": \"5f7a7542-38a0-4665-a115-df500cb749f0\",\n                    \"businessTime\": 1776687838000,\n                    \"type\": \"TRADE\"\n                }\n            ],\n            \"distributionId\": \"6147\",\n            \"divisor\": \"5690000.0\",\n            \"id\": \"ee006615-0cc4-4018-bdca-69141b933ab3\",\n            \"indexId\": \"147\",\n            \"name\": \"Hashdex Nasdaq Crypto Index ETF Intraday Indicative Value\",\n            \"symbol\": \"NCIQ.IV\",\n            \"value\": \"19.066843260650764\",\n            \"valueUnit\": \"USD\"\n        }\n    ]\n}"}],"_postman_id":"24ff0c3a-9ba2-4c9e-bef4-34632147ee18"}],"id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685","description":"<p><strong>Lukka Pricing Overview</strong></p>\n<p>Lukka Pricing &amp; Valuation is an institutional pricing service for crypto valuation and financial reporting. The purpose of this document is to describe how to retrieve Lukka Pricing &amp; Valuation data via the REST API.</p>\n<p><strong>For support questions or feedback, please contact your Lukka representative</strong></p>\n<p>There are multiple types of data available via the API that can be pulled. Below are descriptions of the endpoints and data types. Notice that each endpoint uses the <strong>GET</strong> command to send a request to the API. </p>\n<p>The base endpoint that is used to access all data is <strong><a href=\"https://data-pricing-api.lukka.tech/v1/pricing\">https://data-pricing-api.lukka.tech/v1/pricing</a></strong> and is included in all API calls. All APIs are rate limited by client ID at 5 requests per second. Timestamps are given and recieved as ISO format.</p>\n<p><b>Pricing Data Dictionary<br /></b></p>\n<table>\n<table>\n<tr>\n    <th>Field Name</th>\n    <th>Data Type</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>sourceId</td>\n    <td>INTEGER</td>\n    <td>ID of the pricing source (1000 = Lukka Prime End of Day)</td>\n  </tr>\n  <tr>\n    <td>sourceName</td>\n    <td>STRING</td>\n    <td>Name of the pricing source</td>\n  </tr>\n  <tr>\n    <td>pairCode</td>\n    <td>STRING</td>\n    <td>Pair code of the priced asset (All tickers and pairs are normalized using Lukka Reference Data)/td&gt;\n  </td></tr>\n  <tr>\n    <td>baseAsset</td>\n    <td>STRING</td>\n    <td>Base asset code of the pair</td>\n  </tr>\n  <tr>\n    <td>counterAsset</td>\n    <td>STRING</td>\n    <td>Counter asset code of the pair</td>\n  </tr>\n  <tr>\n    <td>pairId</td>\n    <td>INTEGER</td>\n    <td>ID of the paired assets (There's a unique ID for each asset against USD)</td>\n  </tr>\n  <tr>\n    <td>firstDate / lastDate</td>\n    <td>TIMESTAMP</td>\n    <td>First date / Last date requested for pricing</td>\n  </tr>\n  <tr>\n    <td>pricesCount</td>\n    <td>INTEGER</td>\n    <td>Number of prices</td>\n  </tr>\n   \n  <tr>\n    <td>prices</td>\n    <td>LIST</td>\n    <td>Array of prices by timestamp</td>\n  </tr>\n  <tr>\n    <td>price</td>\n    <td>DOUBLE</td>\n    <td>Price of the asset</td>\n  </tr>\n    <tr>\n    <td>ts</td>\n    <td>TIMESTAMP</td>\n    <td>Timestamp of the price provided</td>\n  </tr>\n<tr>\n    <td>nextPageUrl</td>\n    <td>STRING</td>\n    <td>URL to use for pagination</td>\n  </tr>\n</table></table>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"fdd2c345-55e7-477a-aa3d-98291a54f6fd"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d5211f9c-b5e4-48ee-9b26-66e37af6769d"}}],"_postman_id":"a92d2da4-9094-43f2-a6ee-7fedf19a9685"},{"name":"Market Data","item":[{"name":"Downloadable Data (CSV)","item":[{"name":"Create Historical Trades Request","id":"5237cc3e-280a-4b5d-b5e8-a79536058484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{lukka_data_pricing}}/v1/trades/historical/requests?sourceIds=4004,4018&pairCodes=XBT-USD&from=2026-04-20T12:00:00Z&to=2026-04-20T13:00:00Z","description":"<p>This endpoint allows users to post a request to obtain historical market data. Use the returned request id to obtain a pre-signed url allowing you to do download the results.</p>\n<p>URL should follow the below format:</p>\n<p><a href=\"https://data-pricing-api.lukka.tech/v1/%7BproductType%7D/historical/requests\">https://data-pricing-api.lukka.tech/v1/{productType}/historical/requests</a></p>\n<p>Available Product Types: quotes, trades</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","trades","historical","requests"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>Optional parameter to include the sourceIds of interest</p>\n","type":"text/plain"},"key":"sourceIds","value":"4004,4018"},{"key":"pairCodes","value":"XBT-USD"},{"key":"from","value":"2026-04-20T12:00:00Z"},{"key":"to","value":"2026-04-20T13:00:00Z"}],"variable":[]}},"response":[{"id":"d5542783-1a7c-48ba-a176-44360f3d59e3","name":"Create Historical Trades Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/trades/historical/requests?sourceIds=4004,4018&pairCodes=XBT-USD&from=2026-04-20T12:00:00Z&to=2026-04-20T13:00:00Z","host":["{{lukka_data_pricing}}"],"path":["v1","trades","historical","requests"],"query":[{"key":"sourceIds","value":"4004,4018","description":"Optional parameter to include the sourceIds of interest"},{"key":"pairCodes","value":"XBT-USD"},{"key":"from","value":"2026-04-20T12:00:00Z"},{"key":"to","value":"2026-04-20T13:00:00Z"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"13e35c20-c44e-4325-8296-3453d47771e0\"\n}"}],"_postman_id":"5237cc3e-280a-4b5d-b5e8-a79536058484"},{"name":"List Historical Trades Requests","id":"9d9b9319-2a81-4484-83ef-a5e6be7af3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/trades/historical/requests","description":"<p>This endpoint returns the past 3 days of historical market data requests. Append the request id to the end of the url and a pre-signed URL is returned allowing you to download the data set.</p>\n<p>URL should follow the below format:</p>\n<p><a href=\"https://data-pricing-api.lukka.tech/v1/%7BproductType%7D/requests/\">https://data-pricing-api.lukka.tech/v1/{productType}/requests/</a></p>\n<p>Available Product Types: quotes, trades</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","trades","historical","requests"],"host":["{{lukka_data_pricing}}"],"query":[],"variable":[]}},"response":[{"id":"be27bf4b-4a15-4608-a876-326cf21dcf38","name":"List Historical Trades Requests","originalRequest":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/trades/historical/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"requests\": [\n        {\n            \"requestId\": \"f35f49f5-b8a6-4ce7-849d-3d8e67d441fd\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-22T13:08:05.845765417Z\",\n            \"completedAt\": \"2026-04-22T13:08:18.550412030Z\"\n        },\n        {\n            \"requestId\": \"5ea9ea91-d336-4021-9c6c-7fddccf06e43\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-22T15:02:42.877753050Z\",\n            \"completedAt\": \"2026-04-22T15:02:55.836773842Z\"\n        },\n        {\n            \"requestId\": \"f512064e-2623-45c4-8761-177bc9b9e1f6\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-21T23:15:01.059157134Z\",\n            \"completedAt\": \"2026-04-21T23:15:12.355075033Z\"\n        },\n        {\n            \"requestId\": \"08791eca-ee46-4e93-a54a-cc9f588b4317\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-21T22:26:50.361339981Z\",\n            \"completedAt\": \"2026-04-21T22:27:04.698064305Z\"\n        },\n        {\n            \"requestId\": \"2696bc58-2310-44e1-9a6f-1003cf1b8d29\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-21T22:53:20.702436286Z\",\n            \"completedAt\": \"2026-04-21T22:53:33.001108484Z\"\n        },\n        {\n            \"requestId\": \"04c15450-a752-4b92-bc97-551067ae654f\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-22T15:30:24.721214276Z\",\n            \"completedAt\": \"2026-04-22T15:30:35.763895944Z\"\n        },\n        {\n            \"requestId\": \"73fe4174-3bfe-4d64-9d35-d7015dae3df4\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-22T15:23:38.958155956Z\",\n            \"completedAt\": \"2026-04-22T15:23:51.313939867Z\"\n        }\n    ]\n}"}],"_postman_id":"9d9b9319-2a81-4484-83ef-a5e6be7af3d3"},{"name":"Get Historical Trades Request Status","id":"3863474d-ac3b-4d04-82f7-8210e6b8b228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/trades/historical/requests/:requestId","description":"<p>This endpoint returns the status and download URL for a previously submitted trades request. Append the request id to the end of the url — a pre-signed URL is returned allowing you to download the data set.</p>\n<p>URL should follow the below format:</p>\n<p><a href=\"https://data-pricing-api.lukka.tech/v1/trades/historical/requests/\">https://data-pricing-api.lukka.tech/v1/trades/historical/requests/{requestId}</a></p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","trades","historical","requests",":requestId"],"host":["{{lukka_data_pricing}}"],"query":[],"variable":[{"id":"1183fea9-2329-4067-8f1d-8f1bb06735af","type":"any","value":"<requestId-from-create>","key":"requestId"}]}},"response":[],"_postman_id":"3863474d-ac3b-4d04-82f7-8210e6b8b228"},{"name":"Create Historical Quotes Request","id":"6a362621-d435-4cc4-8f5d-b565186aa803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{lukka_data_pricing}}/v1/quotes/historical/requests?sourceIds=4004,4018&pairCodes=XBT-USD&from=2026-04-20T12:00:00Z&to=2026-04-20T13:00:00Z","description":"<p>This endpoint allows users to post a request to obtain historical market data. Use the returned request id to obtain a pre-signed url allowing you to do download the results.</p>\n<p>URL should follow the below format:</p>\n<p><a href=\"https://data-pricing-api.lukka.tech/v1/%7BproductType%7D/historical/requests\">https://data-pricing-api.lukka.tech/v1/{productType}/historical/requests</a></p>\n<p>Available Product Types: quotes, trades</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","quotes","historical","requests"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>Optional parameter to include the sourceIds of interest</p>\n","type":"text/plain"},"key":"sourceIds","value":"4004,4018"},{"key":"pairCodes","value":"XBT-USD"},{"key":"from","value":"2026-04-20T12:00:00Z"},{"key":"to","value":"2026-04-20T13:00:00Z"}],"variable":[]}},"response":[{"id":"47aa5bf6-1f73-4c57-a832-f29cd8b72568","name":"Create Historical Quotes Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/quotes/historical/requests?sourceIds=4004,4018&pairCodes=XBT-USD&from=2026-04-20T12:00:00Z&to=2026-04-20T13:00:00Z","host":["{{lukka_data_pricing}}"],"path":["v1","quotes","historical","requests"],"query":[{"key":"sourceIds","value":"4004,4018","description":"Optional parameter to include the sourceIds of interest"},{"key":"pairCodes","value":"XBT-USD"},{"key":"from","value":"2026-04-20T12:00:00Z"},{"key":"to","value":"2026-04-20T13:00:00Z"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"847475e3-22e1-493e-9cb6-470202251347\"\n}"}],"_postman_id":"6a362621-d435-4cc4-8f5d-b565186aa803"},{"name":"List Historical Quotes Requests","id":"2c5900e2-5dd1-407c-b565-07f2339ca04d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/quotes/historical/requests","description":"<p>This endpoint returns the past 3 days of historical market data requests. Append the request id to the end of the url and a pre-signed URL is returned allowing you to download the data set.</p>\n<p>URL should follow the below format:</p>\n<p><a href=\"https://data-pricing-api.lukka.tech/v1/%7BproductType%7D/requests/\">https://data-pricing-api.lukka.tech/v1/{productType}/requests/</a></p>\n<p>Available Product Types: quotes, trades</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","quotes","historical","requests"],"host":["{{lukka_data_pricing}}"],"query":[],"variable":[]}},"response":[{"id":"f91b77d8-68db-4a5d-9f82-457ee58d563f","name":"List Historical Quotes Requests","originalRequest":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/quotes/historical/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"requests\": [\n        {\n            \"requestId\": \"859d6718-a5b0-4709-a8a6-47fc4efe9c10\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-22T15:23:39.448708262Z\",\n            \"completedAt\": \"2026-04-22T15:23:54.865145151Z\"\n        },\n        {\n            \"requestId\": \"c4a1fb47-5617-443f-b4c8-32df4d9d5890\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-21T22:53:21.118051646Z\",\n            \"completedAt\": \"2026-04-21T22:53:36.592013775Z\"\n        },\n        {\n            \"requestId\": \"5ea9ea91-d336-4021-9c6c-7fddccf06e43\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-22T15:02:42.877753050Z\",\n            \"completedAt\": \"2026-04-22T15:02:55.836773842Z\"\n        },\n        {\n            \"requestId\": \"b10034e6-f12d-4fdd-86be-4c2fee09e0ee\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-21T23:15:01.494130412Z\",\n            \"completedAt\": \"2026-04-21T23:15:16.680003525Z\"\n        },\n        {\n            \"requestId\": \"f35f49f5-b8a6-4ce7-849d-3d8e67d441fd\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-22T13:08:05.845765417Z\",\n            \"completedAt\": \"2026-04-22T13:08:18.550412030Z\"\n        },\n        {\n            \"requestId\": \"dee81356-69b3-4795-af5b-277401d0b720\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-21T22:26:50.722621476Z\",\n            \"completedAt\": \"2026-04-21T22:27:08.324124601Z\"\n        },\n        {\n            \"requestId\": \"13e35c20-c44e-4325-8296-3453d47771e0\",\n            \"status\": \"IN_PROGRESS\",\n            \"createdAt\": \"2026-04-22T15:39:51.117089357Z\"\n        },\n        {\n            \"requestId\": \"f512064e-2623-45c4-8761-177bc9b9e1f6\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-21T23:15:01.059157134Z\",\n            \"completedAt\": \"2026-04-21T23:15:12.355075033Z\"\n        },\n        {\n            \"requestId\": \"08791eca-ee46-4e93-a54a-cc9f588b4317\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-21T22:26:50.361339981Z\",\n            \"completedAt\": \"2026-04-21T22:27:04.698064305Z\"\n        },\n        {\n            \"requestId\": \"420b0f02-2830-423d-acf1-3e19ac016bb5\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-22T13:08:06.386806016Z\",\n            \"completedAt\": \"2026-04-22T13:08:21.848477760Z\"\n        },\n        {\n            \"requestId\": \"2696bc58-2310-44e1-9a6f-1003cf1b8d29\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-21T22:53:20.702436286Z\",\n            \"completedAt\": \"2026-04-21T22:53:33.001108484Z\"\n        },\n        {\n            \"requestId\": \"04c15450-a752-4b92-bc97-551067ae654f\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-22T15:30:24.721214276Z\",\n            \"completedAt\": \"2026-04-22T15:30:35.763895944Z\"\n        },\n        {\n            \"requestId\": \"c269f653-704b-4171-a5f0-18c6d9cd353f\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-22T15:02:43.361442715Z\",\n            \"completedAt\": \"2026-04-22T15:03:01.221927189Z\"\n        },\n        {\n            \"requestId\": \"132d5f5b-a7c3-40db-89f3-05c42479f154\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-22T15:30:25.212341870Z\",\n            \"completedAt\": \"2026-04-22T15:30:40.429840336Z\"\n        },\n        {\n            \"requestId\": \"73fe4174-3bfe-4d64-9d35-d7015dae3df4\",\n            \"status\": \"COMPLETED\",\n            \"createdAt\": \"2026-04-22T15:23:38.958155956Z\",\n            \"completedAt\": \"2026-04-22T15:23:51.313939867Z\"\n        }\n    ]\n}"}],"_postman_id":"2c5900e2-5dd1-407c-b565-07f2339ca04d"},{"name":"Get Historical Quotes Request Status","id":"d1826dc6-3b5a-4ebd-9673-92273dfa63f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/quotes/historical/requests/:requestId","description":"<p>This endpoint returns the status and download URL for a previously submitted quotes request. Append the request id to the end of the url — a pre-signed URL is returned allowing you to download the data set.</p>\n<p>URL should follow the below format:</p>\n<p><a href=\"https://data-pricing-api.lukka.tech/v1/quotes/historical/requests/\">https://data-pricing-api.lukka.tech/v1/quotes/historical/requests/{requestId}</a></p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","quotes","historical","requests",":requestId"],"host":["{{lukka_data_pricing}}"],"query":[],"variable":[{"id":"b58892cc-5832-42b5-9e58-361682b2660b","type":"any","value":"<requestId-from-create>","key":"requestId"}]}},"response":[],"_postman_id":"d1826dc6-3b5a-4ebd-9673-92273dfa63f3"}],"id":"51ea0476-c4f7-4496-8790-32d5c86bb77e","_postman_id":"51ea0476-c4f7-4496-8790-32d5c86bb77e","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}}},{"name":"Spot","item":[{"name":"Get Latest Markets (SPOT)","id":"ce307243-ad21-4c03-9d5d-7e6ec9dcb29c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/latest-markets/SPOT?sourceIds=4002&limit=5","description":"<p><strong>Description:</strong> This endpoint returns the spot markets for a specified exchange over the previous 24 hours. Must supply <code>sourceIds</code> OR <code>baseAssetCodes</code>/<code>counterAssetCodes</code>.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","latest-markets","SPOT"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>Comma-separated list of exchange source IDs</p>\n","type":"text/plain"},"key":"sourceIds","value":"4002"},{"disabled":true,"key":"baseAssetCodes","value":"XBT"},{"disabled":true,"key":"counterAssetCodes","value":"USD"},{"disabled":true,"key":"asOf","value":""},{"disabled":true,"key":"sortBy","value":"volume"},{"disabled":true,"key":"sortDirection","value":"DESC"},{"key":"limit","value":"5"},{"disabled":true,"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"d2cae77f-0136-4c52-a947-53fbfb78183e","name":"Get Latest Markets (SPOT)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/latest-markets/SPOT?sourceIds=4002&limit=5","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","latest-markets","SPOT"],"query":[{"key":"sourceIds","value":"4002","description":"Comma-separated list of exchange source IDs"},{"key":"baseAssetCodes","value":"XBT","disabled":true},{"key":"counterAssetCodes","value":"USD","disabled":true},{"key":"asOf","value":"","disabled":true},{"key":"sortBy","value":"volume","disabled":true},{"key":"sortDirection","value":"DESC","disabled":true},{"key":"limit","value":"5"},{"key":"offset","value":"0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataType\": \"markets\",\n    \"count\": 5,\n    \"data\": [\n        {\n            \"sourceId\": 4002,\n            \"entityCode\": \"CPRO\",\n            \"entityName\": \"Coinbase\",\n            \"pairCode\": \"MOGBASE-USD\",\n            \"baseAssetCode\": \"MOGBASE\",\n            \"counterAssetCode\": \"USD\",\n            \"latestPrice\": \"0.00000019\",\n            \"latestPriceUsd\": \"0.00000019\",\n            \"volume24h\": \"6547130441005.0\",\n            \"volumeUsd24h\": \"1073942.5124679392\",\n            \"tradeCount24h\": \"3373.0\",\n            \"latestPriceTs\": \"2026-04-22T15:38:32.152011100Z\"\n        },\n        {\n            \"sourceId\": 4002,\n            \"entityCode\": \"CPRO\",\n            \"entityName\": \"Coinbase\",\n            \"pairCode\": \"PEPE1-USD\",\n            \"baseAssetCode\": \"PEPE1\",\n            \"counterAssetCode\": \"USD\",\n            \"latestPrice\": \"0.00000392\",\n            \"latestPriceUsd\": \"0.00000392\",\n            \"volume24h\": \"1842245094219.0\",\n            \"volumeUsd24h\": \"7095790.352498492\",\n            \"tradeCount24h\": \"10298.0\",\n            \"latestPriceTs\": \"2026-04-22T15:38:49.113050046Z\"\n        },\n        {\n            \"sourceId\": 4002,\n            \"entityCode\": \"CPRO\",\n            \"entityName\": \"Coinbase\",\n            \"pairCode\": \"BONK1-USD\",\n            \"baseAssetCode\": \"BONK1\",\n            \"counterAssetCode\": \"USD\",\n            \"latestPrice\": \"0.00000647\",\n            \"latestPriceUsd\": \"0.00000647\",\n            \"volume24h\": \"465482329507.0\",\n            \"volumeUsd24h\": \"2946669.1759001464\",\n            \"tradeCount24h\": \"7036.0\",\n            \"latestPriceTs\": \"2026-04-22T15:38:49.107029597Z\"\n        },\n        {\n            \"sourceId\": 4002,\n            \"entityCode\": \"CPRO\",\n            \"entityName\": \"Coinbase\",\n            \"pairCode\": \"SHIB-USD\",\n            \"baseAssetCode\": \"SHIB\",\n            \"counterAssetCode\": \"USD\",\n            \"latestPrice\": \"0.00000628\",\n            \"latestPriceUsd\": \"0.00000628\",\n            \"volume24h\": \"135760512133.0\",\n            \"volumeUsd24h\": \"838307.1647146696\",\n            \"tradeCount24h\": \"2721.0\",\n            \"latestPriceTs\": \"2026-04-22T15:39:13.793072413Z\"\n        },\n        {\n            \"sourceId\": 4002,\n            \"entityCode\": \"CPRO\",\n            \"entityName\": \"Coinbase\",\n            \"pairCode\": \"SHIB-EUR\",\n            \"baseAssetCode\": \"SHIB\",\n            \"counterAssetCode\": \"EUR\",\n            \"latestPrice\": \"0.00000534\",\n            \"latestPriceUsd\": \"0.0000062596760027\",\n            \"volume24h\": \"13699636548.0\",\n            \"volumeUsd24h\": \"84530.93673294535\",\n            \"tradeCount24h\": \"453.0\",\n            \"latestPriceTs\": \"2026-04-22T15:36:24.102099064Z\"\n        }\n    ],\n    \"nextPageUrl\": \"https://data-pricing-api.lukka.tech/v1/pricing/latest-markets/SPOT?sourceIds=4002&limit=5&offset=5\"\n}"}],"_postman_id":"ce307243-ad21-4c03-9d5d-7e6ec9dcb29c"},{"name":"Get Candles by Exchange Source (Spot)","id":"f978e2f4-2340-4b91-8264-d7c575a60841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v2/market-data/sources/:sourceId/candles/pairs/:pairCode?from=2026-04-20T00:00:00Z&to=2026-04-20T02:00:00Z","description":"<p><strong>Description:</strong> Get the price history for a single pair.</p>\n<p>If the response exceeds the maximum number of transactions that can be returned in a single payload then a next_url variable will be returned at the end of the response. The next_url is used to paginate the response and can be called to request the next batch of transactions prior to what was returned. next_url will continue to be included in the response until all of the requested transactions have been returned.</p>\n<p><em>Note: source 2100 (Lukka Prime Global Intraday) is also available at <code>/v2/market-data/sources/2100/candles/pairs/:pairCode</code> and follows the same parameter contract as this endpoint.</em></p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v2","market-data","sources",":sourceId","candles","pairs",":pairCode"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>Required - All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the minute if no interval parameter specified.</p>\n","type":"text/plain"},"key":"from","value":"2026-04-20T00:00:00Z"},{"description":{"content":"<p>Required - All prices before or on the given time.</p>\n","type":"text/plain"},"key":"to","value":"2026-04-20T02:00:00Z"},{"disabled":true,"description":{"content":"<p>Interval that defines the frequency of data within the response object. Parameter value is specified in milliseconds. Defaults to 60000 (1 minute)</p>\n","type":"text/plain"},"key":"interval","value":"3600000"},{"disabled":true,"description":{"content":"<p>Max amount of prices returned in one call. Defaults to 1440 if no interval parameter specified(1 Day)</p>\n","type":"text/plain"},"key":"limit","value":"1440"},{"disabled":true,"description":{"content":"<p>Specifies the currency units contained within the output. Possible values include \"native\" and \"usd\". Defaults to native</p>\n<p>\"usd\" units is currently only available for spot instruments</p>\n","type":"text/plain"},"key":"units","value":"native"},{"disabled":true,"key":"fill","value":"false"},{"disabled":true,"description":{"content":"<p>SPOT | DERIVATIVE</p>\n","type":"text/plain"},"key":"instrumentType","value":"SPOT"},{"disabled":true,"key":"asOf","value":""}],"variable":[{"id":"39893a12-d9bb-4a1e-bb25-cff376171358","type":"any","value":"4002","key":"sourceId"},{"id":"1d5dcefb-77d6-4a98-9055-1cd2a9c45df9","type":"any","value":"XBT-USD","key":"pairCode"}]}},"response":[{"id":"a4aed176-6443-4931-a861-811f63edecd7","name":"Get Candles by Exchange Source (Spot)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v2/market-data/sources/:sourceId/candles/pairs/:pairCode?from=2026-04-20T00:00:00Z&to=2026-04-20T02:00:00Z","host":["{{lukka_data_pricing}}"],"path":["v2","market-data","sources",":sourceId","candles","pairs",":pairCode"],"query":[{"key":"from","value":"2026-04-20T00:00:00Z","description":"Required - All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the minute if no interval parameter specified."},{"key":"to","value":"2026-04-20T02:00:00Z","description":"Required - All prices before or on the given time."},{"key":"interval","value":"3600000","description":"Interval that defines the frequency of data within the response object. Parameter value is specified in milliseconds. Defaults to 60000 (1 minute)","disabled":true},{"key":"limit","value":"1440","description":"Max amount of prices returned in one call. Defaults to 1440 if no interval parameter specified(1 Day)","disabled":true},{"key":"units","value":"native","description":"Specifies the currency units contained within the output. Possible values include \"native\" and \"usd\". Defaults to native\n\n\"usd\" units is currently only available for spot instruments","disabled":true},{"key":"fill","value":"false","disabled":true},{"key":"instrumentType","value":"SPOT","description":"SPOT | DERIVATIVE","disabled":true},{"key":"asOf","value":"","disabled":true}],"variable":[{"key":"sourceId","value":"4002"},{"key":"pairCode","value":"XBT-USD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"sourceId\": 4002,\n    \"pairCode\": \"XBT-USD\",\n    \"dataType\": \"candles\",\n    \"firstDate\": \"2026-04-20T00:00:00Z\",\n    \"lastDate\": \"2026-04-20T02:00:00Z\",\n    \"count\": 3,\n    \"units\": \"native\",\n    \"data\": [\n        {\n            \"tradeCount\": 33869,\n            \"volume\": \"321.44644993\",\n            \"openPrice\": \"73824.88\",\n            \"highPrice\": \"74388.84\",\n            \"lowPrice\": \"73741.53\",\n            \"closePrice\": \"74305.3\",\n            \"ts\": \"2026-04-20T00:00:00Z\"\n        },\n        {\n            \"tradeCount\": 30203,\n            \"volume\": \"317.84694602\",\n            \"openPrice\": \"74305.3\",\n            \"highPrice\": \"74781.95\",\n            \"lowPrice\": \"74238.84\",\n            \"closePrice\": \"74621.43\",\n            \"ts\": \"2026-04-20T01:00:00Z\"\n        },\n        {\n            \"tradeCount\": 21208,\n            \"volume\": \"179.9829148\",\n            \"openPrice\": \"74621.43\",\n            \"highPrice\": \"74661.45\",\n            \"lowPrice\": \"74334.01\",\n            \"closePrice\": \"74439.9\",\n            \"ts\": \"2026-04-20T02:00:00Z\"\n        }\n    ]\n}"}],"_postman_id":"f978e2f4-2340-4b91-8264-d7c575a60841"},{"name":"Get Market Caps by Pair","id":"7d4d948a-8c51-47c9-a595-e4c0ba81def4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v2/market-data/market-caps/pairs/:pairCode?limit=3&order=DESC","description":"<p>Market Capitalization data calculated using Circulating Supply, sourced from Lukka Reference Data, and Lukka Prime minute by minute pricing, leveraging the Lukka Prime Pricing Methodology.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v2","market-data","market-caps","pairs",":pairCode"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>limit of records returned in the response</p>\n","type":"text/plain"},"key":"limit","value":"3"},{"description":{"content":"<p>Sorting that applies to the response. Ascending (ASC) or Descending (DESC). Defaults to ascending if not specified</p>\n","type":"text/plain"},"key":"order","value":"DESC"},{"disabled":true,"key":"sourceId","value":""},{"disabled":true,"key":"from","value":""},{"disabled":true,"key":"to","value":""}],"variable":[{"id":"6542f0df-cb93-4163-9e7c-a88ccedd6ff5","type":"any","value":"XBT-USD","key":"pairCode"}]}},"response":[{"id":"f23e2a0f-40f8-4b98-9f2f-ba800a1448f2","name":"Get Market Caps by Pair","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v2/market-data/market-caps/pairs/:pairCode?limit=3&order=DESC","host":["{{lukka_data_pricing}}"],"path":["v2","market-data","market-caps","pairs",":pairCode"],"query":[{"key":"limit","value":"3","description":"limit of records returned in the response"},{"key":"order","value":"DESC","description":"Sorting that applies to the response. Ascending (ASC) or Descending (DESC). Defaults to ascending if not specified"},{"key":"sourceId","value":"","disabled":true},{"key":"from","value":"","disabled":true},{"key":"to","value":"","disabled":true}],"variable":[{"key":"pairCode","value":"XBT-USD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"sourceId\": 1000,\n    \"pairCode\": \"XBT-USD\",\n    \"dataType\": \"market-caps\",\n    \"firstDate\": \"2026-04-22T15:33:00Z\",\n    \"lastDate\": \"2026-04-22T15:35:00Z\",\n    \"count\": 3,\n    \"metadata\": {\n        \"assetLid\": \"LA6EV2NKQ95\",\n        \"assetCode\": \"XBT\",\n        \"assetName\": \"Bitcoin\"\n    },\n    \"nextPageUrl\": \"/v2/market-data/market-caps/pairs/XBT-USD?from=2026-04-22T15%3A36%3A00Z&limit=3&fill=false\",\n    \"data\": [\n        {\n            \"ts\": \"2026-04-22T15:35:00Z\",\n            \"marketCap\": \"1584057764954.28\",\n            \"circulatingSupply\": \"20019318.0\",\n            \"supplyLastUpdateTs\": \"2026-04-22T14:18:03Z\",\n            \"totalSupply\": \"20019318.0\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:34:00Z\",\n            \"marketCap\": \"1583367899256.0\",\n            \"circulatingSupply\": \"20019318.0\",\n            \"supplyLastUpdateTs\": \"2026-04-22T14:18:03Z\",\n            \"totalSupply\": \"20019318.0\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:33:00Z\",\n            \"marketCap\": \"1584541231483.98\",\n            \"circulatingSupply\": \"20019318.0\",\n            \"supplyLastUpdateTs\": \"2026-04-22T14:18:03Z\",\n            \"totalSupply\": \"20019318.0\"\n        }\n    ],\n    \"limit\": 3\n}"}],"_postman_id":"7d4d948a-8c51-47c9-a595-e4c0ba81def4"},{"name":"Get Latest Market Caps","id":"af4e586e-d635-4c2f-96fa-e0a1d90d8562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v2/market-data/market-caps?pairCodes=XBT-USD,ETH-USD","description":"<p>Get a list of the latest Market Capitalization available for a given as of date or given list of pair codes. This endpoint allows users with full permissioned access to see the top coins by market cap historically and on a go forward basis.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v2","market-data","market-caps"],"host":["{{lukka_data_pricing}}"],"query":[{"disabled":true,"description":{"content":"<p>The as of date for which data will be returned. Defaults to the latest available time if not specified</p>\n","type":"text/plain"},"key":"asOf","value":""},{"description":{"content":"<p>User specified comma delimited list of pair codes. Defaults to all permissioned pair codes if not specified</p>\n","type":"text/plain"},"key":"pairCodes","value":"XBT-USD,ETH-USD"},{"disabled":true,"description":{"content":"<p>Sorting that applies to the rank field in the output. Rank can be ascending (ASC) or Descending (DESC). Defaults to ascending if not specified</p>\n","type":"text/plain"},"key":"order","value":"ASC"},{"disabled":true,"description":{"content":"<p>limit of records returned in the response</p>\n","type":"text/plain"},"key":"limit","value":"5"}],"variable":[]}},"response":[{"id":"91518d77-e579-4926-92e1-ab545997be5d","name":"Get Latest Market Caps","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v2/market-data/market-caps?pairCodes=XBT-USD,ETH-USD","host":["{{lukka_data_pricing}}"],"path":["v2","market-data","market-caps"],"query":[{"key":"asOf","value":"","description":"The as of date for which data will be returned. Defaults to the latest available time if not specified","disabled":true},{"key":"pairCodes","value":"XBT-USD,ETH-USD","description":"User specified comma delimited list of pair codes. Defaults to all permissioned pair codes if not specified"},{"key":"order","value":"ASC","description":"Sorting that applies to the rank field in the output. Rank can be ascending (ASC) or Descending (DESC). Defaults to ascending if not specified","disabled":true},{"key":"limit","value":"5","description":"limit of records returned in the response","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ts\": \"2026-04-22T15:35:00Z\",\n            \"rank\": 1,\n            \"pairCode\": \"XBT-USD\",\n            \"marketCap\": \"1584057764954.28\",\n            \"circulatingSupply\": \"20019318.0\",\n            \"totalSupply\": \"20019318.0\",\n            \"supplyLastUpdateTs\": \"2026-04-22T14:18:03Z\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:35:00Z\",\n            \"rank\": 2,\n            \"pairCode\": \"ETH-USD\",\n            \"marketCap\": \"289536260337.262123143\",\n            \"circulatingSupply\": \"120689893.0547443\",\n            \"totalSupply\": \"120689893.0547443\",\n            \"supplyLastUpdateTs\": \"2026-04-22T14:18:03Z\"\n        }\n    ]\n}"}],"_postman_id":"af4e586e-d635-4c2f-96fa-e0a1d90d8562"},{"name":"Get Historical Spot Trades","id":"d06ab564-0367-4754-b0bd-7a40f0532198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/market-data/sources/:sourceId/trades/pairs/:pairCode?from=2026-04-20T12:00:00Z&to=2026-04-20T12:05:00Z&limit=5","description":"<p><strong>Description:</strong> Get the trade history.</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response. The nextPageUrl is used to paginate the response and can be called to request the next batch of records prior to what was returned. nextPageUrl will continue to be included in the response until all of the requested records have been returned.</p>\n<p>All requests are limited to 3600 records.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","market-data","sources",":sourceId","trades","pairs",":pairCode"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the minute.</p>\n","type":"text/plain"},"key":"from","value":"2026-04-20T12:00:00Z"},{"description":{"content":"<p>All prices before or on the given time. Defaults to now. Truncated to the minute.</p>\n","type":"text/plain"},"key":"to","value":"2026-04-20T12:05:00Z"},{"description":{"content":"<p>Max amount of records. Defaults to 3600 (Max Limit)</p>\n","type":"text/plain"},"key":"limit","value":"5"}],"variable":[{"id":"abe48ecc-360d-4ae1-815b-c3a29ee9bb2a","type":"any","value":"4002","key":"sourceId"},{"id":"f800c754-8334-47dc-87ff-c77f3f164ae2","type":"any","value":"XBT-USD","key":"pairCode"}]}},"response":[{"id":"bd34116b-9904-4630-89b4-42f0712a1e7b","name":"Get Historical Spot Trades","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/market-data/sources/:sourceId/trades/pairs/:pairCode?from=2026-04-20T12:00:00Z&to=2026-04-20T12:05:00Z&limit=5","host":["{{lukka_data_pricing}}"],"path":["v1","market-data","sources",":sourceId","trades","pairs",":pairCode"],"query":[{"key":"from","value":"2026-04-20T12:00:00Z","description":"All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the minute."},{"key":"to","value":"2026-04-20T12:05:00Z","description":"All prices before or on the given time. Defaults to now. Truncated to the minute."},{"key":"limit","value":"5","description":"Max amount of records. Defaults to 3600 (Max Limit)"}],"variable":[{"key":"sourceId","value":"4002"},{"key":"pairCode","value":"XBT-USD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"sourceId\": 4002,\n    \"pairCode\": \"XBT-USD\",\n    \"dataType\": \"priceTick\",\n    \"firstDate\": \"2026-04-20T12:00:00.048Z\",\n    \"lastDate\": \"2026-04-20T12:00:01.486Z\",\n    \"count\": 5,\n    \"nextPageUrl\": \"/v1/market-data/sources/4002/trades/pairs/XBT-USD?from=2026-04-20T12%3A00%3A01.487Z&limit=5&fill=false&to=2026-04-20T12%3A05%3A00Z\",\n    \"units\": \"native\",\n    \"data\": [\n        {\n            \"ts\": \"2026-04-20T12:00:00.048Z\",\n            \"price\": \"75220.26\",\n            \"size\": \"0.00064585\",\n            \"side\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:00.470Z\",\n            \"price\": \"75222.9\",\n            \"size\": \"0.00013294\",\n            \"side\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:00.470Z\",\n            \"price\": \"75222.9\",\n            \"size\": \"0.00078706\",\n            \"side\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:01.358Z\",\n            \"price\": \"75222.89\",\n            \"size\": \"0.00000013\",\n            \"side\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:01.486Z\",\n            \"price\": \"75222.9\",\n            \"size\": \"0.00002658\",\n            \"side\": \"BUY\"\n        }\n    ]\n}"}],"_postman_id":"d06ab564-0367-4754-b0bd-7a40f0532198"},{"name":"Get Latest Staking Rates","id":"10c389ab-77a6-4a22-9e4d-c716e23e291e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/5004/rates?assetCodes=ETH","description":"<p><strong>Description:</strong> Get the latest staking yield rates as of the given timestamp for the given asset codes. <code>assetCodes</code> is required. Available sources are 5003 and 5004.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","sources","5004","rates"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>Comma-separated asset codes (required) - e.g. ETH</p>\n","type":"text/plain"},"key":"assetCodes","value":"ETH"},{"disabled":true,"key":"asOf","value":""},{"disabled":true,"key":"lookback","value":"172800000"}],"variable":[]}},"response":[{"id":"a3f7074c-e59d-41bf-8aa2-cabfd982afbd","name":"Get Latest Staking Rates","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/5004/rates?assetCodes=ETH","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources","5004","rates"],"query":[{"key":"assetCodes","value":"ETH","description":"Comma-separated asset codes (required) - e.g. ETH"},{"key":"asOf","value":"","disabled":true},{"key":"lookback","value":"172800000","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"businessTime\": \"2026-04-20T20:00:00Z\",\n        \"assetCode\": \"ETH\",\n        \"rate\": \"0.030477\"\n    }\n]"}],"_postman_id":"10c389ab-77a6-4a22-9e4d-c716e23e291e"},{"name":"Get Historical Staking Rates by Asset","id":"9c02ffef-b261-4d1b-8278-581dcfe8c45b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/rates/asset/:assetCode?from=2026-04-14T00:00:00Z&to=2026-04-20T00:00:00Z","description":"<p><strong>Description:</strong> Get the staking rate history for a single asset from a specified Source ID (5003 or 5004).</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","sources",":sourceId","rates","asset",":assetCode"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>All rates after or on the given time.</p>\n","type":"text/plain"},"key":"from","value":"2026-04-14T00:00:00Z"},{"description":{"content":"<p>All rates before or on the given time. Defaults to now.</p>\n","type":"text/plain"},"key":"to","value":"2026-04-20T00:00:00Z"},{"disabled":true,"description":{"content":"<p>Max amount of records. Defaults to 1440.</p>\n","type":"text/plain"},"key":"limit","value":"5"}],"variable":[{"id":"bd7a3d61-c5da-477c-a2fc-3cdff4a7dcae","type":"any","value":"5004","key":"sourceId"},{"id":"a671bc55-db61-4631-9e6f-adde3bc58374","type":"any","value":"ETH","key":"assetCode"}]}},"response":[{"id":"b381ef4b-808f-4f57-830b-c12dde1c84c3","name":"Get Historical Staking Rates by Asset","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/rates/asset/:assetCode?from=2026-04-14T00:00:00Z&to=2026-04-20T00:00:00Z","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources",":sourceId","rates","asset",":assetCode"],"query":[{"key":"from","value":"2026-04-14T00:00:00Z","description":"All rates after or on the given time."},{"key":"to","value":"2026-04-20T00:00:00Z","description":"All rates before or on the given time. Defaults to now."},{"key":"limit","value":"5","description":"Max amount of records. Defaults to 1440.","disabled":true}],"variable":[{"key":"sourceId","value":"5004"},{"key":"assetCode","value":"ETH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"businessTime\": \"2026-04-14T20:00:00Z\",\n        \"assetCode\": \"ETH\",\n        \"rate\": \"0.02777\"\n    },\n    {\n        \"businessTime\": \"2026-04-15T20:00:00Z\",\n        \"assetCode\": \"ETH\",\n        \"rate\": \"0.027151\"\n    },\n    {\n        \"businessTime\": \"2026-04-16T20:00:00Z\",\n        \"assetCode\": \"ETH\",\n        \"rate\": \"0.027688\"\n    },\n    {\n        \"businessTime\": \"2026-04-17T20:00:00Z\",\n        \"assetCode\": \"ETH\",\n        \"rate\": \"0.028891\"\n    },\n    {\n        \"businessTime\": \"2026-04-18T20:00:00Z\",\n        \"assetCode\": \"ETH\",\n        \"rate\": \"0.027685\"\n    },\n    {\n        \"businessTime\": \"2026-04-19T20:00:00Z\",\n        \"assetCode\": \"ETH\",\n        \"rate\": \"0.030825\"\n    }\n]"}],"_postman_id":"9c02ffef-b261-4d1b-8278-581dcfe8c45b"},{"name":"Get Order Book Liquidity (SPOT)","id":"62fc202a-e045-4de5-8d17-6ab0d7c2ed91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/order-book-liquidity/SPOT?asOf=2026-04-20T12:00:00Z&sourceIds=4002&baseAssetCodes=XBT&counterAssetCodes=USD","description":"<p><strong>Description:</strong> This endpoint will calculate the average market depth for a specified pair at multiple levels. Market depth refers to the volume of buy and sell orders at various price levels. This will be done by averaging over all our 15 second snapshots leveraging the aggLookback and asOf parameters.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","order-book-liquidity","SPOT"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>optional parameter, defaults to now</p>\n","type":"text/plain"},"key":"asOf","value":"2026-04-20T12:00:00Z"},{"description":{"content":"<p>Comma separated list of sources to include</p>\n","type":"text/plain"},"key":"sourceIds","value":"4002"},{"key":"baseAssetCodes","value":"XBT"},{"key":"counterAssetCodes","value":"USD"},{"disabled":true,"description":{"content":"<p>How far back from the asOf to lookback limit is 1 hour (3600000)</p>\n","type":"text/plain"},"key":"aggLookback","value":"3600000"}],"variable":[]}},"response":[{"id":"26ebec05-5e54-45f2-9f0a-28fdfa036fbf","name":"Get Order Book Liquidity (SPOT)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/order-book-liquidity/SPOT?asOf=2026-04-20T12:00:00Z&sourceIds=4002&baseAssetCodes=XBT&counterAssetCodes=USD","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","order-book-liquidity","SPOT"],"query":[{"key":"asOf","value":"2026-04-20T12:00:00Z","description":"optional parameter, defaults to now"},{"key":"sourceIds","value":"4002","description":"Comma separated list of sources to include"},{"key":"baseAssetCodes","value":"XBT"},{"key":"counterAssetCodes","value":"USD"},{"key":"aggLookback","value":"3600000","description":"How far back from the asOf to lookback limit is 1 hour (3600000)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataType\": \"aggDepth\",\n    \"count\": 1,\n    \"data\": [\n        {\n            \"sourceId\": 4002,\n            \"entityCode\": \"CPRO\",\n            \"entityName\": \"Coinbase\",\n            \"pairCode\": \"XBT-USD\",\n            \"baseAssetCode\": \"XBT\",\n            \"counterAssetCode\": \"USD\",\n            \"lastSnapshotTs\": \"2026-04-20T12:00:00Z\",\n            \"meanDepth\": {\n                \"asks_0_1\": \"23.305055795198754\",\n                \"asks_0_2\": \"66.30999879236066\",\n                \"asks_0_3\": \"92.21595372058168\",\n                \"asks_0_4\": \"119.29440345412931\",\n                \"asks_0_5\": \"166.72498444622488\",\n                \"asks_0_6\": \"175.14251473038183\",\n                \"asks_0_7\": \"178.86054413006235\",\n                \"asks_0_8\": \"182.21505462590002\",\n                \"asks_0_9\": \"185.04751000686835\",\n                \"asks_1\": \"188.29375374444734\",\n                \"asks_1_5\": \"209.54905474610658\",\n                \"asks_2\": \"224.08724221477163\",\n                \"asks_4\": \"297.22950897984913\",\n                \"asks_5\": \"372.2761769987538\",\n                \"asks_6\": \"509.29554262300485\",\n                \"asks_8\": \"782.1964279536195\",\n                \"asks_10\": \"886.6296944723244\",\n                \"bids_0_1\": \"24.623204325613603\",\n                \"bids_0_2\": \"68.49150520826953\",\n                \"bids_0_3\": \"94.57287786059717\",\n                \"bids_0_4\": \"122.80335212013188\",\n                \"bids_0_5\": \"151.19052001936993\",\n                \"bids_0_6\": \"167.0892548868356\",\n                \"bids_0_7\": \"173.31738513472993\",\n                \"bids_0_8\": \"178.74647821840983\",\n                \"bids_0_9\": \"184.58345613020634\",\n                \"bids_1\": \"190.82615909259297\",\n                \"bids_1_5\": \"232.3704482237977\",\n                \"bids_2\": \"259.8822632749367\",\n                \"bids_4\": \"342.1433339767086\",\n                \"bids_5\": \"383.99295918481135\",\n                \"bids_6\": \"434.04625018802574\",\n                \"bids_8\": \"527.6052967039511\",\n                \"bids_10\": \"637.4476338556211\"\n            },\n            \"meanSpread\": \"0.0823763235549356\",\n            \"meanSpreadPctMid\": \"0.000001103599903\",\n            \"lastBestBidPrice\": \"75220.25\",\n            \"lastBestAskPrice\": \"75220.26\",\n            \"lastMidPrice\": \"75220.255\"\n        }\n    ]\n}"}],"_postman_id":"62fc202a-e045-4de5-8d17-6ab0d7c2ed91"},{"name":"Get Order Book Snapshot (SPOT)","id":"74f8f0b6-cadb-4a14-9428-b9a89de3b8ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v2/market-data/order-book-snapshot/SPOT?pairCodes=XBT-USD&sourceIds=4002","description":"<p>This endpoint provides a reconstructed view of the <strong>Level 2 (L2) Order Book</strong> state at precise 15-second intervals. It bridges the gap between high-frequency raw data and accessible historical analysis by aggregating incremental updates into a static \"snapshot\" of the market depth.</p>\n<p><code>depth</code> = levels per side (0 = unlimited). <code>lookback</code> is in milliseconds (default 3600000, max 172800000).</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v2","market-data","order-book-snapshot","SPOT"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>comma separated list of pair codes where you want orderbook snapshots</p>\n","type":"text/plain"},"key":"pairCodes","value":"XBT-USD"},{"description":{"content":"<p>comma separated list of sources to include</p>\n","type":"text/plain"},"key":"sourceIds","value":"4002"},{"disabled":true,"description":{"content":"<p>optional parameter, defaults to now</p>\n","type":"text/plain"},"key":"asOf","value":""},{"disabled":true,"key":"baseAssetCodes","value":""},{"disabled":true,"key":"counterAssetCodes","value":""},{"disabled":true,"description":{"content":"<p>Levels per side (0 = unlimited)</p>\n","type":"text/plain"},"key":"depth","value":"5"},{"disabled":true,"key":"lookback","value":"3600000"}],"variable":[]}},"response":[{"id":"9601ef44-2f6b-4d34-983a-0f2ed31e959c","name":"Get Order Book Snapshot (SPOT)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v2/market-data/order-book-snapshot/SPOT?pairCodes=XBT-USD&sourceIds=4002","host":["{{lukka_data_pricing}}"],"path":["v2","market-data","order-book-snapshot","SPOT"],"query":[{"key":"pairCodes","value":"XBT-USD","description":"comma separated list of pair codes where you want orderbook snapshots"},{"key":"sourceIds","value":"4002","description":"comma separated list of sources to include"},{"key":"asOf","value":"","description":"optional parameter, defaults to now","disabled":true},{"key":"baseAssetCodes","value":"","disabled":true},{"key":"counterAssetCodes","value":"","disabled":true},{"key":"depth","value":"5","description":"Levels per side (0 = unlimited)","disabled":true},{"key":"lookback","value":"3600000","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataType\": \"orderBookSnapshot\",\n    \"count\": 1,\n    \"data\": [\n        {\n            \"ts\": \"2026-04-22T15:39:45Z\",\n            \"sourceId\": 4002,\n            \"entityCode\": \"CPRO\",\n            \"lukkaSymbol\": \"XBT-USD\",\n            \"baseAssetCode\": \"XBT\",\n            \"counterAssetCode\": \"USD\",\n            \"instrumentType\": \"SPOT\",\n            \"bestBidPrice\": \"79310.43\",\n            \"bestAskPrice\": \"79310.44\",\n            \"midPrice\": \"79310.435\",\n            \"spread\": \"0.01\",\n            \"spreadPct\": \"0.0000001260868132\",\n            \"bids\": [\n                {\n                    \"price\": \"79310.43\",\n                    \"size\": \"0.0000324\",\n                    \"cumulativeSize\": \"0.0000324\"\n                },\n                {\n                    \"price\": \"79307.21\",\n                    \"size\": \"0.00012608\",\n                    \"cumulativeSize\": \"0.00015848\"\n                },\n                {\n                    \"price\": \"79305.59\",\n                    \"size\": \"0.01513134\",\n                    \"cumulativeSize\": \"0.01528982\"\n                },\n                {\n                    \"price\": \"79304.95\",\n                    \"size\": \"0.03879424\",\n                    \"cumulativeSize\": \"0.05408406\"\n                },\n                {\n                    \"price\": \"79304.12\",\n                    \"size\": \"0.00051829\",\n                    \"cumulativeSize\": \"0.05460235\"\n                }\n            ],\n            \"asks\": [\n                {\n                    \"price\": \"79310.44\",\n                    \"size\": \"0.33795393\",\n                    \"cumulativeSize\": \"0.33795393\"\n                },\n                {\n                    \"price\": \"79311.63\",\n                    \"size\": \"0.01513019\",\n                    \"cumulativeSize\": \"0.35308412\"\n                },\n                {\n                    \"price\": \"79311.99\",\n                    \"size\": \"0.01327104\",\n                    \"cumulativeSize\": \"0.36635516\"\n                },\n                {\n                    \"price\": \"79312.0\",\n                    \"size\": \"0.0107\",\n                    \"cumulativeSize\": \"0.37705516\"\n                },\n                {\n                    \"price\": \"79313.22\",\n                    \"size\": \"0.00012608\",\n                    \"cumulativeSize\": \"0.37718124\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"74f8f0b6-cadb-4a14-9428-b9a89de3b8ce"},{"name":"Get Slippage by Pair","id":"41c0e99e-a508-458b-b9d5-2a212eb5f0eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v2/market-data/slippage/pairs/:pairCode?tradeSizeValue=1000000&tradeSizeDenom=COUNTER&basis=MID","description":"<p>This endpoint calculates estimated market slippage for a given trading pair based on live order book snapshots. It simulates walking the order book for both a buy and a sell of the requested trade size, returning VWAP-based slippage metrics relative to the mid-price or best bid/ask. One result is returned per snapshot found within a 1-6 minute lookback window for the requested timestamp.</p>\n<p>Lukka canonical pair code is required, must end in -USD.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v2","market-data","slippage","pairs",":pairCode"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>Notional size of the hypothetical trade. Defaults to 10000000</p>\n","type":"text/plain"},"key":"tradeSizeValue","value":"1000000"},{"description":{"content":"<p>Whether tradeSizeValue is in the base asset (BASE) or counter currency (COUNTER, i.e. USD). Defaults to COUNTER</p>\n","type":"text/plain"},"key":"tradeSizeDenom","value":"COUNTER"},{"description":{"content":"<p>Reference price for slippage calculation. MID uses the midpoint of best bid/ask; BEST uses best ask (buy) or best bid (sell). Defaults to MID</p>\n","type":"text/plain"},"key":"basis","value":"MID"},{"disabled":true,"description":{"content":"<p>Optional parameter; defaults to current time now</p>\n","type":"text/plain"},"key":"asof","value":""}],"variable":[{"id":"3c5c39e8-d32a-43da-a11c-08161ed5f9e3","type":"any","value":"XBT-USD","key":"pairCode"}]}},"response":[{"id":"56821de6-73c9-4b42-b7bc-f988b9861b68","name":"Get Slippage by Pair","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v2/market-data/slippage/pairs/:pairCode?tradeSizeValue=1000000&tradeSizeDenom=COUNTER&basis=MID","host":["{{lukka_data_pricing}}"],"path":["v2","market-data","slippage","pairs",":pairCode"],"query":[{"key":"tradeSizeValue","value":"1000000","description":"Notional size of the hypothetical trade. Defaults to 10000000"},{"key":"tradeSizeDenom","value":"COUNTER","description":"Whether tradeSizeValue is in the base asset (BASE) or counter currency (COUNTER, i.e. USD). Defaults to COUNTER"},{"key":"basis","value":"MID","description":"Reference price for slippage calculation. MID uses the midpoint of best bid/ask; BEST uses best ask (buy) or best bid (sell). Defaults to MID"},{"key":"asof","value":"","description":"Optional parameter; defaults to current time now","disabled":true}],"variable":[{"key":"pairCode","value":"XBT-USD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"snapshotTs\": \"2026-04-22T15:39:45Z\",\n        \"lukkaentitycode\": \"ITBT\",\n        \"sourcesymbol\": \"XBT-USD\",\n        \"basis\": \"MID\",\n        \"trade_size_value\": \"1000000.0\",\n        \"trade_size_denom\": \"COUNTER\",\n        \"buy_slippage_price_unit\": \"529.9450504058818708\",\n        \"buy_slippage_counter\": \"6637.7071892858600333\",\n        \"buy_slippage_pct\": \"0.0066820607519785\",\n        \"buy_fill_ratio\": \"1.0\",\n        \"sell_slippage_price_unit\": \"485.5397255476204311\",\n        \"sell_slippage_counter\": \"6159.8670472873557553\",\n        \"sell_slippage_pct\": \"0.0061221553840786\",\n        \"sell_fill_ratio\": \"1.0\",\n        \"asymmetry_ratio\": \"1.0914555957459063\"\n    },\n    {\n        \"snapshotTs\": \"2026-04-22T15:39:45Z\",\n        \"lukkaentitycode\": \"BIUS\",\n        \"sourcesymbol\": \"XBT-USD\",\n        \"basis\": \"MID\",\n        \"trade_size_value\": \"1000000.0\",\n        \"trade_size_denom\": \"COUNTER\",\n        \"buy_slippage_price_unit\": \"7793.6048096770811853\",\n        \"buy_slippage_counter\": \"67652.46448645\",\n        \"buy_slippage_pct\": \"0.0982907626991614\",\n        \"buy_fill_ratio\": \"0.7559416040622\",\n        \"sell_slippage_price_unit\": \"7684.0781910246360575\",\n        \"sell_slippage_counter\": \"107308.6668381935572266\",\n        \"sell_slippage_pct\": \"0.0969094436374299\",\n        \"sell_fill_ratio\": \"1.0\",\n        \"asymmetry_ratio\": \"1.0142537095445459\"\n    },\n    {\n        \"snapshotTs\": \"2026-04-22T15:39:50Z\",\n        \"lukkaentitycode\": \"LMAX\",\n        \"sourcesymbol\": \"XBT-USD\",\n        \"basis\": \"MID\",\n        \"trade_size_value\": \"1000000.0\",\n        \"trade_size_denom\": \"COUNTER\",\n        \"buy_slippage_price_unit\": \"78.2236128837318157\",\n        \"buy_slippage_counter\": \"985.5713483938930027\",\n        \"buy_slippage_pct\": \"0.0009865436575567\",\n        \"buy_fill_ratio\": \"1.0\",\n        \"sell_slippage_price_unit\": \"76.8580278717511863\",\n        \"sell_slippage_counter\": \"970.2616135164530924\",\n        \"sell_slippage_pct\": \"0.0009693211184441\",\n        \"sell_fill_ratio\": \"1.0\",\n        \"asymmetry_ratio\": \"1.0177676301330466\"\n    },\n    {\n        \"snapshotTs\": \"2026-04-22T15:39:45Z\",\n        \"lukkaentitycode\": \"OKEX\",\n        \"sourcesymbol\": \"XBT-USD\",\n        \"basis\": \"MID\",\n        \"trade_size_value\": \"1000000.0\",\n        \"trade_size_denom\": \"COUNTER\",\n        \"buy_slippage_price_unit\": \"130.5974241545615742\",\n        \"buy_slippage_counter\": \"1644.1816213098103731\",\n        \"buy_slippage_pct\": \"0.0016468894066045\",\n        \"buy_fill_ratio\": \"1.0\",\n        \"sell_slippage_price_unit\": \"134.7807625583605373\",\n        \"sell_slippage_counter\": \"1702.5367990120366506\",\n        \"sell_slippage_pct\": \"0.0016996430940991\",\n        \"sell_fill_ratio\": \"1.0\",\n        \"asymmetry_ratio\": \"0.9689619028384146\"\n    },\n    {\n        \"snapshotTs\": \"2026-04-22T15:39:45Z\",\n        \"lukkaentitycode\": \"CRCM\",\n        \"sourcesymbol\": \"XBT-USD\",\n        \"basis\": \"MID\",\n        \"trade_size_value\": \"1000000.0\",\n        \"trade_size_denom\": \"COUNTER\",\n        \"buy_slippage_price_unit\": \"17.0177523713499209\",\n        \"buy_slippage_counter\": \"166.4206847\",\n        \"buy_slippage_pct\": \"0.0002145651398864\",\n        \"buy_fill_ratio\": \"0.7757848868909\",\n        \"sell_slippage_price_unit\": \"22.2567408255850514\",\n        \"sell_slippage_counter\": \"148.6505463\",\n        \"sell_slippage_pct\": \"0.0002806199434831\",\n        \"sell_fill_ratio\": \"0.5295733088232\",\n        \"asymmetry_ratio\": \"0.7646111577930255\"\n    },\n    {\n        \"snapshotTs\": \"2026-04-22T15:39:45Z\",\n        \"lukkaentitycode\": \"BSTM\",\n        \"sourcesymbol\": \"XBT-USD\",\n        \"basis\": \"MID\",\n        \"trade_size_value\": \"1000000.0\",\n        \"trade_size_denom\": \"COUNTER\",\n        \"buy_slippage_price_unit\": \"35.3196762607595568\",\n        \"buy_slippage_counter\": \"445.2032740247390905\",\n        \"buy_slippage_pct\": \"0.0004454015682612\",\n        \"buy_fill_ratio\": \"1.0\",\n        \"sell_slippage_price_unit\": \"28.6786304412690307\",\n        \"sell_slippage_counter\": \"361.7849762467387683\",\n        \"sell_slippage_pct\": \"0.000361654135214\",\n        \"sell_fill_ratio\": \"1.0\",\n        \"asymmetry_ratio\": \"1.2315677463430734\"\n    },\n    {\n        \"snapshotTs\": \"2026-04-22T15:39:45Z\",\n        \"lukkaentitycode\": \"GMNI\",\n        \"sourcesymbol\": \"XBT-USD\",\n        \"basis\": \"MID\",\n        \"trade_size_value\": \"1000000.0\",\n        \"trade_size_denom\": \"COUNTER\",\n        \"buy_slippage_price_unit\": \"54.8055499905644692\",\n        \"buy_slippage_counter\": \"690.6433801946702184\",\n        \"buy_slippage_pct\": \"0.0006911206981297\",\n        \"buy_fill_ratio\": \"1.0\",\n        \"sell_slippage_price_unit\": \"134.6958235989987301\",\n        \"sell_slippage_counter\": \"1701.4602063279563556\",\n        \"sell_slippage_pct\": \"0.0016985701567985\",\n        \"sell_fill_ratio\": \"1.0\",\n        \"asymmetry_ratio\": \"0.4068838106942752\"\n    },\n    {\n        \"snapshotTs\": \"2026-04-22T15:39:48.564Z\",\n        \"lukkaentitycode\": \"BFLY\",\n        \"sourcesymbol\": \"XBT-USD\",\n        \"basis\": \"MID\",\n        \"trade_size_value\": \"1000000.0\",\n        \"trade_size_denom\": \"COUNTER\",\n        \"buy_slippage_price_unit\": \"5994.8480724901344664\",\n        \"buy_slippage_counter\": \"4833.76463889215\",\n        \"buy_slippage_pct\": \"0.0783825468892177\",\n        \"buy_fill_ratio\": \"0.0665026543436879\",\n        \"sell_slippage_price_unit\": \"6631.2728275828669232\",\n        \"sell_slippage_counter\": \"8085.4797916895\",\n        \"sell_slippage_pct\": \"0.0867037908314006\",\n        \"sell_fill_ratio\": \"0.085168571895763\",\n        \"asymmetry_ratio\": \"0.9040267575109389\"\n    },\n    {\n        \"snapshotTs\": \"2026-04-22T15:39:45Z\",\n        \"lukkaentitycode\": \"BINA\",\n        \"sourcesymbol\": \"XBT-USD\",\n        \"basis\": \"MID\",\n        \"trade_size_value\": \"1000000.0\",\n        \"trade_size_denom\": \"COUNTER\",\n        \"buy_slippage_price_unit\": \"4068.2837128192388752\",\n        \"buy_slippage_counter\": \"25383.85281195\",\n        \"buy_slippage_pct\": \"0.0512984482333089\",\n        \"buy_fill_ratio\": \"0.5202107664157\",\n        \"sell_slippage_price_unit\": \"10818.0160774835008507\",\n        \"sell_slippage_counter\": \"97793.3508182\",\n        \"sell_slippage_pct\": \"0.1364082440930167\",\n        \"sell_fill_ratio\": \"0.6191233683173\",\n        \"asymmetry_ratio\": \"0.376065600538986\"\n    },\n    {\n        \"snapshotTs\": \"2026-04-22T15:39:45Z\",\n        \"lukkaentitycode\": \"BFNX\",\n        \"sourcesymbol\": \"XBT-USD\",\n        \"basis\": \"MID\",\n        \"trade_size_value\": \"1000000.0\",\n        \"trade_size_denom\": \"COUNTER\",\n        \"buy_slippage_price_unit\": \"85.152375824499676\",\n        \"buy_slippage_counter\": \"1073.0811981004796333\",\n        \"buy_slippage_pct\": \"0.0010742339383421\",\n        \"buy_fill_ratio\": \"1.0\",\n        \"sell_slippage_price_unit\": \"101.5502865217457949\",\n        \"sell_slippage_counter\": \"1282.7439766375761254\",\n        \"sell_slippage_pct\": \"0.0012811006524921\",\n        \"sell_fill_ratio\": \"1.0\",\n        \"asymmetry_ratio\": \"0.8385242301238149\"\n    },\n    {\n        \"snapshotTs\": \"2026-04-22T15:39:45Z\",\n        \"lukkaentitycode\": \"CPRO\",\n        \"sourcesymbol\": \"XBT-USD\",\n        \"basis\": \"MID\",\n        \"trade_size_value\": \"1000000.0\",\n        \"trade_size_denom\": \"COUNTER\",\n        \"buy_slippage_price_unit\": \"18.9554592059183225\",\n        \"buy_slippage_counter\": \"238.9462353888363066\",\n        \"buy_slippage_pct\": \"0.0002390033443382\",\n        \"buy_fill_ratio\": \"1.0\",\n        \"sell_slippage_price_unit\": \"29.4753063076056007\",\n        \"sell_slippage_counter\": \"371.7829151095740415\",\n        \"sell_slippage_pct\": \"0.0003716447439433\",\n        \"sell_fill_ratio\": \"1.0\",\n        \"asymmetry_ratio\": \"0.6430962585459935\"\n    },\n    {\n        \"snapshotTs\": \"2026-04-22T15:39:45Z\",\n        \"lukkaentitycode\": \"KRAK\",\n        \"sourcesymbol\": \"XBT-USD\",\n        \"basis\": \"MID\",\n        \"trade_size_value\": \"1000000.0\",\n        \"trade_size_denom\": \"COUNTER\",\n        \"buy_slippage_price_unit\": \"17.0139334770806043\",\n        \"buy_slippage_counter\": \"214.5126384843811051\",\n        \"buy_slippage_pct\": \"0.0002145586640295\",\n        \"buy_fill_ratio\": \"1.0\",\n        \"sell_slippage_price_unit\": \"18.1348475747583983\",\n        \"sell_slippage_counter\": \"228.7465578448480969\",\n        \"sell_slippage_pct\": \"0.0002286942448235\",\n        \"sell_fill_ratio\": \"1.0\",\n        \"asymmetry_ratio\": \"0.9381900458188591\"\n    }\n]"}],"_postman_id":"41c0e99e-a508-458b-b9d5-2a212eb5f0eb"}],"id":"3c6a5155-c2a6-47de-b951-20a0be68ec42","_postman_id":"3c6a5155-c2a6-47de-b951-20a0be68ec42","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}}},{"name":"Derivatives","item":[{"name":"Get Latest Markets (DERIVATIVE)","id":"182cee63-bb46-487b-a5da-5f22639cd17a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/latest-markets/DERIVATIVE?sourceIds=4005&limit=5","description":"<p><strong>Description:</strong> This endpoint returns the derivative markets for a specified exchange over the previous 24 hours. In addition to <code>sourceIds</code>, supports <code>underlyingAssetCode</code>, <code>quoteAssetCode</code>, and <code>lukkaInstrumentClassification</code> filters.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","latest-markets","DERIVATIVE"],"host":["{{lukka_data_pricing}}"],"query":[{"key":"sourceIds","value":"4005"},{"disabled":true,"key":"underlyingAssetCode","value":"XBT"},{"disabled":true,"key":"quoteAssetCode","value":"USDT"},{"disabled":true,"key":"lukkaInstrumentClassification","value":"Perpetual"},{"disabled":true,"key":"sortBy","value":"volumeUsd24h"},{"disabled":true,"key":"sortDirection","value":"DESC"},{"key":"limit","value":"5"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"asOf","value":""}],"variable":[]}},"response":[{"id":"58988faf-4b71-4829-8f88-db89d514a0f0","name":"Get Latest Markets (DERIVATIVE)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/latest-markets/DERIVATIVE?sourceIds=4005&limit=5","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","latest-markets","DERIVATIVE"],"query":[{"key":"sourceIds","value":"4005"},{"key":"underlyingAssetCode","value":"XBT","disabled":true},{"key":"quoteAssetCode","value":"USDT","disabled":true},{"key":"lukkaInstrumentClassification","value":"Perpetual","disabled":true},{"key":"sortBy","value":"volumeUsd24h","disabled":true},{"key":"sortDirection","value":"DESC","disabled":true},{"key":"limit","value":"5"},{"key":"offset","value":"0","disabled":true},{"key":"asOf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataType\": \"markets\",\n    \"count\": 5,\n    \"data\": [\n        {\n            \"sourceId\": 4005,\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"derivativeCode\": \"BTCUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-XBT-USDT\",\n            \"underlyingAssetCode\": \"XBT\",\n            \"quoteAssetCode\": \"USDT\",\n            \"latestPrice\": \"79171.1\",\n            \"latestPriceUsd\": \"79183.767376\",\n            \"volume24h\": \"206633.6350000002\",\n            \"volumeUsd24h\": \"15961556224.894135\",\n            \"tradeCount24h\": \"2052278.0\",\n            \"latestPriceTs\": \"2026-04-22T15:37:59.999Z\",\n            \"indexPrice\": \"79182.38065217\",\n            \"markPrice\": \"79155.25726087\",\n            \"lukkaInstrumentClassification\": \"Perpetual\"\n        },\n        {\n            \"sourceId\": 4005,\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"derivativeCode\": \"ETHUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ETH-USDT\",\n            \"underlyingAssetCode\": \"ETH\",\n            \"quoteAssetCode\": \"USDT\",\n            \"latestPrice\": \"2408.21\",\n            \"latestPriceUsd\": \"2408.5953136\",\n            \"volume24h\": \"5383001.592999991\",\n            \"volumeUsd24h\": \"12705354718.211126\",\n            \"tradeCount24h\": \"1788587.0\",\n            \"latestPriceTs\": \"2026-04-22T15:37:59.974Z\",\n            \"indexPrice\": \"2405.73395349\",\n            \"markPrice\": \"2404.78166667\",\n            \"lukkaInstrumentClassification\": \"Perpetual\"\n        },\n        {\n            \"sourceId\": 4005,\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"derivativeCode\": \"BTCUSDC.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-XBT-USDC\",\n            \"underlyingAssetCode\": \"XBT\",\n            \"quoteAssetCode\": \"USDC\",\n            \"latestPrice\": \"79192.5\",\n            \"latestPriceUsd\": \"79176.66466706658\",\n            \"volume24h\": \"53998.27399999996\",\n            \"volumeUsd24h\": \"4169951644.851292\",\n            \"tradeCount24h\": \"726327.0\",\n            \"latestPriceTs\": \"2026-04-22T15:37:59.910Z\",\n            \"indexPrice\": \"79216.87357103\",\n            \"markPrice\": \"79176.90245761\",\n            \"lukkaInstrumentClassification\": \"Perpetual\"\n        },\n        {\n            \"sourceId\": 4005,\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"derivativeCode\": \"ETHUSDC.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-ETH-USDC\",\n            \"underlyingAssetCode\": \"ETH\",\n            \"quoteAssetCode\": \"USDC\",\n            \"latestPrice\": \"2409.13\",\n            \"latestPriceUsd\": \"2408.648270345931\",\n            \"volume24h\": \"1422655.1400000006\",\n            \"volumeUsd24h\": \"3356264678.6877127\",\n            \"tradeCount24h\": \"933714.0\",\n            \"latestPriceTs\": \"2026-04-22T15:37:59.906Z\",\n            \"indexPrice\": \"2406.64401433\",\n            \"markPrice\": \"2405.82802805\",\n            \"lukkaInstrumentClassification\": \"Perpetual\"\n        },\n        {\n            \"sourceId\": 4005,\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"derivativeCode\": \"SOLUSDT.BINA\",\n            \"derivativeLid\": \"L-BINA-PERP-SOLN-USDT\",\n            \"underlyingAssetCode\": \"SOLN\",\n            \"quoteAssetCode\": \"USDT\",\n            \"latestPrice\": \"88.35\",\n            \"latestPriceUsd\": \"88.364136\",\n            \"volume24h\": \"23872224.92000002\",\n            \"volumeUsd24h\": \"2079477069.5996287\",\n            \"tradeCount24h\": \"309414.0\",\n            \"latestPriceTs\": \"2026-04-22T15:37:59.834Z\",\n            \"indexPrice\": \"88.34553881\",\n            \"markPrice\": \"88.30572792\",\n            \"lukkaInstrumentClassification\": \"Perpetual\"\n        }\n    ],\n    \"nextPageUrl\": \"https://data-pricing-api.lukka.tech/v1/pricing/latest-markets/DERIVATIVE?sourceIds=4005&limit=5&offset=5\"\n}"}],"_postman_id":"182cee63-bb46-487b-a5da-5f22639cd17a"},{"name":"Get Latest Markets (GREEKS)","id":"6ba516e3-88d4-4673-a7f3-c548f628a5a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/latest-markets/GREEKS?sourceIds=4005&limit=5","description":"<p><strong>Description:</strong> This endpoint returns the options markets for a specified exchange over the previous 24 hours, with Greeks values (delta, gamma, theta, vega, rho) included for each instrument.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","latest-markets","GREEKS"],"host":["{{lukka_data_pricing}}"],"query":[{"key":"sourceIds","value":"4005"},{"disabled":true,"key":"entityCodes","value":"BINA"},{"disabled":true,"key":"underlyingAssetCode","value":"XBT"},{"disabled":true,"key":"strikePrice","value":""},{"disabled":true,"key":"expiryTimeStart","value":""},{"disabled":true,"key":"expiryTimeStop","value":""},{"key":"limit","value":"5"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"asOf","value":""}],"variable":[]}},"response":[{"id":"9986af1e-931a-4b50-b714-4f5324e5eec0","name":"Get Latest Markets (GREEKS)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/latest-markets/GREEKS?sourceIds=4005&limit=5","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","latest-markets","GREEKS"],"query":[{"key":"sourceIds","value":"4005"},{"key":"entityCodes","value":"BINA","disabled":true},{"key":"underlyingAssetCode","value":"XBT","disabled":true},{"key":"strikePrice","value":"","disabled":true},{"key":"expiryTimeStart","value":"","disabled":true},{"key":"expiryTimeStop","value":"","disabled":true},{"key":"limit","value":"5"},{"key":"offset","value":"0","disabled":true},{"key":"asOf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataType\": \"greeks\",\n    \"count\": 5,\n    \"data\": [\n        {\n            \"sourceId\": 4005,\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"derivativeCode\": \"BNB-260422-615-C.BINA\",\n            \"underlyingAssetCode\": \"BNB\",\n            \"quoteAssetCode\": \"USDT\",\n            \"lukkaInstrumentClassification\": \"Option\",\n            \"optionType\": \"C\",\n            \"strikePrice\": \"615.0\",\n            \"expiryTime\": \"2026-04-22T08:00:00Z\",\n            \"latestPrice\": \"19.9\",\n            \"latestPriceUsd\": \"19.903383\",\n            \"latestSize\": \"0.07\",\n            \"latestSizeUsd\": \"1.39323681\",\n            \"aggressor\": \"B\",\n            \"spotPrice\": \"632.5375131\",\n            \"forwardPrice\": \"632.543157850426\",\n            \"impliedForwardRate\": \"0.0106319098872809\",\n            \"riskFreeRate\": \"0.0366698585651162\",\n            \"timeToExpiry\": \"0.0008393541333942\",\n            \"impliedVolatility\": \"1.1602341906270601\",\n            \"delta\": \"0.8032983099606948\",\n            \"gamma\": \"0.0130342444697076\",\n            \"theta\": \"-2.945658751348726\",\n            \"vega\": \"0.0507875286097051\",\n            \"rho\": \"-0.0001670598678959\",\n            \"modelType\": \"BLACK76\",\n            \"latestPriceTs\": \"2026-04-22T00:38:31.926Z\"\n        },\n        {\n            \"sourceId\": 4005,\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"derivativeCode\": \"BNB-260422-620-C.BINA\",\n            \"underlyingAssetCode\": \"BNB\",\n            \"quoteAssetCode\": \"USDT\",\n            \"lukkaInstrumentClassification\": \"Option\",\n            \"optionType\": \"C\",\n            \"strikePrice\": \"620.0\",\n            \"expiryTime\": \"2026-04-22T08:00:00Z\",\n            \"latestPrice\": \"12.1\",\n            \"latestPriceUsd\": \"12.101331\",\n            \"latestSize\": \"0.32\",\n            \"latestSizeUsd\": \"3.87242592\",\n            \"aggressor\": \"B\",\n            \"spotPrice\": \"632.1\",\n            \"forwardPrice\": \"632.1097851397548\",\n            \"impliedForwardRate\": \"0.0084829561121654\",\n            \"riskFreeRate\": \"0.0368693920310197\",\n            \"timeToExpiry\": \"0.0018248646601769\",\n            \"impliedVolatility\": \"0.0000000000454747\",\n            \"delta\": \"0.9999327206127999\",\n            \"gamma\": \"0.0\",\n            \"theta\": \"0.0008147115151455\",\n            \"vega\": \"0.0\",\n            \"rho\": \"-0.0002209723215561\",\n            \"modelType\": \"BLACK76\",\n            \"latestPriceTs\": \"2026-04-21T16:00:11.583Z\"\n        },\n        {\n            \"sourceId\": 4005,\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"derivativeCode\": \"BNB-260422-625-C.BINA\",\n            \"underlyingAssetCode\": \"BNB\",\n            \"quoteAssetCode\": \"USDT\",\n            \"lukkaInstrumentClassification\": \"Option\",\n            \"optionType\": \"C\",\n            \"strikePrice\": \"625.0\",\n            \"expiryTime\": \"2026-04-22T08:00:00Z\",\n            \"latestPrice\": \"15.0\",\n            \"latestPriceUsd\": \"15.0015\",\n            \"latestSize\": \"0.6\",\n            \"latestSizeUsd\": \"9.0009\",\n            \"aggressor\": \"B\",\n            \"spotPrice\": \"640.69\",\n            \"forwardPrice\": \"640.6931831860604\",\n            \"impliedForwardRate\": \"0.009005500274662\",\n            \"riskFreeRate\": \"0.0366698585651162\",\n            \"timeToExpiry\": \"0.0005517027593987\",\n            \"impliedVolatility\": \"0.0000000000454747\",\n            \"delta\": \"0.9999797693424853\",\n            \"gamma\": \"0.0\",\n            \"theta\": \"0.0003174802028807\",\n            \"vega\": \"0.0\",\n            \"rho\": \"-0.0000865779731102\",\n            \"modelType\": \"BLACK76\",\n            \"latestPriceTs\": \"2026-04-22T03:09:49.509Z\"\n        },\n        {\n            \"sourceId\": 4005,\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"derivativeCode\": \"BNB-260422-630-P.BINA\",\n            \"underlyingAssetCode\": \"BNB\",\n            \"quoteAssetCode\": \"USDT\",\n            \"lukkaInstrumentClassification\": \"Option\",\n            \"optionType\": \"P\",\n            \"strikePrice\": \"630.0\",\n            \"expiryTime\": \"2026-04-22T08:00:00Z\",\n            \"latestPrice\": \"3.6\",\n            \"latestPriceUsd\": \"3.60036\",\n            \"latestSize\": \"1.0\",\n            \"latestSizeUsd\": \"3.60036\",\n            \"aggressor\": \"B\",\n            \"spotPrice\": \"631.153109\",\n            \"forwardPrice\": \"631.1657726710662\",\n            \"impliedForwardRate\": \"0.0108101749959782\",\n            \"riskFreeRate\": \"0.0368693920310197\",\n            \"timeToExpiry\": \"0.0018560420627678\",\n            \"impliedVolatility\": \"0.3836117645172842\",\n            \"delta\": \"-0.4521606373839011\",\n            \"gamma\": \"0.0379679877243074\",\n            \"theta\": \"-2.065353092440549\",\n            \"vega\": \"0.107692185706962\",\n            \"rho\": \"-0.0000668241960111\",\n            \"modelType\": \"BLACK76\",\n            \"latestPriceTs\": \"2026-04-21T15:43:47.695Z\"\n        },\n        {\n            \"sourceId\": 4005,\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"derivativeCode\": \"BNB-260422-635-C.BINA\",\n            \"underlyingAssetCode\": \"BNB\",\n            \"quoteAssetCode\": \"USDT\",\n            \"lukkaInstrumentClassification\": \"Option\",\n            \"optionType\": \"C\",\n            \"strikePrice\": \"635.0\",\n            \"expiryTime\": \"2026-04-22T08:00:00Z\",\n            \"latestPrice\": \"9.3\",\n            \"latestPriceUsd\": \"9.299907\",\n            \"latestSize\": \"0.48\",\n            \"latestSizeUsd\": \"4.46395536\",\n            \"aggressor\": \"B\",\n            \"spotPrice\": \"644.8\",\n            \"forwardPrice\": \"644.8008305409462\",\n            \"impliedForwardRate\": \"0.0053085595378116\",\n            \"riskFreeRate\": \"0.0366698585651162\",\n            \"timeToExpiry\": \"0.0002426381283748\",\n            \"impliedVolatility\": \"0.0000000000454747\",\n            \"delta\": \"0.9999911025337327\",\n            \"gamma\": \"0.0\",\n            \"theta\": \"0.0000872021711877\",\n            \"vega\": \"0.0\",\n            \"rho\": \"-0.0000237803402031\",\n            \"modelType\": \"BLACK76\",\n            \"latestPriceTs\": \"2026-04-22T05:52:22.851Z\"\n        }\n    ],\n    \"nextPageUrl\": \"https://data-pricing-api.lukka.tech/v1/pricing/latest-markets/GREEKS?sourceIds=4005&limit=5&offset=5\"\n}"}],"_postman_id":"6ba516e3-88d4-4673-a7f3-c548f628a5a8"},{"name":"Get Candles by Exchange Source (Derivative)","id":"85d23e29-660e-42b9-98fc-69a202a31cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v2/market-data/sources/:sourceId/candles/pairs/:pairCode?from=2026-04-20T00:00:00Z&to=2026-04-20T02:00:00Z","description":"<p><strong>Description:</strong> Get the price history for a single pair.</p>\n<p>If the response exceeds the maximum number of transactions that can be returned in a single payload then a next_url variable will be returned at the end of the response. The next_url is used to paginate the response and can be called to request the next batch of transactions prior to what was returned. next_url will continue to be included in the response until all of the requested transactions have been returned.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v2","market-data","sources",":sourceId","candles","pairs",":pairCode"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>Required - All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the minute if no interval parameter specified.</p>\n","type":"text/plain"},"key":"from","value":"2026-04-20T00:00:00Z"},{"description":{"content":"<p>Required - All prices before or on the given time.</p>\n","type":"text/plain"},"key":"to","value":"2026-04-20T02:00:00Z"},{"disabled":true,"description":{"content":"<p>Interval that defines the frequency of data within the response object. Parameter value is specified in milliseconds. Defaults to 60000 (1 minute)</p>\n","type":"text/plain"},"key":"interval","value":"3600000"},{"disabled":true,"description":{"content":"<p>Max amount of prices returned in one call. Defaults to 1440 if no interval parameter specified(1 Day)</p>\n","type":"text/plain"},"key":"limit","value":"1440"},{"disabled":true,"description":{"content":"<p>Specifies the currency units contained within the output. Possible values include \"native\" and \"usd\". Defaults to native</p>\n<p>\"usd\" units is currently only available for spot instruments</p>\n","type":"text/plain"},"key":"units","value":"native"},{"disabled":true,"key":"fill","value":"false"},{"disabled":true,"description":{"content":"<p>SPOT | DERIVATIVE</p>\n","type":"text/plain"},"key":"instrumentType","value":"DERIVATIVE"},{"disabled":true,"key":"asOf","value":""}],"variable":[{"id":"0b88515a-1223-4ee0-b503-8ff593d326f7","type":"any","value":"4005","key":"sourceId"},{"id":"e9613706-4fcd-4edb-abef-ab68a6b2b630","type":"any","value":"BTCUSDT.BINA","key":"pairCode"}]}},"response":[{"id":"342edb5e-c64a-4caf-86b0-991ed7d26147","name":"Get Candles by Exchange Source (Derivative)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v2/market-data/sources/:sourceId/candles/pairs/:pairCode?from=2026-04-20T00:00:00Z&to=2026-04-20T02:00:00Z","host":["{{lukka_data_pricing}}"],"path":["v2","market-data","sources",":sourceId","candles","pairs",":pairCode"],"query":[{"key":"from","value":"2026-04-20T00:00:00Z","description":"Required - All prices after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the minute if no interval parameter specified."},{"key":"to","value":"2026-04-20T02:00:00Z","description":"Required - All prices before or on the given time."},{"key":"interval","value":"3600000","description":"Interval that defines the frequency of data within the response object. Parameter value is specified in milliseconds. Defaults to 60000 (1 minute)","disabled":true},{"key":"limit","value":"1440","description":"Max amount of prices returned in one call. Defaults to 1440 if no interval parameter specified(1 Day)","disabled":true},{"key":"units","value":"native","description":"Specifies the currency units contained within the output. Possible values include \"native\" and \"usd\". Defaults to native\n\n\"usd\" units is currently only available for spot instruments","disabled":true},{"key":"fill","value":"false","disabled":true},{"key":"instrumentType","value":"DERIVATIVE","description":"SPOT | DERIVATIVE","disabled":true},{"key":"asOf","value":"","disabled":true}],"variable":[{"key":"sourceId","value":"4005"},{"key":"pairCode","value":"BTCUSDT.BINA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\"sourceId\":4005,\"pairCode\":\"BTCUSDT.BINA\",\"dataType\":\"candles\",\"firstDate\":\"2026-04-20T00:00:00Z\",\"lastDate\":\"2026-04-20T02:00:00Z\",\"count\":3,\"units\":\"native\",\"instrumentType\":\"DERIVATIVE\",\"data\":[{\"tradeCount\":112847,\"volume\":\"5823.14200000\",\"openPrice\":\"73819.50\",\"highPrice\":\"74392.10\",\"lowPrice\":\"73738.00\",\"closePrice\":\"74298.70\",\"ts\":\"2026-04-20T00:00:00Z\"},{\"tradeCount\":98321,\"volume\":\"5214.88100000\",\"openPrice\":\"74298.70\",\"highPrice\":\"74786.20\",\"lowPrice\":\"74241.30\",\"closePrice\":\"74618.90\",\"ts\":\"2026-04-20T01:00:00Z\"},{\"tradeCount\":71204,\"volume\":\"3891.55600000\",\"openPrice\":\"74618.90\",\"highPrice\":\"74658.80\",\"lowPrice\":\"74329.40\",\"closePrice\":\"74437.20\",\"ts\":\"2026-04-20T02:00:00Z\"}]}\n"}],"_postman_id":"85d23e29-660e-42b9-98fc-69a202a31cb8"},{"name":"Get Latest Derivative Trades","id":"970074b8-6f30-4183-9bdb-cddb061daac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/market-data/derivative/sources/:sourceId/trades?lookback=60","description":"<p><strong>Description:</strong> Get the Latest Trades for derivative instruments from a specific Source ID.</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response. The nextPageUrl is used to paginate the response and can be called to request the next batch of records prior to what was returned.</p>\n<p><code>lookback</code> is specified in <strong>minutes</strong> (not milliseconds).</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","market-data","derivative","sources",":sourceId","trades"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>The period of time to look back to for trades to be included within the response output. Specified in minutes and Default value is 1440 (1 day)</p>\n","type":"text/plain"},"key":"lookback","value":"60"},{"disabled":true,"description":{"content":"<p>The Lukka generated unique Derivative Code for an instrument</p>\n","type":"text/plain"},"key":"lukkaDerivativeCode","value":""},{"disabled":true,"description":{"content":"<p>The entity derivative code or ticker for an instrument</p>\n","type":"text/plain"},"key":"entityDerivativeCode","value":""},{"disabled":true,"description":{"content":"<p>Trades as of a given timestamp in UTC. Defaults to now if unspecified</p>\n","type":"text/plain"},"key":"asOf","value":""}],"variable":[{"id":"a017abe5-a43b-41fa-879a-40e8c9864bb2","description":{"content":"<p>Derivatives exchange source</p>\n","type":"text/plain"},"type":"any","value":"4005","key":"sourceId"}]}},"response":[{"id":"2ecd37ec-55e7-4d67-b2e2-cf7ff89aa6cf","name":"Get Latest Derivative Trades","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/market-data/derivative/sources/:sourceId/trades?lookback=60","host":["{{lukka_data_pricing}}"],"path":["v1","market-data","derivative","sources",":sourceId","trades"],"query":[{"key":"lookback","value":"60","description":"The period of time to look back to for trades to be included within the response output. Specified in minutes and Default value is 1440 (1 day)"},{"key":"lukkaDerivativeCode","value":"","description":"The Lukka generated unique Derivative Code for an instrument","disabled":true},{"key":"entityDerivativeCode","value":"","description":"The entity derivative code or ticker for an instrument","disabled":true},{"key":"asOf","value":"","description":"Trades as of a given timestamp in UTC. Defaults to now if unspecified","disabled":true}],"variable":[{"key":"sourceId","value":"4005","description":"Derivatives exchange source"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"sourceId\": 4005,\n    \"dataType\": \"derivative-trades\",\n    \"asOf\": \"2026-04-22T15:39:53.856466659Z\",\n    \"data\": [\n        {\n            \"ts\": \"2026-04-22T15:39:43.964Z\",\n            \"price\": \"0.5885\",\n            \"derivativeLid\": \"L-BINA-PERP-0G-USDT\",\n            \"lukkaDerivativeCode\": \"0GUSDT.BINA\",\n            \"entityDerivativeCode\": \"0GUSDT\",\n            \"size\": \"28.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:38:00.556Z\",\n            \"price\": \"0.01458\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000000BOB-USDT\",\n            \"lukkaDerivativeCode\": \"1000000BOBUSDT.BINA\",\n            \"entityDerivativeCode\": \"1000000BOBUSDT\",\n            \"size\": \"1794.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:46.619Z\",\n            \"price\": \"0.1843\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000000MOG-USDT\",\n            \"lukkaDerivativeCode\": \"1000000MOGUSDT.BINA\",\n            \"entityDerivativeCode\": \"1000000MOGUSDT\",\n            \"size\": \"1208.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:50.455Z\",\n            \"price\": \"0.006464\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000BONK-USDC\",\n            \"lukkaDerivativeCode\": \"1000BONKUSDC.BINA\",\n            \"entityDerivativeCode\": \"1000BONKUSDC\",\n            \"size\": \"813.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:50.455Z\",\n            \"price\": \"0.006467\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000BONK-USDT\",\n            \"lukkaDerivativeCode\": \"1000BONKUSDT.BINA\",\n            \"entityDerivativeCode\": \"1000BONKUSDT\",\n            \"size\": \"22552.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:42.470Z\",\n            \"price\": \"0.001958\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000CAT-USDT\",\n            \"lukkaDerivativeCode\": \"1000CATUSDT.BINA\",\n            \"entityDerivativeCode\": \"1000CATUSDT\",\n            \"size\": \"5769.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:32.900Z\",\n            \"price\": \"0.0006049\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000CHEEMS-USDT\",\n            \"lukkaDerivativeCode\": \"1000CHEEMSUSDT.BINA\",\n            \"entityDerivativeCode\": \"1000CHEEMSUSDT\",\n            \"size\": \"20543.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:47.900Z\",\n            \"price\": \"0.03348\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000FLOKI-USDT\",\n            \"lukkaDerivativeCode\": \"1000FLOKIUSDT.BINA\",\n            \"entityDerivativeCode\": \"1000FLOKIUSDT\",\n            \"size\": \"6099.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:49.927Z\",\n            \"price\": \"0.04579\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000LUNC-USDT\",\n            \"lukkaDerivativeCode\": \"1000LUNCUSDT.BINA\",\n            \"entityDerivativeCode\": \"1000LUNCUSDT\",\n            \"size\": \"7976.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:48.250Z\",\n            \"price\": \"0.0039211\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000PEPE-USDC\",\n            \"lukkaDerivativeCode\": \"1000PEPEUSDC.BINA\",\n            \"entityDerivativeCode\": \"1000PEPEUSDC\",\n            \"size\": \"86169.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:50.435Z\",\n            \"price\": \"0.0039198\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000PEPE-USDT\",\n            \"lukkaDerivativeCode\": \"1000PEPEUSDT.BINA\",\n            \"entityDerivativeCode\": \"1000PEPEUSDT\",\n            \"size\": \"50.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:14.982Z\",\n            \"price\": \"0.03719\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000RATS-USDT\",\n            \"lukkaDerivativeCode\": \"1000RATSUSDT.BINA\",\n            \"entityDerivativeCode\": \"1000RATSUSDT\",\n            \"size\": \"833.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:44.997Z\",\n            \"price\": \"0.000015\",\n            \"derivativeLid\": \"L-BINA-PERP-1000SATSBSC-USDT\",\n            \"lukkaDerivativeCode\": \"1000SATSUSDT.BINA\",\n            \"entityDerivativeCode\": \"1000SATSUSDT\",\n            \"size\": \"5614930.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:48.470Z\",\n            \"price\": \"0.006273\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000SHIB-USDC\",\n            \"lukkaDerivativeCode\": \"1000SHIBUSDC.BINA\",\n            \"entityDerivativeCode\": \"1000SHIBUSDC\",\n            \"size\": \"837.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:47.907Z\",\n            \"price\": \"0.006274\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000SHIB-USDT\",\n            \"lukkaDerivativeCode\": \"1000SHIBUSDT.BINA\",\n            \"entityDerivativeCode\": \"1000SHIBUSDT\",\n            \"size\": \"4316.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:05.120Z\",\n            \"price\": \"0.00724\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1000XEC-USDT\",\n            \"lukkaDerivativeCode\": \"1000XECUSDT.BINA\",\n            \"entityDerivativeCode\": \"1000XECUSDT\",\n            \"size\": \"9379.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:31.488Z\",\n            \"price\": \"0.0977\",\n            \"derivativeLid\": \"L-BINA-PERP-1INCH-USDT\",\n            \"lukkaDerivativeCode\": \"1INCHUSDT.BINA\",\n            \"entityDerivativeCode\": \"1INCHUSDT\",\n            \"size\": \"5315.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:48.250Z\",\n            \"price\": \"0.0004416\",\n            \"derivativeLid\": \"L-BINA-PERP-BINA1MBABYDOGE-USDT\",\n            \"lukkaDerivativeCode\": \"1MBABYDOGEUSDT.BINA\",\n            \"entityDerivativeCode\": \"1MBABYDOGEUSDT\",\n            \"size\": \"614722.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:12.875Z\",\n            \"price\": \"0.08598\",\n            \"derivativeLid\": \"L-BINA-PERP-2ZDOUBLE0-USDT\",\n            \"lukkaDerivativeCode\": \"2ZUSDT.BINA\",\n            \"entityDerivativeCode\": \"2ZUSDT\",\n            \"size\": \"450.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:47.816Z\",\n            \"price\": \"0.010939\",\n            \"derivativeLid\": \"L-BINA-PERP-4BSC-USDT\",\n            \"lukkaDerivativeCode\": \"4USDT.BINA\",\n            \"entityDerivativeCode\": \"4USDT\",\n            \"size\": \"960.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:38.101Z\",\n            \"price\": \"272.66\",\n            \"lukkaDerivativeCode\": \"AAPLUSDT.BINA\",\n            \"entityDerivativeCode\": \"AAPLUSDT\",\n            \"size\": \"2.83\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:47.794Z\",\n            \"price\": \"94.54\",\n            \"derivativeLid\": \"L-BINA-PERP-AAVE-USDC\",\n            \"lukkaDerivativeCode\": \"AAVEUSDC.BINA\",\n            \"entityDerivativeCode\": \"AAVEUSDC\",\n            \"size\": \"1.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:47.855Z\",\n            \"price\": \"94.52\",\n            \"derivativeLid\": \"L-BINA-PERP-AAVE-USDT\",\n            \"lukkaDerivativeCode\": \"AAVEUSDT.BINA\",\n            \"entityDerivativeCode\": \"AAVEUSDT\",\n            \"size\": \"1.1\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:47.533Z\",\n            \"price\": \"94.54\",\n            \"derivativeLid\": \"L-BINA-PERP-AAVE-USD\",\n            \"lukkaDerivativeCode\": \"AAVEUSD_PERP.BINA\",\n            \"entityDerivativeCode\": \"AAVEUSD_PERP\",\n            \"size\": \"2.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:01.492Z\",\n            \"price\": \"0.1186\",\n            \"derivativeLid\": \"L-BINA-PERP-ACE4-USDT\",\n            \"lukkaDerivativeCode\": \"ACEUSDT.BINA\",\n            \"entityDerivativeCode\": \"ACEUSDT\",\n            \"size\": \"43.12\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:47.856Z\",\n            \"price\": \"0.006369\",\n            \"derivativeLid\": \"L-BINA-PERP-ALCH-USDT\",\n            \"lukkaDerivativeCode\": \"ACHUSDT.BINA\",\n            \"entityDerivativeCode\": \"ACHUSDT\",\n            \"size\": \"74801.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:49.072Z\",\n            \"price\": \"0.01458\",\n            \"derivativeLid\": \"L-BINA-PERP-ACTAFW-USDT\",\n            \"lukkaDerivativeCode\": \"ACTUSDT.BINA\",\n            \"entityDerivativeCode\": \"ACTUSDT\",\n            \"size\": \"6704.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:47.083Z\",\n            \"price\": \"0.09562\",\n            \"derivativeLid\": \"L-BINA-PERP-ACU216-USDT\",\n            \"lukkaDerivativeCode\": \"ACUUSDT.BINA\",\n            \"entityDerivativeCode\": \"ACUUSDT\",\n            \"size\": \"486.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:43.409Z\",\n            \"price\": \"0.04445\",\n            \"derivativeLid\": \"L-BINA-PERP-ACX1-USDT\",\n            \"lukkaDerivativeCode\": \"ACXUSDT.BINA\",\n            \"entityDerivativeCode\": \"ACXUSDT\",\n            \"size\": \"1147.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:48.255Z\",\n            \"price\": \"0.2555\",\n            \"derivativeLid\": \"L-BINA-PERP-ADA-USDC\",\n            \"lukkaDerivativeCode\": \"ADAUSDC.BINA\",\n            \"entityDerivativeCode\": \"ADAUSDC\",\n            \"size\": \"190.2\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:50.347Z\",\n            \"price\": \"0.2554\",\n            \"derivativeLid\": \"L-BINA-PERP-ADA-USDT\",\n            \"lukkaDerivativeCode\": \"ADAUSDT.BINA\",\n            \"entityDerivativeCode\": \"ADAUSDT\",\n            \"size\": \"390.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:46.036Z\",\n            \"price\": \"0.2555\",\n            \"derivativeLid\": \"L-BINA-PERP-ADA-USD\",\n            \"lukkaDerivativeCode\": \"ADAUSD_PERP.BINA\",\n            \"entityDerivativeCode\": \"ADAUSD_PERP\",\n            \"size\": \"1.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:43.247Z\",\n            \"price\": \"0.05643\",\n            \"derivativeLid\": \"L-BINA-PERP-AERGO1-USDT\",\n            \"lukkaDerivativeCode\": \"AERGOUSDT.BINA\",\n            \"entityDerivativeCode\": \"AERGOUSDT\",\n            \"size\": \"108.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:48.344Z\",\n            \"price\": \"0.4258\",\n            \"derivativeLid\": \"L-BINA-PERP-AERO0X91-USDT\",\n            \"lukkaDerivativeCode\": \"AEROUSDT.BINA\",\n            \"entityDerivativeCode\": \"AEROUSDT\",\n            \"size\": \"89.4\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:34.024Z\",\n            \"price\": \"0.02601\",\n            \"derivativeLid\": \"L-BINA-PERP-AEVO-USDT\",\n            \"lukkaDerivativeCode\": \"AEVOUSDT.BINA\",\n            \"entityDerivativeCode\": \"AEVOUSDT\",\n            \"size\": \"246.7\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:27.165Z\",\n            \"price\": \"0.2782\",\n            \"derivativeLid\": \"L-BINA-PERP-AGLD-USDT\",\n            \"lukkaDerivativeCode\": \"AGLDUSDT.BINA\",\n            \"entityDerivativeCode\": \"AGLDUSDT\",\n            \"size\": \"36.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:38.504Z\",\n            \"price\": \"0.014519\",\n            \"derivativeLid\": \"L-BINA-PERP-AGT2-USDT\",\n            \"lukkaDerivativeCode\": \"AGTUSDT.BINA\",\n            \"entityDerivativeCode\": \"AGTUSDT\",\n            \"size\": \"495.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:50.140Z\",\n            \"price\": \"0.06117\",\n            \"derivativeLid\": \"L-BINA-PERP-AIASUI-USDT\",\n            \"lukkaDerivativeCode\": \"AIAUSDT.BINA\",\n            \"entityDerivativeCode\": \"AIAUSDT\",\n            \"size\": \"300.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:35.166Z\",\n            \"price\": \"0.05773\",\n            \"derivativeLid\": \"L-BINA-PERP-AINBSC-USDT\",\n            \"lukkaDerivativeCode\": \"AINUSDT.BINA\",\n            \"entityDerivativeCode\": \"AINUSDT\",\n            \"size\": \"860.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:46.617Z\",\n            \"price\": \"0.04201\",\n            \"derivativeLid\": \"L-BINA-PERP-AIOT55A-USDT\",\n            \"lukkaDerivativeCode\": \"AIOTUSDT.BINA\",\n            \"entityDerivativeCode\": \"AIOTUSDT\",\n            \"size\": \"718.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:27.008Z\",\n            \"price\": \"0.08165\",\n            \"derivativeLid\": \"L-BINA-PERP-AIO1-USDT\",\n            \"lukkaDerivativeCode\": \"AIOUSDT.BINA\",\n            \"entityDerivativeCode\": \"AIOUSDT\",\n            \"size\": \"197.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:35.225Z\",\n            \"price\": \"0.02222\",\n            \"derivativeLid\": \"L-BINA-PERP-AI6-USDT\",\n            \"lukkaDerivativeCode\": \"AIUSDT.BINA\",\n            \"entityDerivativeCode\": \"AIUSDT\",\n            \"size\": \"267.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:49.237Z\",\n            \"price\": \"0.02793\",\n            \"derivativeLid\": \"L-BINA-PERP-AIXBT-USDT\",\n            \"lukkaDerivativeCode\": \"AIXBTUSDT.BINA\",\n            \"entityDerivativeCode\": \"AIXBTUSDT\",\n            \"size\": \"213.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:41.174Z\",\n            \"price\": \"0.00051\",\n            \"derivativeLid\": \"L-BINA-PERP-AKE1-USDT\",\n            \"lukkaDerivativeCode\": \"AKEUSDT.BINA\",\n            \"entityDerivativeCode\": \"AKEUSDT\",\n            \"size\": \"62569.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:49.356Z\",\n            \"price\": \"0.4784\",\n            \"derivativeLid\": \"L-BINA-PERP-AKSHT-USDT\",\n            \"lukkaDerivativeCode\": \"AKTUSDT.BINA\",\n            \"entityDerivativeCode\": \"AKTUSDT\",\n            \"size\": \"0.1\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:48.311Z\",\n            \"price\": \"0.07603\",\n            \"derivativeLid\": \"L-BINA-PERP-ALCH2-USDT\",\n            \"lukkaDerivativeCode\": \"ALCHUSDT.BINA\",\n            \"entityDerivativeCode\": \"ALCHUSDT\",\n            \"size\": \"1.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:49.211Z\",\n            \"price\": \"0.1048\",\n            \"derivativeLid\": \"L-BINA-PERP-ALGO-USDT\",\n            \"lukkaDerivativeCode\": \"ALGOUSDT.BINA\",\n            \"entityDerivativeCode\": \"ALGOUSDT\",\n            \"size\": \"60.6\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:43.514Z\",\n            \"price\": \"0.1509\",\n            \"derivativeLid\": \"L-BINA-PERP-ALICE-USDT\",\n            \"lukkaDerivativeCode\": \"ALICEUSDT.BINA\",\n            \"entityDerivativeCode\": \"ALICEUSDT\",\n            \"size\": \"50.5\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:49.215Z\",\n            \"price\": \"0.12467\",\n            \"derivativeLid\": \"L-BINA-PERP-ALLOBSC-USDT\",\n            \"lukkaDerivativeCode\": \"ALLOUSDT.BINA\",\n            \"entityDerivativeCode\": \"ALLOUSDT\",\n            \"size\": \"1.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:22.093Z\",\n            \"price\": \"0.5485\",\n            \"derivativeLid\": \"L-BINA-PERP-ALLBINA-USDT\",\n            \"lukkaDerivativeCode\": \"ALLUSDT.BINA\",\n            \"entityDerivativeCode\": \"ALLUSDT\",\n            \"size\": \"10.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.667Z\",\n            \"price\": \"0.4745\",\n            \"derivativeLid\": \"L-BINA-PERP-ALPINE-USDT\",\n            \"lukkaDerivativeCode\": \"ALPINEUSDT.BINA\",\n            \"entityDerivativeCode\": \"ALPINEUSDT\",\n            \"size\": \"26.3\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:47.910Z\",\n            \"price\": \"0.007637\",\n            \"derivativeLid\": \"L-BINA-PERP-ALTL-USDT\",\n            \"lukkaDerivativeCode\": \"ALTUSDT.BINA\",\n            \"entityDerivativeCode\": \"ALTUSDT\",\n            \"size\": \"1383.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:48.253Z\",\n            \"price\": \"0.004794\",\n            \"derivativeLid\": \"L-BINA-PERP-ANIME22-USDT\",\n            \"lukkaDerivativeCode\": \"ANIMEUSDT.BINA\",\n            \"entityDerivativeCode\": \"ANIMEUSDT\",\n            \"size\": \"4205.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:44.020Z\",\n            \"price\": \"0.005125\",\n            \"derivativeLid\": \"L-BINA-PERP-ANKR-USDT\",\n            \"lukkaDerivativeCode\": \"ANKRUSDT.BINA\",\n            \"entityDerivativeCode\": \"ANKRUSDT\",\n            \"size\": \"499.0\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:46.776Z\",\n            \"price\": \"0.1044\",\n            \"derivativeLid\": \"L-BINA-PERP-APE2-USDT\",\n            \"lukkaDerivativeCode\": \"APEUSDT.BINA\",\n            \"entityDerivativeCode\": \"APEUSDT\",\n            \"size\": \"6.0\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:39.117Z\",\n            \"price\": \"0.3162\",\n            \"derivativeLid\": \"L-BINA-PERP-API3-USDT\",\n            \"lukkaDerivativeCode\": \"API3USDT.BINA\",\n            \"entityDerivativeCode\": \"API3USDT\",\n            \"size\": \"187.8\",\n            \"aggressorSide\": \"SELL\"\n        }\n    ],\n    \"lookback\": 60\n}"}],"_postman_id":"970074b8-6f30-4183-9bdb-cddb061daac1"},{"name":"Get Historical Derivative Trades","id":"f480691c-433d-47fa-9614-78ad126f2519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/market-data/derivative/sources/:sourceId/trades/historical?from=2026-04-20T12:00:00Z&to=2026-04-20T12:01:00Z&entityDerivativeCode=BTCUSDT","description":"<p><strong>Description:</strong> Get the trade history for a specific derivative instrument from a specified Source ID. Must supply either <code>entityDerivativeCode</code> (exchange-native code) or <code>lukkaDerivativeCode</code> (Lukka canonical code).</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","market-data","derivative","sources",":sourceId","trades","historical"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>All prices after or on the given time.</p>\n","type":"text/plain"},"key":"from","value":"2026-04-20T12:00:00Z"},{"description":{"content":"<p>All trades before or on the given time. Defaults to now.</p>\n","type":"text/plain"},"key":"to","value":"2026-04-20T12:01:00Z"},{"description":{"content":"<p>The entity derivative code or ticker for an instrument</p>\n","type":"text/plain"},"key":"entityDerivativeCode","value":"BTCUSDT"},{"disabled":true,"description":{"content":"<p>The Lukka generated unique Derivative Code for an instrument</p>\n","type":"text/plain"},"key":"lukkaDerivativeCode","value":""},{"disabled":true,"description":{"content":"<p>The limit of records returned.</p>\n","type":"text/plain"},"key":"limit","value":"100"}],"variable":[{"id":"bc8c2099-8d6c-42bb-ab53-1e931b527d5e","type":"any","value":"4005","key":"sourceId"}]}},"response":[{"id":"991aaa84-e315-4983-bb61-d18dde566dc0","name":"Get Historical Derivative Trades","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/market-data/derivative/sources/:sourceId/trades/historical?from=2026-04-20T12:00:00Z&to=2026-04-20T12:01:00Z&entityDerivativeCode=BTCUSDT","host":["{{lukka_data_pricing}}"],"path":["v1","market-data","derivative","sources",":sourceId","trades","historical"],"query":[{"key":"from","value":"2026-04-20T12:00:00Z","description":"All prices after or on the given time."},{"key":"to","value":"2026-04-20T12:01:00Z","description":"All trades before or on the given time. Defaults to now."},{"key":"entityDerivativeCode","value":"BTCUSDT","description":"The entity derivative code or ticker for an instrument"},{"key":"lukkaDerivativeCode","value":"","description":"The Lukka generated unique Derivative Code for an instrument","disabled":true},{"key":"limit","value":"100","description":"The limit of records returned.","disabled":true}],"variable":[{"key":"sourceId","value":"4005"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"sourceId\": 4005,\n    \"entityDerivativeCode\": \"BTCUSDT\",\n    \"dataType\": \"derivative-trades\",\n    \"firstDate\": \"2026-04-20T12:00:00Z\",\n    \"lastDate\": \"2026-04-20T12:01:00Z\",\n    \"metadata\": {\n        \"lukkaDerivativeCode\": \"BTCUSDT.BINA\",\n        \"derivativeLid\": \"L-BINA-PERP-XBT-USDT\",\n        \"entityDerivativeCode\": \"BTCUSDT\"\n    },\n    \"data\": [\n        {\n            \"ts\": \"2026-04-20T12:00:00.032Z\",\n            \"price\": \"75148.8\",\n            \"size\": \"0.032\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:00.148Z\",\n            \"price\": \"75148.8\",\n            \"size\": \"0.07\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:00.282Z\",\n            \"price\": \"75148.8\",\n            \"size\": \"0.054\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:00.297Z\",\n            \"price\": \"75148.7\",\n            \"size\": \"0.464\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:00.409Z\",\n            \"price\": \"75148.8\",\n            \"size\": \"0.107\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:00.530Z\",\n            \"price\": \"75148.8\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:00.587Z\",\n            \"price\": \"75148.7\",\n            \"size\": \"0.608\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:00.678Z\",\n            \"price\": \"75148.8\",\n            \"size\": \"0.016\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:00.831Z\",\n            \"price\": \"75148.7\",\n            \"size\": \"0.01\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:00.889Z\",\n            \"price\": \"75148.8\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:02.210Z\",\n            \"price\": \"75148.8\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:03.376Z\",\n            \"price\": \"75148.7\",\n            \"size\": \"0.06\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:03.644Z\",\n            \"price\": \"75148.8\",\n            \"size\": \"0.039\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:03.694Z\",\n            \"price\": \"75148.7\",\n            \"size\": \"0.053\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:03.697Z\",\n            \"price\": \"75148.6\",\n            \"size\": \"0.016\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:03.717Z\",\n            \"price\": \"75148.5\",\n            \"size\": \"0.044\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:03.717Z\",\n            \"price\": \"75148.2\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:03.741Z\",\n            \"price\": \"75148.1\",\n            \"size\": \"0.028\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:03.835Z\",\n            \"price\": \"75148.0\",\n            \"size\": \"0.008\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:03.947Z\",\n            \"price\": \"75148.0\",\n            \"size\": \"0.06\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04Z\",\n            \"price\": \"75147.8\",\n            \"size\": \"0.042\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04Z\",\n            \"price\": \"75147.5\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04Z\",\n            \"price\": \"75147.6\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04Z\",\n            \"price\": \"75147.4\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.005Z\",\n            \"price\": \"75147.2\",\n            \"size\": \"0.035\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.007Z\",\n            \"price\": \"75146.5\",\n            \"size\": \"0.004\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.007Z\",\n            \"price\": \"75146.8\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.007Z\",\n            \"price\": \"75146.9\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.007Z\",\n            \"price\": \"75146.7\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.007Z\",\n            \"price\": \"75147.0\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.034Z\",\n            \"price\": \"75146.0\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.034Z\",\n            \"price\": \"75145.6\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.034Z\",\n            \"price\": \"75145.1\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.034Z\",\n            \"price\": \"75145.3\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.034Z\",\n            \"price\": \"75145.8\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.034Z\",\n            \"price\": \"75145.7\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.034Z\",\n            \"price\": \"75145.2\",\n            \"size\": \"0.007\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.034Z\",\n            \"price\": \"75145.9\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.034Z\",\n            \"price\": \"75146.4\",\n            \"size\": \"0.201\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75144.3\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75143.5\",\n            \"size\": \"0.008\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75142.2\",\n            \"size\": \"0.016\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75142.6\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75144.5\",\n            \"size\": \"0.005\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75144.9\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75142.4\",\n            \"size\": \"0.05\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75144.8\",\n            \"size\": \"0.007\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75143.6\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75143.3\",\n            \"size\": \"0.006\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75143.4\",\n            \"size\": \"0.082\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75142.5\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75142.1\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75143.0\",\n            \"size\": \"0.043\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75142.7\",\n            \"size\": \"0.037\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75142.3\",\n            \"size\": \"0.084\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75141.9\",\n            \"size\": \"0.054\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75143.1\",\n            \"size\": \"0.083\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75142.8\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75145.0\",\n            \"size\": \"0.006\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75144.7\",\n            \"size\": \"0.004\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75142.0\",\n            \"size\": \"0.244\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75144.6\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75144.1\",\n            \"size\": \"0.004\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75144.0\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75144.2\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.035Z\",\n            \"price\": \"75142.9\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.042Z\",\n            \"price\": \"75142.0\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.052Z\",\n            \"price\": \"75141.7\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.052Z\",\n            \"price\": \"75141.9\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.057Z\",\n            \"price\": \"75141.7\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.183Z\",\n            \"price\": \"75141.7\",\n            \"size\": \"0.103\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.361Z\",\n            \"price\": \"75141.6\",\n            \"size\": \"0.061\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.402Z\",\n            \"price\": \"75141.0\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.402Z\",\n            \"price\": \"75141.3\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.402Z\",\n            \"price\": \"75141.4\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.402Z\",\n            \"price\": \"75141.2\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.456Z\",\n            \"price\": \"75140.9\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.693Z\",\n            \"price\": \"75141.0\",\n            \"size\": \"0.513\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.757Z\",\n            \"price\": \"75140.9\",\n            \"size\": \"0.73\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.806Z\",\n            \"price\": \"75141.0\",\n            \"size\": \"0.004\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:04.916Z\",\n            \"price\": \"75141.0\",\n            \"size\": \"0.25\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.019Z\",\n            \"price\": \"75141.0\",\n            \"size\": \"0.022\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.034Z\",\n            \"price\": \"75140.9\",\n            \"size\": \"0.016\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.046Z\",\n            \"price\": \"75141.0\",\n            \"size\": \"0.031\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.074Z\",\n            \"price\": \"75140.9\",\n            \"size\": \"0.042\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.077Z\",\n            \"price\": \"75140.8\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.079Z\",\n            \"price\": \"75140.6\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.079Z\",\n            \"price\": \"75140.0\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.079Z\",\n            \"price\": \"75140.7\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.079Z\",\n            \"price\": \"75140.4\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.079Z\",\n            \"price\": \"75140.1\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.082Z\",\n            \"price\": \"75139.9\",\n            \"size\": \"0.012\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.085Z\",\n            \"price\": \"75139.8\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.088Z\",\n            \"price\": \"75139.7\",\n            \"size\": \"0.013\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.088Z\",\n            \"price\": \"75139.6\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.089Z\",\n            \"price\": \"75139.4\",\n            \"size\": \"0.06\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.101Z\",\n            \"price\": \"75139.3\",\n            \"size\": \"0.004\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.137Z\",\n            \"price\": \"75139.1\",\n            \"size\": \"0.02\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.291Z\",\n            \"price\": \"75139.1\",\n            \"size\": \"0.074\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.404Z\",\n            \"price\": \"75139.0\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.440Z\",\n            \"price\": \"75139.1\",\n            \"size\": \"0.032\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.450Z\",\n            \"price\": \"75139.0\",\n            \"size\": \"0.266\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.500Z\",\n            \"price\": \"75139.1\",\n            \"size\": \"0.204\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.593Z\",\n            \"price\": \"75139.0\",\n            \"size\": \"0.722\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.598Z\",\n            \"price\": \"75138.6\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.598Z\",\n            \"price\": \"75138.9\",\n            \"size\": \"0.004\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.598Z\",\n            \"price\": \"75137.5\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.598Z\",\n            \"price\": \"75137.4\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.598Z\",\n            \"price\": \"75137.3\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.598Z\",\n            \"price\": \"75138.4\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.598Z\",\n            \"price\": \"75137.6\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.598Z\",\n            \"price\": \"75137.9\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.598Z\",\n            \"price\": \"75138.8\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.693Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.228\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:05.951Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.005\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:06.048Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.01\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:06.200Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:06.507Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.041\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:06.949Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.007\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:07.232Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.022\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:07.470Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.017\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:07.555Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:07.678Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:08.024Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.009\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:08.358Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"1.011\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:08.576Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:08.618Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.05\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:09.150Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:09.342Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:09.704Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.537\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:10.286Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.011\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:10.705Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.01\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:10.982Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:11.152Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.014\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:11.367Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:11.703Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.068\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:11.805Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.062\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:12Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.12\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:12.104Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.057\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:12.154Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.004\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:12.462Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.008\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:12.622Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.023\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:12.662Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.021\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:12.879Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.069\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:13.410Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.004\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:13.596Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.002\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:14.258Z\",\n            \"price\": \"75136.9\",\n            \"size\": \"0.004\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:14.588Z\",\n            \"price\": \"75137.3\",\n            \"size\": \"0.003\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:14.588Z\",\n            \"price\": \"75137.2\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:14.588Z\",\n            \"price\": \"75137.0\",\n            \"size\": \"0.381\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:14.588Z\",\n            \"price\": \"75137.1\",\n            \"size\": \"0.061\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:14.588Z\",\n            \"price\": \"75137.5\",\n            \"size\": \"0.004\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:14.591Z\",\n            \"price\": \"75138.5\",\n            \"size\": \"0.019\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:14.594Z\",\n            \"price\": \"75138.4\",\n            \"size\": \"0.001\",\n            \"aggressorSide\": \"SELL\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:14.605Z\",\n            \"price\": \"75138.5\",\n            \"size\": \"0.01\",\n            \"aggressorSide\": \"BUY\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:14.980Z\",\n            \"price\": \"75138.4\",\n            \"size\": \"0.009\",\n            \"aggressorSide\": \"SELL\"\n        }\n    ]\n}"}],"_postman_id":"f480691c-433d-47fa-9614-78ad126f2519"},{"name":"Get Latest Mark Prices","id":"b6bb4127-63d0-4526-bb49-a04b96a6be54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/markprices?lookback=60000","description":"<p><strong>Description:</strong> Get the latest derivative mark prices as of the given timestamp from a specified derivatives exchange Source ID (e.g. 4005 Binance futures). Optional <code>underlyingAssetCode</code> and <code>lukkaDerivativeCode</code> filters can be applied to narrow the response.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","sources",":sourceId","markprices"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>Milliseconds, default 172800000 (2d)</p>\n","type":"text/plain"},"key":"lookback","value":"60000"},{"disabled":true,"key":"asOf","value":""},{"disabled":true,"key":"underlyingAssetCode","value":"XBT"},{"disabled":true,"key":"lukkaDerivativeCode","value":"BTCUSDT.BINA"}],"variable":[{"id":"7087a88e-0750-4d91-b3a0-e928e083c9fc","description":{"content":"<p>Derivative exchange source</p>\n","type":"text/plain"},"type":"any","value":"4005","key":"sourceId"}]}},"response":[{"id":"f1551fa6-4759-4ac7-92fe-f54455630ab1","name":"Get Latest Mark Prices","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/markprices?lookback=60000","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources",":sourceId","markprices"],"query":[{"key":"lookback","value":"60000","description":"Milliseconds, default 172800000 (2d)"},{"key":"asOf","value":"","disabled":true},{"key":"underlyingAssetCode","value":"XBT","disabled":true},{"key":"lukkaDerivativeCode","value":"BTCUSDT.BINA","disabled":true}],"variable":[{"key":"sourceId","value":"4005","description":"Derivative exchange source"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ts\": \"2026-04-22T15:39:29.130Z\",\n            \"derivativeCode\": \"0GUSDT.BINA\",\n            \"underlyingAssetCode\": \"0G\",\n            \"markPrice\": \"0.5884\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.131Z\",\n            \"derivativeCode\": \"1000000BOBUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000000BOB\",\n            \"markPrice\": \"0.01458\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.128Z\",\n            \"derivativeCode\": \"1000000MOGUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000000MOG\",\n            \"markPrice\": \"0.18350761\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.129Z\",\n            \"derivativeCode\": \"1000BONKUSDC.BINA\",\n            \"underlyingAssetCode\": \"BINA1000BONK\",\n            \"markPrice\": \"0.006469\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.125Z\",\n            \"derivativeCode\": \"1000BONKUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000BONK\",\n            \"markPrice\": \"0.00646899\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.127Z\",\n            \"derivativeCode\": \"1000CATUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000CAT\",\n            \"markPrice\": \"0.00195718\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.125Z\",\n            \"derivativeCode\": \"1000CHEEMSUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000CHEEMS\",\n            \"markPrice\": \"0.00060442\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.123Z\",\n            \"derivativeCode\": \"1000FLOKIUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000FLOKI\",\n            \"markPrice\": \"0.03348071\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.116Z\",\n            \"derivativeCode\": \"1000LUNCUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000LUNC\",\n            \"markPrice\": \"0.04581\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.126Z\",\n            \"derivativeCode\": \"1000PEPEUSDC.BINA\",\n            \"underlyingAssetCode\": \"BINA1000PEPE\",\n            \"markPrice\": \"0.00392487\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.120Z\",\n            \"derivativeCode\": \"1000PEPEUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000PEPE\",\n            \"markPrice\": \"0.00392345\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.124Z\",\n            \"derivativeCode\": \"1000RATSUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000RATS\",\n            \"markPrice\": \"0.03716933\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.125Z\",\n            \"derivativeCode\": \"1000SATSUSDT.BINA\",\n            \"underlyingAssetCode\": \"1000SATSBSC\",\n            \"markPrice\": \"0.000015\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.122Z\",\n            \"derivativeCode\": \"1000SHIBUSDC.BINA\",\n            \"underlyingAssetCode\": \"BINA1000SHIB\",\n            \"markPrice\": \"0.006278\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.117Z\",\n            \"derivativeCode\": \"1000SHIBUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000SHIB\",\n            \"markPrice\": \"0.00627303\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.125Z\",\n            \"derivativeCode\": \"1000WHYUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000WHY\",\n            \"markPrice\": \"0.00000219\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.119Z\",\n            \"derivativeCode\": \"1000XECUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000XEC\",\n            \"markPrice\": \"0.00723511\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.125Z\",\n            \"derivativeCode\": \"1000XUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1000X\",\n            \"markPrice\": \"0.020844\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.117Z\",\n            \"derivativeCode\": \"1INCHUSDT.BINA\",\n            \"underlyingAssetCode\": \"1INCH\",\n            \"markPrice\": \"0.09769732\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.133Z\",\n            \"derivativeCode\": \"1MBABYDOGEUSDT.BINA\",\n            \"underlyingAssetCode\": \"BINA1MBABYDOGE\",\n            \"markPrice\": \"0.00044146\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.136Z\",\n            \"derivativeCode\": \"2ZUSDT.BINA\",\n            \"underlyingAssetCode\": \"2ZDOUBLE0\",\n            \"markPrice\": \"0.08598\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.136Z\",\n            \"derivativeCode\": \"42USDT.BINA\",\n            \"underlyingAssetCode\": \"42BSC\",\n            \"markPrice\": \"0.00193161\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.135Z\",\n            \"derivativeCode\": \"4USDT.BINA\",\n            \"underlyingAssetCode\": \"4BSC\",\n            \"markPrice\": \"0.01093723\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.131Z\",\n            \"derivativeCode\": \"A2ZUSDT.BINA\",\n            \"underlyingAssetCode\": \"A2Z\",\n            \"markPrice\": \"0.00007933\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.185Z\",\n            \"derivativeCode\": \"AAPLUSDT.BINA\",\n            \"underlyingAssetCode\": \"AAPLON390\",\n            \"markPrice\": \"272.6803611\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.131Z\",\n            \"derivativeCode\": \"AAVEUSDC.BINA\",\n            \"underlyingAssetCode\": \"AAVE\",\n            \"markPrice\": \"94.53\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.115Z\",\n            \"derivativeCode\": \"AAVEUSDT.BINA\",\n            \"underlyingAssetCode\": \"AAVE\",\n            \"markPrice\": \"94.52\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.089Z\",\n            \"derivativeCode\": \"AAVEUSD_PERP.BINA\",\n            \"underlyingAssetCode\": \"AAVE\",\n            \"markPrice\": \"94.52\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.121Z\",\n            \"derivativeCode\": \"ACEUSDT.BINA\",\n            \"underlyingAssetCode\": \"ACE4\",\n            \"markPrice\": \"0.11865694\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.118Z\",\n            \"derivativeCode\": \"ACHUSDT.BINA\",\n            \"underlyingAssetCode\": \"ALCH\",\n            \"markPrice\": \"0.006366\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.124Z\",\n            \"derivativeCode\": \"ACTUSDT.BINA\",\n            \"underlyingAssetCode\": \"ACTAFW\",\n            \"markPrice\": \"0.01458752\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.135Z\",\n            \"derivativeCode\": \"ACUUSDT.BINA\",\n            \"underlyingAssetCode\": \"ACU216\",\n            \"markPrice\": \"0.09552547\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.133Z\",\n            \"derivativeCode\": \"ACXUSDT.BINA\",\n            \"underlyingAssetCode\": \"ACX1\",\n            \"markPrice\": \"0.04446\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.127Z\",\n            \"derivativeCode\": \"ADAUSDC.BINA\",\n            \"underlyingAssetCode\": \"ADA\",\n            \"markPrice\": \"0.25564027\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.114Z\",\n            \"derivativeCode\": \"ADAUSDT.BINA\",\n            \"underlyingAssetCode\": \"ADA\",\n            \"markPrice\": \"0.25551524\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.113Z\",\n            \"derivativeCode\": \"ADAUSD_PERP.BINA\",\n            \"underlyingAssetCode\": \"ADA\",\n            \"markPrice\": \"0.25550729\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.126Z\",\n            \"derivativeCode\": \"AERGOUSDT.BINA\",\n            \"underlyingAssetCode\": \"AERGO1\",\n            \"markPrice\": \"0.05640327\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.128Z\",\n            \"derivativeCode\": \"AEROUSDT.BINA\",\n            \"underlyingAssetCode\": \"AERO0X91\",\n            \"markPrice\": \"0.42667006\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.122Z\",\n            \"derivativeCode\": \"AEVOUSDT.BINA\",\n            \"underlyingAssetCode\": \"AEVO\",\n            \"markPrice\": \"0.02600306\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.121Z\",\n            \"derivativeCode\": \"AGIXUSDT.BINA\",\n            \"underlyingAssetCode\": \"AGIX\",\n            \"markPrice\": \"0.4962\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.123Z\",\n            \"derivativeCode\": \"AGLDUSDT.BINA\",\n            \"underlyingAssetCode\": \"AGLD\",\n            \"markPrice\": \"0.27806804\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.129Z\",\n            \"derivativeCode\": \"AGTUSDT.BINA\",\n            \"underlyingAssetCode\": \"AGT2\",\n            \"markPrice\": \"0.014572\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.125Z\",\n            \"derivativeCode\": \"AI16ZUSDT.BINA\",\n            \"underlyingAssetCode\": \"AI16Z\",\n            \"markPrice\": \"0.0569\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.133Z\",\n            \"derivativeCode\": \"AIAUSDT.BINA\",\n            \"underlyingAssetCode\": \"AIASUI\",\n            \"markPrice\": \"0.06116\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.129Z\",\n            \"derivativeCode\": \"AINUSDT.BINA\",\n            \"underlyingAssetCode\": \"AINBSC\",\n            \"markPrice\": \"0.05774833\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.134Z\",\n            \"derivativeCode\": \"AIOTUSDT.BINA\",\n            \"underlyingAssetCode\": \"AIOT55A\",\n            \"markPrice\": \"0.04205781\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.132Z\",\n            \"derivativeCode\": \"AIOUSDT.BINA\",\n            \"underlyingAssetCode\": \"AIO1\",\n            \"markPrice\": \"0.08163\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.126Z\",\n            \"derivativeCode\": \"AIUSDT.BINA\",\n            \"underlyingAssetCode\": \"AI6\",\n            \"markPrice\": \"0.02222\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.126Z\",\n            \"derivativeCode\": \"AIXBTUSDT.BINA\",\n            \"underlyingAssetCode\": \"AIXBT\",\n            \"markPrice\": \"0.02794518\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.135Z\",\n            \"derivativeCode\": \"AKEUSDT.BINA\",\n            \"underlyingAssetCode\": \"AKE1\",\n            \"markPrice\": \"0.0005091\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.125Z\",\n            \"derivativeCode\": \"AKTUSDT.BINA\",\n            \"underlyingAssetCode\": \"AKSHT\",\n            \"markPrice\": \"0.47825418\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.130Z\",\n            \"derivativeCode\": \"ALCHUSDT.BINA\",\n            \"underlyingAssetCode\": \"ALCH2\",\n            \"markPrice\": \"0.07605\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.115Z\",\n            \"derivativeCode\": \"ALGOUSDT.BINA\",\n            \"underlyingAssetCode\": \"ALGO\",\n            \"markPrice\": \"0.1049\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.117Z\",\n            \"derivativeCode\": \"ALICEUSDT.BINA\",\n            \"underlyingAssetCode\": \"ALICE\",\n            \"markPrice\": \"0.1508\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.136Z\",\n            \"derivativeCode\": \"ALLOUSDT.BINA\",\n            \"underlyingAssetCode\": \"ALLOBSC\",\n            \"markPrice\": \"0.12460111\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.131Z\",\n            \"derivativeCode\": \"ALLUSDT.BINA\",\n            \"underlyingAssetCode\": \"ALLBINA\",\n            \"markPrice\": \"0.54859259\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.128Z\",\n            \"derivativeCode\": \"ALPACAUSDT.BINA\",\n            \"underlyingAssetCode\": \"ALPACA\",\n            \"markPrice\": \"0.01882\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.119Z\",\n            \"derivativeCode\": \"ALPHAUSDT.BINA\",\n            \"underlyingAssetCode\": \"ALPHA\",\n            \"markPrice\": \"0.01566911\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.127Z\",\n            \"derivativeCode\": \"ALPINEUSDT.BINA\",\n            \"underlyingAssetCode\": \"ALPINE\",\n            \"markPrice\": \"0.4745\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.122Z\",\n            \"derivativeCode\": \"ALTUSDT.BINA\",\n            \"underlyingAssetCode\": \"ALTL\",\n            \"markPrice\": \"0.00764\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.121Z\",\n            \"derivativeCode\": \"AMBUSDT.BINA\",\n            \"underlyingAssetCode\": \"AMB\",\n            \"markPrice\": \"0.00009032\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.170Z\",\n            \"derivativeCode\": \"AMZNUSDT.BINA\",\n            \"underlyingAssetCode\": \"AMZNX\",\n            \"markPrice\": \"252.94668061\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.129Z\",\n            \"derivativeCode\": \"ANIMEUSDT.BINA\",\n            \"underlyingAssetCode\": \"ANIME22\",\n            \"markPrice\": \"0.00479159\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.118Z\",\n            \"derivativeCode\": \"ANKRUSDT.BINA\",\n            \"underlyingAssetCode\": \"ANKR\",\n            \"markPrice\": \"0.005126\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.116Z\",\n            \"derivativeCode\": \"APEUSDT.BINA\",\n            \"underlyingAssetCode\": \"APE2\",\n            \"markPrice\": \"0.10443076\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.094Z\",\n            \"derivativeCode\": \"APEUSD_PERP.BINA\",\n            \"underlyingAssetCode\": \"APE2\",\n            \"markPrice\": \"0.08335102\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.117Z\",\n            \"derivativeCode\": \"API3USDT.BINA\",\n            \"underlyingAssetCode\": \"API3\",\n            \"markPrice\": \"0.3164\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.135Z\",\n            \"derivativeCode\": \"APRUSDT.BINA\",\n            \"underlyingAssetCode\": \"APR1ETH\",\n            \"markPrice\": \"0.17986\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.118Z\",\n            \"derivativeCode\": \"APTUSDT.BINA\",\n            \"underlyingAssetCode\": \"APTM\",\n            \"markPrice\": \"0.98398358\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.125Z\",\n            \"derivativeCode\": \"ARBUSDC.BINA\",\n            \"underlyingAssetCode\": \"ARB2\",\n            \"markPrice\": \"0.1281\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.117Z\",\n            \"derivativeCode\": \"ARBUSDT.BINA\",\n            \"underlyingAssetCode\": \"ARB2\",\n            \"markPrice\": \"0.1281\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.126Z\",\n            \"derivativeCode\": \"ARCUSDT.BINA\",\n            \"underlyingAssetCode\": \"ARCV8V\",\n            \"markPrice\": \"0.06677442\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.131Z\",\n            \"derivativeCode\": \"ARIAUSDT.BINA\",\n            \"underlyingAssetCode\": \"ARIA2\",\n            \"markPrice\": \"0.07215722\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.127Z\",\n            \"derivativeCode\": \"ARKMUSDT.BINA\",\n            \"underlyingAssetCode\": \"ARKM\",\n            \"markPrice\": \"0.12425348\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.117Z\",\n            \"derivativeCode\": \"ARKUSDT.BINA\",\n            \"underlyingAssetCode\": \"ARK\",\n            \"markPrice\": \"0.17452057\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.120Z\",\n            \"derivativeCode\": \"ARPAUSDT.BINA\",\n            \"underlyingAssetCode\": \"ARPA\",\n            \"markPrice\": \"0.00993517\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.122Z\",\n            \"derivativeCode\": \"ARUSDT.BINA\",\n            \"underlyingAssetCode\": \"AR\",\n            \"markPrice\": \"2.077\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.132Z\",\n            \"derivativeCode\": \"ASRUSDT.BINA\",\n            \"underlyingAssetCode\": \"ASR\",\n            \"markPrice\": \"1.294\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.131Z\",\n            \"derivativeCode\": \"ASTERUSDT.BINA\",\n            \"underlyingAssetCode\": \"ASTERBSC\",\n            \"markPrice\": \"0.68482494\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.121Z\",\n            \"derivativeCode\": \"ASTRUSDT.BINA\",\n            \"underlyingAssetCode\": \"ASTA1\",\n            \"markPrice\": \"0.00837605\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.119Z\",\n            \"derivativeCode\": \"ATAUSDT.BINA\",\n            \"underlyingAssetCode\": \"ATA\",\n            \"markPrice\": \"0.010475\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.129Z\",\n            \"derivativeCode\": \"ATHUSDT.BINA\",\n            \"underlyingAssetCode\": \"ATHETH\",\n            \"markPrice\": \"0.00609625\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.115Z\",\n            \"derivativeCode\": \"ATOMUSDT.BINA\",\n            \"underlyingAssetCode\": \"COS\",\n            \"markPrice\": \"1.879\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.154Z\",\n            \"derivativeCode\": \"ATUSDT.BINA\",\n            \"underlyingAssetCode\": \"ATBSC\",\n            \"markPrice\": \"0.16702191\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.129Z\",\n            \"derivativeCode\": \"AUCTIONUSDT.BINA\",\n            \"underlyingAssetCode\": \"AUCTION\",\n            \"markPrice\": \"4.81603333\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.129Z\",\n            \"derivativeCode\": \"AUSDT.BINA\",\n            \"underlyingAssetCode\": \"AEOS\",\n            \"markPrice\": \"0.087\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.125Z\",\n            \"derivativeCode\": \"AVAAIUSDT.BINA\",\n            \"underlyingAssetCode\": \"AVAAI22\",\n            \"markPrice\": \"0.00897272\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.134Z\",\n            \"derivativeCode\": \"AVAUSDT.BINA\",\n            \"underlyingAssetCode\": \"AVA\",\n            \"markPrice\": \"0.25229581\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.127Z\",\n            \"derivativeCode\": \"AVAXUSDC.BINA\",\n            \"underlyingAssetCode\": \"AVAX\",\n            \"markPrice\": \"9.57968831\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.120Z\",\n            \"derivativeCode\": \"AVAXUSDT.BINA\",\n            \"underlyingAssetCode\": \"AVAX\",\n            \"markPrice\": \"9.574\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.113Z\",\n            \"derivativeCode\": \"AVAXUSD_PERP.BINA\",\n            \"underlyingAssetCode\": \"AVAX\",\n            \"markPrice\": \"9.57148141\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.192Z\",\n            \"derivativeCode\": \"AVGOUSDT.BINA\",\n            \"underlyingAssetCode\": \"AVGO\",\n            \"markPrice\": \"417.43913489\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.132Z\",\n            \"derivativeCode\": \"AVNTUSDT.BINA\",\n            \"underlyingAssetCode\": \"AVNTBASE\",\n            \"markPrice\": \"0.15122555\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.130Z\",\n            \"derivativeCode\": \"AWEUSDT.BINA\",\n            \"underlyingAssetCode\": \"AWEBASE\",\n            \"markPrice\": \"0.05054061\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.121Z\",\n            \"derivativeCode\": \"AXLUSDT.BINA\",\n            \"underlyingAssetCode\": \"AXLBSC\",\n            \"markPrice\": \"0.0568584\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.120Z\",\n            \"derivativeCode\": \"AXSUSDT.BINA\",\n            \"underlyingAssetCode\": \"AXS1\",\n            \"markPrice\": \"1.12407181\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.133Z\",\n            \"derivativeCode\": \"AZTECUSDT.BINA\",\n            \"underlyingAssetCode\": \"AZTECETH\",\n            \"markPrice\": \"0.02287017\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.139Z\",\n            \"derivativeCode\": \"B2USDT.BINA\",\n            \"underlyingAssetCode\": \"B2\",\n            \"markPrice\": \"0.668\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.125Z\",\n            \"derivativeCode\": \"B3USDT.BINA\",\n            \"underlyingAssetCode\": \"B3B3B\",\n            \"markPrice\": \"0.0003358\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.192Z\",\n            \"derivativeCode\": \"BABAUSDT.BINA\",\n            \"underlyingAssetCode\": \"BABA19\",\n            \"markPrice\": \"137.14043465\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.128Z\",\n            \"derivativeCode\": \"BABYUSDT.BINA\",\n            \"underlyingAssetCode\": \"BABYM\",\n            \"markPrice\": \"0.01631\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.120Z\",\n            \"derivativeCode\": \"BADGERUSDT.BINA\",\n            \"underlyingAssetCode\": \"BADGER\",\n            \"markPrice\": \"0.89344286\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.120Z\",\n            \"derivativeCode\": \"BAKEUSDT.BINA\",\n            \"underlyingAssetCode\": \"BAKE\",\n            \"markPrice\": \"0.012312\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.115Z\",\n            \"derivativeCode\": \"BALUSDT.BINA\",\n            \"underlyingAssetCode\": \"BALR\",\n            \"markPrice\": \"1.25343333\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.131Z\",\n            \"derivativeCode\": \"BANANAS31USDT.BINA\",\n            \"underlyingAssetCode\": \"BANANAS31\",\n            \"markPrice\": \"0.0096\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.124Z\",\n            \"derivativeCode\": \"BANANAUSDT.BINA\",\n            \"underlyingAssetCode\": \"BANANAGUN\",\n            \"markPrice\": \"3.999\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.118Z\",\n            \"derivativeCode\": \"BANDUSDT.BINA\",\n            \"underlyingAssetCode\": \"BAND\",\n            \"markPrice\": \"0.227825\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.127Z\",\n            \"derivativeCode\": \"BANKUSDT.BINA\",\n            \"underlyingAssetCode\": \"BANK3AE\",\n            \"markPrice\": \"0.03764\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.133Z\",\n            \"derivativeCode\": \"BANUSDT.BINA\",\n            \"underlyingAssetCode\": \"BAN1\",\n            \"markPrice\": \"0.08548252\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.132Z\",\n            \"derivativeCode\": \"BARDUSDT.BINA\",\n            \"underlyingAssetCode\": \"BARDETH\",\n            \"markPrice\": \"0.3234\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.135Z\",\n            \"derivativeCode\": \"BASEDUSDT.BINA\",\n            \"underlyingAssetCode\": \"BASED1BSC1\",\n            \"markPrice\": \"0.11707541\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.132Z\",\n            \"derivativeCode\": \"BASUSDT.BINA\",\n            \"underlyingAssetCode\": \"BAS4\",\n            \"markPrice\": \"0.01315143\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.116Z\",\n            \"derivativeCode\": \"BATUSDT.BINA\",\n            \"underlyingAssetCode\": \"BTT\",\n            \"markPrice\": \"0.10445465\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.128Z\",\n            \"derivativeCode\": \"BBUSDT.BINA\",\n            \"underlyingAssetCode\": \"BB2\",\n            \"markPrice\": \"0.02539361\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.126Z\",\n            \"derivativeCode\": \"BCHUSDC.BINA\",\n            \"underlyingAssetCode\": \"BCH\",\n            \"markPrice\": \"465.27\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.118Z\",\n            \"derivativeCode\": \"BCHUSDT.BINA\",\n            \"underlyingAssetCode\": \"BCH\",\n            \"markPrice\": \"465.18269531\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.089Z\",\n            \"derivativeCode\": \"BCHUSD_PERP.BINA\",\n            \"underlyingAssetCode\": \"BCH\",\n            \"markPrice\": \"465.32\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.129Z\",\n            \"derivativeCode\": \"BDXNUSDT.BINA\",\n            \"underlyingAssetCode\": \"BDXN\",\n            \"markPrice\": \"0.00187691\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.120Z\",\n            \"derivativeCode\": \"BEAMXUSDT.BINA\",\n            \"underlyingAssetCode\": \"BEAM1\",\n            \"markPrice\": \"0.00204\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.133Z\",\n            \"derivativeCode\": \"BEATUSDT.BINA\",\n            \"underlyingAssetCode\": \"BEAT4\",\n            \"markPrice\": \"0.55755807\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.119Z\",\n            \"derivativeCode\": \"BELUSDT.BINA\",\n            \"underlyingAssetCode\": \"BEL\",\n            \"markPrice\": \"0.1106\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.135Z\",\n            \"derivativeCode\": \"BERAUSDT.BINA\",\n            \"underlyingAssetCode\": \"BERAMAIN\",\n            \"markPrice\": \"0.41134973\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.119Z\",\n            \"derivativeCode\": \"BICOUSDT.BINA\",\n            \"underlyingAssetCode\": \"BICO\",\n            \"markPrice\": \"0.02513\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.127Z\",\n            \"derivativeCode\": \"BIDUSDT.BINA\",\n            \"underlyingAssetCode\": \"BIDA18\",\n            \"markPrice\": \"0.00841197\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.120Z\",\n            \"derivativeCode\": \"BIGTIMEUSDT.BINA\",\n            \"underlyingAssetCode\": \"BIGTIME1\",\n            \"markPrice\": \"0.01355325\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.135Z\",\n            \"derivativeCode\": \"BIOUSDC.BINA\",\n            \"underlyingAssetCode\": \"BIOCB1\",\n            \"markPrice\": \"0.0287\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.130Z\",\n            \"derivativeCode\": \"BIOUSDT.BINA\",\n            \"underlyingAssetCode\": \"BIOCB1\",\n            \"markPrice\": \"0.02873091\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.137Z\",\n            \"derivativeCode\": \"BIRBUSDT.BINA\",\n            \"underlyingAssetCode\": \"BIRB1SOL1\",\n            \"markPrice\": \"0.14283\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.135Z\",\n            \"derivativeCode\": \"BLESSUSDT.BINA\",\n            \"underlyingAssetCode\": \"BLESSSOL\",\n            \"markPrice\": \"0.00581866\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.133Z\",\n            \"derivativeCode\": \"BLUAIUSDT.BINA\",\n            \"underlyingAssetCode\": \"BLUAI\",\n            \"markPrice\": \"0.010615\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.119Z\",\n            \"derivativeCode\": \"BLURUSDT.BINA\",\n            \"underlyingAssetCode\": \"BLUR1\",\n            \"markPrice\": \"0.03200459\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.115Z\",\n            \"derivativeCode\": \"BLZUSDT.BINA\",\n            \"underlyingAssetCode\": \"BLL\",\n            \"markPrice\": \"0.047222\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.128Z\",\n            \"derivativeCode\": \"BMTUSDT.BINA\",\n            \"underlyingAssetCode\": \"BMTGTF\",\n            \"markPrice\": \"0.01656\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.139Z\",\n            \"derivativeCode\": \"BNB-260423-560-C.BINA\",\n            \"underlyingAssetCode\": \"BNB\",\n            \"markPrice\": \"89.9504\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.139Z\",\n            \"derivativeCode\": \"BNB-260423-560-P.BINA\",\n            \"underlyingAssetCode\": \"BNB\",\n            \"markPrice\": \"0.0325\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.136Z\",\n            \"derivativeCode\": \"BNB-260423-580-C.BINA\",\n            \"underlyingAssetCode\": \"BNB\",\n            \"markPrice\": \"70.0255\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:30.137Z\",\n            \"derivativeCode\": \"BNB-260423-580-P.BINA\",\n            \"underlyingAssetCode\": \"BNB\",\n            \"markPrice\": \"0.1309\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:28.136Z\",\n            \"derivativeCode\": \"BNB-260423-600-C.BINA\",\n            \"underlyingAssetCode\": \"BNB\",\n            \"markPrice\": \"50.5108\"\n        },\n        {\n            \"ts\": \"2026-04-22T15:39:29.139Z\",\n            \"derivativeCode\": \"BNB-260423-600-P.BINA\",\n            \"underlyingAssetCode\": \"BNB\",\n            \"markPrice\": \"2.2347\"\n        }\n    ]\n}"}],"_postman_id":"b6bb4127-63d0-4526-bb49-a04b96a6be54"},{"name":"Get Historical Mark Prices","id":"5531c771-4390-461c-8e89-e0e83325f073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/:baseAssetCode/markprices/historical?from=2026-04-20T12:00:00Z&to=2026-04-20T12:10:00Z&interval=60000","description":"<p><strong>Description:</strong> Get the mark price history for a specific derivative instrument from a specified Source ID.</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response. The nextPageUrl is used to paginate the response and can be called to request the next batch of records prior to what was returned.</p>\n<p><code>interval</code> (milliseconds) allowed values: 1000, 5000, 30000, 60000, 300000, 1800000, 3600000, 86400000.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","sources",":sourceId",":baseAssetCode","markprices","historical"],"host":["{{lukka_data_pricing}}"],"query":[{"key":"from","value":"2026-04-20T12:00:00Z"},{"key":"to","value":"2026-04-20T12:10:00Z"},{"key":"interval","value":"60000"},{"disabled":true,"key":"limit","value":"5"}],"variable":[{"id":"958af57e-e359-4372-a333-ebb6ffb3c89d","type":"any","value":"4005","key":"sourceId"},{"id":"4143ee75-4cec-41b0-9a57-1dcfcf935675","description":{"content":"<p>Lukka derivative code</p>\n","type":"text/plain"},"type":"any","value":"BTCUSDT.BINA","key":"baseAssetCode"}]}},"response":[{"id":"3298619d-eae1-4dc6-a73a-0a4f5a529b70","name":"Get Historical Mark Prices","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/sources/:sourceId/:baseAssetCode/markprices/historical?from=2026-04-20T12:00:00Z&to=2026-04-20T12:10:00Z&interval=60000","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","sources",":sourceId",":baseAssetCode","markprices","historical"],"query":[{"key":"from","value":"2026-04-20T12:00:00Z"},{"key":"to","value":"2026-04-20T12:10:00Z"},{"key":"interval","value":"60000"},{"key":"limit","value":"5","disabled":true}],"variable":[{"key":"sourceId","value":"4005"},{"key":"baseAssetCode","value":"BTCUSDT.BINA","description":"Lukka derivative code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ts\": \"2026-04-20T12:00:00Z\",\n            \"derivativeCode\": \"BTCUSDT.BINA\",\n            \"underlyingAssetCode\": \"XBT\",\n            \"markPrice\": \"75160.0\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:01:00Z\",\n            \"derivativeCode\": \"BTCUSDT.BINA\",\n            \"underlyingAssetCode\": \"XBT\",\n            \"markPrice\": \"75106.0\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:02:00Z\",\n            \"derivativeCode\": \"BTCUSDT.BINA\",\n            \"underlyingAssetCode\": \"XBT\",\n            \"markPrice\": \"75069.63205072\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:03:00Z\",\n            \"derivativeCode\": \"BTCUSDT.BINA\",\n            \"underlyingAssetCode\": \"XBT\",\n            \"markPrice\": \"75075.6\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:04:00Z\",\n            \"derivativeCode\": \"BTCUSDT.BINA\",\n            \"underlyingAssetCode\": \"XBT\",\n            \"markPrice\": \"75049.6828913\"\n        }\n    ]\n}"}],"_postman_id":"5531c771-4390-461c-8e89-e0e83325f073"},{"name":"Get Composite Funding Rates (by underlying)","id":"f1921d28-4cfa-4d8e-816d-aec1d4898946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/derivatives/composite-funding-rates?underlyingAssetCodes=XBT&counterAssetCodes=USDT","description":"<p><strong>Description:</strong> Get the IQR-cleansed composite funding rate across derivatives exchanges for the specified underlying/counter asset combination. This example uses the asset-filter variant; supply EITHER <code>pairCodes</code> OR (<code>underlyingAssetCodes</code> + <code>counterAssetCodes</code>) - the two parameter shapes are mutually exclusive.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","derivatives","composite-funding-rates"],"host":["{{lukka_data_pricing}}"],"query":[{"key":"underlyingAssetCodes","value":"XBT"},{"key":"counterAssetCodes","value":"USDT"},{"disabled":true,"key":"sourceIds","value":""},{"disabled":true,"key":"asOf","value":""}],"variable":[]}},"response":[{"id":"23cbf221-0076-49c6-ad79-6864394d19d6","name":"Get Composite Funding Rates (by underlying)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/derivatives/composite-funding-rates?underlyingAssetCodes=XBT&counterAssetCodes=USDT","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","derivatives","composite-funding-rates"],"query":[{"key":"underlyingAssetCodes","value":"XBT"},{"key":"counterAssetCodes","value":"USDT"},{"key":"sourceIds","value":"","disabled":true},{"key":"asOf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataType\": \"composite-funding-rates\",\n    \"ts\": \"2026-04-22T15:39:00.000Z\",\n    \"count\": 1,\n    \"data\": [\n        {\n            \"pairCode\": \"XBT-USDT\",\n            \"compositeRate\": \"0.0353\",\n            \"minRate\": \"0.0308\",\n            \"maxRate\": \"0.0398\",\n            \"medianRate\": \"0.0353\",\n            \"meanRate\": \"0.0353\",\n            \"depth\": 2,\n            \"calcInputs\": [\n                {\n                    \"sourceId\": 4005,\n                    \"entityCode\": \"BINA\",\n                    \"yearlyRate\": \"0.0398\"\n                },\n                {\n                    \"sourceId\": 4015,\n                    \"entityCode\": \"BYBT\",\n                    \"yearlyRate\": \"0.0308\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"f1921d28-4cfa-4d8e-816d-aec1d4898946"},{"name":"Get Composite Funding Rates (by pairCodes)","id":"4fa5752f-417d-4647-ac17-db0578679ac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/derivatives/composite-funding-rates?pairCodes=XBT-USDT","description":"<p><strong>Description:</strong> Get the IQR-cleansed composite funding rate across derivatives exchanges for the specified derivative pair codes. This is the <code>pairCodes</code> variant of the endpoint; it is mutually exclusive with the <code>underlyingAssetCodes</code> + <code>counterAssetCodes</code> variant.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","derivatives","composite-funding-rates"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>Comma-separated derivative pair codes</p>\n","type":"text/plain"},"key":"pairCodes","value":"XBT-USDT"},{"disabled":true,"key":"sourceIds","value":""},{"disabled":true,"key":"asOf","value":""}],"variable":[]}},"response":[{"id":"7d62aa96-115e-4c04-9d5d-0e3316e0cdf7","name":"Get Composite Funding Rates (by pairCodes)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/derivatives/composite-funding-rates?pairCodes=XBT-USDT","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","derivatives","composite-funding-rates"],"query":[{"key":"pairCodes","value":"XBT-USDT","description":"Comma-separated derivative pair codes"},{"key":"sourceIds","value":"","disabled":true},{"key":"asOf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataType\": \"composite-funding-rates\",\n    \"ts\": \"2026-04-22T15:39:00.000Z\",\n    \"count\": 1,\n    \"data\": [\n        {\n            \"pairCode\": \"XBT-USDT\",\n            \"compositeRate\": \"0.0353\",\n            \"minRate\": \"0.0308\",\n            \"maxRate\": \"0.0398\",\n            \"medianRate\": \"0.0353\",\n            \"meanRate\": \"0.0353\",\n            \"depth\": 2,\n            \"calcInputs\": [\n                {\n                    \"sourceId\": 4005,\n                    \"entityCode\": \"BINA\",\n                    \"yearlyRate\": \"0.0398\"\n                },\n                {\n                    \"sourceId\": 4015,\n                    \"entityCode\": \"BYBT\",\n                    \"yearlyRate\": \"0.0308\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"4fa5752f-417d-4647-ac17-db0578679ac4"}],"id":"03b293a1-9713-4956-bbdb-774810e3f7e9","_postman_id":"03b293a1-9713-4956-bbdb-774810e3f7e9","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}}},{"name":"Prediction Markets","item":[{"name":"Get Latest Markets (PREDICTION)","id":"179fd3b7-dfcf-43ff-ab81-d7f33f7b9aad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/latest-markets/PREDICTION?sourceIds=4141&limit=5","description":"<p><strong>Description:</strong> This endpoint returns the prediction markets for a specified exchange (e.g. Kalshi, Polymarket) over the previous 24 hours. <code>displayBy</code> toggles between <code>lukkaSymbol</code> (one row per outcome) and <code>eventTicker</code> (one row per event with all legs nested).</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","latest-markets","PREDICTION"],"host":["{{lukka_data_pricing}}"],"query":[{"description":{"content":"<p>4141 Kalshi | 4137 Polymarket</p>\n","type":"text/plain"},"key":"sourceIds","value":"4141"},{"disabled":true,"key":"lukkaSymbol","value":""},{"disabled":true,"key":"eventTicker","value":""},{"disabled":true,"description":{"content":"<p>lukkaSymbol | eventTicker</p>\n","type":"text/plain"},"key":"displayBy","value":"lukkaSymbol"},{"disabled":true,"description":{"content":"<p>Y | N</p>\n","type":"text/plain"},"key":"showQuotes","value":"N"},{"disabled":true,"key":"sortBy","value":"volumeUsd24h"},{"disabled":true,"key":"sortDirection","value":"DESC"},{"key":"limit","value":"5"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"asOf","value":""}],"variable":[]}},"response":[{"id":"2ff7c686-5a5e-47aa-8020-ffe4b751d3cd","name":"Get Latest Markets (PREDICTION)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/latest-markets/PREDICTION?sourceIds=4141&limit=5","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","latest-markets","PREDICTION"],"query":[{"key":"sourceIds","value":"4141","description":"4141 Kalshi | 4137 Polymarket"},{"key":"lukkaSymbol","value":"","disabled":true},{"key":"eventTicker","value":"","disabled":true},{"key":"displayBy","value":"lukkaSymbol","description":"lukkaSymbol | eventTicker","disabled":true},{"key":"showQuotes","value":"N","description":"Y | N","disabled":true},{"key":"sortBy","value":"volumeUsd24h","disabled":true},{"key":"sortDirection","value":"DESC","disabled":true},{"key":"limit","value":"5"},{"key":"offset","value":"0","disabled":true},{"key":"asOf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataType\": \"markets\",\n    \"count\": 5,\n    \"data\": [\n        {\n            \"sourceId\": 4141,\n            \"entityCode\": \"KALSHI\",\n            \"entityName\": \"Kalshi\",\n            \"lukkaSymbol\": \"KXNBAGAME-26APR21HOULAL-LAL_yes.KALSHI\",\n            \"eventTicker\": \"KXNBAGAME-26APR21HOULAL.KALSHI\",\n            \"latestPrice\": \"0.99\",\n            \"latestPriceUsd\": \"0.99\",\n            \"volume24h\": \"14129888.499999996\",\n            \"volumeUsd24h\": \"6931907.514400001\",\n            \"tradeCount24h\": \"59892.0\",\n            \"volume1h\": \"0.0\",\n            \"volumeUsd1h\": \"0.0\",\n            \"tradeCount1h\": \"0.0\",\n            \"latestPriceTs\": 1776834860000,\n            \"openInterestUsd\": \"10365664.0\"\n        },\n        {\n            \"sourceId\": 4141,\n            \"entityCode\": \"KALSHI\",\n            \"entityName\": \"Kalshi\",\n            \"lukkaSymbol\": \"KXNBAGAME-26APR21PORSAS-SAS_yes.KALSHI\",\n            \"eventTicker\": \"KXNBAGAME-26APR21PORSAS.KALSHI\",\n            \"latestPrice\": \"0.01\",\n            \"latestPriceUsd\": \"0.01\",\n            \"volume24h\": \"9332659.75\",\n            \"volumeUsd24h\": \"5730443.209400001\",\n            \"tradeCount24h\": \"27496.0\",\n            \"volume1h\": \"0.0\",\n            \"volumeUsd1h\": \"0.0\",\n            \"tradeCount1h\": \"0.0\",\n            \"latestPriceTs\": 1776825697000,\n            \"openInterestUsd\": \"5485197.0\"\n        },\n        {\n            \"sourceId\": 4141,\n            \"entityCode\": \"KALSHI\",\n            \"entityName\": \"Kalshi\",\n            \"lukkaSymbol\": \"KXNBAGAME-26APR21HOULAL-HOU_yes.KALSHI\",\n            \"eventTicker\": \"KXNBAGAME-26APR21HOULAL.KALSHI\",\n            \"latestPrice\": \"0.01\",\n            \"latestPriceUsd\": \"0.01\",\n            \"volume24h\": \"11430302.879999999\",\n            \"volumeUsd24h\": \"5014730.561199998\",\n            \"tradeCount24h\": \"34226.0\",\n            \"volume1h\": \"0.0\",\n            \"volumeUsd1h\": \"0.0\",\n            \"tradeCount1h\": \"0.0\",\n            \"latestPriceTs\": 1776835152000,\n            \"openInterestUsd\": \"8227029.0\"\n        },\n        {\n            \"sourceId\": 4141,\n            \"entityCode\": \"KALSHI\",\n            \"entityName\": \"Kalshi\",\n            \"lukkaSymbol\": \"KXNBAGAME-26APR21PHIBOS-BOS_yes.KALSHI\",\n            \"eventTicker\": \"KXNBAGAME-26APR21PHIBOS.KALSHI\",\n            \"latestPrice\": \"0.01\",\n            \"latestPriceUsd\": \"0.01\",\n            \"volume24h\": \"9424167.259999998\",\n            \"volumeUsd24h\": \"4981571.601199999\",\n            \"tradeCount24h\": \"23333.0\",\n            \"volume1h\": \"0.0\",\n            \"volumeUsd1h\": \"0.0\",\n            \"tradeCount1h\": \"0.0\",\n            \"latestPriceTs\": 1776821330000,\n            \"openInterestUsd\": \"7516523.0\"\n        },\n        {\n            \"sourceId\": 4141,\n            \"entityCode\": \"KALSHI\",\n            \"entityName\": \"Kalshi\",\n            \"lukkaSymbol\": \"KXNBAGAME-26APR21PORSAS-POR_yes.KALSHI\",\n            \"eventTicker\": \"KXNBAGAME-26APR21PORSAS.KALSHI\",\n            \"latestPrice\": \"0.99\",\n            \"latestPriceUsd\": \"0.99\",\n            \"volume24h\": \"13158953.660000002\",\n            \"volumeUsd24h\": \"4359566.6448\",\n            \"tradeCount24h\": \"46690.0\",\n            \"volume1h\": \"0.0\",\n            \"volumeUsd1h\": \"0.0\",\n            \"tradeCount1h\": \"0.0\",\n            \"latestPriceTs\": 1776825651000,\n            \"openInterestUsd\": \"7976443.0\"\n        }\n    ],\n    \"nextPageUrl\": \"https://data-pricing-api.lukka.tech/v1/pricing/latest-markets/PREDICTION?sourceIds=4141&limit=5&offset=5\"\n}"}],"_postman_id":"179fd3b7-dfcf-43ff-ab81-d7f33f7b9aad"},{"name":"Get Prediction History (by event ticker)","id":"6e470f89-aaf3-406e-8700-0f2f6ff61144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/prediction-history/:sourceId/event/:eventTicker?from=2026-04-20T00:00:00Z&to=2026-04-21T00:00:00Z&interval=3600000&limit=3","description":"<p><strong>Description:</strong> Get the OHLC prediction-market history for all outcomes of a single event. If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response.</p>\n<p><code>interval</code> is required and must be one of (milliseconds): 60000, 300000, 900000, 3600000, 86400000, 604800000.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","prediction-history",":sourceId","event",":eventTicker"],"host":["{{lukka_data_pricing}}"],"query":[{"key":"from","value":"2026-04-20T00:00:00Z"},{"key":"to","value":"2026-04-21T00:00:00Z"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"interval","value":"3600000"},{"disabled":true,"key":"closePriceOnly","value":"false"},{"key":"limit","value":"3"},{"disabled":true,"key":"offset","value":"0"}],"variable":[{"id":"26570a7f-edc2-459e-bfa4-7d12a1be297f","description":{"content":"<p>4141 Kalshi | 4137 Polymarket</p>\n","type":"text/plain"},"type":"any","value":"4141","key":"sourceId"},{"id":"bd5f516a-6670-494e-ba81-1266fb75075c","type":"any","value":"KXNBAGAME-26APR20MINDEN.KALSHI","key":"eventTicker"}]}},"response":[{"id":"28d97bb0-25df-47ec-8713-b54914a2d0b8","name":"Get Prediction History (by event ticker)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/prediction-history/:sourceId/event/:eventTicker?from=2026-04-20T00:00:00Z&to=2026-04-21T00:00:00Z&interval=3600000&limit=3","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","prediction-history",":sourceId","event",":eventTicker"],"query":[{"key":"from","value":"2026-04-20T00:00:00Z"},{"key":"to","value":"2026-04-21T00:00:00Z"},{"key":"interval","value":"3600000","description":"Required"},{"key":"closePriceOnly","value":"false","disabled":true},{"key":"limit","value":"3"},{"key":"offset","value":"0","disabled":true}],"variable":[{"key":"sourceId","value":"4141","description":"4141 Kalshi | 4137 Polymarket"},{"key":"eventTicker","value":"KXNBAGAME-26APR20MINDEN.KALSHI"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataType\": \"predictionHistoryCandles\",\n    \"sourceId\": 4141,\n    \"eventTicker\": \"KXNBAGAME-26APR20MINDEN.KALSHI\",\n    \"count\": 3,\n    \"firstDate\": \"2026-04-20T00:00:00Z\",\n    \"lastDate\": \"2026-04-20T02:00:00Z\",\n    \"data\": [\n        {\n            \"ts\": \"2026-04-20T00:00:00Z\",\n            \"markets\": [\n                {\n                    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_no.KALSHI\",\n                    \"openPrice\": \"0.31\",\n                    \"openPriceUsd\": \"0.31\",\n                    \"closePrice\": \"0.31\",\n                    \"closePriceUsd\": \"0.31\",\n                    \"highPrice\": \"0.31\",\n                    \"highPriceUsd\": \"0.31\",\n                    \"lowPrice\": \"0.31\",\n                    \"lowPriceUsd\": \"0.31\",\n                    \"volume\": \"158.36\",\n                    \"volumeUsd\": \"49.0916\",\n                    \"tradeCount\": 3\n                },\n                {\n                    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI\",\n                    \"openPrice\": \"0.7\",\n                    \"openPriceUsd\": \"0.7\",\n                    \"closePrice\": \"0.7\",\n                    \"closePriceUsd\": \"0.7\",\n                    \"highPrice\": \"0.7\",\n                    \"highPriceUsd\": \"0.7\",\n                    \"lowPrice\": \"0.7\",\n                    \"lowPriceUsd\": \"0.7\",\n                    \"volume\": \"1211.08\",\n                    \"volumeUsd\": \"847.7559999999999\",\n                    \"tradeCount\": 25\n                },\n                {\n                    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-MIN_no.KALSHI\",\n                    \"openPrice\": \"0.7\",\n                    \"openPriceUsd\": \"0.7\",\n                    \"closePrice\": \"0.7\",\n                    \"closePriceUsd\": \"0.7\",\n                    \"highPrice\": \"0.7\",\n                    \"highPriceUsd\": \"0.7\",\n                    \"lowPrice\": \"0.7\",\n                    \"lowPriceUsd\": \"0.7\",\n                    \"volume\": \"1.53\",\n                    \"volumeUsd\": \"1.071\",\n                    \"tradeCount\": 1\n                },\n                {\n                    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-MIN_yes.KALSHI\",\n                    \"openPrice\": \"0.31\",\n                    \"openPriceUsd\": \"0.31\",\n                    \"closePrice\": \"0.31\",\n                    \"closePriceUsd\": \"0.31\",\n                    \"highPrice\": \"0.31\",\n                    \"highPriceUsd\": \"0.31\",\n                    \"lowPrice\": \"0.31\",\n                    \"lowPriceUsd\": \"0.31\",\n                    \"volume\": \"2095.3800000000006\",\n                    \"volumeUsd\": \"649.5677999999998\",\n                    \"tradeCount\": 45\n                }\n            ]\n        },\n        {\n            \"ts\": \"2026-04-20T01:00:00Z\",\n            \"markets\": [\n                {\n                    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_no.KALSHI\",\n                    \"openPrice\": \"0.31\",\n                    \"openPriceUsd\": \"0.31\",\n                    \"closePrice\": \"0.31\",\n                    \"closePriceUsd\": \"0.31\",\n                    \"highPrice\": \"0.31\",\n                    \"highPriceUsd\": \"0.31\",\n                    \"lowPrice\": \"0.3\",\n                    \"lowPriceUsd\": \"0.3\",\n                    \"volume\": \"703.95\",\n                    \"volumeUsd\": \"217.36499999999998\",\n                    \"tradeCount\": 6\n                },\n                {\n                    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI\",\n                    \"openPrice\": \"0.7\",\n                    \"openPriceUsd\": \"0.7\",\n                    \"closePrice\": \"0.71\",\n                    \"closePriceUsd\": \"0.71\",\n                    \"highPrice\": \"0.72\",\n                    \"highPriceUsd\": \"0.72\",\n                    \"lowPrice\": \"0.7\",\n                    \"lowPriceUsd\": \"0.7\",\n                    \"volume\": \"6722.86\",\n                    \"volumeUsd\": \"4745.8966\",\n                    \"tradeCount\": 67\n                },\n                {\n                    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-MIN_no.KALSHI\",\n                    \"openPrice\": \"0.7\",\n                    \"openPriceUsd\": \"0.7\",\n                    \"closePrice\": \"0.7\",\n                    \"closePriceUsd\": \"0.7\",\n                    \"highPrice\": \"0.7\",\n                    \"highPriceUsd\": \"0.7\",\n                    \"lowPrice\": \"0.7\",\n                    \"lowPriceUsd\": \"0.7\",\n                    \"volume\": \"36.0\",\n                    \"volumeUsd\": \"25.200000000000003\",\n                    \"tradeCount\": 2\n                },\n                {\n                    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-MIN_yes.KALSHI\",\n                    \"openPrice\": \"0.31\",\n                    \"openPriceUsd\": \"0.31\",\n                    \"closePrice\": \"0.31\",\n                    \"closePriceUsd\": \"0.31\",\n                    \"highPrice\": \"0.31\",\n                    \"highPriceUsd\": \"0.31\",\n                    \"lowPrice\": \"0.31\",\n                    \"lowPriceUsd\": \"0.31\",\n                    \"volume\": \"7990.610000000002\",\n                    \"volumeUsd\": \"2477.0891\",\n                    \"tradeCount\": 103\n                }\n            ]\n        },\n        {\n            \"ts\": \"2026-04-20T02:00:00Z\",\n            \"markets\": [\n                {\n                    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_no.KALSHI\",\n                    \"openPrice\": \"0.3\",\n                    \"openPriceUsd\": \"0.3\",\n                    \"closePrice\": \"0.31\",\n                    \"closePriceUsd\": \"0.31\",\n                    \"highPrice\": \"0.31\",\n                    \"highPriceUsd\": \"0.31\",\n                    \"lowPrice\": \"0.3\",\n                    \"lowPriceUsd\": \"0.3\",\n                    \"volume\": \"194.0\",\n                    \"volumeUsd\": \"60.08\",\n                    \"tradeCount\": 6\n                },\n                {\n                    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI\",\n                    \"openPrice\": \"0.71\",\n                    \"openPriceUsd\": \"0.71\",\n                    \"closePrice\": \"0.7\",\n                    \"closePriceUsd\": \"0.7\",\n                    \"highPrice\": \"0.72\",\n                    \"highPriceUsd\": \"0.72\",\n                    \"lowPrice\": \"0.7\",\n                    \"lowPriceUsd\": \"0.7\",\n                    \"volume\": \"2130.36\",\n                    \"volumeUsd\": \"1515.7585000000008\",\n                    \"tradeCount\": 58\n                },\n                {\n                    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-MIN_no.KALSHI\",\n                    \"openPrice\": \"0.7\",\n                    \"openPriceUsd\": \"0.7\",\n                    \"closePrice\": \"0.7\",\n                    \"closePriceUsd\": \"0.7\",\n                    \"highPrice\": \"0.7\",\n                    \"highPriceUsd\": \"0.7\",\n                    \"lowPrice\": \"0.7\",\n                    \"lowPriceUsd\": \"0.7\",\n                    \"volume\": \"707.58\",\n                    \"volumeUsd\": \"495.30600000000004\",\n                    \"tradeCount\": 7\n                },\n                {\n                    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-MIN_yes.KALSHI\",\n                    \"openPrice\": \"0.31\",\n                    \"openPriceUsd\": \"0.31\",\n                    \"closePrice\": \"0.31\",\n                    \"closePriceUsd\": \"0.31\",\n                    \"highPrice\": \"0.31\",\n                    \"highPriceUsd\": \"0.31\",\n                    \"lowPrice\": \"0.31\",\n                    \"lowPriceUsd\": \"0.31\",\n                    \"volume\": \"7234.61\",\n                    \"volumeUsd\": \"2242.7291000000005\",\n                    \"tradeCount\": 93\n                }\n            ]\n        }\n    ],\n    \"nextPageUrl\": \"https://data-pricing-api.lukka.tech/v1/pricing/prediction-history/4141/event/KXNBAGAME-26APR20MINDEN.KALSHI?from=2026-04-20T00%3A00%3A00Z&to=2026-04-21T00%3A00%3A00Z&interval=3600000&limit=3&offset=3\"\n}"}],"_postman_id":"6e470f89-aaf3-406e-8700-0f2f6ff61144"},{"name":"Get Prediction History (by lukkaSymbol)","id":"a1b83948-a98e-49f2-99d5-bfd4c0b5cf4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/prediction-history/:sourceId/symbol/:lukkaSymbol?from=2026-04-20T00:00:00Z&to=2026-04-21T00:00:00Z&interval=3600000&limit=3","description":"<p><strong>Description:</strong> Get the OHLC prediction-market history for a single outcome (lukkaSymbol).</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","prediction-history",":sourceId","symbol",":lukkaSymbol"],"host":["{{lukka_data_pricing}}"],"query":[{"key":"from","value":"2026-04-20T00:00:00Z"},{"key":"to","value":"2026-04-21T00:00:00Z"},{"key":"interval","value":"3600000"},{"disabled":true,"key":"closePriceOnly","value":"false"},{"key":"limit","value":"3"},{"disabled":true,"key":"offset","value":"0"}],"variable":[{"id":"03988558-6a13-4710-aa1f-d16bbe8e54f5","type":"any","value":"4141","key":"sourceId"},{"id":"0335072d-c00e-4fa2-8dc7-67bacf7b690b","type":"any","value":"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI","key":"lukkaSymbol"}]}},"response":[{"id":"e6312fb8-fae1-4b0e-866f-b223b98497cf","name":"Get Prediction History (by lukkaSymbol)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/prediction-history/:sourceId/symbol/:lukkaSymbol?from=2026-04-20T00:00:00Z&to=2026-04-21T00:00:00Z&interval=3600000&limit=3","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","prediction-history",":sourceId","symbol",":lukkaSymbol"],"query":[{"key":"from","value":"2026-04-20T00:00:00Z"},{"key":"to","value":"2026-04-21T00:00:00Z"},{"key":"interval","value":"3600000"},{"key":"closePriceOnly","value":"false","disabled":true},{"key":"limit","value":"3"},{"key":"offset","value":"0","disabled":true}],"variable":[{"key":"sourceId","value":"4141"},{"key":"lukkaSymbol","value":"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataType\": \"predictionHistoryCandles\",\n    \"sourceId\": 4141,\n    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI\",\n    \"count\": 3,\n    \"firstDate\": \"2026-04-20T00:00:00Z\",\n    \"lastDate\": \"2026-04-20T02:00:00Z\",\n    \"data\": [\n        {\n            \"ts\": \"2026-04-20T00:00:00Z\",\n            \"openPrice\": \"0.7\",\n            \"openPriceUsd\": \"0.7\",\n            \"closePrice\": \"0.7\",\n            \"closePriceUsd\": \"0.7\",\n            \"highPrice\": \"0.7\",\n            \"highPriceUsd\": \"0.7\",\n            \"lowPrice\": \"0.7\",\n            \"lowPriceUsd\": \"0.7\",\n            \"volume\": \"1211.08\",\n            \"volumeUsd\": \"847.7559999999999\",\n            \"tradeCount\": 25\n        },\n        {\n            \"ts\": \"2026-04-20T01:00:00Z\",\n            \"openPrice\": \"0.7\",\n            \"openPriceUsd\": \"0.7\",\n            \"closePrice\": \"0.71\",\n            \"closePriceUsd\": \"0.71\",\n            \"highPrice\": \"0.72\",\n            \"highPriceUsd\": \"0.72\",\n            \"lowPrice\": \"0.7\",\n            \"lowPriceUsd\": \"0.7\",\n            \"volume\": \"6722.86\",\n            \"volumeUsd\": \"4745.8966\",\n            \"tradeCount\": 67\n        },\n        {\n            \"ts\": \"2026-04-20T02:00:00Z\",\n            \"openPrice\": \"0.71\",\n            \"openPriceUsd\": \"0.71\",\n            \"closePrice\": \"0.7\",\n            \"closePriceUsd\": \"0.7\",\n            \"highPrice\": \"0.72\",\n            \"highPriceUsd\": \"0.72\",\n            \"lowPrice\": \"0.7\",\n            \"lowPriceUsd\": \"0.7\",\n            \"volume\": \"2130.36\",\n            \"volumeUsd\": \"1515.7585000000008\",\n            \"tradeCount\": 58\n        }\n    ],\n    \"nextPageUrl\": \"https://data-pricing-api.lukka.tech/v1/pricing/prediction-history/4141/symbol/KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI?from=2026-04-20T00%3A00%3A00Z&to=2026-04-21T00%3A00%3A00Z&interval=3600000&limit=3&offset=3\"\n}"}],"_postman_id":"a1b83948-a98e-49f2-99d5-bfd4c0b5cf4a"},{"name":"Get Prediction Trade History (by event ticker)","id":"86ac6544-5b30-458e-9785-863279ce5f7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/prediction-trade-history/:sourceId/event/:eventTicker?from=2026-04-20T12:00:00Z&to=2026-04-20T12:30:00Z&limit=3","description":"<p><strong>Description:</strong> Get the raw tick-level trade history for all outcomes of a single prediction-market event.</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","prediction-trade-history",":sourceId","event",":eventTicker"],"host":["{{lukka_data_pricing}}"],"query":[{"key":"from","value":"2026-04-20T12:00:00Z"},{"key":"to","value":"2026-04-20T12:30:00Z"},{"key":"limit","value":"3"},{"disabled":true,"key":"offset","value":"0"}],"variable":[{"id":"84845431-3e09-4dc9-82a6-06f7434f606b","type":"any","value":"4141","key":"sourceId"},{"id":"eecf6fe6-29b4-4b88-8c68-09a86f28ed8d","type":"any","value":"KXNBAGAME-26APR20MINDEN.KALSHI","key":"eventTicker"}]}},"response":[{"id":"44f206df-ed7d-4238-ab6a-5dc6eb658321","name":"Get Prediction Trade History (by event ticker)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/prediction-trade-history/:sourceId/event/:eventTicker?from=2026-04-20T12:00:00Z&to=2026-04-20T12:30:00Z&limit=3","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","prediction-trade-history",":sourceId","event",":eventTicker"],"query":[{"key":"from","value":"2026-04-20T12:00:00Z"},{"key":"to","value":"2026-04-20T12:30:00Z"},{"key":"limit","value":"3"},{"key":"offset","value":"0","disabled":true}],"variable":[{"key":"sourceId","value":"4141"},{"key":"eventTicker","value":"KXNBAGAME-26APR20MINDEN.KALSHI"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataType\": \"predictionTradeHistory\",\n    \"sourceId\": 4141,\n    \"eventTicker\": \"KXNBAGAME-26APR20MINDEN.KALSHI\",\n    \"count\": 3,\n    \"firstDate\": \"2026-04-20T12:00:16.000047Z\",\n    \"lastDate\": \"2026-04-20T12:00:34.000048Z\",\n    \"data\": [\n        {\n            \"ts\": \"2026-04-20T12:00:16.000047Z\",\n            \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI\",\n            \"eventTicker\": \"KXNBAGAME-26APR20MINDEN.KALSHI\",\n            \"price\": \"0.72\",\n            \"priceUsd\": \"0.72\",\n            \"volume\": \"19.0\",\n            \"volumeUsd\": \"13.68\",\n            \"side\": \"UNKNOWN\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:22.000048Z\",\n            \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-MIN_yes.KALSHI\",\n            \"eventTicker\": \"KXNBAGAME-26APR20MINDEN.KALSHI\",\n            \"price\": \"0.31\",\n            \"priceUsd\": \"0.31\",\n            \"volume\": \"15.38\",\n            \"volumeUsd\": \"4.7678\",\n            \"side\": \"UNKNOWN\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:34.000048Z\",\n            \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_no.KALSHI\",\n            \"eventTicker\": \"KXNBAGAME-26APR20MINDEN.KALSHI\",\n            \"price\": \"0.3\",\n            \"priceUsd\": \"0.3\",\n            \"volume\": \"19.0\",\n            \"volumeUsd\": \"5.7\",\n            \"side\": \"UNKNOWN\"\n        }\n    ],\n    \"nextPageUrl\": \"https://data-pricing-api.lukka.tech/v1/pricing/prediction-trade-history/4141/event/KXNBAGAME-26APR20MINDEN.KALSHI?from=2026-04-20T12%3A00%3A00Z&to=2026-04-20T12%3A30%3A00Z&limit=3&offset=3\"\n}"}],"_postman_id":"86ac6544-5b30-458e-9785-863279ce5f7c"},{"name":"Get Prediction Trade History (by lukkaSymbol)","id":"4d2e999e-1c3a-4ef2-9b64-8fb2c503c27b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{lukka_data_pricing}}/v1/pricing/prediction-trade-history/:sourceId/symbol/:lukkaSymbol?from=2026-04-20T12:00:00Z&to=2026-04-20T12:30:00Z&limit=3","description":"<p><strong>Description:</strong> Get the raw tick-level trade history for a single prediction-market outcome (lukkaSymbol).</p>\n<p>If the response exceeds the maximum number of records that can be returned in a single payload, then a nextPageUrl field will be returned at the end of the response.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}},"urlObject":{"path":["v1","pricing","prediction-trade-history",":sourceId","symbol",":lukkaSymbol"],"host":["{{lukka_data_pricing}}"],"query":[{"key":"from","value":"2026-04-20T12:00:00Z"},{"key":"to","value":"2026-04-20T12:30:00Z"},{"key":"limit","value":"3"},{"disabled":true,"key":"offset","value":"0"}],"variable":[{"id":"97340c4b-2b7b-4616-8683-2cf3c145a8bc","type":"any","value":"4141","key":"sourceId"},{"id":"b7038496-1443-4a6b-8b30-2e311e843e8a","type":"any","value":"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI","key":"lukkaSymbol"}]}},"response":[{"id":"14fa99a3-5db6-410a-b398-19f654771907","name":"Get Prediction Trade History (by lukkaSymbol)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{lukka_data_pricing}}/v1/pricing/prediction-trade-history/:sourceId/symbol/:lukkaSymbol?from=2026-04-20T12:00:00Z&to=2026-04-20T12:30:00Z&limit=3","host":["{{lukka_data_pricing}}"],"path":["v1","pricing","prediction-trade-history",":sourceId","symbol",":lukkaSymbol"],"query":[{"key":"from","value":"2026-04-20T12:00:00Z"},{"key":"to","value":"2026-04-20T12:30:00Z"},{"key":"limit","value":"3"},{"key":"offset","value":"0","disabled":true}],"variable":[{"key":"sourceId","value":"4141"},{"key":"lukkaSymbol","value":"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataType\": \"predictionTradeHistory\",\n    \"sourceId\": 4141,\n    \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI\",\n    \"count\": 3,\n    \"firstDate\": \"2026-04-20T12:00:16.000047Z\",\n    \"lastDate\": \"2026-04-20T12:02:22.000054Z\",\n    \"data\": [\n        {\n            \"ts\": \"2026-04-20T12:00:16.000047Z\",\n            \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI\",\n            \"eventTicker\": \"KXNBAGAME-26APR20MINDEN.KALSHI\",\n            \"price\": \"0.72\",\n            \"priceUsd\": \"0.72\",\n            \"volume\": \"19.0\",\n            \"volumeUsd\": \"13.68\",\n            \"side\": \"UNKNOWN\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:00:45.000049Z\",\n            \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI\",\n            \"eventTicker\": \"KXNBAGAME-26APR20MINDEN.KALSHI\",\n            \"price\": \"0.72\",\n            \"priceUsd\": \"0.72\",\n            \"volume\": \"27.0\",\n            \"volumeUsd\": \"19.44\",\n            \"side\": \"UNKNOWN\"\n        },\n        {\n            \"ts\": \"2026-04-20T12:02:22.000054Z\",\n            \"lukkaSymbol\": \"KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI\",\n            \"eventTicker\": \"KXNBAGAME-26APR20MINDEN.KALSHI\",\n            \"price\": \"0.72\",\n            \"priceUsd\": \"0.72\",\n            \"volume\": \"544.87\",\n            \"volumeUsd\": \"392.3064\",\n            \"side\": \"UNKNOWN\"\n        }\n    ],\n    \"nextPageUrl\": \"https://data-pricing-api.lukka.tech/v1/pricing/prediction-trade-history/4141/symbol/KXNBAGAME-26APR20MINDEN-DEN_yes.KALSHI?from=2026-04-20T12%3A00%3A00Z&to=2026-04-20T12%3A30%3A00Z&limit=3&offset=3\"\n}"}],"_postman_id":"4d2e999e-1c3a-4ef2-9b64-8fb2c503c27b"}],"id":"d56bc429-354d-40c4-aede-f044850ff163","_postman_id":"d56bc429-354d-40c4-aede-f044850ff163","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","name":"Market Data","type":"folder"}}},{"name":"Okta JWT Authorization - Market Data","id":"7a7ddf64-7221-4990-a457-b7142801f2e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>Okta's grant type</p>\n","type":"text"},{"key":"scope","value":"pricing","description":"<p>Scope provided to client</p>\n","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2fqcx5Ik4Q0h8/v1/token","urlObject":{"protocol":"https","path":["oauth2","aus1imo2fqcx5Ik4Q0h8","v1","token"],"host":["sso","lukka","tech"],"query":[],"variable":[]}},"response":[{"id":"7a9c01e1-d393-409a-9fb2-46897684a9a3","name":"Okta JWT Authorization - Pricing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Cache-Control","type":"text","value":"no-cache"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"Okta's grant type","type":"text"},{"key":"scope","value":"pricing","description":"Scope provided to client","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2fqcx5Ik4Q0h8/v1/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 May 2020 19:22:08 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-okta-request-id","value":"Xs1sYGTDmjkiwgJ6JlcDbAAAAFw"},{"key":"x-xss-protection","value":"1; mode=block; report=https://okta.report-uri.com/r/d/xss/enforce"},{"key":"p3p","value":"CP=\"HONK\""},{"key":"x-rate-limit-limit","value":"3000"},{"key":"x-rate-limit-remaining","value":"2989"},{"key":"x-rate-limit-reset","value":"1590520958"},{"key":"cache-control","value":"no-cache, no-store"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=315360000"},{"key":"X-Robots-Tag","value":"none"},{"key":"set-cookie","value":"sid=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"set-cookie","value":"JSESSIONID=6842B4C3FF886B7864A75F2B31AA4F34; Path=/; Secure; HttpOnly"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f4086eaa0000e6ac10bd6200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5999dcf77a76e6ac-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 43200,\n    \"access_token\": \"**REDACTED**\",\n    \"scope\": \"pricing\"\n}"}],"_postman_id":"7a7ddf64-7221-4990-a457-b7142801f2e8"}],"id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","requests":{},"exec":[""],"id":"9be84957-8c23-47eb-bc31-943fb8918e9f"}},{"listen":"test","script":{"type":"text/javascript","requests":{},"exec":[""],"id":"28082b21-c3db-475f-9729-f1859d7da8ee"}}],"_postman_id":"a5fdab6b-1386-4791-9ee7-02ccbd6f4dd8","description":""},{"name":"Websockets","item":[{"name":"Trades Websocket","item":[],"id":"d6f4a444-d18b-4a8f-a8a3-10e45a445b96","description":"<p>Subscribe to trades stream</p>\n<h3 id=\"background\">Background</h3>\n<p>This service provides the a real time stream of trades from covered exchanges.</p>\n<h3 id=\"connecting\">Connecting</h3>\n<p>Using a websocket client of your choosing, establish a connection to this service at <code>wss://market-data-trades-ws.lukka.tech/v1/trades</code>. You will need to create a bearer token using credentials with permission to access this service and provide this as an HTTP parameter to the connection URL.</p>\n<h4 id=\"token-expiration\">Token Expiration</h4>\n<p>The token provided for the initial connection to this service will expire after an extended amount of time. You will need to reauthorize with a fresh bearer token by sending an authentication message (see Reauthorize (Client) example message). This service will notify the client process of an impending token expiration (see Reauthorize (Server) example message).</p>\n<h3 id=\"url\">URL</h3>\n<p><code>wss://market-data-trades-ws.lukka.tech/v1/trades?access_token={{bearerToken}}</code></p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{{bearerToken}}</td>\n<td>valid bearer token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"messages\">Messages</h3>\n<h6 id=\"subscribe-client\">Subscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"subscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"sourceIds\": [\n      4002\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"unsubscribe-client\">Unsubscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"unsubscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"sourceIds\": [\n      4002\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"reauthorize-client\">Reauthorize (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"authenticate\",\n  \"parameters\": {\n    \"token\": \"{{bearerToken}}\"\n  }\n}\n\n</code></pre>\n<h6 id=\"trade-record-server\">Trade Record (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"TRADE\",\n    \"description\": null\n  },\n  \"data\": [\n    {\n      \"tsNanos\": 1776891587046000000,\n      \"pairCode\": \"XBT-USD\",\n      \"baseAssetCode\": \"XBT\",\n      \"counterAssetCode\": \"USD\",\n      \"entityCode\": \"CPRO\",\n      \"price\": 78459.82,\n      \"size\": 1.2e-07,\n      \"side\": \"S\"\n    }\n  ]\n}\n</code></pre>\n<h6 id=\"reauthorize-server\">Reauthorize (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"AUTH\"\n  },\n  \"message\": {\n    \"text\": \"The token will expire soon!\"\n  }\n}\n\n</code></pre>\n","_postman_id":"d6f4a444-d18b-4a8f-a8a3-10e45a445b96","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}},{"name":"Quotes Websocket V3","item":[],"id":"052873a6-8708-448e-8f6b-2e94afebceee","description":"<p>Subscribe to quotes stream</p>\n<h3 id=\"background\">Background</h3>\n<p>Quotes represent the \"inside\" price levels of the limit order book for a product trading on an exchange. This service provides the latest updates to these price levels (changes in price or size) on an exchange and pair basis.</p>\n<h3 id=\"connecting\">Connecting</h3>\n<p>Using a websocket client of your choosing, establish a connection to this service at <code>wss://market-data-ws.lukka.tech/v3/quotes</code>. You will need to create a bearer token using credentials with permission to access this service and provide this as an HTTP parameter to the connection URL.</p>\n<h4 id=\"token-expiration\">Token Expiration</h4>\n<p>The token provided for the initial connection to this service will expire after an extended amount of time. You will need to reauthorize with a fresh bearer token by sending an authentication message (see Reauthorize (Client) example message). This service will notify the client process of an impending token expiration (see Reauthorize (Server) example message).</p>\n<h4 id=\"heartbeat\">Heartbeat</h4>\n<p>Users can leverage ping/pong protocol to verify connectivity</p>\n<h3 id=\"url\">URL</h3>\n<p><code>wss://market-data-ws.lukka.tech/v3/quotes?access_token={{bearerToken}}</code></p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{{bearerToken}}</td>\n<td>valid bearer token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"messages\">Messages</h3>\n<h6 id=\"subscribe-client\">Subscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"subscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"sourceIds\": [\n      4002\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"unsubscribe-client\">Unsubscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"unsubscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"sourceIds\": [\n      4002\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"reauthorize-client\">Reauthorize (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"authenticate\",\n  \"parameters\": {\n    \"token\": \"{{bearerToken}}\"\n  }\n}\n\n</code></pre>\n<h6 id=\"quote-record-server\">Quote Record (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"QUOTE\",\n    \"description\": \"\"\n  },\n  \"data\": [\n    {\n      \"tsNanos\": 1776891592792000000,\n      \"pairCode\": \"XBT-USD\",\n      \"baseAssetCode\": \"XBT\",\n      \"counterAssetCode\": \"USD\",\n      \"entityCode\": \"CPRO\",\n      \"bidPrice\": 78459.82,\n      \"bidSize\": 1.17625572,\n      \"askPrice\": 78459.83,\n      \"askSize\": 0.28516417,\n      \"exchangeTS\": 1776891592785652000\n    }\n  ]\n}\n</code></pre>\n<h6 id=\"reauthorize-server\">Reauthorize (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"AUTH\"\n  },\n  \"message\": {\n    \"text\": \"The token will expire soon!\"\n  }\n}\n\n</code></pre>\n<h6 id=\"ping-client\">Ping (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n \"action\": \"ping\",\n \"correlationId\": \"578e71e0-38b3-4099-85cc-9c820e3f7881\"\n}\n\n</code></pre>\n<h6 id=\"pong-server\">Pong (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"correlationId\" : \"578e71e0-38b3-4099-85cc-9c820e3f7881\",\n  \"metadata\" : {\n    \"dataType\" : \"PONG\"\n  }\n}\n\n</code></pre>\n","_postman_id":"052873a6-8708-448e-8f6b-2e94afebceee","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}},{"name":"Lukka Prime Websocket","item":[],"id":"23184a86-f78a-49eb-9687-2d20a0f354a1","description":"<p>Subscribe to Lukka Prime stream.</p>\n<h3 id=\"background\">Background</h3>\n<p>This service provides real time Lukka Prime pricing at second precision.</p>\n<h3 id=\"connecting\">Connecting</h3>\n<p>Using a websocket client of your choosing, establish a connection to this service at <code>wss://market-data-lp-ws.lukka.tech/v1/lp</code>. You will need to create a bearer token using credentials with permission to access this service and provide this as an HTTP parameter to the connection URL.</p>\n<h4 id=\"token-expiration\">Token Expiration</h4>\n<p>The token provided for the initial connection to this service will expire after an extended amount of time. You will need to reauthorize with a fresh bearer token by sending an authentication message (see Reauthorize (Client) example message). This service will notify the client process of an impending token expiration (see Reauthorize (Server) example message).</p>\n<h3 id=\"url\">URL</h3>\n<p><code>wss://market-data-lp-ws.lukka.tech/v1/lp?access_token={{bearerToken}}</code></p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{{bearerToken}}</td>\n<td>valid bearer token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"messages\">Messages</h3>\n<h6 id=\"subscribe-client\">Subscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"subscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"unsubscribe-client\">Unsubscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"unsubscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"reauthorize-client\">Reauthorize (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"authenticate\",\n  \"parameters\": {\n    \"token\": \"{{bearerToken}}\"\n  }\n}\n\n</code></pre>\n<h6 id=\"lp-record-server\">LP Record (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"LP\"\n  },\n  \"data\": [\n    {\n      \"tsNanos\": 1646959268000000000,\n      \"pairCode\": \"XBT-USD\",\n      \"baseAssetCode\": \"XBT\",\n      \"counterAssetCode\": \"USD\",\n      \"price\": 39331.83\n    }\n  ]\n}\n\n</code></pre>\n<h6 id=\"reauthorize-server\">Reauthorize (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"AUTH\"\n  },\n  \"message\": {\n    \"text\": \"The token will expire soon!\"\n  }\n}\n\n</code></pre>\n","_postman_id":"23184a86-f78a-49eb-9687-2d20a0f354a1","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}},{"name":"Lukka Index Websocket","item":[],"id":"223ba96f-f777-45fc-88bb-e2886a46aa79","description":"<p>Subscribe to Index stream</p>\n<h3 id=\"background\">Background</h3>\n<p>This service provides the a real time stream of indices and corresponding valuations.</p>\n<h3 id=\"connecting\">Connecting</h3>\n<p>Using a websocket client of your choosing, establish a connection to this service at <code>wss://market-data-trades-ws.lukka.tech/v3/index</code>. You will need to create a bearer token using credentials with permission to access this service and provide this as an HTTP parameter to the connection URL.</p>\n<h4 id=\"token-expiration\">Token Expiration</h4>\n<p>The token provided for the initial connection to this service will expire after an extended amount of time. You will need to reauthorize with a fresh bearer token by sending an authentication message (see Reauthorize (Client) example message). This service will notify the client process of an impending token expiration (see Reauthorize (Server) example message).</p>\n<p>URL<br /><code>wss://market-data-ws.lukka.tech/v3/index?access_token={{bearerToken}}</code></p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{{bearerToken}}</td>\n<td>valid bearer token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"messages\">Messages</h3>\n<h6 id=\"subscribe-client\">Subscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"SUBSCRIBE\",\n  \"parameters\": {\n    \"sourceIds\": [6140],\n}\n\n</code></pre>\n<h6 id=\"unsubscribe-client\">Unsubscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"UNSUBSCRIBE\",\n  \"parameters\": {\n    \"sourceIds\": [\n      6140\n    ]\n  }\n}\n\n</code></pre>\n<h6 id=\"reauthorize-client\">Reauthorize (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"authenticate\",\n  \"parameters\": {\n    \"token\": \"{{bearerToken}}\"\n  }\n}\n\n</code></pre>\n<h6 id=\"index-record-server\">Index Record (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"metadata\": {\n        \"dataType\": \"INDEX\",\n        \"description\": \"\"\n    },\n    \"data\": [\n        {\n            \"indexId\": 140,\n            \"symbol\": \"LS-LDAMVWAP-XBTCAD\",\n            \"name\": \"Lukka Digital Asset MVWAP1S3S - Bitcoin - Canadian Dollar\",\n            \"businessTime\": 1726170247000,\n            \"eventTime\": 1726170250886,\n            \"value\": 79161.12485473843,\n            \"valueUnit\": \"CAD\",\n            \"sourceId\": 6140\n        }\n    ]\n}\n\n</code></pre>\n<h6 id=\"reauthorize-server\">Reauthorize (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"AUTH\"\n  },\n  \"message\": {\n    \"text\": \"The token will expire soon!\"\n  }\n}\n\n</code></pre>\n","_postman_id":"223ba96f-f777-45fc-88bb-e2886a46aa79","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}},{"name":"Lukka Standard Reference Rate","item":[],"id":"281e7f41-8925-4f57-aa58-ace174b5f4a2","description":"<p>Subscribe to Lukka Standard Reference Rate.</p>\n<h3 id=\"background\">Background</h3>\n<p>This service provides real time updates to Lukka Standard Reference Rates.</p>\n<h3 id=\"connecting\">Connecting</h3>\n<p>Using a websocket client of your choosing, establish a connection to this service at <code>wss://market-data-refrate-ws.lukka.tech/v1/refrates</code>. You will need to create a bearer token using credentials with permission to access this service and provide this as an HTTP parameter to the connection URL.</p>\n<h4 id=\"token-expiration\">Token Expiration</h4>\n<p>The token provided for the initial connection to this service will expire after an extended amount of time. You will need to reauthorize with a fresh bearer token by sending an authentication message (see Reauthorize (Client) example message). This service will notify the client process of an impending token expiration (see Reauthorize (Server) example message).</p>\n<h3 id=\"url\">URL</h3>\n<p><code>wss://market-data-refrate-ws.lukka.tech/v1/refrates?access_token={{bearerToken}}</code></p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{{bearerToken}}</td>\n<td>valid bearer token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"messages\">Messages</h3>\n<h6 id=\"subscribe-client\">Subscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"subscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"unsubscribe-client\">Unsubscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"unsubscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"reauthorize-client\">Reauthorize (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"authenticate\",\n  \"parameters\": {\n    \"token\": \"{{bearerToken}}\"\n  }\n}\n\n</code></pre>\n<h6 id=\"reference-rate-record-server\">Reference Rate Record (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"REFERENCE_RATE\"\n  },\n  \"data\": [\n    {\n      \"tsNanos\": 1669050995391000000,\n      \"calculationWindowStart\": \"2022-11-21T17:00:00.000Z\",\n      \"calculationWindowEnd\": \"2022-11-21T18:00:00.000Z\",\n      \"calculationWindowStartEffective\": \"2022-11-21T17:00:00.000Z\",\n      \"pairCode\": \"ETH-USD\",\n      \"status\": \"pending\",\n      \"price\": 1112.8879781879882,\n      \"partitions\": [\n        {\n          \"start\": \"2022-11-21T17:00:00.000Z\",\n          \"end\": \"2022-11-21T17:10:00.000Z\",\n          \"price\": 1115.2637297415906,\n          \"ohlcByExchange\": {\n            \"BFLY\": {\n              \"open\": 1115.64,\n              \"high\": 1118.83,\n              \"low\": 1113.76,\n              \"close\": 1113.76,\n              \"firstTickTime\": \"2022-11-21T17:00:05.500Z\",\n              \"lastTickTime\": \"2022-11-21T17:04:23.507Z\",\n              \"tradeCount\": 8,\n              \"volume\": 4.91,\n              \"vwap\": 1115.6459063136456,\n              \"isOutlier\": false\n            },\n            \"CPRO\": {\n              \"open\": 1115.07,\n              \"high\": 1120.03,\n              \"low\": 1109.91,\n              \"close\": 1110.47,\n              \"firstTickTime\": \"2022-11-21T17:00:00.417Z\",\n              \"lastTickTime\": \"2022-11-21T17:09:59.913Z\",\n              \"tradeCount\": 5426,\n              \"volume\": 5877.83970994,\n              \"vwap\": 1114.3226374433025,\n              \"isOutlier\": false\n            }\n          }\n        },\n        {\n          \"start\": \"2022-11-21T17:10:00.000Z\",\n          \"end\": \"2022-11-21T17:20:00.000Z\",\n          \"price\": 1110.512226634386,\n          \"ohlcByExchange\": {\n            \"BFLY\": {\n              \"open\": 1110.97,\n              \"high\": 1114.55,\n              \"low\": 1110.54,\n              \"close\": 1112.66,\n              \"firstTickTime\": \"2022-11-21T17:10:05.120Z\",\n              \"lastTickTime\": \"2022-11-21T17:15:37.584Z\",\n              \"tradeCount\": 7,\n              \"volume\": 1.104,\n              \"vwap\": 1111.15865942029,\n              \"isOutlier\": false\n            },\n            \"CPRO\": {\n              \"open\": 1110.2,\n              \"high\": 1113.13,\n              \"low\": 1107.31,\n              \"close\": 1112.29,\n              \"firstTickTime\": \"2022-11-21T17:10:00.281Z\",\n              \"lastTickTime\": \"2022-11-21T17:16:29.543Z\",\n              \"tradeCount\": 3780,\n              \"volume\": 3560.02631066,\n              \"vwap\": 1110.2858893653843,\n              \"isOutlier\": false\n            }\n          }\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<h6 id=\"reauthorize-server\">Reauthorize (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"AUTH\"\n  },\n  \"message\": {\n    \"text\": \"The token will expire soon!\"\n  }\n}\n\n</code></pre>\n","_postman_id":"281e7f41-8925-4f57-aa58-ace174b5f4a2","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}},{"name":"Lukka Median Reference Rate","item":[],"id":"e6eea80a-177b-473b-8113-ac096f96f4d4","description":"<p>Subscribe to Lukka Median Reference Rate.</p>\n<h3 id=\"background\">Background</h3>\n<p>This service provides real time updates to Lukka Median Reference Rates.</p>\n<h3 id=\"connecting\">Connecting</h3>\n<p>Using a websocket client of your choosing, establish a connection to this service at <code>wss://market-data-lukka-median-refrate-ws.lukka.tech/v1/refrates</code>. You will need to create a bearer token using credentials with permission to access this service and provide this as an HTTP parameter to the connection URL.</p>\n<h4 id=\"token-expiration\">Token Expiration</h4>\n<p>The token provided for the initial connection to this service will expire after an extended amount of time. You will need to reauthorize with a fresh bearer token by sending an authentication message (see Reauthorize (Client) example message). This service will notify the client process of an impending token expiration (see Reauthorize (Server) example message).</p>\n<h3 id=\"url\">URL</h3>\n<p><code>wss://market-data-lukka-median-refrate-ws.lukka.tech/v1/refrates?access_token={{bearerToken}}</code></p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{{bearerToken}}</td>\n<td>valid bearer token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"messages\">Messages</h3>\n<h6 id=\"subscribe-client\">Subscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"subscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"unsubscribe-client\">Unsubscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"unsubscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"reauthorize-client\">Reauthorize (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"authenticate\",\n  \"parameters\": {\n    \"token\": \"{{bearerToken}}\"\n  }\n}\n\n</code></pre>\n<h6 id=\"reference-rate-record-server\">Reference Rate Record (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"metadata\": {\n        \"dataType\": \"REFERENCE_RATE\",\n        \"description\": null\n    },\n    \"data\": [\n        {\n            \"tsNanos\": 1715982636729000000,\n            \"referenceRateStart\": 1715979600000,\n            \"referenceRateEnd\": 1715983200000,\n            \"referenceRateStartEffective\": 1715979600000,\n            \"pairCode\": \"ETH-USD\",\n            \"status\": \"In Progress\",\n            \"usedFallback\": false,\n            \"price\": 3090.6845454545455,\n            \"partitions\": [\n                {\n                    \"partitionStart\": 1715979600000,\n                    \"partitionEnd\": 1715979900000,\n                    \"price\": 3090.34,\n                    \"exchangeCandles\": []\n                },\n                {\n                    \"partitionStart\": 1715979900000,\n                    \"partitionEnd\": 1715980200000,\n                    \"price\": 3089.41,\n                    \"exchangeCandles\": []\n                },\n                {\n                    \"partitionStart\": 1715980200000,\n                    \"partitionEnd\": 1715980500000,\n                    \"price\": 3089.4,\n                    \"exchangeCandles\": []\n                },\n                {\n                    \"partitionStart\": 1715980500000,\n                    \"partitionEnd\": 1715980800000,\n                    \"price\": 3090.9,\n                    \"exchangeCandles\": []\n                },\n                {\n                    \"partitionStart\": 1715980800000,\n                    \"partitionEnd\": 1715981100000,\n                    \"price\": 3091.7,\n                    \"exchangeCandles\": []\n                },\n                {\n                    \"partitionStart\": 1715981100000,\n                    \"partitionEnd\": 1715981400000,\n                    \"price\": 3094.1,\n                    \"exchangeCandles\": []\n                },\n                {\n                    \"partitionStart\": 1715981400000,\n                    \"partitionEnd\": 1715981700000,\n                    \"price\": 3093.74,\n                    \"exchangeCandles\": []\n                },\n                {\n                    \"partitionStart\": 1715981700000,\n                    \"partitionEnd\": 1715982000000,\n                    \"price\": 3090.4,\n                    \"exchangeCandles\": []\n                },\n                {\n                    \"partitionStart\": 1715982000000,\n                    \"partitionEnd\": 1715982300000,\n                    \"price\": 3091.37,\n                    \"exchangeCandles\": []\n                },\n                {\n                    \"partitionStart\": 1715982300000,\n                    \"partitionEnd\": 1715982600000,\n                    \"price\": 3089.0,\n                    \"exchangeCandles\": []\n                },\n                {\n                    \"partitionStart\": 1715982600000,\n                    \"partitionEnd\": 1715982900000,\n                    \"price\": 3087.17,\n                    \"exchangeCandles\": []\n                },\n                {\n                    \"partitionStart\": 1715982900000,\n                    \"partitionEnd\": 1715983200000,\n                    \"price\": 0.0,\n                    \"exchangeCandles\": []\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<h6 id=\"reauthorize-server\">Reauthorize (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"AUTH\"\n  },\n  \"message\": {\n    \"text\": \"The token will expire soon!\"\n  }\n}\n\n</code></pre>\n","_postman_id":"e6eea80a-177b-473b-8113-ac096f96f4d4","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}},{"name":"Lukka Real Time VWAP","item":[],"id":"ba5977cf-81b2-45e7-920f-042b798f3a45","description":"<p>Subscribe to Lukka Real Time VWAP</p>\n<h3 id=\"background\">Background</h3>\n<p>This service provides real time updates to the Lukka Real Time VWAP</p>\n<h3 id=\"connecting\">Connecting</h3>\n<p>Using a websocket client of your choosing, establish a connection to this service at <code>wss://market-data-ws.lukka.tech/v3/mvwap</code>. You will need to create a bearer token using credentials with permission to access this service and provide this as an HTTP parameter to the connection URL.</p>\n<h4 id=\"token-expiration\">Token Expiration</h4>\n<p>The token provided for the initial connection to this service will expire after an extended amount of time. You will need to reauthorize with a fresh bearer token by sending an authentication message (see Reauthorize (Client) example message). This service will notify the client process of an impending token expiration (see Reauthorize (Server) example message).</p>\n<h3 id=\"url\">URL</h3>\n<p><code>wss://market-data-ws.lukka.tech/v3/mvwap?access_token={{bearerToken}}</code></p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{{bearerToken}}</td>\n<td>valid bearer token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"messages\">Messages</h3>\n<h6 id=\"subscribe-client\">Subscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"subscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\"XBT-USD\"],\n    \"sourceIds\": [5005]\n  }\n}\n\n</code></pre>\n<h6 id=\"mvwap-record-server\">MVWAP Record (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"MVWAP\",\n    \"description\": \"\"\n  },\n  \"data\": [\n    {\n      \"tsNanos\": 1776891754000000000,\n      \"pairCode\": \"XBT-USD\",\n      \"baseAssetCode\": \"XBT\",\n      \"counterAssetCode\": \"USD\",\n      \"price\": 78523.70800302524\n    }\n  ]\n}\n</code></pre>\n","_postman_id":"ba5977cf-81b2-45e7-920f-042b798f3a45","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}},{"name":"Derivative Greeks Websocket","item":[],"id":"d9b62348-84be-43a6-9eee-b51924efd16e","description":"<p>Subscribe to Derivative Greeks stream</p>\n<p>This service provides a real time stream of options trades with calculated Greeks (delta, gamma, theta, vega, rho) and implied volatility.</p>\n<h3 id=\"connecting\">Connecting</h3>\n<p>Using a websocket client of your choosing, establish a connection to this service. You will need to create a bearer token using credentials with permission to access this service and provide this as an HTTP parameter to the connection URL.</p>\n<h4 id=\"token-expiration\">Token Expiration</h4>\n<p>The token provided for the initial connection to this service will expire after an extended amount of time. You will need to reauthorize with a fresh bearer token by sending an authentication message (see Reauthorize (Client) example message). This service will notify the client process of an impending token expiration (see Reauthorize (Server) example message).</p>\n<h4 id=\"heartbeat\">Heartbeat</h4>\n<p>Users can leverage ping/pong protocol to verify connectivity</p>\n<h3 id=\"url\">URL</h3>\n<p><code>wss://market-data-ws.lukka.tech/v3/derivative-greeks?access_token={{bearerToken}}</code></p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{{bearerToken}}</td>\n<td>valid bearer token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"messages\">Messages</h3>\n<h6 id=\"subscribe-client\">Subscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"subscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"sourceIds\": [\n      4002\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": [],\n    \"underlyingAssetCodes\": []\n  }\n}\n</code></pre>\n<h6 id=\"unsubscribe-client\">Unsubscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"unsubscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"sourceIds\": [\n      4002\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": [],\n    \"underlyingAssetCodes\": []\n  }\n}\n</code></pre>\n<h6 id=\"reauthorize-client\">Reauthorize (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"authenticate\",\n  \"parameters\": {\n    \"token\": \"{{bearerToken}}\"\n  }\n}\n</code></pre>\n<h6 id=\"derivative-greeks-record-server\">Derivative Greeks Record (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"DERIVATIVE_GREEKS\"\n  },\n  \"data\": [\n    {\n      \"tsNanos\": 1714000000000000000,\n      \"sourceId\": 4005,\n      \"entityCode\": \"BINA\",\n      \"derivativeCode\": \"BTCUSDT.BINA\",\n      \"underlyingAssetCode\": \"XBT\",\n      \"quoteAssetCode\": \"USDT\",\n      \"lukkaInstrumentClassification\": \"Option\",\n      \"optionType\": \"CALL\",\n      \"strikePrice\": 70000.0,\n      \"expiryTime\": \"2024-05-31T08:00:00Z\",\n      \"latestPrice\": 1250.5,\n      \"latestPriceUsd\": 1250.5,\n      \"latestSize\": 0.1,\n      \"latestSizeUsd\": 125.05,\n      \"aggressor\": \"BUY\",\n      \"spotPrice\": 62000.0,\n      \"forwardPrice\": 62100.0,\n      \"impliedForwardRate\": 0.045,\n      \"riskFreeRate\": 0.04,\n      \"timeToExpiry\": 0.084,\n      \"impliedVolatility\": 0.68,\n      \"delta\": 0.42,\n      \"gamma\": 0.00012,\n      \"theta\": -45.2,\n      \"vega\": 38.1,\n      \"rho\": 5.6,\n      \"modelType\": \"BLACK76\"\n    }\n  ]\n}\n</code></pre>\n<h6 id=\"reauthorize-server\">Reauthorize (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"AUTH\"\n  },\n  \"message\": {\n    \"text\": \"The token will expire soon!\"\n  }\n}\n</code></pre>\n<h6 id=\"ping-client\">Ping (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n \"action\": \"ping\",\n \"correlationId\": \"578e71e0-38b3-4099-85cc-9c820e3f7881\"\n}\n</code></pre>\n<h6 id=\"pong-server\">Pong (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"correlationId\" : \"578e71e0-38b3-4099-85cc-9c820e3f7881\",\n  \"metadata\" : {\n    \"dataType\" : \"PONG\"\n  }\n}\n</code></pre>\n","_postman_id":"d9b62348-84be-43a6-9eee-b51924efd16e","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}},{"name":"Prediction Market Trades Websocket","item":[],"id":"b0cc8222-01ff-4f32-8042-d39bc388d1ea","description":"<p>Subscribe to Prediction Market Trades stream</p>\n<p>This service provides a real time stream of trades from prediction market exchanges (e.g. Kalshi, Polymarket).</p>\n<h3 id=\"connecting\">Connecting</h3>\n<p>Using a websocket client of your choosing, establish a connection to this service. You will need to create a bearer token using credentials with permission to access this service and provide this as an HTTP parameter to the connection URL.</p>\n<h4 id=\"token-expiration\">Token Expiration</h4>\n<p>The token provided for the initial connection to this service will expire after an extended amount of time. You will need to reauthorize with a fresh bearer token by sending an authentication message (see Reauthorize (Client) example message). This service will notify the client process of an impending token expiration (see Reauthorize (Server) example message).</p>\n<h4 id=\"heartbeat\">Heartbeat</h4>\n<p>Users can leverage ping/pong protocol to verify connectivity</p>\n<h3 id=\"url\">URL</h3>\n<p><code>wss://market-data-ws.lukka.tech/v3/prediction-trades?access_token={{bearerToken}}</code></p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{{bearerToken}}</td>\n<td>valid bearer token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"messages\">Messages</h3>\n<h6 id=\"subscribe-client\">Subscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"subscribe\",\n  \"parameters\": {\n    \"sourceIds\": [\n      4141\n    ],\n    \"pairCodes\": [],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": [],\n    \"eventTickers\": []\n  }\n}\n</code></pre>\n<h6 id=\"unsubscribe-client\">Unsubscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"unsubscribe\",\n  \"parameters\": {\n    \"sourceIds\": [\n      4141\n    ],\n    \"pairCodes\": [],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": [],\n    \"eventTickers\": []\n  }\n}\n</code></pre>\n<h6 id=\"reauthorize-client\">Reauthorize (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"authenticate\",\n  \"parameters\": {\n    \"token\": \"{{bearerToken}}\"\n  }\n}\n</code></pre>\n<h6 id=\"prediction-trade-record-server\">Prediction Trade Record (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"PREDICTION_TRADE\",\n    \"description\": \"\"\n  },\n  \"data\": [\n    {\n      \"tsNanos\": 1776891619377000000,\n      \"pairCode\": \"KXBRENTW-26APR2417-T95.99_yes.KALSHI\",\n      \"baseAssetCode\": \"KXBRENTW-26APR2417-T95.99_yes.KALSHI\",\n      \"counterAssetCode\": \"USD\",\n      \"entityCode\": \"KALSHI\",\n      \"eventTicker\": \"KXBRENTW-26APR2417.KALSHI\",\n      \"price\": 0.62,\n      \"size\": 5.0,\n      \"side\": \"UNKNOWN\",\n      \"exchangeTS\": 1776891619000000000,\n      \"sourceId\": 4141\n    }\n  ]\n}\n</code></pre>\n<h6 id=\"reauthorize-server\">Reauthorize (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"AUTH\"\n  },\n  \"message\": {\n    \"text\": \"The token will expire soon!\"\n  }\n}\n</code></pre>\n<h6 id=\"ping-client\">Ping (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n \"action\": \"ping\",\n \"correlationId\": \"578e71e0-38b3-4099-85cc-9c820e3f7881\"\n}\n</code></pre>\n<h6 id=\"pong-server\">Pong (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"correlationId\" : \"578e71e0-38b3-4099-85cc-9c820e3f7881\",\n  \"metadata\" : {\n    \"dataType\" : \"PONG\"\n  }\n}\n</code></pre>\n","_postman_id":"b0cc8222-01ff-4f32-8042-d39bc388d1ea","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}},{"name":"Prediction Market Quotes Websocket","item":[],"id":"dfb9891d-c78e-4900-b86e-df77405c5ec4","description":"<p>Subscribe to Prediction Market Quotes stream</p>\n<p>This service provides real time quote (bid/ask) updates for prediction market instruments.</p>\n<h3 id=\"connecting\">Connecting</h3>\n<p>Using a websocket client of your choosing, establish a connection to this service. You will need to create a bearer token using credentials with permission to access this service and provide this as an HTTP parameter to the connection URL.</p>\n<h4 id=\"token-expiration\">Token Expiration</h4>\n<p>The token provided for the initial connection to this service will expire after an extended amount of time. You will need to reauthorize with a fresh bearer token by sending an authentication message (see Reauthorize (Client) example message). This service will notify the client process of an impending token expiration (see Reauthorize (Server) example message).</p>\n<h4 id=\"heartbeat\">Heartbeat</h4>\n<p>Users can leverage ping/pong protocol to verify connectivity</p>\n<h3 id=\"url\">URL</h3>\n<p><code>wss://market-data-ws.lukka.tech/v3/prediction-quotes?access_token={{bearerToken}}</code></p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{{bearerToken}}</td>\n<td>valid bearer token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"messages\">Messages</h3>\n<h6 id=\"subscribe-client\">Subscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"subscribe\",\n  \"parameters\": {\n    \"sourceIds\": [\n      4141\n    ],\n    \"pairCodes\": [],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": [],\n    \"eventTickers\": []\n  }\n}\n</code></pre>\n<h6 id=\"unsubscribe-client\">Unsubscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"unsubscribe\",\n  \"parameters\": {\n    \"sourceIds\": [\n      4141\n    ],\n    \"pairCodes\": [],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": [],\n    \"eventTickers\": []\n  }\n}\n</code></pre>\n<h6 id=\"reauthorize-client\">Reauthorize (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"authenticate\",\n  \"parameters\": {\n    \"token\": \"{{bearerToken}}\"\n  }\n}\n</code></pre>\n<h6 id=\"prediction-quote-record-server\">Prediction Quote Record (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"PREDICTION_QUOTE\",\n    \"description\": \"\"\n  },\n  \"data\": [\n    {\n      \"tsNanos\": 1776891621051000000,\n      \"pairCode\": \"KXSOLE-26APR2417-B83_yes.KALSHI\",\n      \"baseAssetCode\": \"KXSOLE-26APR2417-B83_yes.KALSHI\",\n      \"counterAssetCode\": \"USD\",\n      \"entityCode\": \"KALSHI\",\n      \"eventTicker\": \"KXSOLE-26APR2417.KALSHI\",\n      \"bidPrice\": 0.03,\n      \"bidSize\": 5000.0,\n      \"askPrice\": 0.97,\n      \"askSize\": 60.0,\n      \"exchangeTS\": 1776891620000000000\n    }\n  ]\n}\n</code></pre>\n<h6 id=\"reauthorize-server\">Reauthorize (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"AUTH\"\n  },\n  \"message\": {\n    \"text\": \"The token will expire soon!\"\n  }\n}\n</code></pre>\n<h6 id=\"ping-client\">Ping (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n \"action\": \"ping\",\n \"correlationId\": \"578e71e0-38b3-4099-85cc-9c820e3f7881\"\n}\n</code></pre>\n<h6 id=\"pong-server\">Pong (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"correlationId\" : \"578e71e0-38b3-4099-85cc-9c820e3f7881\",\n  \"metadata\" : {\n    \"dataType\" : \"PONG\"\n  }\n}\n</code></pre>\n","_postman_id":"dfb9891d-c78e-4900-b86e-df77405c5ec4","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}},{"name":"Legacy","item":[{"name":"Quotes Websocket","item":[],"id":"cbf0029f-648b-49a9-8748-9cca54eaf0a8","description":"<p>Subscribe to quotes stream</p>\n<h3 id=\"background\">Background</h3>\n<p>Quotes represent the \"inside\" price levels of the limit order book for a product trading on an exchange. This service provides the latest updates to these price levels (changes in price or size) on an exchange and pair basis.</p>\n<h3 id=\"connecting\">Connecting</h3>\n<p>Using a websocket client of your choosing, establish a connection to this service at <code>wss://market-data-quotes-ws.lukka.tech/v1/quotes</code>. You will need to create a bearer token using credentials with permission to access this service and provide this as an HTTP parameter to the connection URL.</p>\n<h4 id=\"token-expiration\">Token Expiration</h4>\n<p>The token provided for the initial connection to this service will expire after an extended amount of time. You will need to reauthorize with a fresh bearer token by sending an authentication message (see Reauthorize (Client) example message). This service will notify the client process of an impending token expiration (see Reauthorize (Server) example message).</p>\n<h4 id=\"heartbeat\">Heartbeat</h4>\n<p>Users can leverage ping/pong protocol to verify connectivity</p>\n<h3 id=\"url\">URL</h3>\n<p><code>wss://market-data-quotes-ws.lukka.tech/v1/quotes?access_token={{bearerToken}}</code></p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{{bearerToken}}</td>\n<td>valid bearer token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"messages\">Messages</h3>\n<h6 id=\"subscribe-client\">Subscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"subscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"sourceIds\": [\n      4002\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"unsubscribe-client\">Unsubscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"unsubscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"sourceIds\": [\n      4002\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"reauthorize-client\">Reauthorize (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"authenticate\",\n  \"parameters\": {\n    \"token\": \"{{bearerToken}}\"\n  }\n}\n\n</code></pre>\n<h6 id=\"quote-record-server\">Quote Record (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"QUOTE\"\n  },\n  \"data\": [\n    {\n      \"tsNanos\": 1646953821915000000,\n      \"pairCode\": \"XBT-USD\",\n      \"baseAssetCode\": \"XBT\",\n      \"counterAssetCode\": \"USD\",\n      \"entityCode\": \"CPRO\",\n      \"bidPrice\": 39519.82,\n      \"bidSize\": 0.05,\n      \"askPrice\": 39521.2,\n      \"askSize\": 0.00792\n    },\n    {\n      \"tsNanos\": 1646953822012000000,\n      \"pairCode\": \"XBT-USD\",\n      \"baseAssetCode\": \"XBT\",\n      \"counterAssetCode\": \"USD\",\n      \"entityCode\": \"CPRO\",\n      \"bidPrice\": 39519.82,\n      \"bidSize\": 0.05,\n      \"askPrice\": 39519.9,\n      \"askSize\": 0.002597\n    }\n  ]\n}\n\n</code></pre>\n<h6 id=\"reauthorize-server\">Reauthorize (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"AUTH\"\n  },\n  \"message\": {\n    \"text\": \"The token will expire soon!\"\n  }\n}\n\n</code></pre>\n<h6 id=\"ping-client\">Ping (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n \"action\": \"ping\",\n \"correlationId\": \"578e71e0-38b3-4099-85cc-9c820e3f7881\"\n}\n\n</code></pre>\n<h6 id=\"pong-server\">Pong (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"correlationId\" : \"578e71e0-38b3-4099-85cc-9c820e3f7881\",\n  \"metadata\" : {\n    \"dataType\" : \"PONG\"\n  }\n}\n\n</code></pre>\n","_postman_id":"cbf0029f-648b-49a9-8748-9cca54eaf0a8","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}},{"name":"Quotes Websocket V2","item":[],"id":"5ad5945e-d496-49de-b27b-1769d64630f8","description":"<p>Subscribe to quotes stream</p>\n<h3 id=\"background\">Background</h3>\n<p>Quotes represent the \"inside\" price levels of the limit order book for a product trading on an exchange. This service provides the latest updates to these price levels (changes in price or size) on an exchange and pair basis.</p>\n<h3 id=\"connecting\">Connecting</h3>\n<p>Using a websocket client of your choosing, establish a connection to this service at <code>wss://market-data-quotes-ws.lukka.tech/v2/quotes</code>. You will need to create a bearer token using credentials with permission to access this service and provide this as an HTTP parameter to the connection URL.</p>\n<h4 id=\"token-expiration\">Token Expiration</h4>\n<p>The token provided for the initial connection to this service will expire after an extended amount of time. You will need to reauthorize with a fresh bearer token by sending an authentication message (see Reauthorize (Client) example message). This service will notify the client process of an impending token expiration (see Reauthorize (Server) example message).</p>\n<h4 id=\"heartbeat\">Heartbeat</h4>\n<p>Users can leverage ping/pong protocol to verify connectivity</p>\n<h3 id=\"url\">URL</h3>\n<p><code>wss://market-data-quotes-ws.lukka.tech/v2/quotes?access_token={{bearerToken}}</code></p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{{bearerToken}}</td>\n<td>valid bearer token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"messages\">Messages</h3>\n<h6 id=\"subscribe-client\">Subscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"subscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"sourceIds\": [\n      4002\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"unsubscribe-client\">Unsubscribe (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"unsubscribe\",\n  \"parameters\": {\n    \"pairCodes\": [\n      \"XBT-USD\"\n    ],\n    \"sourceIds\": [\n      4002\n    ],\n    \"baseAssetCodes\": [],\n    \"counterAssetCodes\": []\n  }\n}\n\n</code></pre>\n<h6 id=\"reauthorize-client\">Reauthorize (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"authenticate\",\n  \"parameters\": {\n    \"token\": \"{{bearerToken}}\"\n  }\n}\n\n</code></pre>\n<h6 id=\"quote-record-server\">Quote Record (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"QUOTE\"\n  },\n  \"data\": [\n    {\n      \"tsNanos\": 1646953821915000000,\n      \"pairCode\": \"XBT-USD\",\n      \"baseAssetCode\": \"XBT\",\n      \"counterAssetCode\": \"USD\",\n      \"entityCode\": \"CPRO\",\n      \"bidPrice\": 39519.82,\n      \"bidSize\": 0.05,\n      \"askPrice\": 39521.2,\n      \"askSize\": 0.00792,\n      \"exchangeTS\": 1712076328234243000\n    },\n    {\n      \"tsNanos\": 1646953822012000000,\n      \"pairCode\": \"XBT-USD\",\n      \"baseAssetCode\": \"XBT\",\n      \"counterAssetCode\": \"USD\",\n      \"entityCode\": \"CPRO\",\n      \"bidPrice\": 39519.82,\n      \"bidSize\": 0.05,\n      \"askPrice\": 39519.9,\n      \"askSize\": 0.002597,\n      \"exchangeTS\": 1712076328234243000\n    }\n  ]\n}\n\n</code></pre>\n<h6 id=\"reauthorize-server\">Reauthorize (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"metadata\": {\n    \"dataType\": \"AUTH\"\n  },\n  \"message\": {\n    \"text\": \"The token will expire soon!\"\n  }\n}\n\n</code></pre>\n<h6 id=\"ping-client\">Ping (Client)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n \"action\": \"ping\",\n \"correlationId\": \"578e71e0-38b3-4099-85cc-9c820e3f7881\"\n}\n\n</code></pre>\n<h6 id=\"pong-server\">Pong (Server)</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"correlationId\" : \"578e71e0-38b3-4099-85cc-9c820e3f7881\",\n  \"metadata\" : {\n    \"dataType\" : \"PONG\"\n  }\n}\n\n</code></pre>\n","_postman_id":"5ad5945e-d496-49de-b27b-1769d64630f8","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}}],"id":"bcb4fd5e-512c-47a7-be55-7b76bb4f8ab2","_postman_id":"bcb4fd5e-512c-47a7-be55-7b76bb4f8ab2","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}}],"id":"00696d96-7537-42e8-9891-7c090c9fb34b","description":"<p>Overview of Lukka's various streaming products including:</p>\n<ul>\n<li><p>Streaming of Executed Trades</p>\n</li>\n<li><p>Streaming of Level 1 Orderbook Data</p>\n</li>\n<li><p>Streaming of Lukka Prime Pricing</p>\n</li>\n<li><p>Streaming of Lukka Index Pricing</p>\n</li>\n<li><p>Streaming of Lukka Standard Reference Rate</p>\n</li>\n<li><p>Streaming of Lukka Median Reference Rate</p>\n</li>\n<li><p>Streaming of Lukka Real Time VWAP</p>\n</li>\n<li><p>Streaming of Derivative Greeks</p>\n</li>\n<li><p>Streaming of Prediction Market Trades</p>\n</li>\n<li><p>Streaming of Prediction Market Quotes</p>\n</li>\n</ul>\n","_postman_id":"00696d96-7537-42e8-9891-7c090c9fb34b","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"1d068d44-5b08-4c54-8919-68d2cca21cec","id":"1d068d44-5b08-4c54-8919-68d2cca21cec","name":"Lukka Data APIs","type":"collection"}}},{"name":"Reference Data","item":[{"name":"Marketplace Terms and Conditions","item":[{"name":"Okta JWT Authorization - Ref Data","id":"bb0c0291-7744-4d8e-8108-0807372a2c13","protocolProfileBehavior":{"disableUrlEncoding":false,"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>Okta's grant type</p>\n","type":"text"},{"key":"scope","value":"ref-data","description":"<p>Scope provided to client</p>\n","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token","urlObject":{"protocol":"https","path":["oauth2","aus1imo2g7ugEl49C0h8","v1","token"],"host":["sso","lukka","tech"],"query":[],"variable":[]}},"response":[{"id":"06c82128-87f2-41e8-9773-5d955d514c5c","name":"Okta JWT Authorization - Ref Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Cache-Control","value":"no-cache"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"Okta's grant type","type":"text"},{"key":"scope","value":"ref-data","description":"Scope provided to client","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 18:02:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-okta-request-id","value":"Xy2XM5@gsl0ckF5Gdk8GTAAACWw"},{"key":"x-xss-protection","value":"1; mode=block; report=https://okta.report-uri.com/r/d/xss/enforce"},{"key":"p3p","value":"CP=\"HONK\""},{"key":"x-content-type-options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=315360000; includeSubDomains"},{"key":"set-cookie","value":"sid=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"046bafb8100000e718271d3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5bf2e8a01bd9e718-EWR"}],"cookie":[],"responseTime":null,"body":"{\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 3600,\n  \"access_token\": \"**REDACTED**\",\n  \"scope\": \"ref-data\"\n}"}],"_postman_id":"bb0c0291-7744-4d8e-8108-0807372a2c13"},{"name":"All Marketplaces","id":"eea17300-1a63-4b16-82dd-9de46e5ea35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/markets?limit=10&offset=0&expandDetails=[ALL]","description":"<p>Get a list of all known markets within Lukka that apply to Lukka Marketplace Reference Data (\"LMPRD\")</p>\n<p>Lukka Marketplace Data provides information about cryptocurrency marketplaces (i.e. an exchange or other marketplace such as OTC trading desks). The dataset provides its users information about the market type, legal entities, location, applicable regulatory licenses, compliance, certifications, technology, trading details, operating status, successor markets and various information about a marketplace.</p>\n<p>Marketplaces that are eligible to be tracked within the Lukka Marketplace Reference Data are trading venues where transactions in cryptocurrencies take place. Such transactions include venues where cryptocurrencies, or derivatives of those cryptocurrencies, can be bought, sold, lent, borrowed or swapped for other cryptocurrencies or fiat currencies. Venue types include, but are not limited to: Centralized Exchanges, Decentralized Exchanges, Exchange Aggregators or Relayers, Lending Platforms, Over-The-Counter Desks or Brokers.</p>\n<p><strong>Response Details</strong></p>\n<table><tbody><tr><th></th><th>Data Type</th><th>Description</th></tr><tr><td>name</td><td>STRING</td><td>Lukka's long name for the entity</td></tr></tbody></table>","urlObject":{"path":["v2","lukka","markets"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>User specified expansion criteria that which provides additional data for All Markets. User can expand on multiple objects in a comma separated list. Options include:\n[ALL]\n[marketDetails]\n[locationDetails]\n[complianceDetails]\n[dataDetails]\n[dateDetails]\n[financialServicesDetails]\n[mediaDetails]\n[participantDetails]\n[regulationDetails]\n[reserveDetails]\n[statusDetails]\n[successorDetails]\n[supportedBlockchainDetails]\n[supportedJurisdictionDetails]\n[technologyDetails]\n[tradingDetails]</p>\n","type":"text/plain"},"key":"expandDetails","value":"[ALL]"}],"variable":[]}},"response":[{"id":"c006848c-13c1-462d-ba28-b253b7eea3d2","name":"All Marketplaces","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/markets?limit=50&offset=0","host":["{{ref_data}}"],"path":["v2","lukka","markets"],"query":[{"key":"limit","value":"50","description":"Max data set size to show. Max value is 1000 and defaults to 100."},{"key":"offset","value":"0","description":"Data set offset. Defaults to 0."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 03:10:25 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"112"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6e8860af79418170-DFW"}],"cookie":[],"responseTime":null,"body":"{\n    \"size\": 50,\n    \"links\": {\n        \"base\": \"/v2/lukka/markets\",\n        \"next\": \"/v2/lukka/markets?limit=50&offset=50\",\n        \"prev\": null\n    },\n    \"limit\": 50,\n    \"offset\": 0,\n    \"data\": [\n        {\n            \"lukkaEntityCode\": \"OTCBTC\",\n            \"lukkaMarketId\": \"LM6KWXUJ1B4\"\n        },\n        {\n            \"lukkaEntityCode\": \"BINJESY\",\n            \"lukkaMarketId\": \"LM0SEGHU2Q3\"\n        },\n        {\n            \"lukkaEntityCode\": \"CEGG\",\n            \"lukkaMarketId\": \"LM83ZGSS762\"\n        },\n        {\n            \"lukkaEntityCode\": \"BBXEX\",\n            \"lukkaMarketId\": \"LM3E8XM3MN5\"\n        },\n        {\n            \"lukkaEntityCode\": \"HERMSUS\",\n            \"lukkaMarketId\": \"LM6RU6C05Y6\"\n        },\n        {\n            \"lukkaEntityCode\": \"BULLISH\",\n            \"lukkaMarketId\": \"LM0JWQWJ4G2\"\n        },\n        {\n            \"lukkaEntityCode\": \"BITT\",\n            \"lukkaMarketId\": \"LM4VG9ELVW6\"\n        },\n        {\n            \"lukkaEntityCode\": \"NLEXCH\",\n            \"lukkaMarketId\": \"LM6Y28K4XN4\"\n        },\n        {\n            \"lukkaEntityCode\": \"ITBT\",\n            \"lukkaMarketId\": \"LM561VU33S5\"\n        },\n        {\n            \"lukkaEntityCode\": \"FCOIN\",\n            \"lukkaMarketId\": \"LM4X5RK5X35\"\n        },\n        {\n            \"lukkaEntityCode\": \"HADAX\",\n            \"lukkaMarketId\": \"LM4RW16EZ49\"\n        },\n        {\n            \"lukkaEntityCode\": \"CNLSTPR\",\n            \"lukkaMarketId\": \"LM1JMDLEU40\"\n        },\n        {\n            \"lukkaEntityCode\": \"BITVAVO\",\n            \"lukkaMarketId\": \"LM8Z1HXM5V6\"\n        },\n        {\n            \"lukkaEntityCode\": \"ABUC\",\n            \"lukkaMarketId\": \"LM3MD420FN6\"\n        },\n        {\n            \"lukkaEntityCode\": \"BGRL\",\n            \"lukkaMarketId\": \"LM8XS63VM43\"\n        },\n        {\n            \"lukkaEntityCode\": \"NERAEX\",\n            \"lukkaMarketId\": \"LM6B43QEGC2\"\n        },\n        {\n            \"lukkaEntityCode\": \"ZBCM\",\n            \"lukkaMarketId\": \"LM7M91D4TP5\"\n        },\n        {\n            \"lukkaEntityCode\": \"WEXX\",\n            \"lukkaMarketId\": \"LM8FGEG06T7\"\n        },\n        {\n            \"lukkaEntityCode\": \"GOKUMKT\",\n            \"lukkaMarketId\": \"LM2PSGBUYN7\"\n        },\n        {\n            \"lukkaEntityCode\": \"CONE\",\n            \"lukkaMarketId\": \"LM0341GVFQ8\"\n        },\n        {\n            \"lukkaEntityCode\": \"CYPBULZ\",\n            \"lukkaMarketId\": \"LM2C2TVC2Y5\"\n        },\n        {\n            \"lukkaEntityCode\": \"BITWELL\",\n            \"lukkaMarketId\": \"LM5RN0Q55V9\"\n        },\n        {\n            \"lukkaEntityCode\": \"KYPTMT\",\n            \"lukkaMarketId\": \"LM4CBXECYW1\"\n        },\n        {\n            \"lukkaEntityCode\": \"KRPTARNA\",\n            \"lukkaMarketId\": \"LM4M6F0WKD3\"\n        },\n        {\n            \"lukkaEntityCode\": \"CFLR\",\n            \"lukkaMarketId\": \"LM5PAQPJZH3\"\n        },\n        {\n            \"lukkaEntityCode\": \"ALTMKTS\",\n            \"lukkaMarketId\": \"LM5N2XDUH53\"\n        },\n        {\n            \"lukkaEntityCode\": \"BANKCEX\",\n            \"lukkaMarketId\": \"LM2ATKF40K7\"\n        },\n        {\n            \"lukkaEntityCode\": \"BAKKT\",\n            \"lukkaMarketId\": \"LM0JDY7QX95\"\n        },\n        {\n            \"lukkaEntityCode\": \"BBAY\",\n            \"lukkaMarketId\": \"LM7KWVVGYU2\"\n        },\n        {\n            \"lukkaEntityCode\": \"STHEXE\",\n            \"lukkaMarketId\": \"LM4A1CEPLA1\"\n        },\n        {\n            \"lukkaEntityCode\": \"EXNOMY\",\n            \"lukkaMarketId\": \"LM27739BDX4\"\n        },\n        {\n            \"lukkaEntityCode\": \"BITHESAP\",\n            \"lukkaMarketId\": \"LM4S7Q4EAG3\"\n        },\n        {\n            \"lukkaEntityCode\": \"BTHMGX\",\n            \"lukkaMarketId\": \"LM6GPZH6383\"\n        },\n        {\n            \"lukkaEntityCode\": \"BTCT\",\n            \"lukkaMarketId\": \"LM4UETF0YJ5\"\n        },\n        {\n            \"lukkaEntityCode\": \"COSS\",\n            \"lukkaMarketId\": \"LM0RTU134T9\"\n        },\n        {\n            \"lukkaEntityCode\": \"KORDEX\",\n            \"lukkaMarketId\": \"LM5D4KKRJ01\"\n        },\n        {\n            \"lukkaEntityCode\": \"XTECX\",\n            \"lukkaMarketId\": \"LM1F4JU1HX9\"\n        },\n        {\n            \"lukkaEntityCode\": \"BBNK\",\n            \"lukkaMarketId\": \"LM4C7SXCU78\"\n        },\n        {\n            \"lukkaEntityCode\": \"CNEX\",\n            \"lukkaMarketId\": \"LM8QRGYNBE5\"\n        },\n        {\n            \"lukkaEntityCode\": \"BITFRONT\",\n            \"lukkaMarketId\": \"LM4FSAWZU57\"\n        },\n        {\n            \"lukkaEntityCode\": \"BITKUB\",\n            \"lukkaMarketId\": \"LM0DMUBWE44\"\n        },\n        {\n            \"lukkaEntityCode\": \"HUOBINDO\",\n            \"lukkaMarketId\": \"LM6ZQR3MBT2\"\n        },\n        {\n            \"lukkaEntityCode\": \"HBTC\",\n            \"lukkaMarketId\": \"LM4AWB221V1\"\n        },\n        {\n            \"lukkaEntityCode\": \"MERC\",\n            \"lukkaMarketId\": \"LM8SGQU33P4\"\n        },\n        {\n            \"lukkaEntityCode\": \"BTSO\",\n            \"lukkaMarketId\": \"LM3146MJD51\"\n        },\n        {\n            \"lukkaEntityCode\": \"RKNGKUEX\",\n            \"lukkaMarketId\": \"LM7AAT6QAC4\"\n        },\n        {\n            \"lukkaEntityCode\": \"ALTERDICE\",\n            \"lukkaMarketId\": \"LM2G40NBST1\"\n        },\n        {\n            \"lukkaEntityCode\": \"DIGI\",\n            \"lukkaMarketId\": \"LM2UWAB7LZ8\"\n        },\n        {\n            \"lukkaEntityCode\": \"BTPNDPR\",\n            \"lukkaMarketId\": \"LM5C53NT8J9\"\n        },\n        {\n            \"lukkaEntityCode\": \"DEXTRADE\",\n            \"lukkaMarketId\": \"LM1NVY7MQ93\"\n        }\n    ]\n}"}],"_postman_id":"eea17300-1a63-4b16-82dd-9de46e5ea35f"},{"name":"A Marketplace and its Details","id":"7f2044e9-e587-46f6-9a4a-372586dfad8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/markets/LM47PH5UBV0","description":"<p>Get all known details for a given Lukka Marketplace Identifier from the Lukka Marketplace Reference Data (\"LMPRD\") Product</p>\n<p>Lukka Marketplace Data provides information about cryptocurrency marketplaces (i.e. an exchange or other marketplace such as OTC trading desks). The dataset provides its users information about the market type, legal entities, location, applicable regulatory licenses, compliance, certifications, technology, trading details, operating status, successor markets and various information about a marketplace.</p>\n<p>Marketplaces that are eligible to be tracked within the Lukka Marketplace Reference Data are trading venues where transactions in cryptocurrencies take place. Such transactions include venues where cryptocurrencies, or derivatives of those cryptocurrencies, can be bought, sold, lent, borrowed or swapped for other cryptocurrencies or fiat currencies. Venue types include, but are not limited to: Centralized Exchanges, Decentralized Exchanges, Exchange Aggregators or Relayers, Lending Platforms, Over-The-Counter Desks or Brokers.</p>\n<p><strong>Response Details</strong></p>\n<table><tbody><tr><th>Field Name</th><th>Data Type</th><th>Description</th></tr><tr><td>name</td><td>STRING</td><td>Lukka's long name for the entity</td></tr></tbody></table>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","markets","LM47PH5UBV0"],"host":["{{ref_data}}"],"query":[{"disabled":true,"description":{"content":"<p>Lukka market</p>\n","type":"text/plain"},"key":"lukkaMarketId","value":"LM5VSM9N2A0"}],"variable":[]}},"response":[{"id":"fb4bbd29-4634-4ac9-87ea-75787301fc32","name":"A Market and its Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/markets/LM5VSM9N2A0","host":["{{ref_data}}"],"path":["v2","lukka","markets","LM5VSM9N2A0"],"query":[{"key":"reserveDetails","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 May 2023 03:42:30 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"22"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c0503d2fb5f1f48-DEN"}],"cookie":[],"responseTime":null,"body":"{\n    \"lukkaEntityCode\": \"GMNI\",\n    \"lukkaMarketId\": \"LM5VSM9N2A0\",\n    \"marketDetails\": [\n        {\n            \"lukkaMarket\": \"Gemini\",\n            \"lukkaParentMarketId\": \"LM5VSM9N2A0\",\n            \"marketClassificationCode\": \"CEX\",\n            \"marketClassification\": \"Centralized\",\n            \"marketTypeCode\": \"EXCH\",\n            \"marketType\": \"Exchange\",\n            \"startTs\": \"2015-10-05T00:00:00Z\",\n            \"endTs\": null,\n            \"status\": \"Active\",\n            \"url\": \"https://www.gemini.com/\"\n        }\n    ],\n    \"statusDetails\": [\n        {\n            \"marketStatus\": \"Active\",\n            \"marketSubstatus\": \"Operational\",\n            \"subStatusReasonCode\": \"PROD\",\n            \"subStatusReason\": \"Product Launched\",\n            \"startTs\": \"2015-10-05T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"locationDetails\": [\n        {\n            \"isPrimaryLocation\": false,\n            \"regionCode\": 19,\n            \"regionName\": \"Americas\",\n            \"subregionCode\": 419,\n            \"subregionName\": \"Latin America and the Caribbean\",\n            \"intermediateRegionCode\": 5,\n            \"intermediateRegionName\": \"South America\",\n            \"marketCountryIso3\": \"COL\",\n            \"marketCountryTerritoryName\": \"Colombia\",\n            \"countryTerritoryUnClassification\": \"Developing\",\n            \"countryTerritoryUnLeastDeveloped\": false,\n            \"startTs\": \"2021-12-08T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"isPrimaryLocation\": false,\n            \"regionCode\": 150,\n            \"regionName\": \"Europe\",\n            \"subregionCode\": 154,\n            \"subregionName\": \"Northern Europe\",\n            \"intermediateRegionCode\": 993,\n            \"intermediateRegionName\": \"Northern Europe\",\n            \"marketCountryIso3\": \"IRL\",\n            \"marketCountryTerritoryName\": \"Ireland\",\n            \"countryTerritoryUnClassification\": \"Developed\",\n            \"countryTerritoryUnLeastDeveloped\": false,\n            \"startTs\": \"2021-06-17T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"isPrimaryLocation\": false,\n            \"regionCode\": 150,\n            \"regionName\": \"Europe\",\n            \"subregionCode\": 154,\n            \"subregionName\": \"Northern Europe\",\n            \"intermediateRegionCode\": 993,\n            \"intermediateRegionName\": \"Northern Europe\",\n            \"marketCountryIso3\": \"GBR\",\n            \"marketCountryTerritoryName\": \"United Kingdom\",\n            \"countryTerritoryUnClassification\": \"Developed\",\n            \"countryTerritoryUnLeastDeveloped\": false,\n            \"startTs\": \"2020-02-19T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"isPrimaryLocation\": true,\n            \"regionCode\": 19,\n            \"regionName\": \"Americas\",\n            \"subregionCode\": 21,\n            \"subregionName\": \"Northern America\",\n            \"intermediateRegionCode\": 985,\n            \"intermediateRegionName\": \"Northern America\",\n            \"marketCountryIso3\": \"USA\",\n            \"marketCountryTerritoryName\": \"United States\",\n            \"countryTerritoryUnClassification\": \"Developed\",\n            \"countryTerritoryUnLeastDeveloped\": false,\n            \"startTs\": \"2015-10-05T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"successorDetails\": [],\n    \"dateDetails\": [\n        {\n            \"dateTypeCode\": \"OFCLL\",\n            \"dateType\": \"Official Launch\",\n            \"year\": 2015,\n            \"month\": 10,\n            \"day\": 5,\n            \"startTs\": \"2015-10-05T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"dateTypeCode\": \"LGREG\",\n            \"dateType\": \"Legal/Regulatory\",\n            \"year\": 2023,\n            \"month\": 1,\n            \"day\": 13,\n            \"startTs\": \"2023-01-13T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"participantDetails\": [\n        {\n            \"participantType\": \"Other Venue Operator\",\n            \"lukkaLegalEntityId\": 3370,\n            \"participantLegalNameEnglish\": \"Gemini Payments UK, Ltd\",\n            \"legalFormCode\": \"PVTLTC\",\n            \"legalForm\": \"Private Limited Company\",\n            \"incorporationDate\": null,\n            \"jurisdiction\": \"United Kingdom\",\n            \"jurisdictionCountryIso3\": \"GBR\",\n            \"jurisdictionCountryUnClassification\": \"Developed\",\n            \"jurisdictionCountryUnLeastDeveloped\": false,\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"participantType\": \"Other Venue Operator\",\n            \"lukkaLegalEntityId\": 3369,\n            \"participantLegalNameEnglish\": \"Gemini Payments Europe Limited\",\n            \"legalFormCode\": \"PVTCLBS\",\n            \"legalForm\": \"Private Company Limited By Shares\",\n            \"incorporationDate\": null,\n            \"jurisdiction\": \"Ireland\",\n            \"jurisdictionCountryIso3\": \"IRL\",\n            \"jurisdictionCountryUnClassification\": \"Developed\",\n            \"jurisdictionCountryUnLeastDeveloped\": false,\n            \"startTs\": \"2020-04-17T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"participantType\": \"Ancillary Service Provider\",\n            \"lukkaLegalEntityId\": 1619,\n            \"participantLegalNameEnglish\": \"Genesis Global Trading, Inc.\",\n            \"legalFormCode\": \"CORP\",\n            \"legalForm\": \"Corporation\",\n            \"incorporationDate\": \"2005-06-08T00:00:00Z\",\n            \"jurisdiction\": \"Delaware (USA)\",\n            \"jurisdictionCountryIso3\": \"USA\",\n            \"jurisdictionCountryUnClassification\": \"Developed\",\n            \"jurisdictionCountryUnLeastDeveloped\": false,\n            \"startTs\": \"2021-02-03T00:00:00Z\",\n            \"endTs\": \"2022-11-22T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"participantType\": \"Other Venue Operator\",\n            \"lukkaLegalEntityId\": 3213,\n            \"participantLegalNameEnglish\": \"Gemini Intergalactic UK, Ltd\",\n            \"legalFormCode\": \"PVTLTC\",\n            \"legalForm\": \"Private Limited Company\",\n            \"incorporationDate\": \"2020-02-19T00:00:00Z\",\n            \"jurisdiction\": \"United Kingdom\",\n            \"jurisdictionCountryIso3\": \"GBR\",\n            \"jurisdictionCountryUnClassification\": \"Developed\",\n            \"jurisdictionCountryUnLeastDeveloped\": false,\n            \"startTs\": \"2020-02-19T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"participantType\": \"Other Venue Operator\",\n            \"lukkaLegalEntityId\": 3211,\n            \"participantLegalNameEnglish\": \"Gemini Intergalactic Colombia, S.A.S\",\n            \"legalFormCode\": \"SAS\",\n            \"legalForm\": \"Societe Par Actions Simplifiee\",\n            \"incorporationDate\": null,\n            \"jurisdiction\": \"Colombia\",\n            \"jurisdictionCountryIso3\": \"COL\",\n            \"jurisdictionCountryUnClassification\": \"Developing\",\n            \"jurisdictionCountryUnLeastDeveloped\": false,\n            \"startTs\": \"2021-12-08T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"participantType\": \"Other Venue Operator\",\n            \"lukkaLegalEntityId\": 3214,\n            \"participantLegalNameEnglish\": \"Gemini Digital Assets Limited\",\n            \"legalFormCode\": \"PVTCLBS\",\n            \"legalForm\": \"Private Company Limited By Shares\",\n            \"incorporationDate\": \"2021-06-17T00:00:00Z\",\n            \"jurisdiction\": \"Ireland\",\n            \"jurisdictionCountryIso3\": \"IRL\",\n            \"jurisdictionCountryUnClassification\": \"Developed\",\n            \"jurisdictionCountryUnLeastDeveloped\": false,\n            \"startTs\": \"2021-06-17T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"participantType\": \"Primary Venue Operator\",\n            \"lukkaLegalEntityId\": 10,\n            \"participantLegalNameEnglish\": \"Gemini Trust Company, LLC\",\n            \"legalFormCode\": \"LLC\",\n            \"legalForm\": \"Limited Liability Company\",\n            \"incorporationDate\": \"2016-09-02T00:00:00Z\",\n            \"jurisdiction\": \"New York (USA)\",\n            \"jurisdictionCountryIso3\": \"USA\",\n            \"jurisdictionCountryUnClassification\": \"Developed\",\n            \"jurisdictionCountryUnLeastDeveloped\": false,\n            \"startTs\": \"2016-09-02T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"regulationDetails\": [\n        {\n            \"licenseeLukkaLegalEntityId\": 3369,\n            \"licensee\": \"Gemini Payments Europe Limited\",\n            \"licenseCode\": \"EMI\",\n            \"license\": \"Electronic Money Institution\",\n            \"licenseCountry\": \"MLT\",\n            \"licensingLukkaLegalEntityId\": 1920,\n            \"licensingAuthority\": \"Malta Financial Services Authority\",\n            \"licenseNumber\": \"C432664\",\n            \"licenseStartTime\": null,\n            \"licenseEndTime\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"licenseeLukkaLegalEntityId\": 3213,\n            \"licensee\": \"Gemini Intergalactic UK, Ltd\",\n            \"licenseCode\": \"EMPI\",\n            \"license\": \"Electronic Money and Payment Institution\",\n            \"licenseCountry\": \"GBR\",\n            \"licensingLukkaLegalEntityId\": 1593,\n            \"licensingAuthority\": \"Financial Conduct Authority\",\n            \"licenseNumber\": \"900988\",\n            \"licenseStartTime\": null,\n            \"licenseEndTime\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"licenseeLukkaLegalEntityId\": 10,\n            \"licensee\": \"Gemini Trust Company, LLC\",\n            \"licenseCode\": \"MSBUSA\",\n            \"license\": \"Money Services Business (USA)\",\n            \"licenseCountry\": \"USA\",\n            \"licensingLukkaLegalEntityId\": 442,\n            \"licensingAuthority\": \"Financial Crimes Enforcement Network\",\n            \"licenseNumber\": null,\n            \"licenseStartTime\": null,\n            \"licenseEndTime\": \"2021-07-20T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"licenseeLukkaLegalEntityId\": 10,\n            \"licensee\": \"Gemini Trust Company, LLC\",\n            \"licenseCode\": \"VCBALPT\",\n            \"license\": \"Virtual Currency Business Activity: Limited Purpose Trust Charter\",\n            \"licenseCountry\": \"USA\",\n            \"licensingLukkaLegalEntityId\": 444,\n            \"licensingAuthority\": \"New York State Department of Financial Services\",\n            \"licenseNumber\": null,\n            \"licenseStartTime\": \"2015-10-01T00:00:00Z\",\n            \"licenseEndTime\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"licenseeLukkaLegalEntityId\": 10,\n            \"licensee\": \"Gemini Trust Company, LLC\",\n            \"licenseCode\": \"MSBUSA\",\n            \"license\": \"Money Services Business (USA)\",\n            \"licenseCountry\": \"USA\",\n            \"licensingLukkaLegalEntityId\": 442,\n            \"licensingAuthority\": \"Financial Crimes Enforcement Network\",\n            \"licenseNumber\": \"31000194553527\",\n            \"licenseStartTime\": \"2021-07-20T00:00:00Z\",\n            \"licenseEndTime\": \"2023-07-20T00:00:00Z\",\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"complianceDetails\": [\n        {\n            \"kycStructure\": \"Tiered\",\n            \"conductsAml\": true,\n            \"conductsKyc\": true,\n            \"kycIsMandatory\": true,\n            \"hasKycTradingRestrictions\": true,\n            \"kycRequiresPersonalInfo\": true,\n            \"kycRequiresIdentification\": true,\n            \"kycRequiresPhotograph\": true,\n            \"kycRequiresProofOfResidence\": true,\n            \"hasBusinessKyc\": true,\n            \"hasMarketSurveillance\": true,\n            \"marketSurveillanceCategory\": \"External\",\n            \"marketSurveillanceProviderLukkaLegalEntityId\": 431,\n            \"marketSurveillanceProvider\": \"NASDAQ, Inc.\",\n            \"hasTradingPolicy\": true,\n            \"hasListingStandard\": true,\n            \"maintainsDigitalInsuranceCoverage\": true,\n            \"maintainsFiatInsuranceCoverage\": false,\n            \"startTs\": \"2021-08-03T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"kycStructure\": \"Tiered\",\n            \"conductsAml\": true,\n            \"conductsKyc\": true,\n            \"kycIsMandatory\": true,\n            \"hasKycTradingRestrictions\": true,\n            \"kycRequiresPersonalInfo\": true,\n            \"kycRequiresIdentification\": true,\n            \"kycRequiresPhotograph\": false,\n            \"kycRequiresProofOfResidence\": true,\n            \"hasBusinessKyc\": true,\n            \"hasMarketSurveillance\": true,\n            \"marketSurveillanceCategory\": \"External\",\n            \"marketSurveillanceProviderLukkaLegalEntityId\": 431,\n            \"marketSurveillanceProvider\": \"NASDAQ, Inc.\",\n            \"hasTradingPolicy\": true,\n            \"hasListingStandard\": false,\n            \"maintainsDigitalInsuranceCoverage\": true,\n            \"maintainsFiatInsuranceCoverage\": false,\n            \"startTs\": \"2020-01-16T00:00:00Z\",\n            \"endTs\": \"2021-08-03T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"kycStructure\": \"Non-tiered\",\n            \"conductsAml\": true,\n            \"conductsKyc\": true,\n            \"kycIsMandatory\": true,\n            \"hasKycTradingRestrictions\": false,\n            \"kycRequiresPersonalInfo\": true,\n            \"kycRequiresIdentification\": false,\n            \"kycRequiresPhotograph\": false,\n            \"kycRequiresProofOfResidence\": false,\n            \"hasBusinessKyc\": false,\n            \"hasMarketSurveillance\": false,\n            \"marketSurveillanceCategory\": \"Not Applicable\",\n            \"marketSurveillanceProviderLukkaLegalEntityId\": null,\n            \"marketSurveillanceProvider\": null,\n            \"hasTradingPolicy\": true,\n            \"hasListingStandard\": false,\n            \"maintainsDigitalInsuranceCoverage\": false,\n            \"maintainsFiatInsuranceCoverage\": false,\n            \"startTs\": \"2015-10-05T00:00:00Z\",\n            \"endTs\": \"2016-08-31T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"kycStructure\": \"Non-tiered\",\n            \"conductsAml\": true,\n            \"conductsKyc\": true,\n            \"kycIsMandatory\": true,\n            \"hasKycTradingRestrictions\": true,\n            \"kycRequiresPersonalInfo\": true,\n            \"kycRequiresIdentification\": true,\n            \"kycRequiresPhotograph\": false,\n            \"kycRequiresProofOfResidence\": true,\n            \"hasBusinessKyc\": false,\n            \"hasMarketSurveillance\": false,\n            \"marketSurveillanceCategory\": \"Not Applicable\",\n            \"marketSurveillanceProviderLukkaLegalEntityId\": null,\n            \"marketSurveillanceProvider\": null,\n            \"hasTradingPolicy\": true,\n            \"hasListingStandard\": false,\n            \"maintainsDigitalInsuranceCoverage\": false,\n            \"maintainsFiatInsuranceCoverage\": false,\n            \"startTs\": \"2016-08-31T00:00:00Z\",\n            \"endTs\": \"2019-02-27T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"kycStructure\": \"Non-tiered\",\n            \"conductsAml\": true,\n            \"conductsKyc\": true,\n            \"kycIsMandatory\": true,\n            \"hasKycTradingRestrictions\": true,\n            \"kycRequiresPersonalInfo\": true,\n            \"kycRequiresIdentification\": true,\n            \"kycRequiresPhotograph\": false,\n            \"kycRequiresProofOfResidence\": true,\n            \"hasBusinessKyc\": true,\n            \"hasMarketSurveillance\": true,\n            \"marketSurveillanceCategory\": \"External\",\n            \"marketSurveillanceProviderLukkaLegalEntityId\": 431,\n            \"marketSurveillanceProvider\": \"NASDAQ, Inc.\",\n            \"hasTradingPolicy\": true,\n            \"hasListingStandard\": false,\n            \"maintainsDigitalInsuranceCoverage\": false,\n            \"maintainsFiatInsuranceCoverage\": false,\n            \"startTs\": \"2019-02-27T00:00:00Z\",\n            \"endTs\": \"2020-01-16T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        }\n    ],\n    \"certificationDetails\": [\n        {\n            \"certificationCode\": \"SOC1T2\",\n            \"certification\": \"Service Organization Control 1 Type II\",\n            \"issuingLukkaLegalEntityId\": 1653,\n            \"issuingLukkaLegalEntity\": \"Association of International Certified Professional Accountants\",\n            \"startTs\": \"2021-01-19T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"certificationCode\": \"SOC2T2\",\n            \"certification\": \"Service Organization Control 2 Type II\",\n            \"issuingLukkaLegalEntityId\": 1653,\n            \"issuingLukkaLegalEntity\": \"Association of International Certified Professional Accountants\",\n            \"startTs\": \"2021-01-19T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"certificationCode\": \"SOC2T1\",\n            \"certification\": \"Service Organization Control 2 Type I\",\n            \"issuingLukkaLegalEntityId\": 1653,\n            \"issuingLukkaLegalEntity\": \"Association of International Certified Professional Accountants\",\n            \"startTs\": \"2020-01-23T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"certificationCode\": \"SOC2T1\",\n            \"certification\": \"Service Organization Control 2 Type I\",\n            \"issuingLukkaLegalEntityId\": 1653,\n            \"issuingLukkaLegalEntity\": \"Association of International Certified Professional Accountants\",\n            \"startTs\": \"2019-01-29T00:00:00Z\",\n            \"endTs\": \"2020-01-23T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"certificationCode\": \"LUKKALP\",\n            \"certification\": \"Lukka Prime Eligible\",\n            \"issuingLukkaLegalEntityId\": 1906,\n            \"issuingLukkaLegalEntity\": \"Lukka, Inc.\",\n            \"startTs\": \"2020-01-01T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"technologyDetails\": [\n        {\n            \"supportsCoLocation\": false,\n            \"supportsApi\": true,\n            \"supportsRestApi\": true,\n            \"supportsWebsocket\": false,\n            \"supportsFix\": false,\n            \"ordersPerSecond\": null,\n            \"tradesPerSecond\": null,\n            \"startTs\": \"2015-10-05T00:00:00Z\",\n            \"endTs\": \"2016-03-29T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"supportsCoLocation\": true,\n            \"supportsApi\": true,\n            \"supportsRestApi\": true,\n            \"supportsWebsocket\": true,\n            \"supportsFix\": true,\n            \"ordersPerSecond\": null,\n            \"tradesPerSecond\": null,\n            \"startTs\": \"2018-10-10T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"supportsCoLocation\": false,\n            \"supportsApi\": true,\n            \"supportsRestApi\": true,\n            \"supportsWebsocket\": true,\n            \"supportsFix\": true,\n            \"ordersPerSecond\": null,\n            \"tradesPerSecond\": null,\n            \"startTs\": \"2016-03-29T00:00:00Z\",\n            \"endTs\": \"2018-10-10T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        }\n    ],\n    \"tradingDetails\": [\n        {\n            \"supportsSpotTrading\": true,\n            \"supportsSpotFiatTrading\": true,\n            \"supportsDerivativeTrading\": false,\n            \"supportsNft\": false,\n            \"supportsStaking\": false,\n            \"supportsLending\": true,\n            \"hasOtcDesk\": false,\n            \"hasFees\": true,\n            \"feeUrl\": \"https://www.gemini.com/fees\",\n            \"startTs\": \"2021-10-19T00:00:00Z\",\n            \"endTs\": \"2022-08-18T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"supportsSpotTrading\": true,\n            \"supportsSpotFiatTrading\": true,\n            \"supportsDerivativeTrading\": false,\n            \"supportsNft\": false,\n            \"supportsStaking\": true,\n            \"supportsLending\": true,\n            \"hasOtcDesk\": false,\n            \"hasFees\": true,\n            \"feeUrl\": \"https://www.gemini.com/fees\",\n            \"startTs\": \"2022-08-18T00:00:00Z\",\n            \"endTs\": \"2023-04-21T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"supportsSpotTrading\": true,\n            \"supportsSpotFiatTrading\": true,\n            \"supportsDerivativeTrading\": true,\n            \"supportsNft\": false,\n            \"supportsStaking\": true,\n            \"supportsLending\": true,\n            \"hasOtcDesk\": false,\n            \"hasFees\": true,\n            \"feeUrl\": \"https://www.gemini.com/fees\",\n            \"startTs\": \"2023-04-21T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"supportsSpotTrading\": true,\n            \"supportsSpotFiatTrading\": true,\n            \"supportsDerivativeTrading\": false,\n            \"supportsNft\": false,\n            \"supportsStaking\": false,\n            \"supportsLending\": false,\n            \"hasOtcDesk\": false,\n            \"hasFees\": true,\n            \"feeUrl\": \"https://www.gemini.com/fees\",\n            \"startTs\": \"2015-10-05T00:00:00Z\",\n            \"endTs\": \"2021-10-19T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        }\n    ],\n    \"dataDetails\": [\n        {\n            \"hasBugBounty\": false,\n            \"tradeReportSide\": \"Taker\",\n            \"supportsTradeData\": true,\n            \"supportsTopOfBook\": true,\n            \"supportsFullBook\": false,\n            \"supportsCandles\": true,\n            \"hasHistoricalTrades\": true,\n            \"hasHistoricalTopOfBook\": false,\n            \"hasHistoricalFullBook\": false,\n            \"hasHistoricalCandles\": false,\n            \"historicalTradeStartTime\": null,\n            \"historicalTopOfBookStartTime\": null,\n            \"historicalFullBookStartTime\": null,\n            \"historicalCandlesStartTime\": null,\n            \"startTs\": \"2015-10-05T00:00:00Z\",\n            \"endTs\": \"2021-10-20T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"hasBugBounty\": true,\n            \"tradeReportSide\": \"Taker\",\n            \"supportsTradeData\": true,\n            \"supportsTopOfBook\": true,\n            \"supportsFullBook\": false,\n            \"supportsCandles\": true,\n            \"hasHistoricalTrades\": true,\n            \"hasHistoricalTopOfBook\": false,\n            \"hasHistoricalFullBook\": false,\n            \"hasHistoricalCandles\": false,\n            \"historicalTradeStartTime\": null,\n            \"historicalTopOfBookStartTime\": null,\n            \"historicalFullBookStartTime\": null,\n            \"historicalCandlesStartTime\": null,\n            \"startTs\": \"2021-10-20T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"mediaDetails\": [\n        {\n            \"mediaProvider\": \"Twitter\",\n            \"url\": \"https://twitter.com/Gemini\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"Facebook\",\n            \"url\": \"https://www.facebook.com/GeminiTrust/\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"Instagram\",\n            \"url\": \"https://www.instagram.com/gemini/\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"LinkedIn\",\n            \"url\": \"https://www.linkedin.com/company/geminitrust/\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"financialServiceDetails\": [\n        {\n            \"hasCreditCard\": false,\n            \"hasDebitCard\": false,\n            \"hasCryptoRewards\": false,\n            \"hasTieredRewards\": false,\n            \"hasMultipleRewardOptions\": false,\n            \"hasBenefits\": false,\n            \"offersSavingsPlan\": false,\n            \"offersLoan\": false,\n            \"hasFees\": false,\n            \"feeURL\": null,\n            \"limitStructure\": null,\n            \"limitURL\": null,\n            \"aprPercentage\": null,\n            \"startTime\": \"2015-10-05T00:00:00Z\",\n            \"endTime\": \"2022-04-15T00:00:00Z\",\n            \"recordStatus\": \"Inactive\",\n            \"comment\": null\n        },\n        {\n            \"hasCreditCard\": true,\n            \"hasDebitCard\": false,\n            \"hasCryptoRewards\": true,\n            \"hasTieredRewards\": true,\n            \"hasMultipleRewardOptions\": true,\n            \"hasBenefits\": false,\n            \"offersSavingsPlan\": false,\n            \"offersLoan\": false,\n            \"hasFees\": false,\n            \"feeURL\": null,\n            \"limitStructure\": \"Monthly\",\n            \"limitURL\": null,\n            \"aprPercentage\": 25,\n            \"startTime\": \"2022-04-15T00:00:00Z\",\n            \"endTime\": null,\n            \"recordStatus\": \"Active\",\n            \"comment\": null\n        }\n    ],\n    \"supportedJurisdictionDetails\": [\n        {\n            \"jurisdictionName\": \"Afghanistan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Aland Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Albania\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Algeria\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"American Samoa\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Andorra\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Angola\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Anguilla\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Antarctica\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Antigua and Barbuda\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Argentina\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Armenia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Aruba\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Australia\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Austria\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Azerbaijan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Bahamas\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Bahrain\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Bangladesh\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Barbados\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Belarus\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Belgium\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Belize\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Benin\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Bermuda\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Bhutan\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Bolivia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Bonaire, Sint Eustatius and Saba\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Bosnia and Herzegovina\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Botswana\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Bouvet Island\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Brazil\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"British Indian Ocean Territory\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"British Virgin Islands\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Brunei Darussalam\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Bulgaria\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Burkina Faso\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Burundi\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Cabo Verde\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Cambodia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Cameroon\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Canada\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Cayman Islands\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Central African Republic\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Chad\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Chile\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"China, Hong Kong Special Administrative Region\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"China, Macao Special Administrative Region\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"China, Mainland\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Christmas Island\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Cocos (Keeling) Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Colombia\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Comoros\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Congo-Brazzaville\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Congo-Kinshasa\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Cook Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Costa Rica\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Cote d'Ivoire\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Croatia\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Cuba\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Curacao\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Cyprus\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Czechia\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Denmark\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Djibouti\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Dominica\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Dominican Republic\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Ecuador\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Egypt\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"El Salvador\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Equatorial Guinea\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Eritrea\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Estonia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Eswatini\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Ethiopia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Falkland Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Faroe Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Fiji\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Finland\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"France\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"French Guiana\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"French Polynesia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"French Southern Territories\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Gabon\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Gambia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Georgia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Germany\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Ghana\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Gibraltar\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Greece\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Greenland\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Grenada\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Guadeloupe\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Guam\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Guatemala\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Guernsey\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Guinea\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Guinea-Bissau\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Guyana\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Haiti\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Heard Island and McDonald Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Holy See\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Honduras\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Hungary\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Iceland\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"India\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Indonesia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Iran\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Iraq\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Ireland\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Isle of Man\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Israel\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Italy\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Jamaica\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Japan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Jersey\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Jordan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Kazakhstan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Kenya\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Kiribati\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Kuwait\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Kyrgyzstan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Laos\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Latvia\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Lebanon\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Lesotho\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Liberia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Libya\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Liechtenstein\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Lithuania\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Luxembourg\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Madagascar\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Malawi\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Malaysia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Maldives\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Mali\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Malta\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Marshall Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Martinique\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Mauritania\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Mauritius\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Mayotte\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Mexico\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Micronesia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Moldova\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Monaco\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Mongolia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Montenegro\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Montserrat\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Morocco\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Mozambique\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Myanmar\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Namibia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Nauru\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Nepal\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Netherlands\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"New Caledonia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"New Zealand\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Nicaragua\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Niger\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Nigeria\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Niue\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Norfolk Island\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"North Korea\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"North Macedonia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Northern Mariana Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Norway\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Oman\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Pakistan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Palau\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Palestine\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Panama\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Papua New Guinea\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Paraguay\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Peru\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Philippines\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Pitcairn\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Poland\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Portugal\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Puerto Rico\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Qatar\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Reunion\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Romania\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Russia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Rwanda\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Saint Barthelemy\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Saint Helena\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Saint Kitts and Nevis\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Saint Lucia\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Saint Martin (French Part)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Saint Pierre and Miquelon\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Saint Vincent and the Grenadines\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Samoa\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"San Marino\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Sao Tome and Principe\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Saudi Arabia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Senegal\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Serbia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Seychelles\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Sierra Leone\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Singapore\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Sint Maarten (Dutch part)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Slovakia\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Slovenia\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Solomon Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Somalia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"South Africa\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"South Georgia and the South Sandwich Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"South Korea\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"South Sudan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Spain\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Sri Lanka\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Sudan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Suriname\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Svalbard and Jan Mayen Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Sweden\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Switzerland\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Syria\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Tajikistan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Tanzania\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Thailand\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Timor-Leste\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Togo\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Tokelau\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Tonga\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Trinidad and Tobago\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Tunisia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Turkey\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Turkmenistan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Turks and Caicos Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Tuvalu\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Uganda\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Ukraine\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"United Arab Emirates\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"England and Wales\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"United States\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"United States Minor Outlying Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"United States Virgin Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Uruguay\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Uzbekistan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Vanuatu\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Venezuela\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Vietnam\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Wallis and Futuna Islands\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Western Sahara\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Yemen\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Zambia\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Zimbabwe\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Alabama (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Alaska (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Arizona (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Arkansas (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"California (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Colorado (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Connecticut (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Delaware (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Florida (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Georgia (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Hawaii (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Idaho (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Illinois (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Indiana (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Iowa (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Kansas (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Kentucky (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Louisiana (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Maine (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Maryland (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Massachusetts (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Michigan (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Minnesota (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Mississippi (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Missouri (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Montana (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Nebraska (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Nevada (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"New Hampshire (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"New Jersey (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"New Mexico (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"New York (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"North Carolina (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"North Dakota (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Ohio (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Oklahoma (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Oregon (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Pennsylvania (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Rhode Island (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"South Carolina (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"South Dakota (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Tennessee (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Texas (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Utah (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Vermont (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Virginia (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Washington (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"West Virginia (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Wisconsin (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Wyoming (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"District of Columbia (USA)\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Northwest Territories (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Yukon (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Nunavut (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Ontario (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Quebec (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Nova Scotia (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"New Brunswick (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Manitoba (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"British Columbia (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Prince Edward Island (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Saskatchewan (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Alberta (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Newfoundland and Labrador (CAN)\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Scotland\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Northern Ireland\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Taiwan\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"Labuan\",\n            \"isRestricted\": true,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        },\n        {\n            \"jurisdictionName\": \"United Kingdom\",\n            \"isRestricted\": false,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"status\": \"Active\",\n            \"comment\": null\n        }\n    ],\n    \"reserveDetails\": []\n}"}],"_postman_id":"7f2044e9-e587-46f6-9a4a-372586dfad8b"}],"id":"76983c84-0ce4-44ed-817b-e989898ba0a6","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"78e2bf99-3671-4803-a3e0-76bc55a78332"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4003140f-c973-49b0-8c93-8d4ea06e48b1"}}],"_postman_id":"76983c84-0ce4-44ed-817b-e989898ba0a6","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}}},{"name":"Custodian Terms and Conditions","item":[{"name":"Okta JWT Authorization - Ref Data","id":"4c462e3c-ecb1-4d54-83a0-1d605d999e05","protocolProfileBehavior":{"disableUrlEncoding":false,"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>Okta's grant type</p>\n","type":"text"},{"key":"scope","value":"ref-data","description":"<p>Scope provided to client</p>\n","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token","urlObject":{"protocol":"https","path":["oauth2","aus1imo2g7ugEl49C0h8","v1","token"],"host":["sso","lukka","tech"],"query":[],"variable":[]}},"response":[{"id":"46c4d216-16ce-4db6-9ff3-af314e3d6821","name":"Okta JWT Authorization - Ref Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Cache-Control","value":"no-cache"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"Okta's grant type","type":"text"},{"key":"scope","value":"ref-data","description":"Scope provided to client","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 18:02:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-okta-request-id","value":"Xy2XM5@gsl0ckF5Gdk8GTAAACWw"},{"key":"x-xss-protection","value":"1; mode=block; report=https://okta.report-uri.com/r/d/xss/enforce"},{"key":"p3p","value":"CP=\"HONK\""},{"key":"x-content-type-options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=315360000; includeSubDomains"},{"key":"set-cookie","value":"sid=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"046bafb8100000e718271d3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5bf2e8a01bd9e718-EWR"}],"cookie":[],"responseTime":null,"body":"{\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 3600,\n  \"access_token\": \"**REDACTED**\",\n  \"scope\": \"ref-data\"\n}"}],"_postman_id":"4c462e3c-ecb1-4d54-83a0-1d605d999e05"},{"name":"All Custodians","id":"25c66f11-f5c2-45f8-ba01-e97acb3d65b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/custodians?expandDetails=[ALL]","description":"<p>Lukka Custodian Data provides information about digital asset custodians. The dataset provides its users information about the legal entities, location, applicable regulatory licenses, compliance, certifications, security provisions, operating status, successor entities and other various information about a custodian.</p>\n<p>Custodians that are eligible to be tracked within the Lukka Custodian Reference Data (“LCRD”) are custodians that provide custody services for digital assets.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","custodians"],"host":["{{ref_data}}"],"query":[{"disabled":true,"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>User specified expansion criteria that which provides additional data for All Custodians. User can expand on multiple objects in a comma separated list. Options include:\n[ALL]\n[custodianComplianceDetails]\n[custodianDateDetails]\n[custodianLocationDetails]\n[custodianMediaDetails]\n[custodianNameDetails]\n[custodianParticipantDetails]\n[custodianRegulatoryDetails]\n[custodianReserveDetails]\n[custodianSecurityDetails]\n[custodianSpecificDetails]\n[custodianStatusDetails]\n[custodianSuccessorDetails]\n[custodianSupportedAssetsDetails]</p>\n","type":"text/plain"},"key":"expandDetails","value":"[ALL]"}],"variable":[]}},"response":[{"id":"d80935c5-bb0a-4d26-8a2a-e882f455d3da","name":"All Custodians","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/custodians?limit=10","host":["{{ref_data}}"],"path":["v2","lukka","custodians"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"595","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 May 2023 03:43:34 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"9"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c05056148cc1f48-DEN"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": 0,\n    \"limit\": 10,\n    \"size\": 10,\n    \"links\": {\n        \"base\": \"/v2/lukka/custodians\",\n        \"next\": \"/v2/lukka/custodians?limit=10&offset=10\",\n        \"prev\": null\n    },\n    \"data\": [\n        {\n            \"custodianLid\": \"LC6K8SAF5D6\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"custodianLid\": \"LC26MFWJKP5\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"custodianLid\": \"LC1C1K91866\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"custodianLid\": \"LC72B7WGRF5\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"custodianLid\": \"LC6C47UMUG7\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"custodianLid\": \"LC14SKMDN12\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"custodianLid\": \"LC15CZWZHC1\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"custodianLid\": \"LC1CDKZBZ71\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"custodianLid\": \"LC1R87EKPC9\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"custodianLid\": \"LC8D6CSYP53\",\n            \"recordStatus\": \"Active\"\n        }\n    ]\n}"}],"_postman_id":"25c66f11-f5c2-45f8-ba01-e97acb3d65b0"},{"name":"A Custodian and its Details","id":"6c76e594-787c-4a0c-b4b9-cd10a20bb539","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/custodians/LC14SKMDN12","description":"<p>Lukka Custodian Data provides information about digital asset custodians. The dataset provides its users information about the legal entities, location, applicable regulatory licenses, compliance, certifications, security provisions, operating status, successor entities and other various information about a custodian.</p>\n<p>Custodians that are eligible to be tracked within the Lukka Custodian Reference Data (“LCRD”) are custodians that provide custody services for digital assets.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","custodians","LC14SKMDN12"],"host":["{{ref_data}}"],"query":[],"variable":[]}},"response":[{"id":"29d701bf-6669-4555-9cb6-2ae43cfc94bc","name":"A Custodian and its Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/custodians/LC0M49L1B55","host":["{{ref_data}}"],"path":["v2","lukka","custodians","LC0M49L1B55"],"query":[{"key":"useV3","value":"true","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 May 2023 03:44:23 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"59"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c050690acb81f48-DEN"}],"cookie":[],"responseTime":null,"body":"{\n    \"custodianLid\": \"LC0M49L1B55\",\n    \"recordStatus\": \"Active\",\n    \"custodianStatusDetails\": [\n        {\n            \"custodianStatus\": \"Active\",\n            \"custodianSubstatus\": \"Operational\",\n            \"startTs\": \"2018-08-28T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"custodianNameDetails\": [\n        {\n            \"lukkaEntityCode\": \"KNGDMTST\",\n            \"lukkaCustodian\": \"Kingdom Trust\",\n            \"lukkaParentCustodianId\": \"LC0M49L1B55\",\n            \"lukkaParentCustodian\": \"Kingdom Trust\",\n            \"url\": \"https://www.kingdomtrust.com/\",\n            \"startTs\": \"2018-08-28T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"custodianLocationDetails\": [\n        {\n            \"isPrimaryLocation\": true,\n            \"regionCode\": 19,\n            \"regionName\": \"Americas\",\n            \"subregionCode\": 21,\n            \"subregionName\": \"Northern America\",\n            \"intermediateRegionCode\": 985,\n            \"intermediateRegionName\": \"Northern America\",\n            \"marketCountryIso3\": \"USA\",\n            \"marketCountryTerritoryName\": \"United States\",\n            \"countryTerritoryUnClassification\": \"Developed\",\n            \"countryTerritoryUnLeastDeveloped\": false,\n            \"startTs\": \"2018-08-28T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"custodianParticipantsDetails\": [\n        {\n            \"participantType\": \"Primary Venue Operator\",\n            \"lukkaLegalEntityId\": 1621,\n            \"participantLegalNameEnglish\": \"The Kingdom Trust Company\",\n            \"legalFormCode\": \"TSCROP\",\n            \"legalForm\": \"Trust Corporation\",\n            \"incorporationDate\": \"2010-12-20T00:00:00Z\",\n            \"jurisdiction\": \"South Dakota (USA)\",\n            \"jurisdictionCountryIso3\": \"USA\",\n            \"jurisdictionCountryUnClassification\": \"Developed\",\n            \"jurisdictionCountryUnLeastDeveloped\": false,\n            \"startTs\": \"2018-08-28T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"custodianRegulatoryDetails\": [\n        {\n            \"licenseeLukkaLegalEntityId\": 1621,\n            \"licensee\": \"The Kingdom Trust Company\",\n            \"licenseCode\": \"SDCTTR\",\n            \"license\": \"South Dakota Trust Charter\",\n            \"licenseCountry\": \"USA\",\n            \"licensingLukkaLegalEntityId\": 1644,\n            \"licensingAuthority\": \"South Dakota Division of Banking\",\n            \"licenseNumber\": \"TC.058-2\",\n            \"licenseStartTime\": \"2010-12-29T00:00:00Z\",\n            \"licenseEndTime\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"custodianComplianceDetails\": [\n        {\n            \"conductsKyc\": true,\n            \"kycStructure\": \"Non-tiered\",\n            \"conductsAml\": true,\n            \"maintainsDigitalInsuranceCoverage\": true,\n            \"insuranceAmount\": null,\n            \"insuranceAmountCurrency\": null,\n            \"startTs\": \"2018-08-28T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"custodianCertificationDetails\": [],\n    \"custodianSpecificDetails\": [\n        {\n            \"supportsInstitutionalClients\": true,\n            \"supportsRetailClients\": true,\n            \"supportsApis\": false,\n            \"supportsProtocolParticipation\": false,\n            \"supportsAssetTrading\": false,\n            \"supportsLending\": false,\n            \"supportsStaking\": false,\n            \"startTs\": \"2018-08-28T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"custodianSecurityDetails\": [\n        {\n            \"hasMultipartyComputation\": false,\n            \"hasMultiSignature\": false,\n            \"hasHardwareSecurityModule\": false,\n            \"supportsHotStorage\": false,\n            \"supportsWarmStorage\": false,\n            \"supportsColdStorage\": true,\n            \"conductsSecurityAudit\": false,\n            \"securityAuditCategory\": \"Not Applicable\",\n            \"startTs\": \"2018-08-28T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"custodianDateDetails\": [\n        {\n            \"dateTypeCode\": \"OFCLL\",\n            \"dateType\": \"Official Launch\",\n            \"year\": 2018,\n            \"month\": 8,\n            \"day\": 28,\n            \"startTs\": \"2018-08-28T00:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"custodianSuccessorDetails\": [],\n    \"custodianMediaDetails\": [\n        {\n            \"mediaProvider\": \"Twitter\",\n            \"url\": \"https://twitter.com/choicebyKT\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"Facebook\",\n            \"url\": \"https://www.facebook.com/KingdomTrustCo/\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"Instagram\",\n            \"url\": \"https://www.instagram.com/choiceapp.io/\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"Discord\",\n            \"url\": \"https://discord.com/invite/f4avvmtUzh\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"custodianSupportedAssetDetails\": [\n        {\n            \"lukkaAssetId\": \"LA33P8DWU59\",\n            \"lukkaAssetCode\": \"XTZ\",\n            \"lukkaAssetName\": \"Tezos\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaAssetId\": \"LA2XB0HNPU9\",\n            \"lukkaAssetCode\": \"XRP\",\n            \"lukkaAssetName\": \"Ripple\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaAssetId\": \"LA582W6NAZ0\",\n            \"lukkaAssetCode\": \"BTT\",\n            \"lukkaAssetName\": \"Basic Attention Token\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaAssetId\": \"LA1626U9BZ5\",\n            \"lukkaAssetCode\": \"BCG\",\n            \"lukkaAssetName\": \"Bitcoin Gold\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaAssetId\": \"LA2KTXEB1J7\",\n            \"lukkaAssetCode\": \"DOGE\",\n            \"lukkaAssetName\": \"Dogecoin\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaAssetId\": \"LA58RADHS00\",\n            \"lukkaAssetCode\": \"XLT\",\n            \"lukkaAssetName\": \"Litecoin\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaAssetId\": \"LA7TRQHGAX9\",\n            \"lukkaAssetCode\": \"XLM\",\n            \"lukkaAssetName\": \"Stellar Lumens\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaAssetId\": \"LA0KKUNXTT0\",\n            \"lukkaAssetCode\": \"ZEC\",\n            \"lukkaAssetName\": \"Zcash\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaAssetId\": \"LA8VRAGEMT1\",\n            \"lukkaAssetCode\": \"ETH\",\n            \"lukkaAssetName\": \"Ether\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaAssetId\": \"LA7LPZBEZZ0\",\n            \"lukkaAssetCode\": \"BCH\",\n            \"lukkaAssetName\": \"Bitcoin Cash\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaAssetId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetCode\": \"XBT\",\n            \"lukkaAssetName\": \"Bitcoin\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaAssetId\": \"LA14K10R487\",\n            \"lukkaAssetCode\": \"EOS\",\n            \"lukkaAssetName\": \"EOS\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaAssetId\": \"LA8WJ1MTZL8\",\n            \"lukkaAssetCode\": \"DASH\",\n            \"lukkaAssetName\": \"Dash\",\n            \"startTs\": null,\n            \"endTs\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"custodianReserveDetails\": []\n}"}],"_postman_id":"6c76e594-787c-4a0c-b4b9-cd10a20bb539"}],"id":"f114e472-613b-4233-9ba7-734196441ab7","_postman_id":"f114e472-613b-4233-9ba7-734196441ab7","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}}},{"name":"Asset Terms and Conditions","item":[{"name":"Okta JWT Authorization - Ref Data","id":"5e7c5c54-ec5f-4fe7-9941-995e8fb8df81","protocolProfileBehavior":{"disableUrlEncoding":false,"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>Okta's grant type</p>\n","type":"text"},{"key":"scope","value":"ref-data","description":"<p>Scope provided to client</p>\n","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token","urlObject":{"protocol":"https","path":["oauth2","aus1imo2g7ugEl49C0h8","v1","token"],"host":["sso","lukka","tech"],"query":[],"variable":[]}},"response":[{"id":"e76a308d-4db0-4801-a202-44bf04e2d3e2","name":"Okta JWT Authorization - Ref Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Cache-Control","value":"no-cache"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"Okta's grant type","type":"text"},{"key":"scope","value":"ref-data","description":"Scope provided to client","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 18:02:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-okta-request-id","value":"Xy2XM5@gsl0ckF5Gdk8GTAAACWw"},{"key":"x-xss-protection","value":"1; mode=block; report=https://okta.report-uri.com/r/d/xss/enforce"},{"key":"p3p","value":"CP=\"HONK\""},{"key":"x-content-type-options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=315360000; includeSubDomains"},{"key":"set-cookie","value":"sid=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"046bafb8100000e718271d3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5bf2e8a01bd9e718-EWR"}],"cookie":[],"responseTime":null,"body":"{\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 3600,\n  \"access_token\": \"**REDACTED**\",\n  \"scope\": \"ref-data\"\n}"}],"_postman_id":"5e7c5c54-ec5f-4fe7-9941-995e8fb8df81"},{"name":"All Lukka Assets","id":"4e1eb947-176c-4b05-8e33-6eac4fc5c9ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/assets?limit=100&offset=0&expandDetails=[blockchainDetails,nameDetails]&lukkaAssetIds=[LA1S39UVDK1,LA6EV2NKQ95,LA8VRAGEMT1]&assetGroupId=73","description":"<p>The Lukka Reference Data (“LRD”) product is a comprehensive security master for digital assets. LRD is designed to fulfill the global digital asset community’s need for an institutional-grade, clean, reliable, comprehensive, standardized and normalized data source for digital asset reference data. Furthermore, LRD provides a means to conduct a multitude of digital asset investment activities including: researching trading strategies, quantitative research, benchmark construction, portfolio performance measurement and evaluation, pre and post-trade analysis and risk management assessments.</p>\n<p>The dataset is comprised of what is commonly referred to as “Terms &amp; Conditions” in traditional finance. The dataset provides its users information regarding the asset type, the asset’s structure, participants, how the supply is determined, underlying asset information (if applicable) and other various pieces of reference data. In total, the dataset tracks over 100 fields for its users.</p>\n<p>Digital assets and derivative products on digital assets are eligible for addition to the Lukka Reference Data product.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","assets"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>User specified expansion criteria that which provides additional data for All assets. User can expand on multiple objects in a comma separated fashion. Options include:\n[ALL]\n[statusDetails]\n[nameDetails]\n[assetDetails]\n[supplyDetails]\n[blockchainDetails]\n[sectorDetails]\n[participantDetails]\n[mediaDetails]\n[successorDetails]\n[underlyingDetails]\n[allowedCollateralDetails]\n[stableDetails]\n[rebaseDetails]</p>\n","type":"text/plain"},"key":"expandDetails","value":"[blockchainDetails,nameDetails]"},{"description":{"content":"<p>Comma separated list of Lukka Asset IDs </p>\n","type":"text/plain"},"key":"lukkaAssetIds","value":"[LA1S39UVDK1,LA6EV2NKQ95,LA8VRAGEMT1]"},{"description":{"content":"<p>Lukka Derived numeric field to show the grouping of assets based on issuer</p>\n","type":"text/plain"},"key":"assetGroupId","value":"73"}],"variable":[]}},"response":[{"id":"eb1cce4c-002d-4d01-a62f-fb9ff1c364e4","name":"All Lukka Assets","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/assets?limit=100","host":["{{ref_data}}"],"path":["v2","lukka","assets"],"query":[{"key":"limit","value":"100"},{"key":"offset","value":"595","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 03:16:22 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"16"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6e8869670cc22883-DFW"}],"cookie":[],"responseTime":null,"body":"{\n    \"size\": 100,\n    \"links\": {\n        \"base\": \"/v2/lukka/assets\",\n        \"next\": \"/v2/lukka/assets?limit=100&offset=100\",\n        \"prev\": null\n    },\n    \"limit\": 100,\n    \"offset\": 0,\n    \"data\": [\n        {\n            \"assetCode\": \"DYDX\",\n            \"assetLid\": \"LA6HPVHEH60\"\n        },\n        {\n            \"assetCode\": \"1INCH2\",\n            \"assetLid\": \"LA0ML2D0V15\"\n        },\n        {\n            \"assetCode\": \"CNHT\",\n            \"assetLid\": \"LA4L92NWQ87\"\n        },\n        {\n            \"assetCode\": \"ATA1\",\n            \"assetLid\": \"LA6F6V1QFQ0\"\n        },\n        {\n            \"assetCode\": \"NBNG\",\n            \"assetLid\": \"LA8M6J56WH7\"\n        },\n        {\n            \"assetCode\": \"USDTL\",\n            \"assetLid\": \"LA3GVFJEU44\"\n        },\n        {\n            \"assetCode\": \"USDTT\",\n            \"assetLid\": \"LA55QYXAAS0\"\n        },\n        {\n            \"assetCode\": \"EURT\",\n            \"assetLid\": \"LA0DFVB9P85\"\n        },\n        {\n            \"assetCode\": \"EURT1\",\n            \"assetLid\": \"LA1NS66PE08\"\n        },\n        {\n            \"assetCode\": \"USDT\",\n            \"assetLid\": \"LA176YWNB05\"\n        },\n        {\n            \"assetCode\": \"LBNKCRV5S\",\n            \"assetLid\": \"LA4RQWJL023\"\n        },\n        {\n            \"assetCode\": \"CGAZ\",\n            \"assetLid\": \"LA0KHMKKW09\"\n        },\n        {\n            \"assetCode\": \"USDT20\",\n            \"assetLid\": \"LA3D899T4D0\"\n        },\n        {\n            \"assetCode\": \"OOGI\",\n            \"assetLid\": \"LA5L5HZBZ38\"\n        },\n        {\n            \"assetCode\": \"NGL\",\n            \"assetLid\": \"LA7HDECKR86\"\n        },\n        {\n            \"assetCode\": \"SOURCE\",\n            \"assetLid\": \"LA11M3SMJX0\"\n        },\n        {\n            \"assetCode\": \"WIT1\",\n            \"assetLid\": \"LA3V4R7VX30\"\n        },\n        {\n            \"assetCode\": \"XDEFI\",\n            \"assetLid\": \"LA37YZLUF16\"\n        },\n        {\n            \"assetCode\": \"BBETH\",\n            \"assetLid\": \"LA6N1Q20RW4\"\n        },\n        {\n            \"assetCode\": \"XCC2\",\n            \"assetLid\": \"LA867YC8CY7\"\n        },\n        {\n            \"assetCode\": \"ZINU\",\n            \"assetLid\": \"LA1F1FVKW71\"\n        },\n        {\n            \"assetCode\": \"SON1\",\n            \"assetLid\": \"LA50X423058\"\n        },\n        {\n            \"assetCode\": \"VIKINGS\",\n            \"assetLid\": \"LA7U0B13GC2\"\n        },\n        {\n            \"assetCode\": \"MOVE\",\n            \"assetLid\": \"LA8EKGDWA56\"\n        },\n        {\n            \"assetCode\": \"HIMA\",\n            \"assetLid\": \"LA4WW0Q7343\"\n        },\n        {\n            \"assetCode\": \"DEHUB\",\n            \"assetLid\": \"LA2DR8NX401\"\n        },\n        {\n            \"assetCode\": \"TCG2\",\n            \"assetLid\": \"LA5NSXW8919\"\n        },\n        {\n            \"assetCode\": \"UEDC\",\n            \"assetLid\": \"LA5FB9AQMH0\"\n        },\n        {\n            \"assetCode\": \"BOHR\",\n            \"assetLid\": \"LA1718B2GK2\"\n        },\n        {\n            \"assetCode\": \"IOTX3\",\n            \"assetLid\": \"LA28P1PQL62\"\n        },\n        {\n            \"assetCode\": \"28VCK\",\n            \"assetLid\": \"LA01HATK1W6\"\n        },\n        {\n            \"assetCode\": \"QUIDD\",\n            \"assetLid\": \"LA8GK0NX4W8\"\n        },\n        {\n            \"assetCode\": \"VLX1\",\n            \"assetLid\": \"LA2LTLPBN58\"\n        },\n        {\n            \"assetCode\": \"DANA\",\n            \"assetLid\": \"LA5YTCN7M20\"\n        },\n        {\n            \"assetCode\": \"HELIOS\",\n            \"assetLid\": \"LA8XXNGKTQ8\"\n        },\n        {\n            \"assetCode\": \"BATMAN\",\n            \"assetLid\": \"LA58XLUA1B3\"\n        },\n        {\n            \"assetCode\": \"LBNKBTS3L\",\n            \"assetLid\": \"LA6WCRGNGH2\"\n        },\n        {\n            \"assetCode\": \"LBNKBTT3L\",\n            \"assetLid\": \"LA467TKG208\"\n        },\n        {\n            \"assetCode\": \"LBNKBTT3S\",\n            \"assetLid\": \"LA2C4WPU625\"\n        },\n        {\n            \"assetCode\": \"TPOS\",\n            \"assetLid\": \"LA3G3ULM2A3\"\n        },\n        {\n            \"assetCode\": \"LBNKBTS3S\",\n            \"assetLid\": \"LA4QL8PWC86\"\n        },\n        {\n            \"assetCode\": \"HGHG\",\n            \"assetLid\": \"LA4BE98EPP1\"\n        },\n        {\n            \"assetCode\": \"XSP1\",\n            \"assetLid\": \"LA06CPR1ZP0\"\n        },\n        {\n            \"assetCode\": \"GRBE\",\n            \"assetLid\": \"LA3NG7U9BA2\"\n        },\n        {\n            \"assetCode\": \"DFL1\",\n            \"assetLid\": \"LA3JNQDW1Y2\"\n        },\n        {\n            \"assetCode\": \"LTNM\",\n            \"assetLid\": \"LA1LT5BJ9E1\"\n        },\n        {\n            \"assetCode\": \"WOOL\",\n            \"assetLid\": \"LA719SF7EX9\"\n        },\n        {\n            \"assetCode\": \"SHIBELON\",\n            \"assetLid\": \"LA07XB4GDC1\"\n        },\n        {\n            \"assetCode\": \"BMI1\",\n            \"assetLid\": \"LA280T2JHF1\"\n        },\n        {\n            \"assetCode\": \"BASK\",\n            \"assetLid\": \"LA8NZQ62YL0\"\n        },\n        {\n            \"assetCode\": \"PSLP1\",\n            \"assetLid\": \"LA1JXQSVXZ0\"\n        },\n        {\n            \"assetCode\": \"XAUT\",\n            \"assetLid\": \"LA5FZPR23H2\"\n        },\n        {\n            \"assetCode\": \"PDT\",\n            \"assetLid\": \"LA8FGEG06T7\"\n        },\n        {\n            \"assetCode\": \"YVCURVEIRONBANK\",\n            \"assetLid\": \"LA39CT21UK0\"\n        },\n        {\n            \"assetCode\": \"HEDGE\",\n            \"assetLid\": \"LA1H7XL6DY1\"\n        },\n        {\n            \"assetCode\": \"YVCURVE3POOL\",\n            \"assetLid\": \"LA1R5AYQLK3\"\n        },\n        {\n            \"assetCode\": \"CRVCONVEXABRA\",\n            \"assetLid\": \"LA39EURGNJ5\"\n        },\n        {\n            \"assetCode\": \"CRVIBGBPSGBPF\",\n            \"assetLid\": \"LA1ZGUBM6N0\"\n        },\n        {\n            \"assetCode\": \"CRVIBGBPSGBPGAUGE\",\n            \"assetLid\": \"LA43JHH6H50\"\n        },\n        {\n            \"assetCode\": \"CYUSDT\",\n            \"assetLid\": \"LA4HA5EENG9\"\n        },\n        {\n            \"assetCode\": \"FDT1\",\n            \"assetLid\": \"LA5JVZF69A7\"\n        },\n        {\n            \"assetCode\": \"RKP3R\",\n            \"assetLid\": \"LA8PBKPPAQ4\"\n        },\n        {\n            \"assetCode\": \"CVXCRV\",\n            \"assetLid\": \"LA3NKADALK3\"\n        },\n        {\n            \"assetCode\": \"EGC1\",\n            \"assetLid\": \"LA41RZ5F4E5\"\n        },\n        {\n            \"assetCode\": \"CDEX1\",\n            \"assetLid\": \"LA6UVMD5ZB0\"\n        },\n        {\n            \"assetCode\": \"NCR\",\n            \"assetLid\": \"LA1RXVPGVH0\"\n        },\n        {\n            \"assetCode\": \"ELS2\",\n            \"assetLid\": \"LA0U7Q6A817\"\n        },\n        {\n            \"assetCode\": \"GOTG\",\n            \"assetLid\": \"LA2LCGJ11M6\"\n        },\n        {\n            \"assetCode\": \"ILA\",\n            \"assetLid\": \"LA794HSS394\"\n        },\n        {\n            \"assetCode\": \"BNBH\",\n            \"assetLid\": \"LA7LDV02QS5\"\n        },\n        {\n            \"assetCode\": \"LBNKSC3S\",\n            \"assetLid\": \"LA6PAKUT077\"\n        },\n        {\n            \"assetCode\": \"LBNKSC3L\",\n            \"assetLid\": \"LA8Y9EUQ016\"\n        },\n        {\n            \"assetCode\": \"LBNKXEM3L\",\n            \"assetLid\": \"LA53FU3RRQ3\"\n        },\n        {\n            \"assetCode\": \"LBNKXEM3S\",\n            \"assetLid\": \"LA11EDH2WQ3\"\n        },\n        {\n            \"assetCode\": \"ELF2\",\n            \"assetLid\": \"LA1RJHCR9V2\"\n        },\n        {\n            \"assetCode\": \"KAVAX3L\",\n            \"assetLid\": \"LA6VDWTETN2\"\n        },\n        {\n            \"assetCode\": \"KAVAX3S\",\n            \"assetLid\": \"LA6SPP53566\"\n        },\n        {\n            \"assetCode\": \"SPS2\",\n            \"assetLid\": \"LA8UQWKG4M9\"\n        },\n        {\n            \"assetCode\": \"BEM1\",\n            \"assetLid\": \"LA2CJ1455H7\"\n        },\n        {\n            \"assetCode\": \"MIM2\",\n            \"assetLid\": \"LA5CKQG1G23\"\n        },\n        {\n            \"assetCode\": \"LOBI\",\n            \"assetLid\": \"LA4USYE7U56\"\n        },\n        {\n            \"assetCode\": \"PTU\",\n            \"assetLid\": \"LA2HAJSJWN5\"\n        },\n        {\n            \"assetCode\": \"SENSO1\",\n            \"assetLid\": \"LA4PD1U8DK1\"\n        },\n        {\n            \"assetCode\": \"WNDR\",\n            \"assetLid\": \"LA3EDS2MM75\"\n        },\n        {\n            \"assetCode\": \"ZLK\",\n            \"assetLid\": \"LA59K7Z8864\"\n        },\n        {\n            \"assetCode\": \"ICONS\",\n            \"assetLid\": \"LA6S7MS3JD6\"\n        },\n        {\n            \"assetCode\": \"CHEQ\",\n            \"assetLid\": \"LA3N7KW0055\"\n        },\n        {\n            \"assetCode\": \"MONO\",\n            \"assetLid\": \"LA5P16CFSS2\"\n        },\n        {\n            \"assetCode\": \"UPS\",\n            \"assetLid\": \"LA826746RN0\"\n        },\n        {\n            \"assetCode\": \"LBNKAUDIO3L\",\n            \"assetLid\": \"LA1Z9FY4WC1\"\n        },\n        {\n            \"assetCode\": \"LBNKAUDIO3S\",\n            \"assetLid\": \"LA5D41B9TU1\"\n        },\n        {\n            \"assetCode\": \"BLWA\",\n            \"assetLid\": \"LA1TC9RGKY1\"\n        },\n        {\n            \"assetCode\": \"KOROMARU\",\n            \"assetLid\": \"LA8XZPN89F8\"\n        },\n        {\n            \"assetCode\": \"BEZOGE\",\n            \"assetLid\": \"LA8ZC7A7FA5\"\n        },\n        {\n            \"assetCode\": \"LBNKAGLD3S\",\n            \"assetLid\": \"LA1W2X5JT71\"\n        },\n        {\n            \"assetCode\": \"LBNKAGLD3L\",\n            \"assetLid\": \"LA6KUCPB6X2\"\n        },\n        {\n            \"assetCode\": \"HZM\",\n            \"assetLid\": \"LA6B3P6C6K0\"\n        },\n        {\n            \"assetCode\": \"PEOPLE\",\n            \"assetLid\": \"LA3KSU38R99\"\n        },\n        {\n            \"assetCode\": \"TOTORO\",\n            \"assetLid\": \"LA5E858CQQ6\"\n        },\n        {\n            \"assetCode\": \"LBNKGALA5L\",\n            \"assetLid\": \"LA1A3BXXJR2\"\n        }\n    ]\n}"},{"id":"e036d4d1-58fb-44db-ab73-a503be0a8e98","name":"All Lukka Assets - Expanded Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/assets?lukkaAssetIds=[LA1S39UVDK1,LA7SQV7F4A4,LA16JZWX8U2]&expandDetails=[ALL]","host":["{{ref_data}}"],"path":["v2","lukka","assets"],"query":[{"key":"offset","value":"308900","disabled":true},{"key":"useV3","value":"true","disabled":true},{"key":"lukkaAssetIds","value":"[LA1S39UVDK1,LA7SQV7F4A4,LA16JZWX8U2]"},{"key":"expandDetails","value":"[ALL]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 May 2023 03:47:26 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"141"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c050b0af8d31f48-DEN"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": 0,\n    \"limit\": 100,\n    \"size\": 3,\n    \"links\": {\n        \"base\": \"/v2/lukka/assets\",\n        \"next\": null,\n        \"prev\": null\n    },\n    \"data\": [\n        {\n            \"assetCode\": \"ADA\",\n            \"assetLid\": \"LA7SQV7F4A4\",\n            \"recordStatus\": \"Active\",\n            \"allowedCollateralDetails\": [],\n            \"assetDetails\": [\n                {\n                    \"assetTypeCode\": \"COIN\",\n                    \"assetType\": \"Coin\",\n                    \"hashAlgorithmCode\": \"KES\",\n                    \"hashAlgorithm\": \"Key Evolving Signature\",\n                    \"isDigitalAsset\": true,\n                    \"isCryptoAsset\": true,\n                    \"isTradfiAsset\": false,\n                    \"isFungible\": true,\n                    \"isDerivative\": false,\n                    \"isSynthetic\": false,\n                    \"isMinable\": true,\n                    \"isStakeable\": true,\n                    \"isWrapped\": false,\n                    \"isLevered\": false,\n                    \"isDelevered\": false,\n                    \"isInverse\": false,\n                    \"isRebase\": false,\n                    \"isStable\": false,\n                    \"isPrivacy\": false,\n                    \"isPotentiallyMemeCoin\": null,\n                    \"hasCollateral\": false,\n                    \"hasUnderlyingAsset\": false,\n                    \"isGovernanceToken\": true,\n                    \"isPotentiallyOffensive\": false,\n                    \"isPotentiallySuspicious\": false,\n                    \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2017-09-23T21:44:51Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"blockchainDetails\": [\n                {\n                    \"lukkaBlockchainId\": \"LB41X1W06C6\",\n                    \"assetBlockchain\": \"Cardano\",\n                    \"tokenStandardCode\": \"NA\",\n                    \"tokenStandard\": \"Not Applicable\",\n                    \"precision\": 6,\n                    \"genesisBlock\": \"6236060\",\n                    \"genesisBlockStartDate\": \"2021-09-12T21:47:46Z\",\n                    \"genesisTransactionHash\": \"97779c4e21031457206c64c4f6adee02287178ba24242de475c68d7fbe1f12ba\",\n                    \"contractAddressDetailsList\": null,\n                    \"cryptoActionBeginId\": \"8ef0e1da-9beb-46ab-9447-d18b2d30c67a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2021-09-12T21:47:46Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"lukkaBlockchainId\": \"LB41X1W06C6\",\n                    \"assetBlockchain\": \"Cardano\",\n                    \"tokenStandardCode\": \"NA\",\n                    \"tokenStandard\": \"Not Applicable\",\n                    \"precision\": 6,\n                    \"genesisBlock\": \"4490511\",\n                    \"genesisBlockStartDate\": \"2020-07-29T21:44:51Z\",\n                    \"genesisTransactionHash\": \"79acf08126546b68d0464417af9530473b8c56c63b2a937bf6451e96e55cb96a\",\n                    \"contractAddressDetailsList\": null,\n                    \"cryptoActionBeginId\": \"70193ba3-08ca-460b-a5f7-59ca0b534371\",\n                    \"cryptoActionEndId\": \"b3a3d977-b1a7-4338-8f06-7de1369bb56f\",\n                    \"startTs\": \"2020-07-29T21:44:51Z\",\n                    \"endTs\": \"2021-03-01T21:44:51Z\",\n                    \"recordStatus\": \"Inactive\"\n                },\n                {\n                    \"lukkaBlockchainId\": \"LB41X1W06C6\",\n                    \"assetBlockchain\": \"Cardano\",\n                    \"tokenStandardCode\": \"NA\",\n                    \"tokenStandard\": \"Not Applicable\",\n                    \"precision\": 6,\n                    \"genesisBlock\": \"5406747\",\n                    \"genesisBlockStartDate\": \"2021-03-01T21:44:51Z\",\n                    \"genesisTransactionHash\": \"be4cf1ca8253b924dd0792efda0784a309c136432f54165871e00c404527e68f\",\n                    \"contractAddressDetailsList\": null,\n                    \"cryptoActionBeginId\": \"b3a3d977-b1a7-4338-8f06-7de1369bb56f\",\n                    \"cryptoActionEndId\": \"8ef0e1da-9beb-46ab-9447-d18b2d30c67a\",\n                    \"startTs\": \"2021-03-01T21:44:51Z\",\n                    \"endTs\": \"2021-09-12T21:47:46Z\",\n                    \"recordStatus\": \"Inactive\"\n                },\n                {\n                    \"lukkaBlockchainId\": \"LB41X1W06C6\",\n                    \"assetBlockchain\": \"Cardano\",\n                    \"tokenStandardCode\": \"NA\",\n                    \"tokenStandard\": \"Not Applicable\",\n                    \"precision\": 6,\n                    \"genesisBlock\": \"0\",\n                    \"genesisBlockStartDate\": \"2017-09-23T21:44:51Z\",\n                    \"genesisTransactionHash\": \"927edb96f3386ab91b5f5d85d84cb4253c65b1c2f65fa7df25f81fab1d62987a\",\n                    \"contractAddressDetailsList\": null,\n                    \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n                    \"cryptoActionEndId\": \"70193ba3-08ca-460b-a5f7-59ca0b534371\",\n                    \"startTs\": \"2017-09-23T21:44:51Z\",\n                    \"endTs\": \"2020-07-29T21:44:51Z\",\n                    \"recordStatus\": \"Inactive\"\n                }\n            ],\n            \"mediaDetails\": [\n                {\n                    \"mediaProvider\": \"GitHub\",\n                    \"url\": \"https://github.com/cardano-foundation\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"mediaProvider\": \"LINE\",\n                    \"url\": \"https://line.me/R/ti/p/%40941hwtne\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"mediaProvider\": \"LinkedIn\",\n                    \"url\": \"https://www.linkedin.com/company/cardano-foundation/\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"mediaProvider\": \"Meetup\",\n                    \"url\": \"https://www.meetup.com/pro/cardano/\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"mediaProvider\": \"Medium\",\n                    \"url\": \"https://medium.com/@cardano.foundation\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"mediaProvider\": \"Reddit\",\n                    \"url\": \"https://www.reddit.com/r/cardano/\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"mediaProvider\": \"Telegram\",\n                    \"url\": \"https://t.me/CardanoAnnouncements\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"mediaProvider\": \"Twitter\",\n                    \"url\": \"https://twitter.com/CardanoStiftung\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"mediaProvider\": \"Weibo\",\n                    \"url\": \"https://weibo.com/login.php\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"mediaProvider\": \"YouTube\",\n                    \"url\": \"https://www.youtube.com/c/cardanofoundation\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"nameDetails\": [\n                {\n                    \"whitepaperCode\": \"ADA\",\n                    \"commonStreetCode\": \"ADA\",\n                    \"lukkaAssetName\": \"Ada\",\n                    \"lukkaAssetNameEnglish\": \"Ada\",\n                    \"lukkaAssetShortName\": \"Ada\",\n                    \"commonStreetName\": \"Cardano\",\n                    \"assetDescription\": \"A decentralized blockchain based on peer-reviewed research and highly secure Haskell coding language.\",\n                    \"assetWebsite\": \"https://www.cardano.org/en/home/\",\n                    \"assetGroupId\": 5184,\n                    \"ecosystemGroupId\": null,\n                    \"collectionGroupId\": null,\n                    \"hasWhitepaper\": true,\n                    \"hasWhitepaperCode\": true,\n                    \"hasWebsite\": true,\n                    \"startTs\": \"2017-09-23T21:44:51Z\",\n                    \"endTs\": null,\n                    \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n                    \"cryptoActionEndId\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"participantDetails\": [\n                {\n                    \"participantTypeCode\": \"ISSR\",\n                    \"participantType\": \"Primary Issuer\",\n                    \"lukkaLegalEntityId\": 1587,\n                    \"participantLegalNameEnglish\": \"Input Output Global, Inc.\",\n                    \"legalFormCode\": \"CORP\",\n                    \"legalForm\": \"Corporation\",\n                    \"incorporationDate\": \"2016-06-15T00:00:00Z\",\n                    \"jurisdiction\": \"Delaware (USA)\",\n                    \"jurisdictionCountryIso3\": \"USA\",\n                    \"jurisdictionCountryUnClassification\": \"Developed\",\n                    \"jurisdictionCountryUnLeastDeveloped\": false,\n                    \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2017-09-23T21:44:51Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"rebaseDetails\": [],\n            \"sectorDetails\": [\n                {\n                    \"isPrimaryClassification\": true,\n                    \"lukkaCategoryCode\": 10,\n                    \"lukkaCategory\": \"Fungibles\",\n                    \"lukkaSuperSectorCode\": 1030,\n                    \"lukkaSuperSector\": \"Utility\",\n                    \"lukkaMacroSectorCode\": 103060,\n                    \"lukkaMacroSector\": \"Infrastructure\",\n                    \"lukkaMidSectorCode\": 10306020,\n                    \"lukkaMidSector\": \"Technology\",\n                    \"lukkaSubSectorCode\": 1030602070,\n                    \"lukkaSubSector\": \"Smart Contract Platforms\",\n                    \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2017-09-23T21:44:51Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"stableDetails\": [],\n            \"statusDetails\": [\n                {\n                    \"assetStatus\": \"Active\",\n                    \"assetSubstatus\": \"Active\",\n                    \"subStatusReasonCode\": null,\n                    \"subStatusReason\": null,\n                    \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2017-09-23T21:44:51Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"successorDetails\": [],\n            \"supplyDetails\": [\n                {\n                    \"isSupplyCapped\": true,\n                    \"maximumSupply\": \"45000000000.0000000000000000000000000\",\n                    \"consensusClassificationCode\": \"POSK\",\n                    \"consensusClassification\": \"Proof of Stake\",\n                    \"consensusName\": \"Ouroboros\",\n                    \"emissionClassificationCode\": \"LMTD\",\n                    \"emissionClassification\": \"Limited\",\n                    \"emissionTypeCode\": \"MTBRN\",\n                    \"emissionType\": \"Mint and Burn\",\n                    \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2017-09-23T21:44:51Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"tokenomicsDetails\": [\n                {\n                    \"hasLockupOrVesting\": false,\n                    \"hasLockupOrVestingContingency\": false,\n                    \"tokenomicsCategoryReported\": \"ICO\",\n                    \"tokenomicsCategoryNormalized\": null,\n                    \"amount\": \"25920000000.0000000000000000000000000\",\n                    \"additionalNotes\": null,\n                    \"lockOrVestSchedule\": null,\n                    \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2017-09-23T21:44:51Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"hasLockupOrVesting\": false,\n                    \"hasLockupOrVestingContingency\": false,\n                    \"tokenomicsCategoryReported\": \"Team\",\n                    \"tokenomicsCategoryNormalized\": null,\n                    \"amount\": \"5175000000.0000000000000000000000000\",\n                    \"additionalNotes\": null,\n                    \"lockOrVestSchedule\": null,\n                    \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2017-09-23T21:44:51Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"hasLockupOrVesting\": false,\n                    \"hasLockupOrVestingContingency\": false,\n                    \"tokenomicsCategoryReported\": \"Staking Rewards\",\n                    \"tokenomicsCategoryNormalized\": null,\n                    \"amount\": \"13905000000.0000000000000000000000000\",\n                    \"additionalNotes\": null,\n                    \"lockOrVestSchedule\": null,\n                    \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2017-09-23T21:44:51Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"underlyingDetails\": [],\n            \"valueProposition\": [\n                {\n                    \"isPrimaryProposition\": true,\n                    \"valuePropositionCode\": \"DAPINFRA\",\n                    \"valueProposition\": \"Decentralized Application Infrastructure\",\n                    \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2017-09-23T21:44:51Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ]\n        },\n        {\n            \"assetCode\": \"USDC\",\n            \"assetLid\": \"LA1S39UVDK1\",\n            \"recordStatus\": \"Active\",\n            \"allowedCollateralDetails\": [\n                {\n                    \"allowedCollateralCode\": \"RECVBLS\",\n                    \"allowedCollateral\": \"Receivables\",\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": \"25f6beb7-5223-45e1-9c7c-1cc49f7fb40f\",\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": \"2021-10-27T00:00:00Z\",\n                    \"recordStatus\": \"Inactive\"\n                },\n                {\n                    \"allowedCollateralCode\": \"YCD\",\n                    \"allowedCollateral\": \"Yankee CDs\",\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": \"25f6beb7-5223-45e1-9c7c-1cc49f7fb40f\",\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": \"2021-10-27T00:00:00Z\",\n                    \"recordStatus\": \"Inactive\"\n                },\n                {\n                    \"allowedCollateralCode\": \"CASH\",\n                    \"allowedCollateral\": \"Fiat Currency\",\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"allowedCollateralCode\": \"USTS\",\n                    \"allowedCollateral\": \"U.S. Treasury Securities\",\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"allowedCollateralCode\": \"CASHEQV\",\n                    \"allowedCollateral\": \"Cash Equivalents\",\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"assetDetails\": [\n                {\n                    \"assetTypeCode\": \"TKN\",\n                    \"assetType\": \"Token\",\n                    \"hashAlgorithmCode\": \"ETHSH\",\n                    \"hashAlgorithm\": \"Ethash\",\n                    \"isDigitalAsset\": true,\n                    \"isCryptoAsset\": true,\n                    \"isTradfiAsset\": false,\n                    \"isFungible\": true,\n                    \"isDerivative\": false,\n                    \"isSynthetic\": false,\n                    \"isMinable\": false,\n                    \"isStakeable\": false,\n                    \"isWrapped\": false,\n                    \"isLevered\": false,\n                    \"isDelevered\": false,\n                    \"isInverse\": false,\n                    \"isRebase\": false,\n                    \"isStable\": true,\n                    \"isPrivacy\": false,\n                    \"isPotentiallyMemeCoin\": null,\n                    \"hasCollateral\": true,\n                    \"hasUnderlyingAsset\": true,\n                    \"isGovernanceToken\": false,\n                    \"isPotentiallyOffensive\": false,\n                    \"isPotentiallySuspicious\": false,\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"blockchainDetails\": [\n                {\n                    \"lukkaBlockchainId\": \"LB5BNEJF816\",\n                    \"assetBlockchain\": \"Ethereum\",\n                    \"tokenStandardCode\": \"ERC20\",\n                    \"tokenStandard\": \"ERC-20\",\n                    \"precision\": 6,\n                    \"genesisBlock\": \"6082465\",\n                    \"genesisBlockStartDate\": \"2018-08-03T19:28:24Z\",\n                    \"genesisTransactionHash\": \"0xe7e0fe390354509cd08c9a0168536938600ddc552b3f7cb96030ebef62e75895\",\n                    \"contractAddressDetailsList\": [\n                        {\n                            \"contractAddress\": \"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\n                            \"contractAddressSubId\": null,\n                            \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                            \"cryptoActionEndId\": null,\n                            \"startTs\": \"2018-08-03T19:28:24Z\",\n                            \"endTs\": null,\n                            \"recordStatus\": \"Active\"\n                        }\n                    ],\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"mediaDetails\": [\n                {\n                    \"mediaProvider\": \"Twitter\",\n                    \"url\": \"https://twitter.com/circlepay\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"mediaProvider\": \"Discord\",\n                    \"url\": \"https://discord.com/invite/Q7bKN5y\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"mediaProvider\": \"Facebook\",\n                    \"url\": \"https://www.facebook.com/circle\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"mediaProvider\": \"LinkedIn\",\n                    \"url\": \"https://www.linkedin.com/company/circle-internet-financial\",\n                    \"cryptoActionBeginId\": null,\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": null,\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"nameDetails\": [\n                {\n                    \"whitepaperCode\": \"USDC\",\n                    \"commonStreetCode\": \"USDC\",\n                    \"lukkaAssetName\": \"USD Coin (Ethereum)\",\n                    \"lukkaAssetNameEnglish\": \"USD Coin (Ethereum)\",\n                    \"lukkaAssetShortName\": \"USD Coin (Ethereum)\",\n                    \"commonStreetName\": \"USD Coin\",\n                    \"assetDescription\": \"USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars, and governed by Centre, a membership-based consortium that sets technical, policy and financial standards for stablecoins.\",\n                    \"assetWebsite\": \"https://www.centre.io/\",\n                    \"assetGroupId\": 73,\n                    \"ecosystemGroupId\": null,\n                    \"collectionGroupId\": null,\n                    \"hasWhitepaper\": true,\n                    \"hasWhitepaperCode\": true,\n                    \"hasWebsite\": true,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"participantDetails\": [\n                {\n                    \"participantTypeCode\": \"OISSR\",\n                    \"participantType\": \"Other Issuer\",\n                    \"lukkaLegalEntityId\": 437,\n                    \"participantLegalNameEnglish\": \"Circle Internet Financial, Inc.\",\n                    \"legalFormCode\": \"CORP\",\n                    \"legalForm\": \"Corporation\",\n                    \"incorporationDate\": \"2013-08-12T00:00:00Z\",\n                    \"jurisdiction\": \"Delaware (USA)\",\n                    \"jurisdictionCountryIso3\": \"USA\",\n                    \"jurisdictionCountryUnClassification\": \"Developed\",\n                    \"jurisdictionCountryUnLeastDeveloped\": false,\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"participantTypeCode\": \"ISSR\",\n                    \"participantType\": \"Primary Issuer\",\n                    \"lukkaLegalEntityId\": 1585,\n                    \"participantLegalNameEnglish\": \"Centre Consortium, LLC\",\n                    \"legalFormCode\": \"LLC\",\n                    \"legalForm\": \"Limited Liability Company\",\n                    \"incorporationDate\": \"2019-08-31T00:00:00Z\",\n                    \"jurisdiction\": \"Delaware (USA)\",\n                    \"jurisdictionCountryIso3\": \"USA\",\n                    \"jurisdictionCountryUnClassification\": \"Developed\",\n                    \"jurisdictionCountryUnLeastDeveloped\": false,\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"participantTypeCode\": \"OISSR\",\n                    \"participantType\": \"Other Issuer\",\n                    \"lukkaLegalEntityId\": 1,\n                    \"participantLegalNameEnglish\": \"Coinbase, Inc.\",\n                    \"legalFormCode\": \"CORP\",\n                    \"legalForm\": \"Corporation\",\n                    \"incorporationDate\": \"2012-05-14T00:00:00Z\",\n                    \"jurisdiction\": \"Delaware (USA)\",\n                    \"jurisdictionCountryIso3\": \"USA\",\n                    \"jurisdictionCountryUnClassification\": \"Developed\",\n                    \"jurisdictionCountryUnLeastDeveloped\": false,\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                },\n                {\n                    \"participantTypeCode\": \"ADTR\",\n                    \"participantType\": \"Auditor\",\n                    \"lukkaLegalEntityId\": 1586,\n                    \"participantLegalNameEnglish\": \"Grant Thornton LLP\",\n                    \"legalFormCode\": \"LLP\",\n                    \"legalForm\": \"Limited Liability Partnership\",\n                    \"incorporationDate\": \"1995-01-06T00:00:00Z\",\n                    \"jurisdiction\": \"New Jersey (USA)\",\n                    \"jurisdictionCountryIso3\": \"USA\",\n                    \"jurisdictionCountryUnClassification\": \"Developed\",\n                    \"jurisdictionCountryUnLeastDeveloped\": false,\n                    \"cryptoActionBeginId\": \"ed8a1fed-8c18-403c-b970-5ee775816773\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-10-31T23:59:00Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"rebaseDetails\": [],\n            \"sectorDetails\": [\n                {\n                    \"isPrimaryClassification\": true,\n                    \"lukkaCategoryCode\": 10,\n                    \"lukkaCategory\": \"Fungibles\",\n                    \"lukkaSuperSectorCode\": 1020,\n                    \"lukkaSuperSector\": \"Payment\",\n                    \"lukkaMacroSectorCode\": 102020,\n                    \"lukkaMacroSector\": \"Stablecoin\",\n                    \"lukkaMidSectorCode\": 10202020,\n                    \"lukkaMidSector\": \"Collateralized\",\n                    \"lukkaSubSectorCode\": 1020202015,\n                    \"lukkaSubSector\": \"Fiat-Backed\",\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"stableDetails\": [\n                {\n                    \"leg\": 1,\n                    \"hasPeg\": true,\n                    \"hasPegInflationAdjustment\": false,\n                    \"pegType\": \"Hard\",\n                    \"pegValue\": \"1.000000\",\n                    \"pegLukkaAssetId\": \"LA3YM6GRUJ4\",\n                    \"pegAssetCode\": \"USD\",\n                    \"pegValueLukkaAssetId\": \"LA3YM6GRUJ4\",\n                    \"pegValueAssetCode\": \"USD\",\n                    \"pegValueAssetUnits\": \"Unit\",\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"statusDetails\": [\n                {\n                    \"assetStatus\": \"Active\",\n                    \"assetSubstatus\": \"Active\",\n                    \"subStatusReasonCode\": null,\n                    \"subStatusReason\": null,\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"successorDetails\": [],\n            \"supplyDetails\": [\n                {\n                    \"isSupplyCapped\": false,\n                    \"maximumSupply\": null,\n                    \"consensusClassificationCode\": \"POWK\",\n                    \"consensusClassification\": \"Proof of Work\",\n                    \"consensusName\": null,\n                    \"emissionClassificationCode\": \"UNLTD\",\n                    \"emissionClassification\": \"Unlimited\",\n                    \"emissionTypeCode\": \"MTBRN\",\n                    \"emissionType\": \"Mint and Burn\",\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"tokenomicsDetails\": [],\n            \"underlyingDetails\": [\n                {\n                    \"leg\": 1,\n                    \"underlyingLukkaAssetId\": \"LA3YM6GRUJ4\",\n                    \"underlyingLukkaAssetCode\": \"USD\",\n                    \"targetPercentage\": 1,\n                    \"isCollateral\": true,\n                    \"isReferenceAsset\": false,\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"valueProposition\": [\n                {\n                    \"isPrimaryProposition\": true,\n                    \"valuePropositionCode\": \"STBLVAL\",\n                    \"valueProposition\": \"Stable Value\",\n                    \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"2018-08-03T19:28:24Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ]\n        },\n        {\n            \"assetCode\": \"XUA\",\n            \"assetLid\": \"LA16JZWX8U2\",\n            \"recordStatus\": \"Active\",\n            \"allowedCollateralDetails\": [],\n            \"assetDetails\": [\n                {\n                    \"assetTypeCode\": \"UACCT\",\n                    \"assetType\": \"Unit of Account\",\n                    \"hashAlgorithmCode\": \"NA\",\n                    \"hashAlgorithm\": \"Not Applicable\",\n                    \"isDigitalAsset\": false,\n                    \"isCryptoAsset\": false,\n                    \"isTradfiAsset\": false,\n                    \"isFungible\": true,\n                    \"isDerivative\": false,\n                    \"isSynthetic\": false,\n                    \"isMinable\": false,\n                    \"isStakeable\": false,\n                    \"isWrapped\": false,\n                    \"isLevered\": false,\n                    \"isDelevered\": false,\n                    \"isInverse\": false,\n                    \"isRebase\": false,\n                    \"isStable\": false,\n                    \"isPrivacy\": false,\n                    \"isPotentiallyMemeCoin\": false,\n                    \"hasCollateral\": false,\n                    \"hasUnderlyingAsset\": false,\n                    \"isGovernanceToken\": false,\n                    \"isPotentiallyOffensive\": false,\n                    \"isPotentiallySuspicious\": false,\n                    \"cryptoActionBeginId\": \"523d52cd-28a3-4ca1-a1f6-1011ef302fee\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"1964-09-10T00:00:00Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"blockchainDetails\": [\n                {\n                    \"lukkaBlockchainId\": \"LB36CEZMUU6\",\n                    \"assetBlockchain\": \"Not Applicable/No Blockchain\",\n                    \"tokenStandardCode\": \"NA\",\n                    \"tokenStandard\": \"Not Applicable\",\n                    \"precision\": null,\n                    \"genesisBlock\": null,\n                    \"genesisBlockStartDate\": null,\n                    \"genesisTransactionHash\": null,\n                    \"contractAddressDetailsList\": null,\n                    \"cryptoActionBeginId\": \"523d52cd-28a3-4ca1-a1f6-1011ef302fee\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"1964-09-10T00:00:00Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"mediaDetails\": [],\n            \"nameDetails\": [\n                {\n                    \"whitepaperCode\": null,\n                    \"commonStreetCode\": \"XUA\",\n                    \"lukkaAssetName\": \"ADB Unit of Account\",\n                    \"lukkaAssetNameEnglish\": \"ADB Unit of Account\",\n                    \"lukkaAssetShortName\": \"ADB Unit of Account\",\n                    \"commonStreetName\": \"ADB Unit of Account\",\n                    \"assetDescription\": \"A unit of account used by the African Development Bank.\",\n                    \"assetWebsite\": \"https://www.afdb.org/en\",\n                    \"assetGroupId\": null,\n                    \"ecosystemGroupId\": null,\n                    \"collectionGroupId\": null,\n                    \"hasWhitepaper\": false,\n                    \"hasWhitepaperCode\": false,\n                    \"hasWebsite\": true,\n                    \"startTs\": \"1964-09-10T00:00:00Z\",\n                    \"endTs\": null,\n                    \"cryptoActionBeginId\": \"523d52cd-28a3-4ca1-a1f6-1011ef302fee\",\n                    \"cryptoActionEndId\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"participantDetails\": [\n                {\n                    \"participantTypeCode\": \"ISSR\",\n                    \"participantType\": \"Primary Issuer\",\n                    \"lukkaLegalEntityId\": 633,\n                    \"participantLegalNameEnglish\": \"African Development Bank\",\n                    \"legalFormCode\": \"GOVAGY\",\n                    \"legalForm\": \"Government Agency\",\n                    \"incorporationDate\": null,\n                    \"jurisdiction\": \"Supranational\",\n                    \"jurisdictionCountryIso3\": null,\n                    \"jurisdictionCountryUnClassification\": null,\n                    \"jurisdictionCountryUnLeastDeveloped\": null,\n                    \"cryptoActionBeginId\": \"523d52cd-28a3-4ca1-a1f6-1011ef302fee\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"1964-09-10T00:00:00Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"rebaseDetails\": [],\n            \"sectorDetails\": [\n                {\n                    \"isPrimaryClassification\": true,\n                    \"lukkaCategoryCode\": 30,\n                    \"lukkaCategory\": \"Ineligible For Classification\",\n                    \"lukkaSuperSectorCode\": 3010,\n                    \"lukkaSuperSector\": \"Ineligible For Classification\",\n                    \"lukkaMacroSectorCode\": 301010,\n                    \"lukkaMacroSector\": \"Ineligible For Classification\",\n                    \"lukkaMidSectorCode\": 30101010,\n                    \"lukkaMidSector\": \"Ineligible For Classification\",\n                    \"lukkaSubSectorCode\": -1284866291,\n                    \"lukkaSubSector\": \"Ineligible For Classification\",\n                    \"cryptoActionBeginId\": \"523d52cd-28a3-4ca1-a1f6-1011ef302fee\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"1964-09-10T00:00:00Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"stableDetails\": [],\n            \"statusDetails\": [\n                {\n                    \"assetStatus\": \"Active\",\n                    \"assetSubstatus\": \"Active\",\n                    \"subStatusReasonCode\": \"GVMNT\",\n                    \"subStatusReason\": \"Government Issuance\",\n                    \"cryptoActionBeginId\": \"523d52cd-28a3-4ca1-a1f6-1011ef302fee\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"1964-09-10T00:00:00Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"successorDetails\": [],\n            \"supplyDetails\": [\n                {\n                    \"isSupplyCapped\": false,\n                    \"maximumSupply\": null,\n                    \"consensusClassificationCode\": \"NONE\",\n                    \"consensusClassification\": \"None\",\n                    \"consensusName\": null,\n                    \"emissionClassificationCode\": \"NA\",\n                    \"emissionClassification\": \"Not Applicable\",\n                    \"emissionTypeCode\": \"NA\",\n                    \"emissionType\": \"Not Applicable\",\n                    \"cryptoActionBeginId\": \"523d52cd-28a3-4ca1-a1f6-1011ef302fee\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"1964-09-10T00:00:00Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ],\n            \"tokenomicsDetails\": [],\n            \"underlyingDetails\": [],\n            \"valueProposition\": [\n                {\n                    \"isPrimaryProposition\": true,\n                    \"valuePropositionCode\": \"UOA\",\n                    \"valueProposition\": \"Unit of Account\",\n                    \"cryptoActionBeginId\": \"523d52cd-28a3-4ca1-a1f6-1011ef302fee\",\n                    \"cryptoActionEndId\": null,\n                    \"startTs\": \"1964-09-10T00:00:00Z\",\n                    \"endTs\": null,\n                    \"recordStatus\": \"Active\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"4e1eb947-176c-4b05-8e33-6eac4fc5c9ff"},{"name":"A Lukka Asset and its Details","id":"d5f2da17-f6d2-4468-98ab-f9fce780c734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/assets/LA3YA6GC8Y5","description":"<p>The Lukka Reference Data (“LRD”) product is a comprehensive security master for digital assets. LRD is designed to fulfill the global digital asset community’s need for an institutional-grade, clean, reliable, comprehensive, standardized and normalized data source for digital asset reference data. Furthermore, LRD provides a means to conduct a multitude of digital asset investment activities including: researching trading strategies, quantitative research, benchmark construction, portfolio performance measurement and evaluation, pre and post-trade analysis and risk management assessments.</p>\n<p>The dataset is comprised of what is commonly referred to as “Terms &amp; Conditions” in traditional finance. The dataset provides its users information regarding the asset type, the asset’s structure, participants, how the supply is determined, underlying asset information (if applicable) and other various pieces of reference data. In total, the dataset tracks over 100 fields for its users.</p>\n<p>Digital assets and derivative products on digital assets are eligible for addition to the Lukka Reference Data product.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","assets","LA3YA6GC8Y5"],"host":["{{ref_data}}"],"query":[],"variable":[]}},"response":[{"id":"bebc3638-12a4-40c2-aa11-5fb30975696d","name":"A Lukka Asset and its Details","originalRequest":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/assets/LA7SQV7F4A4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 17:05:31 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"201"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f102559f9cc290e-DEN"}],"cookie":[],"responseTime":null,"body":"{\n    \"assetCode\": \"ADA\",\n    \"assetLid\": \"LA7SQV7F4A4\",\n    \"recordStatus\": \"Active\",\n    \"allowedCollateralDetails\": [],\n    \"assetDetails\": [\n        {\n            \"assetTypeCode\": \"COIN\",\n            \"assetType\": \"Coin\",\n            \"hashAlgorithmCode\": \"KES\",\n            \"hashAlgorithm\": \"Key Evolving Signature\",\n            \"isDigitalAsset\": true,\n            \"isCryptoAsset\": true,\n            \"isTradfiAsset\": false,\n            \"isFungible\": true,\n            \"isDerivative\": false,\n            \"isSynthetic\": false,\n            \"isMinable\": true,\n            \"isStakeable\": true,\n            \"isWrapped\": false,\n            \"isLevered\": false,\n            \"isDelevered\": false,\n            \"isInverse\": false,\n            \"isRebase\": false,\n            \"isStable\": false,\n            \"isPrivacy\": false,\n            \"isPotentiallyMemeCoin\": false,\n            \"hasCollateral\": false,\n            \"hasUnderlyingAsset\": false,\n            \"isGovernanceToken\": true,\n            \"isPotentiallyOffensive\": false,\n            \"isPotentiallySuspicious\": false,\n            \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"blockchainDetails\": [\n        {\n            \"lukkaBlockchainId\": \"LB41X1W06C6\",\n            \"assetBlockchain\": \"Cardano\",\n            \"tokenStandardCode\": \"NA\",\n            \"tokenStandard\": \"Not Applicable\",\n            \"precision\": 6,\n            \"genesisBlock\": \"6236060\",\n            \"genesisBlockStartDate\": \"2021-09-12T21:47:46Z\",\n            \"genesisTransactionHash\": \"97779c4e21031457206c64c4f6adee02287178ba24242de475c68d7fbe1f12ba\",\n            \"contractAddressDetailsList\": null,\n            \"cryptoActionBeginId\": \"8ef0e1da-9beb-46ab-9447-d18b2d30c67a\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2021-09-12T21:47:46Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"lukkaBlockchainId\": \"LB41X1W06C6\",\n            \"assetBlockchain\": \"Cardano\",\n            \"tokenStandardCode\": \"NA\",\n            \"tokenStandard\": \"Not Applicable\",\n            \"precision\": 6,\n            \"genesisBlock\": \"4490511\",\n            \"genesisBlockStartDate\": \"2020-07-29T21:44:51Z\",\n            \"genesisTransactionHash\": \"79acf08126546b68d0464417af9530473b8c56c63b2a937bf6451e96e55cb96a\",\n            \"contractAddressDetailsList\": null,\n            \"cryptoActionBeginId\": \"70193ba3-08ca-460b-a5f7-59ca0b534371\",\n            \"cryptoActionEndId\": \"b3a3d977-b1a7-4338-8f06-7de1369bb56f\",\n            \"startTs\": \"2020-07-29T21:44:51Z\",\n            \"endTs\": \"2021-03-01T21:44:51Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"lukkaBlockchainId\": \"LB41X1W06C6\",\n            \"assetBlockchain\": \"Cardano\",\n            \"tokenStandardCode\": \"NA\",\n            \"tokenStandard\": \"Not Applicable\",\n            \"precision\": 6,\n            \"genesisBlock\": \"5406747\",\n            \"genesisBlockStartDate\": \"2021-03-01T21:44:51Z\",\n            \"genesisTransactionHash\": \"be4cf1ca8253b924dd0792efda0784a309c136432f54165871e00c404527e68f\",\n            \"contractAddressDetailsList\": null,\n            \"cryptoActionBeginId\": \"b3a3d977-b1a7-4338-8f06-7de1369bb56f\",\n            \"cryptoActionEndId\": \"8ef0e1da-9beb-46ab-9447-d18b2d30c67a\",\n            \"startTs\": \"2021-03-01T21:44:51Z\",\n            \"endTs\": \"2021-09-12T21:47:46Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"lukkaBlockchainId\": \"LB41X1W06C6\",\n            \"assetBlockchain\": \"Cardano\",\n            \"tokenStandardCode\": \"NA\",\n            \"tokenStandard\": \"Not Applicable\",\n            \"precision\": 6,\n            \"genesisBlock\": \"0\",\n            \"genesisBlockStartDate\": \"2017-09-23T21:44:51Z\",\n            \"genesisTransactionHash\": \"927edb96f3386ab91b5f5d85d84cb4253c65b1c2f65fa7df25f81fab1d62987a\",\n            \"contractAddressDetailsList\": null,\n            \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n            \"cryptoActionEndId\": \"70193ba3-08ca-460b-a5f7-59ca0b534371\",\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": \"2020-07-29T21:44:51Z\",\n            \"recordStatus\": \"Inactive\"\n        }\n    ],\n    \"governanceDetails\": [\n        {\n            \"hasFoundation\": true,\n            \"hasBugBounty\": false,\n            \"hasGrantProgram\": false,\n            \"isOpenSource\": true,\n            \"isFounderKnown\": true,\n            \"projectStructureTypeCode\": \"HYBD\",\n            \"projectStructureTypeName\": \"Hybrid Centralized/Decentralized\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": \"2020-09-01T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"hasFoundation\": true,\n            \"hasBugBounty\": false,\n            \"hasGrantProgram\": true,\n            \"isOpenSource\": true,\n            \"isFounderKnown\": true,\n            \"projectStructureTypeCode\": \"HYBD\",\n            \"projectStructureTypeName\": \"Hybrid Centralized/Decentralized\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2020-09-01T00:00:01Z\",\n            \"endTs\": \"2022-08-26T00:00:00Z\",\n            \"recordStatus\": \"Inactive\"\n        },\n        {\n            \"hasFoundation\": true,\n            \"hasBugBounty\": true,\n            \"hasGrantProgram\": true,\n            \"isOpenSource\": true,\n            \"isFounderKnown\": true,\n            \"projectStructureTypeCode\": \"HYBD\",\n            \"projectStructureTypeName\": \"Hybrid Centralized/Decentralized\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2022-08-26T00:00:01Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"mediaDetails\": [\n        {\n            \"mediaProvider\": \"GitHub\",\n            \"url\": \"https://github.com/cardano-foundation\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"LINE\",\n            \"url\": \"https://line.me/R/ti/p/%40941hwtne\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"LinkedIn\",\n            \"url\": \"https://www.linkedin.com/company/cardano-foundation/\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"Meetup\",\n            \"url\": \"https://www.meetup.com/pro/cardano/\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"Medium\",\n            \"url\": \"https://medium.com/@cardano.foundation\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"Reddit\",\n            \"url\": \"https://www.reddit.com/r/cardano/\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"Telegram\",\n            \"url\": \"https://t.me/CardanoAnnouncements\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"Twitter\",\n            \"url\": \"https://twitter.com/CardanoStiftung\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"Weibo\",\n            \"url\": \"https://weibo.com/login.php\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"mediaProvider\": \"YouTube\",\n            \"url\": \"https://www.youtube.com/c/cardanofoundation\",\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": null,\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"nameDetails\": [\n        {\n            \"whitepaperCode\": \"ADA\",\n            \"commonStreetCode\": \"ADA\",\n            \"lukkaAssetName\": \"Ada\",\n            \"lukkaAssetNameEnglish\": \"Ada\",\n            \"lukkaAssetShortName\": \"Ada\",\n            \"commonStreetName\": \"Cardano\",\n            \"assetDescription\": \"A decentralized blockchain based on peer-reviewed research and highly secure Haskell coding language.\",\n            \"assetWebsite\": \"https://www.cardano.org/en/home/\",\n            \"assetGroupId\": 5184,\n            \"ecosystemGroupId\": null,\n            \"collectionGroupId\": null,\n            \"hasWhitepaper\": true,\n            \"hasWhitepaperCode\": true,\n            \"hasWebsite\": true,\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": null,\n            \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n            \"cryptoActionEndId\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"participantDetails\": [\n        {\n            \"participantTypeCode\": \"FNDTN\",\n            \"participantType\": \"Foundation\",\n            \"lukkaLegalEntityId\": 3908,\n            \"participantLegalNameEnglish\": \"Cardano Foundation\",\n            \"legalFormCode\": \"FNDTN\",\n            \"legalForm\": \"Foundation\",\n            \"incorporationDate\": null,\n            \"jurisdiction\": \"Switzerland\",\n            \"jurisdictionCountryIso3\": \"CHE\",\n            \"jurisdictionCountryUnClassification\": \"Developed\",\n            \"jurisdictionCountryUnLeastDeveloped\": false,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"participantTypeCode\": \"ISSR\",\n            \"participantType\": \"Primary Issuer\",\n            \"lukkaLegalEntityId\": 1587,\n            \"participantLegalNameEnglish\": \"Input Output Global, Inc.\",\n            \"legalFormCode\": \"CORP\",\n            \"legalForm\": \"Corporation\",\n            \"incorporationDate\": \"2016-06-15T00:00:00Z\",\n            \"jurisdiction\": \"Delaware (USA)\",\n            \"jurisdictionCountryIso3\": \"USA\",\n            \"jurisdictionCountryUnClassification\": \"Developed\",\n            \"jurisdictionCountryUnLeastDeveloped\": false,\n            \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"rebaseDetails\": [],\n    \"sectorDetails\": [\n        {\n            \"isPrimaryClassification\": true,\n            \"lukkaCategoryCode\": 10,\n            \"lukkaCategory\": \"Fungibles\",\n            \"lukkaSuperSectorCode\": 1030,\n            \"lukkaSuperSector\": \"Utility\",\n            \"lukkaMacroSectorCode\": 103060,\n            \"lukkaMacroSector\": \"Infrastructure\",\n            \"lukkaMidSectorCode\": 10306020,\n            \"lukkaMidSector\": \"Technology\",\n            \"lukkaSubSectorCode\": 1030602070,\n            \"lukkaSubSector\": \"Smart Contract Platforms\",\n            \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"stableDetails\": [],\n    \"statusDetails\": [\n        {\n            \"assetStatus\": \"Active\",\n            \"assetSubstatus\": \"Active\",\n            \"subStatusReasonCode\": null,\n            \"subStatusReason\": null,\n            \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"successorDetails\": [],\n    \"supplyDetails\": [\n        {\n            \"isSupplyCapped\": true,\n            \"maximumSupply\": \"45000000000.0000000000000000000000000\",\n            \"latestAssetSupplyDetails\": {\n                \"assetsInCirculation\": \"35045020830\",\n                \"totalSupply\": \"45000000000\",\n                \"asOf\": \"2023-08-03T14:05:44.041977Z\"\n            },\n            \"consensusClassificationCode\": \"POSK\",\n            \"consensusClassification\": \"Proof of Stake\",\n            \"consensusName\": \"Ouroboros\",\n            \"emissionClassificationCode\": \"LMTD\",\n            \"emissionClassification\": \"Limited\",\n            \"emissionTypeCode\": \"MTBRN\",\n            \"emissionType\": \"Mint and Burn\",\n            \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"tokenomicsDetails\": [\n        {\n            \"hasLockupOrVesting\": false,\n            \"hasLockupOrVestingContingency\": false,\n            \"tokenomicsCategoryReported\": \"ICO\",\n            \"tokenomicsCategoryNormalized\": null,\n            \"amount\": \"25920000000.0000000000000000000000000\",\n            \"additionalNotes\": null,\n            \"lockOrVestSchedule\": null,\n            \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"hasLockupOrVesting\": false,\n            \"hasLockupOrVestingContingency\": false,\n            \"tokenomicsCategoryReported\": \"Team\",\n            \"tokenomicsCategoryNormalized\": null,\n            \"amount\": \"5175000000.0000000000000000000000000\",\n            \"additionalNotes\": null,\n            \"lockOrVestSchedule\": null,\n            \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"hasLockupOrVesting\": false,\n            \"hasLockupOrVestingContingency\": false,\n            \"tokenomicsCategoryReported\": \"Staking Rewards\",\n            \"tokenomicsCategoryNormalized\": null,\n            \"amount\": \"13905000000.0000000000000000000000000\",\n            \"additionalNotes\": null,\n            \"lockOrVestSchedule\": null,\n            \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"underlyingDetails\": [],\n    \"valueProposition\": [\n        {\n            \"isPrimaryProposition\": true,\n            \"valuePropositionCode\": \"DAPINFRA\",\n            \"valueProposition\": \"Decentralized Application Infrastructure\",\n            \"cryptoActionBeginId\": \"8aa0eb86-2038-4a85-bb11-f18fe8620eb1\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2017-09-23T21:44:51Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ]\n}"}],"_postman_id":"d5f2da17-f6d2-4468-98ab-f9fce780c734"},{"name":"Asset Exposure","id":"0fa3db8a-997c-42ee-b439-0c6bbec14663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/assets/exposure?offset=1000","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","assets","exposure"],"host":["{{ref_data}}"],"query":[{"disabled":true,"key":"exposureLevels","value":"TFV"},{"disabled":true,"key":"assetLids","value":"LA176YWNB05"},{"disabled":true,"key":"limit","value":"5"},{"key":"offset","value":"1000"}],"variable":[]}},"response":[{"id":"3f2a6ece-3226-424d-896c-19bf8ec015eb","name":"Asset Exposure Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/assets/exposure?limit=5","host":["{{ref_data}}"],"path":["v2","lukka","assets","exposure"],"query":[{"key":"limit","value":"5","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Mar 2025 19:21:26 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"492"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9206224f7b884545-ATL"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": 0,\n    \"limit\": 5,\n    \"size\": 5,\n    \"links\": {\n        \"base\": \"/v2/lukka/assets/exposure\",\n        \"next\": \"/v2/lukka/assets/exposure?limit=5&offset=5\",\n        \"prev\": null\n    },\n    \"data\": [\n        {\n            \"alternateMarketIdentifier\": \"XTP1KT9T86M2\",\n            \"assetLid\": \"LA2SLM0T8T4\",\n            \"assetCode\": \"HUSD\",\n            \"commonStreetCode\": \"HUSD\",\n            \"assetNameEnglish\": \"Huobi Stablecoin-Huobi USD\",\n            \"assetTypeCode\": \"TKN\",\n            \"assetType\": \"Token\",\n            \"isCryptoAsset\": true,\n            \"isDigitalAsset\": true,\n            \"isTradfiAsset\": false,\n            \"hasUnderlyingAsset\": true,\n            \"hasCollateral\": true,\n            \"exposureLevel\": 1,\n            \"exposureLevelName\": \"Crypto Exposure: Direct\",\n            \"valuePropositionList\": [\n                {\n                    \"valuePropositionCode\": \"STBLVAL\",\n                    \"valueProposition\": \"Stable Value\"\n                },\n                {\n                    \"valuePropositionCode\": \"FUNG\",\n                    \"valueProposition\": \"Fungibility\"\n                }\n            ],\n            \"underlyingAssetList\": [\n                {\n                    \"underlyingAssetLid\": \"LA3YM6GRUJ4\",\n                    \"underlyingAssetName\": \"US Dollar\"\n                }\n            ]\n        },\n        {\n            \"alternateMarketIdentifier\": \"XTBSF74H7GR2\",\n            \"assetLid\": \"LA0Y44036E0\",\n            \"assetCode\": \"BUSD\",\n            \"commonStreetCode\": \"BUSD\",\n            \"assetNameEnglish\": \"Binance USD (ERC20)\",\n            \"assetTypeCode\": \"TKN\",\n            \"assetType\": \"Token\",\n            \"isCryptoAsset\": true,\n            \"isDigitalAsset\": true,\n            \"isTradfiAsset\": false,\n            \"hasUnderlyingAsset\": true,\n            \"hasCollateral\": true,\n            \"exposureLevel\": 1,\n            \"exposureLevelName\": \"Crypto Exposure: Direct\",\n            \"valuePropositionList\": [\n                {\n                    \"valuePropositionCode\": \"STBLVAL\",\n                    \"valueProposition\": \"Stable Value\"\n                }\n            ],\n            \"underlyingAssetList\": [\n                {\n                    \"underlyingAssetLid\": \"LA3YM6GRUJ4\",\n                    \"underlyingAssetName\": \"US Dollar\"\n                }\n            ]\n        },\n        {\n            \"alternateMarketIdentifier\": \"XTQ00DC0PHH4\",\n            \"assetLid\": \"LA65GTRH8G7\",\n            \"assetCode\": \"TUSD\",\n            \"commonStreetCode\": \"TUSD\",\n            \"assetNameEnglish\": \"TrueUSD\",\n            \"assetTypeCode\": \"TKN\",\n            \"assetType\": \"Token\",\n            \"isCryptoAsset\": true,\n            \"isDigitalAsset\": true,\n            \"isTradfiAsset\": false,\n            \"hasUnderlyingAsset\": true,\n            \"hasCollateral\": true,\n            \"exposureLevel\": 1,\n            \"exposureLevelName\": \"Crypto Exposure: Direct\",\n            \"valuePropositionList\": [\n                {\n                    \"valuePropositionCode\": \"STBLVAL\",\n                    \"valueProposition\": \"Stable Value\"\n                }\n            ],\n            \"underlyingAssetList\": [\n                {\n                    \"underlyingAssetLid\": \"LA3YM6GRUJ4\",\n                    \"underlyingAssetName\": \"US Dollar\"\n                }\n            ]\n        },\n        {\n            \"alternateMarketIdentifier\": \"XTTJWK5QTRK6\",\n            \"assetLid\": \"LA1S39UVDK1\",\n            \"assetCode\": \"USDC\",\n            \"commonStreetCode\": \"USDC\",\n            \"assetNameEnglish\": \"USD Coin (Ethereum)\",\n            \"assetTypeCode\": \"TKN\",\n            \"assetType\": \"Token\",\n            \"isCryptoAsset\": true,\n            \"isDigitalAsset\": true,\n            \"isTradfiAsset\": false,\n            \"hasUnderlyingAsset\": true,\n            \"hasCollateral\": true,\n            \"exposureLevel\": 1,\n            \"exposureLevelName\": \"Crypto Exposure: Direct\",\n            \"valuePropositionList\": [\n                {\n                    \"valuePropositionCode\": \"STBLVAL\",\n                    \"valueProposition\": \"Stable Value\"\n                }\n            ],\n            \"underlyingAssetList\": [\n                {\n                    \"underlyingAssetLid\": \"LA3YM6GRUJ4\",\n                    \"underlyingAssetName\": \"US Dollar\"\n                }\n            ]\n        },\n        {\n            \"alternateMarketIdentifier\": \"XTL09Q657BK6\",\n            \"assetLid\": \"LA176YWNB05\",\n            \"assetCode\": \"USDT\",\n            \"commonStreetCode\": \"USDT\",\n            \"assetNameEnglish\": \"Tether\",\n            \"assetTypeCode\": \"TKN\",\n            \"assetType\": \"Token\",\n            \"isCryptoAsset\": true,\n            \"isDigitalAsset\": true,\n            \"isTradfiAsset\": false,\n            \"hasUnderlyingAsset\": true,\n            \"hasCollateral\": true,\n            \"exposureLevel\": 1,\n            \"exposureLevelName\": \"Crypto Exposure: Direct\",\n            \"valuePropositionList\": [\n                {\n                    \"valuePropositionCode\": \"STBLVAL\",\n                    \"valueProposition\": \"Stable Value\"\n                }\n            ],\n            \"underlyingAssetList\": [\n                {\n                    \"underlyingAssetLid\": \"LA3YM6GRUJ4\",\n                    \"underlyingAssetName\": \"US Dollar\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"0fa3db8a-997c-42ee-b439-0c6bbec14663"}],"id":"2a821335-1165-4c35-9e34-4230df3b0bec","_postman_id":"2a821335-1165-4c35-9e34-4230df3b0bec","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}}},{"name":"Derivative Terms and Conditions","item":[{"name":"Okta JWT Authorization - Ref Data","id":"959a9606-8665-4399-97fb-d707d40b8e34","protocolProfileBehavior":{"disableUrlEncoding":false,"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>Okta's grant type</p>\n","type":"text"},{"key":"scope","value":"ref-data","description":"<p>Scope provided to client</p>\n","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token","urlObject":{"protocol":"https","path":["oauth2","aus1imo2g7ugEl49C0h8","v1","token"],"host":["sso","lukka","tech"],"query":[],"variable":[]}},"response":[{"id":"bd49de06-94c6-4d6e-af88-be593c1000e3","name":"Okta JWT Authorization - Ref Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Cache-Control","value":"no-cache"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"Okta's grant type","type":"text"},{"key":"scope","value":"ref-data","description":"Scope provided to client","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 18:02:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-okta-request-id","value":"Xy2XM5@gsl0ckF5Gdk8GTAAACWw"},{"key":"x-xss-protection","value":"1; mode=block; report=https://okta.report-uri.com/r/d/xss/enforce"},{"key":"p3p","value":"CP=\"HONK\""},{"key":"x-content-type-options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=315360000; includeSubDomains"},{"key":"set-cookie","value":"sid=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"046bafb8100000e718271d3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5bf2e8a01bd9e718-EWR"}],"cookie":[],"responseTime":null,"body":"{\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 3600,\n  \"access_token\": \"**REDACTED**\",\n  \"scope\": \"ref-data\"\n}"}],"_postman_id":"959a9606-8665-4399-97fb-d707d40b8e34"},{"name":"All Derivatives","id":"494401c5-f27a-45d4-a6ae-9fa8d3f71aca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/derivatives?limit=1000&offset=0&entityCode=DERI&expandDetails=[ALL]","description":"<p>Get a list of all known Derivatives within the Lukka Derivatives Data (\"LDRD\") product  </p>\n<p>The Lukka Derivatives Data (“LDRD”) product is a comprehensive security master for derivatives contracts on digital assets. LDRD is designed to fulfill the global digital asset community’s need for an institutional-grade, clean, reliable, comprehensive, enriched, standardized and normalized data source for derivatives on digital assets. The dataset also includes a standardized derivative naming convention across trading venues. </p>\n<p>The dataset is comprised of what is commonly referred to as “Terms &amp; Conditions” in traditional finance. The dataset provides its users information regarding the derivative type, settlement, participants, underlying asset information, and other various pieces of reference data. In total, the dataset tracks over 50 fields for its users.</p>\n<p><strong>Response Details</strong>  </p>\n<table><tbody><tr><th>Field Name</th><th>Data Type</th><th>Description</th></tr><tr><td>name</td><td>STRING</td><td>Lukka's long name for the entity</td></tr></tbody></table>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","derivatives"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"1000"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>All derivatives for a given Lukka generated Entity Code</p>\n","type":"text/plain"},"key":"entityCode","value":"DERI"},{"disabled":true,"key":"assetType","value":"OPTION"},{"disabled":true,"description":{"content":"<p>All derivatives with an underlying matching the given Lukka asset code</p>\n","type":"text/plain"},"key":"underlyingAssetCode","value":"XBT"},{"disabled":true,"description":{"content":"<p>All derivatives that expire before the given time</p>\n","type":"text/plain"},"key":"expiresBefore","value":"2019-01-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>All derivatives that expire after the given time</p>\n","type":"text/plain"},"key":"expiresAfter","value":"2020-01-01T00:00:00Z"},{"description":{"content":"<p>User specified expansion criteria that which provides additional data for All Derivatives. User can expand on multiple objects in a comma separated list. Options include:\n[ALL]\n[derivativeDetails]\n[participantDetails]\n[settlementDetails]\n[statusDetails]\n[underlyingDetails]</p>\n","type":"text/plain"},"key":"expandDetails","value":"[ALL]"}],"variable":[]}},"response":[{"id":"6b1cdb1d-0633-4d55-a4e1-32a7534f2ef9","name":"All Derivatives - Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/derivatives?limit=10&offset=0&entityCode=DERI&classificationCode=OPT","host":["{{ref_data}}"],"path":["v2","lukka","derivatives"],"query":[{"key":"limit","value":"10","description":"Max data set size to show. Max value is 1000 and defaults to 100."},{"key":"offset","value":"0","description":"Data set offset. Defaults to 0."},{"key":"entityCode","value":"DERI","description":"All derivatives with the given entity code"},{"key":"classificationCode","value":"OPT","description":"All derivatives with the given asset type"},{"key":"underlyingAssetCode","value":"XBT","description":"All derivatives with the given underlying asset code","disabled":true},{"key":"expiresBefore","value":"2018-01-01T00:00:00Z","description":"All derivatives with expiration date before given timestamp","disabled":true},{"key":"expiresAfter","value":"2018-01-01T00:00:00Z","description":"All derivatives with expiration date after given timestamp","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jun 2022 03:16:43 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"22"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"71fa11094dc093d1-DFW"}],"cookie":[],"responseTime":null,"body":"{\n    \"limit\": 10,\n    \"offset\": 0,\n    \"data\": [\n        {\n            \"entityCode\": \"DERI\",\n            \"entityName\": \"Deribit\",\n            \"entityDerivativeCode\": \"BTC-20MAY20-9000-P\",\n            \"entityDerivativeName\": \"BTC-20MAY20-9000-P\",\n            \"lukkaDerivativeLid\": \"L-DERI-OPT-XBT-XBT-P-9000-20200520-1D\",\n            \"lukkaDerivativeCode\": \"XBT-P-9000-20200520\",\n            \"derivativeName\": \"Deribit Daily Bitcoin 9000 Put Option expiring 20May2020\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"entityCode\": \"DERI\",\n            \"entityName\": \"Deribit\",\n            \"entityDerivativeCode\": \"ETH-17FEB22-3700-P\",\n            \"entityDerivativeName\": \"ETH-17FEB22-3700-P\",\n            \"lukkaDerivativeLid\": \"L-DERI-OPT-ETH-ETH-P-3700-20220217-1D\",\n            \"lukkaDerivativeCode\": \"ETH-P-3700-20220217\",\n            \"derivativeName\": \"Deribit Daily Ether 3700 Put Option expiring 17Feb2022\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"entityCode\": \"DERI\",\n            \"entityName\": \"Deribit\",\n            \"entityDerivativeCode\": \"ETH-16FEB22-3250-C\",\n            \"entityDerivativeName\": \"ETH-16FEB22-3250-C\",\n            \"lukkaDerivativeLid\": \"L-DERI-OPT-ETH-ETH-C-3250-20220216-1D\",\n            \"lukkaDerivativeCode\": \"ETH-C-3250-20220216\",\n            \"derivativeName\": \"Deribit Daily Ether 3250 Call Option expiring 16Feb2022\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"entityCode\": \"DERI\",\n            \"entityName\": \"Deribit\",\n            \"entityDerivativeCode\": \"BTC-17OCT20-11375-C\",\n            \"entityDerivativeName\": \"BTC-17OCT20-11375-C\",\n            \"lukkaDerivativeLid\": \"L-DERI-OPT-XBT-XBT-C-11375-20201017-1D\",\n            \"lukkaDerivativeCode\": \"XBT-C-11375-20201017\",\n            \"derivativeName\": \"Deribit Daily Bitcoin 11375 Call Option expiring 17Oct2020\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"entityCode\": \"DERI\",\n            \"entityName\": \"Deribit\",\n            \"entityDerivativeCode\": \"BTC-18OCT20-11375-C\",\n            \"entityDerivativeName\": \"BTC-18OCT20-11375-C\",\n            \"lukkaDerivativeLid\": \"L-DERI-OPT-XBT-XBT-C-11375-20201018-1D\",\n            \"lukkaDerivativeCode\": \"XBT-C-11375-20201018\",\n            \"derivativeName\": \"Deribit Daily Bitcoin 11375 Call Option expiring 18Oct2020\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"entityCode\": \"DERI\",\n            \"entityName\": \"Deribit\",\n            \"entityDerivativeCode\": \"BTC-20OCT20-11375-C\",\n            \"entityDerivativeName\": \"BTC-20OCT20-11375-C\",\n            \"lukkaDerivativeLid\": \"L-DERI-OPT-XBT-XBT-C-11375-20201020-1D\",\n            \"lukkaDerivativeCode\": \"XBT-C-11375-20201020\",\n            \"derivativeName\": \"Deribit Daily Bitcoin 11375 Call Option expiring 20Oct2020\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"entityCode\": \"DERI\",\n            \"entityName\": \"Deribit\",\n            \"entityDerivativeCode\": \"BTC-21OCT20-11375-C\",\n            \"entityDerivativeName\": \"BTC-21OCT20-11375-C\",\n            \"lukkaDerivativeLid\": \"L-DERI-OPT-XBT-XBT-C-11375-20201021-1D\",\n            \"lukkaDerivativeCode\": \"XBT-C-11375-20201021\",\n            \"derivativeName\": \"Deribit Daily Bitcoin 11375 Call Option expiring 21Oct2020\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"entityCode\": \"DERI\",\n            \"entityName\": \"Deribit\",\n            \"entityDerivativeCode\": \"BTC-22OCT20-11375-C\",\n            \"entityDerivativeName\": \"BTC-22OCT20-11375-C\",\n            \"lukkaDerivativeLid\": \"L-DERI-OPT-XBT-XBT-C-11375-20201022-1D\",\n            \"lukkaDerivativeCode\": \"XBT-C-11375-20201022\",\n            \"derivativeName\": \"Deribit Daily Bitcoin 11375 Call Option expiring 22Oct2020\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"entityCode\": \"DERI\",\n            \"entityName\": \"Deribit\",\n            \"entityDerivativeCode\": \"BTC-16APR21-46000-P\",\n            \"entityDerivativeName\": \"BTC-16APR21-46000-P\",\n            \"lukkaDerivativeLid\": \"L-DERI-OPT-XBT-XBT-P-46000-20210416-1W\",\n            \"lukkaDerivativeCode\": \"XBT-P-46000-20210416\",\n            \"derivativeName\": \"Deribit Weekly Bitcoin 46000 Put Option expiring 16Apr2021\",\n            \"recordStatus\": \"Active\"\n        },\n        {\n            \"entityCode\": \"DERI\",\n            \"entityName\": \"Deribit\",\n            \"entityDerivativeCode\": \"BTC-22MAY20-11500-C\",\n            \"entityDerivativeName\": \"BTC-22MAY20-11500-C\",\n            \"lukkaDerivativeLid\": \"L-DERI-OPT-XBT-XBT-C-11500-20200522-1W\",\n            \"lukkaDerivativeCode\": \"XBT-C-11500-20200522\",\n            \"derivativeName\": \"Deribit Weekly Bitcoin 11500 Call Option expiring 22May2020\",\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"size\": 10,\n    \"links\": {\n        \"base\": \"/v2/lukka/derivatives\",\n        \"next\": \"/v2/lukka/derivatives?entityCode=DERI&classificationCode=OPT&limit=10&offset=10\",\n        \"prev\": null\n    }\n}"}],"_postman_id":"494401c5-f27a-45d4-a6ae-9fa8d3f71aca"},{"name":"A Derivative and its Details","id":"6008df7d-ede6-45b9-be91-493fca2c1aad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/derivatives/L-DERI-OPT-BTC-BTC-C-43000-20210917","description":"<p>Get all known details for a given Lukka Derivative Identifier.</p>\n<p>The Lukka Derivatives Data (“LDRD”) product is a comprehensive security master for derivatives contracts on digital assets. LDRD is designed to fulfill the global digital asset community’s need for an institutional-grade, clean, reliable, comprehensive, enriched, standardized and normalized data source for derivatives on digital assets. The dataset also includes a standardized derivative naming convention across trading venues. </p>\n<p>The dataset is comprised of what is commonly referred to as “Terms &amp; Conditions” in traditional finance. The dataset provides its users information regarding the derivative type, settlement, participants, underlying asset information, and other various pieces of reference data. In total, the dataset tracks over 50 fields for its users.</p>\n<p><strong>Response Details</strong>  </p>\n<table><tbody><tr><th>Field Name</th><th>Data Type</th><th>Description</th></tr><tr><td>name</td><td>STRING</td><td>Lukka's long name for the entity</td></tr></tbody></table>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","derivatives","L-DERI-OPT-BTC-BTC-C-43000-20210917"],"host":["{{ref_data}}"],"query":[],"variable":[]}},"response":[{"id":"27f4569a-6ecf-443e-86b4-5dda6294d70e","name":"A Derivative and its Details - Example","originalRequest":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/derivatives/L-BINA-PERP-UNI-USD"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 03:13:53 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"32"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6e8865c73a232883-DFW"}],"cookie":[],"responseTime":null,"body":"{\n    \"entityCode\": \"BINA\",\n    \"entityName\": \"Binance\",\n    \"entityDerivativeCode\": \"UNIUSD_PERP\",\n    \"entityDerivativeName\": \"UNIUSD_PERP\",\n    \"lukkaDerivativeLid\": \"L-BINA-PERP-UNI-USD\",\n    \"lukkaDerivativeCode\": \"UNI-PERP\",\n    \"derivativeName\": \"Binance Uniswap Perpetual\",\n    \"recordStatus\": \"Active\",\n    \"statusDetails\": [\n        {\n            \"assetStatus\": \"Active\",\n            \"assetSubstatus\": \"Active\",\n            \"subStatusReasonCode\": \"LISTD\",\n            \"subStatusReason\": \"Contract Listed\",\n            \"cryptoActionBeginId\": \"f7f1b491-4c9f-4895-8c9a-153f1ba82234\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2021-04-13T07:00:00Z\",\n            \"endTs\": null,\n            \"status\": \"Active\"\n        }\n    ],\n    \"derivativeDetails\": [\n        {\n            \"derivativeClassificationCode\": \"PERP\",\n            \"derivativeClassification\": \"Perpetual\",\n            \"quoteLukkaAssetId\": \"LA3YM6GRUJ4\",\n            \"quoteLukkaAssetCode\": \"USD\",\n            \"contractStartTs\": \"2021-04-13T07:00:00Z\",\n            \"contractExpirationTs\": \"2199-12-31T23:59:59Z\",\n            \"isPerpetual\": true,\n            \"isMultipleLeg\": false,\n            \"isVanilla\": true,\n            \"isExotic\": false,\n            \"optionContractTypeCode\": \"NA\",\n            \"optionContractType\": \"Not Applicable\",\n            \"optionContractExerciseTypeCode\": \"NA\",\n            \"optionContractExerciseType\": \"Not Applicable\",\n            \"strike\": null,\n            \"multiplier\": 10,\n            \"fundingPaymentFrequencyHrs\": 8,\n            \"isUsIrcSection1256\": false,\n            \"hasBasketUnderlying\": false,\n            \"cryptoActionBeginId\": \"f7f1b491-4c9f-4895-8c9a-153f1ba82234\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2021-04-13T07:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"settlementDetails\": [\n        {\n            \"contractSettleTs\": null,\n            \"settleClassificationCode\": \"FPMT\",\n            \"settleClassification\": \"Funding Payment\",\n            \"settleLukkaAssetId\": \"LA79U4XBU94\",\n            \"settleLukkaAssetCode\": \"UNISW\",\n            \"cryptoActionBeginId\": \"f7f1b491-4c9f-4895-8c9a-153f1ba82234\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2021-04-13T07:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"underlyingDetails\": [\n        {\n            \"underlyingLukkaAssetId\": \"LA79U4XBU94\",\n            \"underlyingLukkaAssetCode\": \"UNISW\",\n            \"percentOfUnderlying\": 1,\n            \"cryptoActionBeginId\": \"f7f1b491-4c9f-4895-8c9a-153f1ba82234\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2021-04-13T07:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ],\n    \"participantDetails\": [\n        {\n            \"participantType\": \"Primary Issuer\",\n            \"lukkaLegalEntityId\": 336,\n            \"participantLegalNameEnglish\": \"Binance Holdings Limited\",\n            \"legalFormCode\": \"LLC\",\n            \"legalForm\": \"Limited Liability Company\",\n            \"incorporationDate\": null,\n            \"jurisdiction\": \"Cayman Islands\",\n            \"jurisdictionCountryIso3\": \"CYM\",\n            \"jurisdictionCountryUnClassification\": \"Developing\",\n            \"jurisdictionCountryUnLeastDeveloped\": false,\n            \"cryptoActionBeginId\": \"f7f1b491-4c9f-4895-8c9a-153f1ba82234\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2021-04-13T07:00:00Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ]\n}"}],"_postman_id":"6008df7d-ede6-45b9-be91-493fca2c1aad"}],"id":"45bf5d70-2345-45e5-bbce-cd6e58ba50a8","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"05402c40-94b2-411f-9907-b9b0a6657ac1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"fc3b8a1b-07a1-48a9-80dc-61da11d6d32b"}}],"_postman_id":"45bf5d70-2345-45e5-bbce-cd6e58ba50a8","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}}},{"name":"Mapping and Normalization","item":[{"name":"Okta JWT Authorization - Ref Data","id":"6a245cae-a15d-434a-b4cc-d5f8cba42b8b","protocolProfileBehavior":{"disableUrlEncoding":false,"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>Okta's grant type</p>\n","type":"text"},{"key":"scope","value":"ref-data","description":"<p>Scope provided to client</p>\n","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token","urlObject":{"protocol":"https","path":["oauth2","aus1imo2g7ugEl49C0h8","v1","token"],"host":["sso","lukka","tech"],"query":[],"variable":[]}},"response":[{"id":"55303012-3993-443c-b1b7-d794baf61b18","name":"Okta JWT Authorization - Ref Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Cache-Control","value":"no-cache"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"Okta's grant type","type":"text"},{"key":"scope","value":"ref-data","description":"Scope provided to client","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 18:02:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-okta-request-id","value":"Xy2XM5@gsl0ckF5Gdk8GTAAACWw"},{"key":"x-xss-protection","value":"1; mode=block; report=https://okta.report-uri.com/r/d/xss/enforce"},{"key":"p3p","value":"CP=\"HONK\""},{"key":"x-content-type-options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=315360000; includeSubDomains"},{"key":"set-cookie","value":"sid=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"046bafb8100000e718271d3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5bf2e8a01bd9e718-EWR"}],"cookie":[],"responseTime":null,"body":"{\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 3600,\n  \"access_token\": \"**REDACTED**\",\n  \"scope\": \"ref-data\"\n}"}],"_postman_id":"6a245cae-a15d-434a-b4cc-d5f8cba42b8b"},{"name":"All Entities","id":"52b5453a-f486-4c21-a584-1bbe99e769bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/entities?offset=0","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","entities"],"host":["{{ref_data}}"],"query":[{"disabled":true,"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100. </p>\n","type":"text/plain"},"key":"limit","value":"1000"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"60f7acb1-be32-46d0-9826-9729e695e676","name":"All Entities","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/entities","host":["{{ref_data}}"],"path":["v2","lukka","entities"],"query":[{"key":"limit","value":"1000","description":"Max data set size to show. Max value is 1000 and defaults to 100. ","disabled":true},{"key":"offset","value":"0","description":"Data set offset. Defaults to 0.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 03:45:58 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"14"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"791737c3f9581f98-DEN"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": 0,\n    \"limit\": 100,\n    \"size\": 100,\n    \"links\": {\n        \"base\": \"/v2/lukka/entities\",\n        \"next\": \"/v2/lukka/entities?limit=100&offset=100\",\n        \"prev\": null\n    },\n    \"data\": [\n        {\n            \"entityId\": 2082,\n            \"entityCode\": \"CNBOOK\",\n            \"entityName\": \"Coinbook\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://coinbook.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 651,\n            \"entityCode\": \"CPRM\",\n            \"entityName\": \"Coinbase Prime\",\n            \"entityTypeCode\": \"Prime Broker\",\n            \"entityType\": \"PBKR\",\n            \"entityUrl\": \"https://prime.coinbase.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 628,\n            \"entityCode\": \"CDRW\",\n            \"entityName\": \"Cumberland DRW LLC\",\n            \"entityTypeCode\": \"OTC Desk\",\n            \"entityType\": \"OTC\",\n            \"entityUrl\": \"https://cumberland.io/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 653,\n            \"entityCode\": \"TAGO\",\n            \"entityName\": \"Tagomi\",\n            \"entityTypeCode\": \"OTC Desk\",\n            \"entityType\": \"OTC\",\n            \"entityUrl\": \"https://www.tagomi.com\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2083,\n            \"entityCode\": \"PLAITX\",\n            \"entityName\": \"Palitanx\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://palitanx.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2085,\n            \"entityCode\": \"SATSFT\",\n            \"entityName\": \"SatoshiShift\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://satoshishift.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2086,\n            \"entityCode\": \"BITUN\",\n            \"entityName\": \"Bitunions\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"http://www.bitunions.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 1758,\n            \"entityCode\": \"ABVYX\",\n            \"entityName\": \"Abvy\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://www.abvy.io/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 701,\n            \"entityCode\": \"ANCR\",\n            \"entityName\": \"Anchorage\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://anchorage.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 670,\n            \"entityCode\": \"FBLK\",\n            \"entityName\": \"Fireblocks\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.fireblocks.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 955,\n            \"entityCode\": \"BLOCKNOXCT\",\n            \"entityName\": \"Blocknox\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.boerse-stuttgart.de/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 954,\n            \"entityCode\": \"HASKEYC\",\n            \"entityName\": \"HashKey Custody\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.hashkey.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 953,\n            \"entityCode\": \"FINOACST\",\n            \"entityName\": \"Finoa\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.finoa.io/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 952,\n            \"entityCode\": \"PRMTRST\",\n            \"entityName\": \"Prime Trust\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.primetrust.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 951,\n            \"entityCode\": \"FIDDIGAST\",\n            \"entityName\": \"Fidelity Digital Assets\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.fidelitydigitalassets.com/overview\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 950,\n            \"entityCode\": \"ONCHNCST\",\n            \"entityName\": \"Onchain Custodian\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.oncustodian.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 949,\n            \"entityCode\": \"BAKKT\",\n            \"entityName\": \"Bakkt\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.bakkt.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 948,\n            \"entityCode\": \"KNGDMTST\",\n            \"entityName\": \"Kingdom Trust\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.kingdomtrust.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 947,\n            \"entityCode\": \"TAURUSCTDY\",\n            \"entityName\": \"Taurus\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.taurushq.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 946,\n            \"entityCode\": \"NODEVNTR\",\n            \"entityName\": \"NodeVenture\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://tmia.at/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 945,\n            \"entityCode\": \"UNBOUND\",\n            \"entityName\": \"Unbound Security\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.unboundsecurity.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 944,\n            \"entityCode\": \"BITCNSSSE\",\n            \"entityName\": \"Bitcoin Suisse\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.bitcoinsuisse.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 943,\n            \"entityCode\": \"TANGNY\",\n            \"entityName\": \"Tangany\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://tangany.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 942,\n            \"entityCode\": \"MATRXPRT\",\n            \"entityName\": \"Matrixport\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": \"https://www.matrixport.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 941,\n            \"entityCode\": \"CASACTDY\",\n            \"entityName\": \"Casa\",\n            \"entityTypeCode\": \"Wallet\",\n            \"entityType\": \"WLLT\",\n            \"entityUrl\": \"https://keys.casa/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2084,\n            \"entityCode\": \"3PDPM\",\n            \"entityName\": \"3PDPM\",\n            \"entityTypeCode\": \"Administrative\",\n            \"entityType\": \"ADMN\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 1817,\n            \"entityCode\": \"NFTLOAD\",\n            \"entityName\": \"NFTLOAD\",\n            \"entityTypeCode\": \"Administrative\",\n            \"entityType\": \"ADMN\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 1759,\n            \"entityCode\": \"SWAPS\",\n            \"entityName\": \"Swaps\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://swaps.app/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2088,\n            \"entityCode\": \"CFACIL\",\n            \"entityName\": \"Cryptofacil\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://es.cryptofacil.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2087,\n            \"entityCode\": \"ARBI\",\n            \"entityName\": \"Arbitrum Blockchain\",\n            \"entityTypeCode\": \"Blockchain\",\n            \"entityType\": \"BCHAIN\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 110,\n            \"entityCode\": \"XTECX\",\n            \"entityName\": \"XT\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://www.xt.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 126,\n            \"entityCode\": \"COINBT\",\n            \"entityName\": \"Coinsbit\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 90,\n            \"entityCode\": \"CRCM\",\n            \"entityName\": \"Crypto.com\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 98,\n            \"entityCode\": \"COINDCX\",\n            \"entityName\": \"CoinDCX\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 116,\n            \"entityCode\": \"BITKUB\",\n            \"entityName\": \"Bitkub\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 118,\n            \"entityCode\": \"GOKUMKT\",\n            \"entityName\": \"GokuMarket\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 111,\n            \"entityCode\": \"BITVAVO\",\n            \"entityName\": \"Bitvavo\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 101,\n            \"entityCode\": \"ETOROX\",\n            \"entityName\": \"eToroX\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 107,\n            \"entityCode\": \"MEXC\",\n            \"entityName\": \"MEXC Global\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://www.mexc.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 302,\n            \"entityCode\": \"BITRABBIT\",\n            \"entityName\": \"BitRabbit\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://bitrabbit.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2100,\n            \"entityCode\": \"ROKESX\",\n            \"entityName\": \"Rokes Exchange\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://app.rokes.exchange/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2101,\n            \"entityCode\": \"5DAXX\",\n            \"entityName\": \"5Dax Exchange\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://5dax.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2102,\n            \"entityCode\": \"CNHAKO\",\n            \"entityName\": \"Coinhako\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://www.coinhako.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2103,\n            \"entityCode\": \"CNVEX\",\n            \"entityName\": \"Coinvex\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://coinvex.org/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2104,\n            \"entityCode\": \"XBDCH\",\n            \"entityName\": \"Exchange BDCASH\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://exchangebdcash.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 424,\n            \"entityCode\": \"3XBIT\",\n            \"entityName\": \"3XBIT\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2172,\n            \"entityCode\": \"BTBNCH\",\n            \"entityName\": \"BITBUNCH\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://www.bitbunch.io/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2325,\n            \"entityCode\": \"EZMKTS\",\n            \"entityName\": \"easyMarkets\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://www.easymarkets.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2335,\n            \"entityCode\": \"DUSK\",\n            \"entityName\": \"Dusk Network B.V.\",\n            \"entityTypeCode\": \"Other\",\n            \"entityType\": \"OTHR\",\n            \"entityUrl\": \"https://www.dusk.network/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2342,\n            \"entityCode\": \"FCPORTO\",\n            \"entityName\": \"Futebol Clube do Porto Group\",\n            \"entityTypeCode\": \"Other\",\n            \"entityType\": \"OTHR\",\n            \"entityUrl\": \"https://www.fcporto.pt/pt\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2345,\n            \"entityCode\": \"MDAR\",\n            \"entityName\": \"Mines of Dalarnia Foundation Ltd. Singapore\",\n            \"entityTypeCode\": \"Other\",\n            \"entityType\": \"OTHR\",\n            \"entityUrl\": \"https://www.minesofdalarnia.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2352,\n            \"entityCode\": \"TICKML\",\n            \"entityName\": \"Tickmill\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://www.tickmill.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2356,\n            \"entityCode\": \"EUROX\",\n            \"entityName\": \"EuropeX\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://www.europex.eu\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2385,\n            \"entityCode\": \"VIXTRD\",\n            \"entityName\": \"VixTrade\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"http://www.vixtrade.net/\",\n            \"entityStatus\": \"Inactive\"\n        },\n        {\n            \"entityId\": 2386,\n            \"entityCode\": \"CRWNX\",\n            \"entityName\": \"Crown-Ex\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://www.crown-ex.com/\",\n            \"entityStatus\": \"Inactive\"\n        },\n        {\n            \"entityId\": 813,\n            \"entityCode\": \"CNMX\",\n            \"entityName\": \"Coin.mx\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://coin.mx/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2389,\n            \"entityCode\": \"YBEXX\",\n            \"entityName\": \"Ybex Exchange\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"http://ybex.com/\",\n            \"entityStatus\": \"Inactive\"\n        },\n        {\n            \"entityId\": 2395,\n            \"entityCode\": \"BTRADE\",\n            \"entityName\": \"BTC Trader\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"http://btctrader.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2397,\n            \"entityCode\": \"BLAKE\",\n            \"entityName\": \"Blake Trader\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"http://blaketrader.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2405,\n            \"entityCode\": \"CONIC\",\n            \"entityName\": \"Cryptonic\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"http://cryptonic.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2408,\n            \"entityCode\": \"EMPEX\",\n            \"entityName\": \"EmpireX\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"http://empirex.ch/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2411,\n            \"entityCode\": \"FOJAC\",\n            \"entityName\": \"Fortune Jack\",\n            \"entityTypeCode\": \"Other\",\n            \"entityType\": \"OTHR\",\n            \"entityUrl\": \"http://fortunejack.com\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2413,\n            \"entityCode\": \"ECNFD\",\n            \"entityName\": \"ECoinFund\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"http://ecoinfund.com/\",\n            \"entityStatus\": \"Inactive\"\n        },\n        {\n            \"entityId\": 2418,\n            \"entityCode\": \"MASTRX\",\n            \"entityName\": \"MasterXchange\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://masterxchange.com/\",\n            \"entityStatus\": \"Inactive\"\n        },\n        {\n            \"entityId\": 810,\n            \"entityCode\": \"BYES\",\n            \"entityName\": \"BitYes\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"http://bityes.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2421,\n            \"entityCode\": \"FOBOCN\",\n            \"entityName\": \"FobCoin (Fubi.com)\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://fobcoin.com/\",\n            \"entityStatus\": \"Inactive\"\n        },\n        {\n            \"entityId\": 2422,\n            \"entityCode\": \"CYPTON\",\n            \"entityName\": \"Crypteon\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://www.crypteon.net/\",\n            \"entityStatus\": \"Inactive\"\n        },\n        {\n            \"entityId\": 2423,\n            \"entityCode\": \"CTRADEX\",\n            \"entityName\": \"CryptoTrade.Exchange\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://cryptotrade.exchange/\",\n            \"entityStatus\": \"Inactive\"\n        },\n        {\n            \"entityId\": 2427,\n            \"entityCode\": \"BITSRT\",\n            \"entityName\": \"Bit-Street\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://bit-street.com/\",\n            \"entityStatus\": \"Inactive\"\n        },\n        {\n            \"entityId\": 2254,\n            \"entityCode\": \"NOVA1\",\n            \"entityName\": \"Arbitrum Nova\",\n            \"entityTypeCode\": \"Blockchain\",\n            \"entityType\": \"BCHAIN\",\n            \"entityUrl\": \"https://nova.arbitrum.io\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 164,\n            \"entityCode\": \"ZIPMEX\",\n            \"entityName\": \"Zipmex\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 159,\n            \"entityCode\": \"XTOWERX\",\n            \"entityName\": \"CrossTower\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 150,\n            \"entityCode\": \"CRTLGYX\",\n            \"entityName\": \"Cryptology\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 134,\n            \"entityCode\": \"WHITEBIT\",\n            \"entityName\": \"WhiteBIT\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 149,\n            \"entityCode\": \"HOOEX\",\n            \"entityName\": \"Hoo\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 142,\n            \"entityCode\": \"BTPNDPR\",\n            \"entityName\": \"Bitpanda Pro\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 167,\n            \"entityCode\": \"FINEXBOX\",\n            \"entityName\": \"Finexbox\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 144,\n            \"entityCode\": \"KICKEX\",\n            \"entityName\": \"KickEX\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 185,\n            \"entityCode\": \"AZBIT\",\n            \"entityName\": \"Azbit\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 153,\n            \"entityCode\": \"COINMETRO\",\n            \"entityName\": \"CoinMetro\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://coinmetro.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2106,\n            \"entityCode\": \"VOFSHI\",\n            \"entityName\": \"Vault of Satoshi\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://www.vaultofsatoshi.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2107,\n            \"entityCode\": \"BTCBRS\",\n            \"entityName\": \"Bitcoin Bourse\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"http://bitcoinbourse.eu/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2108,\n            \"entityCode\": \"BILIUM\",\n            \"entityName\": \"Billium\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://billium.com/en/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 976,\n            \"entityCode\": \"TRSTLGY\",\n            \"entityName\": \"Trustology\",\n            \"entityTypeCode\": \"Custodian\",\n            \"entityType\": \"CUSTDN\",\n            \"entityUrl\": null,\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2109,\n            \"entityCode\": \"PAYNTX\",\n            \"entityName\": \"Payant Exchange\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"http://payantexchange.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2110,\n            \"entityCode\": \"AZPYA\",\n            \"entityName\": \"Aruzpaya\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://arzpaya.com/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2111,\n            \"entityCode\": \"CSTASH\",\n            \"entityName\": \"Coinstash\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://coinstash.com.au/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2112,\n            \"entityCode\": \"DSURGE\",\n            \"entityName\": \"Digital Surge\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://digitalsurge.com.au/\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2113,\n            \"entityCode\": \"YODE\",\n            \"entityName\": \"Yodeswap\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://app.yodeswap.dog/exchange/swap\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2114,\n            \"entityCode\": \"MUESLI\",\n            \"entityName\": \"MuesliSwap\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://milkomeda.muesliswap.com/swap\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2116,\n            \"entityCode\": \"POLYCAT\",\n            \"entityName\": \"Polycat Finance\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://polycat.finance/swap\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2117,\n            \"entityCode\": \"TINYMAN\",\n            \"entityName\": \"Tinyman\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://app.tinyman.org/#/swap?asset_in=0\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2118,\n            \"entityCode\": \"LIFESWP\",\n            \"entityName\": \"LIF3 Swap\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://lif3.com/swap\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2123,\n            \"entityCode\": \"WIGO\",\n            \"entityName\": \"WigoSwap\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://wigoswap.io/swap\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2124,\n            \"entityCode\": \"SABER\",\n            \"entityName\": \"Saber\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://app.saber.so/swap\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2125,\n            \"entityCode\": \"KARURA\",\n            \"entityName\": \"Karura\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://apps.karura.network/swap\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2128,\n            \"entityCode\": \"KAIDEX\",\n            \"entityName\": \"Kaidex\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://kaidex.io\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2129,\n            \"entityCode\": \"FUZZ\",\n            \"entityName\": \"FuzzSwap\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://swap.fuzz.fi/swap\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2130,\n            \"entityCode\": \"KIBBLE\",\n            \"entityName\": \"KibbleSwap\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://www.kibbleswap.dog/swap\",\n            \"entityStatus\": \"Active\"\n        },\n        {\n            \"entityId\": 2132,\n            \"entityCode\": \"UBTINDO\",\n            \"entityName\": \"Upbit Indonesia\",\n            \"entityTypeCode\": \"Exchange\",\n            \"entityType\": \"XCHNG\",\n            \"entityUrl\": \"https://id.upbit.com/home\",\n            \"entityStatus\": \"Active\"\n        }\n    ]\n}"}],"_postman_id":"52b5453a-f486-4c21-a584-1bbe99e769bb"},{"name":"Asset Mappings","id":"6d8b1664-0748-407b-b787-565c21e9a0a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/assets/mappings?limit=100&offset=0&mappingStatus=Active","description":"<p>Get the cross reference of all the assets supported by an entity as a part of the Lukka Mapping Data Product (“LMAP”)</p>\n<p>The digital asset ecosystem consists of hundreds of various platforms and service providers, each having their own naming conventions, asset identifiers, notification processes (or lack thereof) and delivery mechanisms (or lack thereof). The absence of standard identifiers across the ecosystem presents challenges to properly identify and compare data across the digital asset ecosystem, especially at scale.</p>\n<p>The Lukka Mapping Data Product is a comprehensive mapping and normalization dataset that can be leveraged to easily take the unstandardized, inconsistent and uncleansed data from trading venues, custodians, wallets, lending platforms or other entities within the ecosystem and normalize the data to one consistent, standardized, cleansed and timelined data record. </p>\n<p>LMAP is designed to fulfill the need for a mechanism to facilitate an easy way to compare assets and their respective market data, across any platform, for use in front, middle and back office processes. The product provides its users a significant reduction in time and effort preparing data and provides its users with more time to analyze and use the data.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","assets","mappings"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 1000.</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>The asset mapping that matchs the begin event UUID for a given record. </p>\n","type":"text/plain"},"key":"cryptoActionBeginId","value":"66753f94-919c-4306-a9fc-281b936d3a94"},{"disabled":true,"description":{"content":"<p>The asset mapping that matchs the end event UUID for a given record. </p>\n","type":"text/plain"},"key":"cryptoActionEndId","value":"a441d919-2c01-4a11-b353-cfa268e736f9"},{"disabled":true,"description":{"content":"<p>All asset mappings with the given entity's asset code.</p>\n","type":"text/plain"},"key":"entityAssetCode","value":"BTC"},{"disabled":true,"description":{"content":"<p>All asset mappings with the given Lukka generated entity code.</p>\n","type":"text/plain"},"key":"entityCode","value":"KRAK"},{"disabled":true,"description":{"content":"<p>All asset mappings that match the given primary mapping </p>\n","type":"text/plain"},"key":"isPrimaryMapping","value":"True"},{"disabled":true,"description":{"content":"<p>All asset mappings that match the given time a record was last modified</p>\n","type":"text/plain"},"key":"lastModifiedTime","value":"2020-04-01T23:40:10.924Z"},{"disabled":true,"description":{"content":"<p>All asset mappings with the given unique Lukka asset idetnifier.</p>\n","type":"text/plain"},"key":"lukkaAssetCode","value":"XBT"},{"disabled":true,"description":{"content":"<p>All asset mappings with the given internally generated unique Lukka Identifier</p>\n","type":"text/plain"},"key":"lukkaAssetId","value":"LA6EV2NKQ95"},{"disabled":true,"description":{"content":"<p>The asset mapping that matches the mapping UUID for a given record</p>\n","type":"text/plain"},"key":"lukkaAssetMapId","value":"272b3a9e-04d6-4cc7-979e-e3ba98c4384e"},{"disabled":true,"description":{"content":"<p>All asset mappings that match the given time a mapping record should be considered effective until</p>\n","type":"text/plain"},"key":"mapEffectiveEndTime","value":"2020-01-31T00:00:00Z"},{"disabled":true,"description":{"content":"<p>All asset mappings that match the given time a mapping record should be considered effective from</p>\n","type":"text/plain"},"key":"mapEffectiveStartTime","value":"2019-01-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>All asset mappings that match the given time a mapping record was terminated in the Lukka database</p>\n","type":"text/plain"},"key":"mapProcessedEndTime","value":"2020-02-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>All asset mappings that match the given time a mapping record was created in the Lukka database</p>\n","type":"text/plain"},"key":"mapProcessedStartTime","value":"2019-01-05T00:00:00Z"},{"description":{"content":"<p>Denotes the status of the asset mapping. Available values include Active, Inactive, and all. If unspecified, will default to all</p>\n","type":"text/plain"},"key":"mappingStatus","value":"Active"}],"variable":[]}},"response":[{"id":"e430efbe-a971-4e9a-be95-df8ad7433925","name":"Asset Mappings","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/assets/mappings?limit=10&entityCode=CBSE","host":["{{ref_data}}"],"path":["v2","lukka","assets","mappings"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"3050","disabled":true},{"key":"cryptoActionBeginId","value":"","disabled":true},{"key":"cryptoActionEndId","value":"","disabled":true},{"key":"entityAssetCode","value":"BTC","disabled":true},{"key":"entityCode","value":"CBSE"},{"key":"isPrimaryMapping","value":"","disabled":true},{"key":"lastModifiedTime","value":"","disabled":true},{"key":"lukkaAssetCode","value":"","disabled":true},{"key":"lukkaAssetId","value":"","disabled":true},{"key":"lukkaAssetMapId","value":"","disabled":true},{"key":"mapEffectiveEndTime","value":"","disabled":true},{"key":"mapEffectiveStartTime","value":"","disabled":true},{"key":"mapProcessedEndTime","value":"","disabled":true},{"key":"mapProcessedStartTime","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jun 2022 03:07:28 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"89"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"71fa037ccb9daa07-DFW"}],"cookie":[],"responseTime":null,"body":"{\n    \"limit\": 10,\n    \"offset\": 0,\n    \"data\": [\n        {\n            \"lukkaAssetMapId\": \"7971c03c-f170-48b3-a691-a390fd5a893f\",\n            \"entityCode\": \"CBSE\",\n            \"entityName\": \"Coinbase\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityAssetCode\": \"1INCH\",\n            \"entityAssetName\": null,\n            \"entityAssetCodeEnriched\": null,\n            \"entityAssetNameEnriched\": \"1INCH\",\n            \"entityAssetInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaAssetId\": \"LA1MRQXUME4\",\n            \"lukkaAssetCode\": \"1INCH\",\n            \"lukkaAssetName\": \"1inch Network (ERC20)\",\n            \"lukkaAssetInternalId\": 16940,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-04-09T00:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"e255566e-fa09-445b-8d81-83d6821a0712\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": \"fbde6007-c992-4985-a87d-b3f80f485334\",\n            \"entityCode\": \"CBSE\",\n            \"entityName\": \"Coinbase\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityAssetCode\": \"BZD\",\n            \"entityAssetName\": null,\n            \"entityAssetCodeEnriched\": null,\n            \"entityAssetNameEnriched\": \"Belize Dollar\",\n            \"entityAssetInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaAssetId\": \"LA1URMTMG74\",\n            \"lukkaAssetCode\": \"BZD\",\n            \"lukkaAssetName\": \"Belize Dollar\",\n            \"lukkaAssetInternalId\": 84,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2018-04-13T00:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"aff40bf7-97b4-4cf8-8432-592628ad663a\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": \"c87765ed-cc9d-498f-bca3-ccfa9211d118\",\n            \"entityCode\": \"CBSE\",\n            \"entityName\": \"Coinbase\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityAssetCode\": \"CAD\",\n            \"entityAssetName\": null,\n            \"entityAssetCodeEnriched\": null,\n            \"entityAssetNameEnriched\": \"Canadian Dollar\",\n            \"entityAssetInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaAssetId\": \"LA4KH0TX066\",\n            \"lukkaAssetCode\": \"CAD\",\n            \"lukkaAssetName\": \"Canadian Dollar\",\n            \"lukkaAssetInternalId\": 124,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2018-04-13T00:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"6ee65195-46ee-419a-842e-b1300371ef74\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": \"1744ff2f-c06e-43ce-9903-95db9b8961d1\",\n            \"entityCode\": \"CBSE\",\n            \"entityName\": \"Coinbase\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityAssetCode\": \"CNY\",\n            \"entityAssetName\": null,\n            \"entityAssetCodeEnriched\": null,\n            \"entityAssetNameEnriched\": \"Chinese Renminbi Yuan\",\n            \"entityAssetInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaAssetId\": \"LA1NP4FHYC7\",\n            \"lukkaAssetCode\": \"CNY\",\n            \"lukkaAssetName\": \"Yuan Renminbi\",\n            \"lukkaAssetInternalId\": 156,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2018-04-13T00:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"825555f6-9198-4f8d-8cab-2a4ce371f9e6\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": \"4d427d0f-c53a-4c90-8905-73f9866e50b4\",\n            \"entityCode\": \"CBSE\",\n            \"entityName\": \"Coinbase\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityAssetCode\": \"COMP\",\n            \"entityAssetName\": null,\n            \"entityAssetCodeEnriched\": null,\n            \"entityAssetNameEnriched\": \"Compound\",\n            \"entityAssetInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaAssetId\": \"LA7VE8A7C84\",\n            \"lukkaAssetCode\": \"COMPG\",\n            \"lukkaAssetName\": \"Compound Governance Token\",\n            \"lukkaAssetInternalId\": 14185,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2020-06-25T00:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"a643b124-4423-4073-814e-1d1c616b37ca\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": \"4198690b-f02d-4e82-979b-56b7b1ba4b85\",\n            \"entityCode\": \"CBSE\",\n            \"entityName\": \"Coinbase\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityAssetCode\": \"COP\",\n            \"entityAssetName\": null,\n            \"entityAssetCodeEnriched\": null,\n            \"entityAssetNameEnriched\": \"Colombian Peso\",\n            \"entityAssetInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaAssetId\": \"LA6JHVRW5N0\",\n            \"lukkaAssetCode\": \"COP\",\n            \"lukkaAssetName\": \"Colombian Peso\",\n            \"lukkaAssetInternalId\": 170,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2018-04-13T00:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"fb45df6f-abe5-4e37-9d37-06c322b9886f\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": \"35374004-2f46-475d-a499-5895e12e6a21\",\n            \"entityCode\": \"CBSE\",\n            \"entityName\": \"Coinbase\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityAssetCode\": \"COVAL\",\n            \"entityAssetName\": null,\n            \"entityAssetCodeEnriched\": null,\n            \"entityAssetNameEnriched\": \"Circuits of Value\",\n            \"entityAssetInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaAssetId\": \"LA3A0N3KVF6\",\n            \"lukkaAssetCode\": \"COVAL\",\n            \"lukkaAssetName\": \"Circuits of Value\",\n            \"lukkaAssetInternalId\": 10231,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-12-08T00:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"ff2293af-1561-411b-af54-a0ea9db7033f\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": \"065258df-a7d3-42b2-a2c6-f48f3e17e8e8\",\n            \"entityCode\": \"CBSE\",\n            \"entityName\": \"Coinbase\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityAssetCode\": \"BCH\",\n            \"entityAssetName\": null,\n            \"entityAssetCodeEnriched\": null,\n            \"entityAssetNameEnriched\": \"Bitcoin Cash\",\n            \"entityAssetInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaAssetId\": \"LA7LPZBEZZ0\",\n            \"lukkaAssetCode\": \"BCH\",\n            \"lukkaAssetName\": \"Bitcoin Cash\",\n            \"lukkaAssetInternalId\": 11020,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2017-12-19T20:15:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"f3a133da-8c92-49d1-9ef5-192d4cb53132\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": \"0a6758a4-135d-47d6-b6ee-5fd98e9b9fd4\",\n            \"entityCode\": \"CBSE\",\n            \"entityName\": \"Coinbase\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityAssetCode\": \"DOT\",\n            \"entityAssetName\": null,\n            \"entityAssetCodeEnriched\": null,\n            \"entityAssetNameEnriched\": \"Polkadot\",\n            \"entityAssetInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaAssetId\": \"LA8FGEG06T7\",\n            \"lukkaAssetCode\": \"PDT\",\n            \"lukkaAssetName\": \"Polkadot\",\n            \"lukkaAssetInternalId\": 13286,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-06-16T00:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"1c1a279c-535c-4fb6-96fd-4b21a7eec85b\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": \"0c1b38a7-611f-451a-b062-b42f97d42c5b\",\n            \"entityCode\": \"CBSE\",\n            \"entityName\": \"Coinbase\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityAssetCode\": \"GALA\",\n            \"entityAssetName\": null,\n            \"entityAssetCodeEnriched\": null,\n            \"entityAssetNameEnriched\": \"Gala\",\n            \"entityAssetInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaAssetId\": \"LA1HCAJ9UD5\",\n            \"lukkaAssetCode\": \"GALAG\",\n            \"lukkaAssetName\": \"GALA\",\n            \"lukkaAssetInternalId\": 15472,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-11-16T00:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"fd4df29d-5e3c-434d-91df-e684627de8a7\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-02-07T00:01:08.840102Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        }\n    ],\n    \"size\": 10,\n    \"links\": {\n        \"base\": \"/v2/lukka/assets/mappings\",\n        \"next\": \"/v2/lukka/assets/mappings?entityCode=CBSE&limit=10&offset=10\",\n        \"prev\": null\n    }\n}"}],"_postman_id":"6d8b1664-0748-407b-b787-565c21e9a0a1"},{"name":"Pair Mappings","id":"e3d7bf92-34c7-4725-8309-90509817bd2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/pairs/mappings?mappingStatus=Active","description":"<p>Get the cross reference of all the pairs supported by an entity as a part of the Lukka Mapping Data Product (“LMAP”)</p>\n<p>The digital asset ecosystem consists of hundreds of various platforms and service providers, each having their own naming conventions, asset identifiers, notification processes (or lack thereof) and delivery mechanisms (or lack thereof). The absence of standard identifiers across the ecosystem presents challenges to properly identify and compare data across the digital asset ecosystem, especially at scale.</p>\n<p>The Lukka Mapping Data Product is a comprehensive mapping and normalization dataset that can be leveraged to easily take the unstandardized, inconsistent and uncleansed data from trading venues, custodians, wallets, lending platforms or other entities within the ecosystem and normalize the data to one consistent, standardized, cleansed and timelined data record. </p>\n<p>LMAP is designed to fulfill the need for a mechanism to facilitate an easy way to compare assets and their respective market data, across any platform, for use in front, middle and back office processes. The product provides its users a significant reduction in time and effort preparing data and provides its users with more time to analyze and use the data.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","pairs","mappings"],"host":["{{ref_data}}"],"query":[{"disabled":true,"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 1000.</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"disabled":true,"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>The pair mapping that matchs the begin event UUID for a given record.</p>\n","type":"text/plain"},"key":"cryptoActionBeginId","value":"66753f94-919c-4306-a9fc-281b936d3a94"},{"disabled":true,"description":{"content":"<p>The pair mapping that matchs the end event UUID for a given record.</p>\n","type":"text/plain"},"key":"cryptoActionEndId","value":"7ee39597-cc27-47d3-ace6-c08197268c19"},{"disabled":true,"description":{"content":"<p>All pair mappings with the given entity's asset one code, otherwise referred to as base asset.</p>\n","type":"text/plain"},"key":"entityAssetOneCode","value":"BTC"},{"disabled":true,"description":{"content":"<p>All pair mappings with the given entity's asset two code, otherwise referred to as counter asset.</p>\n","type":"text/plain"},"key":"entityAssetTwoCode","value":"USD"},{"disabled":true,"description":{"content":"<p>All pair mappings with the given Lukka generated entity code.</p>\n","type":"text/plain"},"key":"entityCode","value":"CBSE"},{"disabled":true,"description":{"content":"<p>All pair mappings with the given entity's pair code.</p>\n","type":"text/plain"},"key":"entityPairCode","value":"BTC/USD"},{"disabled":true,"description":{"content":"<p>All asset mappings that match the given primary mapping</p>\n","type":"text/plain"},"key":"isPrimaryMapping","value":"True"},{"disabled":true,"description":{"content":"<p>All pair mappings that match the given time a mapping was last modified</p>\n","type":"text/plain"},"key":"lastModifiedTime","value":"2020-04-29T23:40:11.924Z"},{"disabled":true,"description":{"content":"<p>All pair mappings with the given Lukka generated base asset code</p>\n","type":"text/plain"},"key":"lukkaAssetOneCode","value":"XBT"},{"disabled":true,"description":{"content":"<p>All pair mappings with the given base asset Lukka Identifier</p>\n","type":"text/plain"},"key":"lukkaAssetOneId","value":"LA6EV2NKQ95"},{"disabled":true,"description":{"content":"<p>All pair mappings with the given counter asset Lukka Identifier</p>\n","type":"text/plain"},"key":"lukkaAssetTwoId","value":"LA3YM6GRUJ4"},{"disabled":true,"description":{"content":"<p>All pair mappings with the given internally generated Lukka counter or quote asset ID</p>\n","type":"text/plain"},"key":"lukkaAssetTwoInternalId","value":"167"},{"disabled":true,"description":{"content":"<p>All pair mappings with the given Lukka generated pair code that maps to an entity pair code</p>\n","type":"text/plain"},"key":"lukkaPairCode","value":"XBT-USD"},{"disabled":true,"description":{"content":"<p>The pair mapping that matches the mapping UUID for a given record</p>\n","type":"text/plain"},"key":"lukkaPairMapId","value":"c5efd724-5be2-480f-83f3-ccbb93e9527e"},{"disabled":true,"description":{"content":"<p>All pair mappings that match the given time a mapping record should be considered effective until</p>\n","type":"text/plain"},"key":"mapEffectiveEndTime","value":"2020-01-31T00:00:00Z"},{"disabled":true,"description":{"content":"<p>All pair mappings that match the given time a mapping record should be considered effective from</p>\n","type":"text/plain"},"key":"mapEffectiveStartTime","value":"2019-01-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>All pair mappings that match the given time a mapping record was terminated in the Lukka database</p>\n","type":"text/plain"},"key":"mapProcessedEndTime","value":"2020-02-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>All pair mappings that match the given time a mapping record was created in the Lukka database</p>\n","type":"text/plain"},"key":"mapProcessedStartTime","value":"2019-01-05T00:00:00Z"},{"description":{"content":"<p>Denotes the status of the pair mapping. Available values include Active, Inactive, or all. If unspecified, will default to all</p>\n","type":"text/plain"},"key":"mappingStatus","value":"Active"}],"variable":[]}},"response":[{"id":"2679e220-36ad-4004-a464-847d944c9408","name":"Pair Mappings","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/pairs/mappings?limit=50&offset=0","host":["{{ref_data}}"],"path":["v2","lukka","pairs","mappings"],"query":[{"key":"limit","value":"50"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 03:26:14 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"105"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6e8877d909ee2883-DFW"}],"cookie":[],"responseTime":null,"body":"{\n    \"size\": 50,\n    \"links\": {\n        \"base\": \"/v2/lukka/pairs/mappings\",\n        \"next\": \"/v2/lukka/pairs/mappings?limit=50&offset=50\",\n        \"prev\": null\n    },\n    \"limit\": 50,\n    \"offset\": 0,\n    \"data\": [\n        {\n            \"lukkaPairMapId\": \"e733db06-58c2-4ee4-9cbf-217f0bf82480\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BTCUSDC\",\n            \"entityAssetOneCode\": \"BTC\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDC\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"XBT-USDC\",\n            \"lukkaPairInternalId\": 298090,\n            \"lukkaAssetOneId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetOneInternalId\": 10007,\n            \"lukkaAssetOneCode\": \"XBT\",\n            \"lukkaAssetOneName\": \"Bitcoin\",\n            \"lukkaAssetTwoId\": \"LA1S39UVDK1\",\n            \"lukkaAssetTwoInternalId\": 12255,\n            \"lukkaAssetTwoCode\": \"USDC\",\n            \"lukkaAssetTwoName\": \"USD Coin\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2020-03-05T02:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"8d3644eb-8d82-481d-8d6d-3c771e3ed606\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"bbbcfd8a-4afc-46d0-8c79-02715b1cc707\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BCHBTC\",\n            \"entityAssetOneCode\": \"BCH\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"BTC\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"BCH-XBT\",\n            \"lukkaPairInternalId\": 116138,\n            \"lukkaAssetOneId\": \"LA7LPZBEZZ0\",\n            \"lukkaAssetOneInternalId\": 11020,\n            \"lukkaAssetOneCode\": \"BCH\",\n            \"lukkaAssetOneName\": \"Bitcoin Cash\",\n            \"lukkaAssetTwoId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetTwoInternalId\": 10007,\n            \"lukkaAssetTwoCode\": \"XBT\",\n            \"lukkaAssetTwoName\": \"Bitcoin\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-09-25T12:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"54b24f67-85f3-4154-87ee-d1e9d9a93c78\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"c25cd6fc-718c-4c17-a3d0-76f29cbacebb\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"ADABTC\",\n            \"entityAssetOneCode\": \"ADA\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"BTC\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"ADA-XBT\",\n            \"lukkaPairInternalId\": 116198,\n            \"lukkaAssetOneId\": \"LA7SQV7F4A4\",\n            \"lukkaAssetOneInternalId\": 11043,\n            \"lukkaAssetOneCode\": \"ADA\",\n            \"lukkaAssetOneName\": \"Cardano\",\n            \"lukkaAssetTwoId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetTwoInternalId\": 10007,\n            \"lukkaAssetTwoCode\": \"XBT\",\n            \"lukkaAssetTwoName\": \"Bitcoin\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2020-06-11T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"b637874c-c6ee-4468-bc29-b6bb7d1e2cb7\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"9eeb7894-9416-44e2-9e0d-3f858311773d\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BTCBUSD\",\n            \"entityAssetOneCode\": \"BTC\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"BUSD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"XBT-BUSD\",\n            \"lukkaPairInternalId\": 4795299,\n            \"lukkaAssetOneId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetOneInternalId\": 10007,\n            \"lukkaAssetOneCode\": \"XBT\",\n            \"lukkaAssetOneName\": \"Bitcoin\",\n            \"lukkaAssetTwoId\": \"LA0Y44036E0\",\n            \"lukkaAssetTwoInternalId\": 13500,\n            \"lukkaAssetTwoCode\": \"BUSD\",\n            \"lukkaAssetTwoName\": \"Binance USD (ERC20)\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-10-23T01:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"e1be6fcc-fc1a-432c-85dc-103c98b87de1\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"5c6f69e2-bfc1-4f56-b669-cb4dfa5858bd\",\n            \"entityCode\": \"KUCO\",\n            \"entityName\": \"KuCoin\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"FTM-BTC\",\n            \"entityAssetOneCode\": \"FTM\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"BTC\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"FTM-XBT\",\n            \"lukkaPairInternalId\": 637762,\n            \"lukkaAssetOneId\": \"LA4UB4BY886\",\n            \"lukkaAssetOneInternalId\": 12544,\n            \"lukkaAssetOneCode\": \"FTM\",\n            \"lukkaAssetOneName\": \"Fantom Token\",\n            \"lukkaAssetTwoId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetTwoInternalId\": 10007,\n            \"lukkaAssetTwoCode\": \"XBT\",\n            \"lukkaAssetTwoName\": \"Bitcoin\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2021-12-07T11:54:39.216873Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2018-11-06T18:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"cc5019cc-000d-4507-b581-f214f98457ca\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2021-12-07T11:54:39.216873Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"471de5dd-ad53-4f9e-aa37-5c8e864c8ba5\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"ALGOBUSD\",\n            \"entityAssetOneCode\": \"ALGO\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"BUSD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"ALGO-BUSD\",\n            \"lukkaPairInternalId\": 8967067,\n            \"lukkaAssetOneId\": \"LA2N2L1G0G8\",\n            \"lukkaAssetOneInternalId\": 13208,\n            \"lukkaAssetOneCode\": \"ALGO\",\n            \"lukkaAssetOneName\": \"Algorand\",\n            \"lukkaAssetTwoId\": \"LA0Y44036E0\",\n            \"lukkaAssetTwoInternalId\": 13500,\n            \"lukkaAssetTwoCode\": \"BUSD\",\n            \"lukkaAssetTwoName\": \"Binance USD (ERC20)\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2020-02-28T02:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"20b5ebe7-3388-4cd5-a4ec-7d536c7ef9f2\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"38e08c8c-7b6c-4e9b-9386-628461787ccf\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BNBBUSD\",\n            \"entityAssetOneCode\": \"BNB\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"BUSD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"BNB-BUSD\",\n            \"lukkaPairInternalId\": 4795297,\n            \"lukkaAssetOneId\": \"LA6QAR0HMW5\",\n            \"lukkaAssetOneInternalId\": 10184,\n            \"lukkaAssetOneCode\": \"BNB\",\n            \"lukkaAssetOneName\": \"Binance Coin\",\n            \"lukkaAssetTwoId\": \"LA0Y44036E0\",\n            \"lukkaAssetTwoInternalId\": 13500,\n            \"lukkaAssetTwoCode\": \"BUSD\",\n            \"lukkaAssetTwoName\": \"Binance USD (ERC20)\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2020-02-28T02:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"d1361e7e-0b09-4762-af9b-4fd3e8eb77d8\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"e35298af-8d76-4196-be74-cc53fe56178d\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BNBBTC\",\n            \"entityAssetOneCode\": \"BNB\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"BTC\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"BNB-XBT\",\n            \"lukkaPairInternalId\": 117575,\n            \"lukkaAssetOneId\": \"LA6QAR0HMW5\",\n            \"lukkaAssetOneInternalId\": 10184,\n            \"lukkaAssetOneCode\": \"BNB\",\n            \"lukkaAssetOneName\": \"Binance Coin\",\n            \"lukkaAssetTwoId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetTwoInternalId\": 10007,\n            \"lukkaAssetTwoCode\": \"XBT\",\n            \"lukkaAssetTwoName\": \"Bitcoin\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-09-25T12:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"ae3cde54-6515-4be6-a6ea-384d8833f5f8\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"b78de321-0efd-4486-b847-b45144b47f68\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BCHUSDT\",\n            \"entityAssetOneCode\": \"BCH\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"BCH-USDT\",\n            \"lukkaPairInternalId\": 116272,\n            \"lukkaAssetOneId\": \"LA7LPZBEZZ0\",\n            \"lukkaAssetOneInternalId\": 11020,\n            \"lukkaAssetOneCode\": \"BCH\",\n            \"lukkaAssetOneName\": \"Bitcoin Cash\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-09-24T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"f8dda316-84a2-4703-a130-3ff53df1a52b\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"8da18e00-d910-4282-bb81-b0b830134685\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"1INCHUSDT\",\n            \"entityAssetOneCode\": \"1INCH\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"1INCH-USDT\",\n            \"lukkaPairInternalId\": 19000022,\n            \"lukkaAssetOneId\": \"LA1MRQXUME4\",\n            \"lukkaAssetOneInternalId\": 16940,\n            \"lukkaAssetOneCode\": \"1INCH\",\n            \"lukkaAssetOneName\": \"1inch Network\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-12-10T01:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"6c67e002-b934-4488-b7d7-3a9a6df0d41b\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"4b199f26-24fd-4347-8ba5-b0671a61ba81\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"COMPUSDT\",\n            \"entityAssetOneCode\": \"COMP\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"COMPG-USDT\",\n            \"lukkaPairInternalId\": 12224816,\n            \"lukkaAssetOneId\": \"LA7VE8A7C84\",\n            \"lukkaAssetOneInternalId\": 14185,\n            \"lukkaAssetOneCode\": \"COMPG\",\n            \"lukkaAssetOneName\": \"Compound Governance Token\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2020-08-11T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"42af9c17-94fb-44f2-9a52-00cd2285aaef\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"3492193e-4666-453a-a670-6ab8fa69e2a4\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"DOTUSDT\",\n            \"entityAssetOneCode\": \"DOT\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"PDT-USDT\",\n            \"lukkaPairInternalId\": 4266254,\n            \"lukkaAssetOneId\": \"LA8FGEG06T7\",\n            \"lukkaAssetOneInternalId\": 13286,\n            \"lukkaAssetOneCode\": \"PDT\",\n            \"lukkaAssetOneName\": \"Polkadot\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-12-02T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"53201d11-072f-46f1-ba3c-cfee044df462\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"819495d5-df89-4235-a60f-facc4175796a\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"ADAUSDT\",\n            \"entityAssetOneCode\": \"ADA\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"ADA-USDT\",\n            \"lukkaPairInternalId\": 117395,\n            \"lukkaAssetOneId\": \"LA7SQV7F4A4\",\n            \"lukkaAssetOneInternalId\": 11043,\n            \"lukkaAssetOneCode\": \"ADA\",\n            \"lukkaAssetOneName\": \"Cardano\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-09-25T12:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"739eb5e2-f849-4671-b608-8696bf56bead\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"304e14e8-aee2-4f8c-9afe-2d87c2b4bfe6\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"AXSUSDT\",\n            \"entityAssetOneCode\": \"AXS\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"AXS1-USDT\",\n            \"lukkaPairInternalId\": 27305472,\n            \"lukkaAssetOneId\": \"LA2TGYZW7Q0\",\n            \"lukkaAssetOneInternalId\": 23231,\n            \"lukkaAssetOneCode\": \"AXS1\",\n            \"lukkaAssetOneName\": \"Axie Infinity Shards\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-11-11T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"f35bab29-79bf-493d-94ce-61ea5454d7a9\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"fe6fd96c-3608-4c44-8342-440efe734616\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BANDUSDT\",\n            \"entityAssetOneCode\": \"BAND\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"BAND-USDT\",\n            \"lukkaPairInternalId\": 4771828,\n            \"lukkaAssetOneId\": \"LA6AK2LLP88\",\n            \"lukkaAssetOneInternalId\": 13491,\n            \"lukkaAssetOneCode\": \"BAND\",\n            \"lukkaAssetOneName\": \"BAND Token\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2020-08-28T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"ecccf704-1252-4304-9557-2f4d7534f91a\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"fccfb1ba-bef7-4b71-9d88-44b8619b15d8\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"ATOMUSDT\",\n            \"entityAssetOneCode\": \"ATOM\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"COS-USDT\",\n            \"lukkaPairInternalId\": 1769636,\n            \"lukkaAssetOneId\": \"LA5035CKJ49\",\n            \"lukkaAssetOneInternalId\": 12458,\n            \"lukkaAssetOneCode\": \"COS\",\n            \"lukkaAssetOneName\": \"Cosmos\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-11-01T01:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"5b1c6e5e-ed27-4048-a5d2-544ea34b59cf\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"b5213170-df04-4520-af9c-35b230cf9cff\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BTCUSDT\",\n            \"entityAssetOneCode\": \"BTC\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"XBT-USDT\",\n            \"lukkaPairInternalId\": 114830,\n            \"lukkaAssetOneId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetOneInternalId\": 10007,\n            \"lukkaAssetOneCode\": \"XBT\",\n            \"lukkaAssetOneName\": \"Bitcoin\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-09-24T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"95b4d7c9-f34b-4aa6-9835-024f1e1a01c0\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"a0249ab2-fb85-406f-b444-674ce9fe844f\",\n            \"entityCode\": \"KUCO\",\n            \"entityName\": \"KuCoin\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"FTM-USDT\",\n            \"entityAssetOneCode\": \"FTM\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"FTM-USDT\",\n            \"lukkaPairInternalId\": 2611504,\n            \"lukkaAssetOneId\": \"LA4UB4BY886\",\n            \"lukkaAssetOneInternalId\": 12544,\n            \"lukkaAssetOneCode\": \"FTM\",\n            \"lukkaAssetOneName\": \"Fantom Token\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2021-12-07T11:54:39.216873Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-03-17T20:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"bb1da23b-0be7-4422-b598-af64589427a8\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2021-12-07T11:54:39.216873Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"97aef2bc-3d9a-4d6c-849b-877fe4eed381\",\n            \"entityCode\": \"KUCO\",\n            \"entityName\": \"KuCoin\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"FTM-ETH\",\n            \"entityAssetOneCode\": \"FTM\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"ETH\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"FTM-ETH\",\n            \"lukkaPairInternalId\": 637761,\n            \"lukkaAssetOneId\": \"LA4UB4BY886\",\n            \"lukkaAssetOneInternalId\": 12544,\n            \"lukkaAssetOneCode\": \"FTM\",\n            \"lukkaAssetOneName\": \"Fantom Token\",\n            \"lukkaAssetTwoId\": \"LA8VRAGEMT1\",\n            \"lukkaAssetTwoInternalId\": 10029,\n            \"lukkaAssetTwoCode\": \"ETH\",\n            \"lukkaAssetTwoName\": \"Ether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2021-12-07T11:54:39.216873Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2018-11-06T18:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"cc5019cc-000d-4507-b581-f214f98457ca\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2021-12-07T11:54:39.216873Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"eefd8273-9aa7-47ce-ad05-aaffd7287fea\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"CTSIUSDT\",\n            \"entityAssetOneCode\": \"CTSI\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"CTSI-USDT\",\n            \"lukkaPairInternalId\": 10575927,\n            \"lukkaAssetOneId\": \"LA0WTEMCT56\",\n            \"lukkaAssetOneInternalId\": 14430,\n            \"lukkaAssetOneCode\": \"CTSI\",\n            \"lukkaAssetOneName\": \"Cartesi\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-11-25T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"8e77b6fc-13a6-4623-bd3f-68113ebce818\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"053dc487-d8a3-45d2-a3f7-f463f1aaa8fc\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BATUSDT\",\n            \"entityAssetOneCode\": \"BAT\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"BTT-USDT\",\n            \"lukkaPairInternalId\": 117422,\n            \"lukkaAssetOneId\": \"LA582W6NAZ0\",\n            \"lukkaAssetOneInternalId\": 11214,\n            \"lukkaAssetOneCode\": \"BTT\",\n            \"lukkaAssetOneName\": \"Basic Attention Token\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-09-25T12:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"c06e3274-d091-4127-ae5a-5c75a43c8696\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"d2ca7660-d897-44ea-a755-d87717b1536c\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"AVAXUSDT\",\n            \"entityAssetOneCode\": \"AVAX\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"AVAX-USDT\",\n            \"lukkaPairInternalId\": 13352568,\n            \"lukkaAssetOneId\": \"LA1R2QPRFJ6\",\n            \"lukkaAssetOneInternalId\": 15066,\n            \"lukkaAssetOneCode\": \"AVAX\",\n            \"lukkaAssetOneName\": \"Avalanche\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-11-18T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"283a3d22-dd05-4add-9919-b64714048879\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"623d474d-5f6f-4922-80f4-55c3dd83f651\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"DOGEUSDT\",\n            \"entityAssetOneCode\": \"DOGE\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"DOGE-USDT\",\n            \"lukkaPairInternalId\": 116115,\n            \"lukkaAssetOneId\": \"LA2KTXEB1J7\",\n            \"lukkaAssetOneInternalId\": 10017,\n            \"lukkaAssetOneCode\": \"DOGE\",\n            \"lukkaAssetOneName\": \"Dogecoin\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-10-25T01:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"0057f893-9fbc-4c56-92d1-f965b5f0090f\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"b16e5467-eb90-411e-add2-2e8da49d279e\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"CRVUSDT\",\n            \"entityAssetOneCode\": \"CRV\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"CRV-USDT\",\n            \"lukkaPairInternalId\": 14455756,\n            \"lukkaAssetOneId\": \"LA1UKLMMDV5\",\n            \"lukkaAssetOneInternalId\": 15222,\n            \"lukkaAssetOneCode\": \"CRV\",\n            \"lukkaAssetOneName\": \"Curve DAO Token\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-09-23T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"1daa0bd8-bec2-47e9-8a4d-46e92544deb8\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"0f7c0740-0c91-4683-a204-5652fa33e972\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BNBUSDT\",\n            \"entityAssetOneCode\": \"BNB\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"BNB-USDT\",\n            \"lukkaPairInternalId\": 114674,\n            \"lukkaAssetOneId\": \"LA6QAR0HMW5\",\n            \"lukkaAssetOneInternalId\": 10184,\n            \"lukkaAssetOneCode\": \"BNB\",\n            \"lukkaAssetOneName\": \"Binance Coin\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-09-24T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"3f34c3f1-308f-45de-99f4-03080e80c183\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"34bbc617-c1b2-4340-8c5c-980909841e5b\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"AAVEUSDT\",\n            \"entityAssetOneCode\": \"AAVE\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USDT\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"AAVE-USDT\",\n            \"lukkaPairInternalId\": 16971455,\n            \"lukkaAssetOneId\": \"LA2EYFUQT32\",\n            \"lukkaAssetOneInternalId\": 16350,\n            \"lukkaAssetOneCode\": \"AAVE\",\n            \"lukkaAssetOneName\": \"Aave Token\",\n            \"lukkaAssetTwoId\": \"LA176YWNB05\",\n            \"lukkaAssetTwoInternalId\": 10058,\n            \"lukkaAssetTwoCode\": \"USDT\",\n            \"lukkaAssetTwoName\": \"Tether\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-07-15T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"edc4ec08-bfff-42be-b6b6-176e6c1281ff\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"131934b9-44dc-495a-99ad-dc14f63178c7\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BCHUSD\",\n            \"entityAssetOneCode\": \"BCH\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"BCH-USD\",\n            \"lukkaPairInternalId\": 114623,\n            \"lukkaAssetOneId\": \"LA7LPZBEZZ0\",\n            \"lukkaAssetOneInternalId\": 11020,\n            \"lukkaAssetOneCode\": \"BCH\",\n            \"lukkaAssetOneName\": \"Bitcoin Cash\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-09-24T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"f8dda316-84a2-4703-a130-3ff53df1a52b\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"f8e65785-4d2c-46df-ac2d-468a343109ca\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"1INCHUSD\",\n            \"entityAssetOneCode\": \"1INCH\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"1INCH-USD\",\n            \"lukkaPairInternalId\": 19000018,\n            \"lukkaAssetOneId\": \"LA1MRQXUME4\",\n            \"lukkaAssetOneInternalId\": 16940,\n            \"lukkaAssetOneCode\": \"1INCH\",\n            \"lukkaAssetOneName\": \"1inch Network\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:55:52.135058Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-12-10T01:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"6c67e002-b934-4488-b7d7-3a9a6df0d41b\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:55:52.135058Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"c5efd724-5be2-480f-83f3-ccbb93e9527e\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"COMPUSD\",\n            \"entityAssetOneCode\": \"COMP\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"COMPG-USD\",\n            \"lukkaPairInternalId\": 12224834,\n            \"lukkaAssetOneId\": \"LA7VE8A7C84\",\n            \"lukkaAssetOneInternalId\": 14185,\n            \"lukkaAssetOneCode\": \"COMPG\",\n            \"lukkaAssetOneName\": \"Compound Governance Token\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2020-08-11T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"42af9c17-94fb-44f2-9a52-00cd2285aaef\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"59531873-7a90-46c2-9edc-83d1e1c75d64\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"DOTUSD\",\n            \"entityAssetOneCode\": \"DOT\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"PDT-USD\",\n            \"lukkaPairInternalId\": 3354443,\n            \"lukkaAssetOneId\": \"LA8FGEG06T7\",\n            \"lukkaAssetOneInternalId\": 13286,\n            \"lukkaAssetOneCode\": \"PDT\",\n            \"lukkaAssetOneName\": \"Polkadot\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-12-02T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"53201d11-072f-46f1-ba3c-cfee044df462\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"cbd1905b-dae4-438e-b744-2ac237b333d0\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"ADAUSD\",\n            \"entityAssetOneCode\": \"ADA\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"ADA-USD\",\n            \"lukkaPairInternalId\": 297123,\n            \"lukkaAssetOneId\": \"LA7SQV7F4A4\",\n            \"lukkaAssetOneInternalId\": 11043,\n            \"lukkaAssetOneCode\": \"ADA\",\n            \"lukkaAssetOneName\": \"Cardano\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-09-25T12:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"739eb5e2-f849-4671-b608-8696bf56bead\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"3a32c24a-583a-4496-aaa1-a7228a39afce\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"AXSUSD\",\n            \"entityAssetOneCode\": \"AXS\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"AXS1-USD\",\n            \"lukkaPairInternalId\": 28966156,\n            \"lukkaAssetOneId\": \"LA2TGYZW7Q0\",\n            \"lukkaAssetOneInternalId\": 23231,\n            \"lukkaAssetOneCode\": \"AXS1\",\n            \"lukkaAssetOneName\": \"Axie Infinity Shards\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-11-11T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"f35bab29-79bf-493d-94ce-61ea5454d7a9\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"485cf8e6-639b-4117-a476-b4355b7a94d6\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BANDUSD\",\n            \"entityAssetOneCode\": \"BAND\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"BAND-USD\",\n            \"lukkaPairInternalId\": 4771834,\n            \"lukkaAssetOneId\": \"LA6AK2LLP88\",\n            \"lukkaAssetOneInternalId\": 13491,\n            \"lukkaAssetOneCode\": \"BAND\",\n            \"lukkaAssetOneName\": \"BAND Token\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2020-08-28T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"ecccf704-1252-4304-9557-2f4d7534f91a\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"c3979c83-88ba-42f2-b74a-08f8db4a055a\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"DASHUSD\",\n            \"entityAssetOneCode\": \"DASH\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"DASH-USD\",\n            \"lukkaPairInternalId\": 114841,\n            \"lukkaAssetOneId\": \"LA8WJ1MTZL8\",\n            \"lukkaAssetOneInternalId\": 10048,\n            \"lukkaAssetOneCode\": \"DASH\",\n            \"lukkaAssetOneName\": \"Dash\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-10-16T01:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"b00ba9a6-30a0-4c88-a433-682eb91a5a6b\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"4ebd1e2f-d32f-4c8d-bb45-4f081896c69b\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"ATOMUSD\",\n            \"entityAssetOneCode\": \"ATOM\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"COS-USD\",\n            \"lukkaPairInternalId\": 1559207,\n            \"lukkaAssetOneId\": \"LA5035CKJ49\",\n            \"lukkaAssetOneInternalId\": 12458,\n            \"lukkaAssetOneCode\": \"COS\",\n            \"lukkaAssetOneName\": \"Cosmos\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-11-01T01:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"5b1c6e5e-ed27-4048-a5d2-544ea34b59cf\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"2778f3a0-dfa2-4ca8-9dad-0fbeae45bbc1\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BTCUSD\",\n            \"entityAssetOneCode\": \"BTC\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"XBT-USD\",\n            \"lukkaPairInternalId\": 114587,\n            \"lukkaAssetOneId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetOneInternalId\": 10007,\n            \"lukkaAssetOneCode\": \"XBT\",\n            \"lukkaAssetOneName\": \"Bitcoin\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-09-24T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"95b4d7c9-f34b-4aa6-9835-024f1e1a01c0\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"d3908cec-8f0e-468d-84f4-d05b5fe8a96a\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"DAIUSD\",\n            \"entityAssetOneCode\": \"DAI\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"DAI-USD\",\n            \"lukkaPairInternalId\": 297295,\n            \"lukkaAssetOneId\": \"LA6VTLM96E4\",\n            \"lukkaAssetOneInternalId\": 11322,\n            \"lukkaAssetOneCode\": \"DAI\",\n            \"lukkaAssetOneName\": \"Single-Collateral Sai\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2020-08-20T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"2fcea738-401d-433c-977a-b18c6a11ce52\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"dd5e197b-4d8b-4dc0-b202-3373f4e4d78b\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BUSDUSD\",\n            \"entityAssetOneCode\": \"BUSD\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"BUSD-USD\",\n            \"lukkaPairInternalId\": 4864847,\n            \"lukkaAssetOneId\": \"LA0Y44036E0\",\n            \"lukkaAssetOneInternalId\": 13500,\n            \"lukkaAssetOneCode\": \"BUSD\",\n            \"lukkaAssetOneName\": \"Binance USD (ERC20)\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-10-23T01:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"7a612c8c-1f19-4d5f-8e34-6c6f1f728d39\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"d1f65cdc-bd63-434d-8035-fba823951232\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"AMPUSD\",\n            \"entityAssetOneCode\": \"AMP\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"AMP1-USD\",\n            \"lukkaPairInternalId\": 26783462,\n            \"lukkaAssetOneId\": \"LA2FFMQZW27\",\n            \"lukkaAssetOneInternalId\": 22849,\n            \"lukkaAssetOneCode\": \"AMP1\",\n            \"lukkaAssetOneName\": \"AMP\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-07-29T12:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"207789da-76cb-4968-a8ae-51143b487bee\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"4c118111-4185-462c-80e0-9fa37a8785f9\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"CTSIUSD\",\n            \"entityAssetOneCode\": \"CTSI\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"CTSI-USD\",\n            \"lukkaPairInternalId\": 10689704,\n            \"lukkaAssetOneId\": \"LA0WTEMCT56\",\n            \"lukkaAssetOneInternalId\": 14430,\n            \"lukkaAssetOneCode\": \"CTSI\",\n            \"lukkaAssetOneName\": \"Cartesi\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-11-25T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"8e77b6fc-13a6-4623-bd3f-68113ebce818\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"93920889-b7ce-47bc-9b15-78905023802e\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"ALGOUSD\",\n            \"entityAssetOneCode\": \"ALGO\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"ALGO-USD\",\n            \"lukkaPairInternalId\": 2788478,\n            \"lukkaAssetOneId\": \"LA2N2L1G0G8\",\n            \"lukkaAssetOneInternalId\": 13208,\n            \"lukkaAssetOneCode\": \"ALGO\",\n            \"lukkaAssetOneName\": \"Algorand\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-10-15T01:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"244fc1a3-cb41-486a-92b9-ac09eab9bee0\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"3e0f0865-d2b2-4038-902c-27d1c840d2ec\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"ANKRUSD\",\n            \"entityAssetOneCode\": \"ANKR\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"ANKR-USD\",\n            \"lukkaPairInternalId\": 1558937,\n            \"lukkaAssetOneId\": \"LA2A3P5MSG5\",\n            \"lukkaAssetOneInternalId\": 12657,\n            \"lukkaAssetOneCode\": \"ANKR\",\n            \"lukkaAssetOneName\": \"Ankr Network\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-07-29T12:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"ec719824-7666-4364-a856-5783f36cf807\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"cf1e1341-548f-448d-adee-4a51ceb38c0a\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BATUSD\",\n            \"entityAssetOneCode\": \"BAT\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"BTT-USD\",\n            \"lukkaPairInternalId\": 117347,\n            \"lukkaAssetOneId\": \"LA582W6NAZ0\",\n            \"lukkaAssetOneInternalId\": 11214,\n            \"lukkaAssetOneCode\": \"BTT\",\n            \"lukkaAssetOneName\": \"Basic Attention Token\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-09-25T12:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"c06e3274-d091-4127-ae5a-5c75a43c8696\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"cb05c2a3-434e-434f-a91a-48e4f4ce3172\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"AVAXUSD\",\n            \"entityAssetOneCode\": \"AVAX\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"AVAX-USD\",\n            \"lukkaPairInternalId\": 15113290,\n            \"lukkaAssetOneId\": \"LA1R2QPRFJ6\",\n            \"lukkaAssetOneInternalId\": 15066,\n            \"lukkaAssetOneCode\": \"AVAX\",\n            \"lukkaAssetOneName\": \"Avalanche\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-11-18T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"283a3d22-dd05-4add-9919-b64714048879\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"53272aad-866a-4a53-8272-a9acae497405\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"UNIUSD\",\n            \"entityAssetOneCode\": \"UNI\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"UNISW-USD\",\n            \"lukkaPairInternalId\": 14968780,\n            \"lukkaAssetOneId\": \"LA79U4XBU94\",\n            \"lukkaAssetOneInternalId\": 15585,\n            \"lukkaAssetOneCode\": \"UNISW\",\n            \"lukkaAssetOneName\": \"Uniswap\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2020-09-17T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"7d06fa94-b07c-40a8-b5b0-00cc040e1d40\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"846cfc75-03b5-4756-8f39-cc17200bc8c5\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"DOGEUSD\",\n            \"entityAssetOneCode\": \"DOGE\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"DOGE-USD\",\n            \"lukkaPairInternalId\": 117353,\n            \"lukkaAssetOneId\": \"LA2KTXEB1J7\",\n            \"lukkaAssetOneInternalId\": 10017,\n            \"lukkaAssetOneCode\": \"DOGE\",\n            \"lukkaAssetOneName\": \"Dogecoin\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-10-25T01:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"0057f893-9fbc-4c56-92d1-f965b5f0090f\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"7da51e58-04d7-47c0-8f70-9facd5c46961\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"SUSHIUSD\",\n            \"entityAssetOneCode\": \"SUSHI\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"SUSHI-USD\",\n            \"lukkaPairInternalId\": 14936335,\n            \"lukkaAssetOneId\": \"LA18TX7JEU2\",\n            \"lukkaAssetOneInternalId\": 15386,\n            \"lukkaAssetOneCode\": \"SUSHI\",\n            \"lukkaAssetOneName\": \"SushiSwap\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-07-22T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"f5e831b2-894e-4505-a3c9-879d6e45910f\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"72321e18-3b03-4968-a28e-ff6f7b17e35e\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"CRVUSD\",\n            \"entityAssetOneCode\": \"CRV\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"CRV-USD\",\n            \"lukkaPairInternalId\": 14455977,\n            \"lukkaAssetOneId\": \"LA1UKLMMDV5\",\n            \"lukkaAssetOneInternalId\": 15222,\n            \"lukkaAssetOneCode\": \"CRV\",\n            \"lukkaAssetOneName\": \"Curve DAO Token\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-09-23T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"1daa0bd8-bec2-47e9-8a4d-46e92544deb8\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"46d10888-2e25-4cb3-a894-61a4e642e349\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BNBUSD\",\n            \"entityAssetOneCode\": \"BNB\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"BNB-USD\",\n            \"lukkaPairInternalId\": 1559061,\n            \"lukkaAssetOneId\": \"LA6QAR0HMW5\",\n            \"lukkaAssetOneInternalId\": 10184,\n            \"lukkaAssetOneCode\": \"BNB\",\n            \"lukkaAssetOneName\": \"Binance Coin\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2019-09-24T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"3f34c3f1-308f-45de-99f4-03080e80c183\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaPairMapId\": \"ab49c139-57f3-480f-b760-07f296a1db3d\",\n            \"entityCode\": \"BIUS\",\n            \"entityName\": \"Binance US\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"AAVEUSD\",\n            \"entityAssetOneCode\": \"AAVE\",\n            \"entityAssetOneName\": null,\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoCode\": \"USD\",\n            \"entityAssetTwoName\": null,\n            \"entityAssetTwoInternalId\": null,\n            \"isUnmappable\": false,\n            \"lukkaPairCode\": \"AAVE-USD\",\n            \"lukkaPairInternalId\": 16774914,\n            \"lukkaAssetOneId\": \"LA2EYFUQT32\",\n            \"lukkaAssetOneInternalId\": 16350,\n            \"lukkaAssetOneCode\": \"AAVE\",\n            \"lukkaAssetOneName\": \"Aave Token\",\n            \"lukkaAssetTwoId\": \"LA3YM6GRUJ4\",\n            \"lukkaAssetTwoInternalId\": 840,\n            \"lukkaAssetTwoCode\": \"USD\",\n            \"lukkaAssetTwoName\": \"US Dollar\",\n            \"isReversed\": false,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": \"2021-07-15T13:00:00Z\",\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": \"edc4ec08-bfff-42be-b6b6-176e6c1281ff\",\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Feed\",\n            \"lastModifiedTime\": \"2022-01-06T12:57:48.066046Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        }\n    ]\n}"}],"_postman_id":"e3d7bf92-34c7-4725-8309-90509817bd2c"},{"name":"Derivative Mappings","id":"e0c062b9-9920-499d-be6e-e29c3f46f00e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/derivatives/mappings?limit=10","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","derivatives","mappings"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 1000.</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"1"},{"disabled":true,"description":{"content":"<p>All derivative mappings with the given internally generated unique Lukka Identifier</p>\n","type":"text/plain"},"key":"lukkaDerivativeMapId","value":"be001f12-a822-44a5-a61a-cdf1d06e025e"},{"disabled":true,"description":{"content":"<p>All derivative mappings with the given Lukka generated entity code.</p>\n","type":"text/plain"},"key":"entityCode","value":"BINA"},{"disabled":true,"description":{"content":"<p>All derivative mappings with the given entity's derivative code.</p>\n","type":"text/plain"},"key":"entityDerivativeCode","value":"ETH-29JUL22-1700-P"},{"disabled":true,"description":{"content":"<p>All derivative mappings with the given internally generated unique Lukka derivative Identifier</p>\n","type":"text/plain"},"key":"lukkaDerivativeId","value":"L-BTCEXLTD-OPT-ETH-USDT-C-1100-20220624-1W"},{"disabled":true,"description":{"content":"<p>All derivative mappings with the given unique Lukka derivative idetnifier.</p>\n","type":"text/plain"},"key":"lukkaDerivativeCode","value":"KNC1-PERP"},{"disabled":true,"description":{"content":"<p>All derivative mappings that match the given primary mapping value</p>\n","type":"text/plain"},"key":"isPrimaryMapping","value":"true"},{"disabled":true,"key":"lastModifiedTime","value":""},{"disabled":true,"description":{"content":"<p>All derivative mappings that match the given time a mapping record was created in the Lukka database</p>\n","type":"text/plain"},"key":"mapProcessedStartTime","value":"2023-03-10T09:00:00Z"},{"disabled":true,"description":{"content":"<p>All derivative mappings that match the given time a mapping record was terminated in the Lukka database</p>\n","type":"text/plain"},"key":"mapProcessedEndTime","value":"2022-04-10T09:00:00Z"},{"disabled":true,"description":{"content":"<p>All asset mappings that match the given time a mapping record should be considered effective from</p>\n","type":"text/plain"},"key":"mapEffectiveStartTime","value":"2023-01-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>All asset mappings that match the given time a mapping record should be considered effective until</p>\n","type":"text/plain"},"key":"mapEffectiveEndTime","value":"2020-01-01T00:00:00Z"}],"variable":[]}},"response":[{"id":"8eff64f2-8ab8-4122-b979-d8ae4e463df8","name":"Derivative Mappings","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/derivatives/mappings?limit=10&entityCode=BINA","host":["{{ref_data}}"],"path":["v2","lukka","derivatives","mappings"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"1","disabled":true},{"key":"lukkaDerivativeMapId","value":"be001f12-a822-44a5-a61a-cdf1d06e025e","disabled":true},{"key":"entityCode","value":"BINA"},{"key":"entityDerivativeCode","value":"ETH-29JUL22-1700-P","disabled":true},{"key":"lukkaDerivativeId","value":"L-BTCEXLTD-OPT-ETH-USDT-C-1100-20220624-1W","disabled":true},{"key":"lukkaDerivativeCode","value":"","disabled":true},{"key":"isPrimaryMapping","value":"true","disabled":true},{"key":"lastModifiedTime","value":"","disabled":true},{"key":"mapProcessedStartTime","value":"","disabled":true},{"key":"mapProcessedEndTime","value":"","disabled":true},{"key":"mapEffectiveStartTime","value":"2017-01-01T00:00:00Z","disabled":true},{"key":"mapEffectiveEndTime","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 May 2023 02:58:44 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"106"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c04c3b1ccc9290b-DEN"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": 0,\n    \"limit\": 10,\n    \"size\": 10,\n    \"links\": {\n        \"base\": \"/v2/lukka/derivatives/mappings\",\n        \"next\": \"/v2/lukka/derivatives/mappings?entityCode=BINA&limit=10&offset=10\",\n        \"prev\": null\n    },\n    \"data\": [\n        {\n            \"lukkaDerivativeMapId\": \"6fa6247a-49dd-44de-8869-618b43879d46\",\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"KNCUSD_PERP\",\n            \"entityDerivativeName\": \"KNCUSD_PERP\",\n            \"entityDerivativeInternalLid\": 1000000163541,\n            \"isUnmappable\": false,\n            \"lukkaDerivativeId\": \"L-BINA-PERP-KNC1-USD\",\n            \"lukkaDerivativeCode\": \"KNC1-PERP\",\n            \"lukkaDerivativeName\": \"Binance Kyber Network Crystal v2 Perpetual\",\n            \"lukkaDerivativeInternalLid\": 108110,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-04-14T12:05:55.328307Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Manual\",\n            \"lastModifiedTime\": \"2022-11-24T04:19:08.499Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaDerivativeMapId\": \"4e47334f-5ea4-4ab5-a095-36e50ff425ff\",\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTC-220422-42000-C\",\n            \"entityDerivativeName\": \"BTC-220422-42000-C\",\n            \"entityDerivativeInternalLid\": 1000000163543,\n            \"isUnmappable\": false,\n            \"lukkaDerivativeId\": \"L-BINA-OPT-XBT-USDT-C-42000-20220422\",\n            \"lukkaDerivativeCode\": \"XBT-C-42000-20220422\",\n            \"lukkaDerivativeName\": \"Binance Bitcoin 42000 Call Option expiring 22Apr2022\",\n            \"lukkaDerivativeInternalLid\": 108112,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-04-14T12:05:55.328307Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Manual\",\n            \"lastModifiedTime\": \"2022-11-24T04:19:08.499Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaDerivativeMapId\": \"7d450685-aaab-4f07-875d-e41d738e558c\",\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTC-220422-36000-C\",\n            \"entityDerivativeName\": \"BTC-220422-36000-C\",\n            \"entityDerivativeInternalLid\": 1000000163544,\n            \"isUnmappable\": false,\n            \"lukkaDerivativeId\": \"L-BINA-OPT-XBT-USDT-C-36000-20220422\",\n            \"lukkaDerivativeCode\": \"XBT-C-36000-20220422\",\n            \"lukkaDerivativeName\": \"Binance Bitcoin 36000 Call Option expiring 22Apr2022\",\n            \"lukkaDerivativeInternalLid\": 108113,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-04-14T12:05:55.328307Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Manual\",\n            \"lastModifiedTime\": \"2022-11-24T04:19:08.499Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaDerivativeMapId\": \"91a29a22-fef7-42e6-9ad2-3de90d39a1e3\",\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTC-220422-34000-C\",\n            \"entityDerivativeName\": \"BTC-220422-34000-C\",\n            \"entityDerivativeInternalLid\": 1000000163545,\n            \"isUnmappable\": false,\n            \"lukkaDerivativeId\": \"L-BINA-OPT-XBT-USDT-C-34000-20220422\",\n            \"lukkaDerivativeCode\": \"XBT-C-34000-20220422\",\n            \"lukkaDerivativeName\": \"Binance Bitcoin 34000 Call Option expiring 22Apr2022\",\n            \"lukkaDerivativeInternalLid\": 108114,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-04-14T12:05:55.328307Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Manual\",\n            \"lastModifiedTime\": \"2022-11-24T04:19:08.499Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaDerivativeMapId\": \"046a219b-c396-4be5-936f-07bc02906d46\",\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTC-220422-48000-C\",\n            \"entityDerivativeName\": \"BTC-220422-48000-C\",\n            \"entityDerivativeInternalLid\": 1000000163546,\n            \"isUnmappable\": false,\n            \"lukkaDerivativeId\": \"L-BINA-OPT-XBT-USDT-C-48000-20220422\",\n            \"lukkaDerivativeCode\": \"XBT-C-48000-20220422\",\n            \"lukkaDerivativeName\": \"Binance Bitcoin 48000 Call Option expiring 22Apr2022\",\n            \"lukkaDerivativeInternalLid\": 108115,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-04-14T12:05:55.328307Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Manual\",\n            \"lastModifiedTime\": \"2022-11-24T04:19:08.499Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaDerivativeMapId\": \"f2a0f276-65eb-49af-a2a6-7d6ae4433948\",\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"1000BTTCUSDT\",\n            \"entityDerivativeName\": \"1000BTTCUSDT\",\n            \"entityDerivativeInternalLid\": 1000000154104,\n            \"isUnmappable\": false,\n            \"lukkaDerivativeId\": \"L-BINA-PERP-BINA1000BTTC-USDT\",\n            \"lukkaDerivativeCode\": \"BINA1000BTTC-PERP\",\n            \"lukkaDerivativeName\": \"Binance Binance 1000 BitTorrent Perpetual\",\n            \"lukkaDerivativeInternalLid\": 102131,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-28T15:49:26.315913Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Manual\",\n            \"lastModifiedTime\": \"2022-11-24T04:19:08.499Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaDerivativeMapId\": \"ae6ac4e6-9f6c-48f4-b833-20b15ec5c3f0\",\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTC-220204-25000-P\",\n            \"entityDerivativeName\": \"BTC-220204-25000-P\",\n            \"entityDerivativeInternalLid\": 1000000154067,\n            \"isUnmappable\": false,\n            \"lukkaDerivativeId\": \"L-BINA-OPT-XBT-USDT-P-25000-20220204\",\n            \"lukkaDerivativeCode\": \"XBT-P-25000-20220204\",\n            \"lukkaDerivativeName\": \"Binance Bitcoin 25000 Put Option expiring 04Feb2022\",\n            \"lukkaDerivativeInternalLid\": 97077,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T23:59:03.579344Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Manual\",\n            \"lastModifiedTime\": \"2022-11-24T04:19:08.498Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaDerivativeMapId\": \"35907e57-6c04-42d3-ade2-08d4ee7729aa\",\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTC-220204-40000-P\",\n            \"entityDerivativeName\": \"BTC-220204-40000-P\",\n            \"entityDerivativeInternalLid\": 1000000154064,\n            \"isUnmappable\": false,\n            \"lukkaDerivativeId\": \"L-BINA-OPT-XBT-USDT-P-40000-20220204\",\n            \"lukkaDerivativeCode\": \"XBT-P-40000-20220204\",\n            \"lukkaDerivativeName\": \"Binance Bitcoin 40000 Put Option expiring 04Feb2022\",\n            \"lukkaDerivativeInternalLid\": 97074,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T23:59:03.579344Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Manual\",\n            \"lastModifiedTime\": \"2022-11-24T04:19:08.498Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaDerivativeMapId\": \"dc5b216a-89d3-4262-a7c2-e2fec0f8b81b\",\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTC-220204-42000-C\",\n            \"entityDerivativeName\": \"BTC-220204-42000-C\",\n            \"entityDerivativeInternalLid\": 1000000154066,\n            \"isUnmappable\": false,\n            \"lukkaDerivativeId\": \"L-BINA-OPT-XBT-USDT-C-42000-20220204\",\n            \"lukkaDerivativeCode\": \"XBT-C-42000-20220204\",\n            \"lukkaDerivativeName\": \"Binance Bitcoin 42000 Call Option expiring 04Feb2022\",\n            \"lukkaDerivativeInternalLid\": 97076,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T23:59:03.579344Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Manual\",\n            \"lastModifiedTime\": \"2022-11-24T04:19:08.498Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaDerivativeMapId\": \"49748e0d-0735-432a-91d2-3f004c51fc35\",\n            \"entityCode\": \"BINA\",\n            \"entityName\": \"Binance\",\n            \"entityTypeCode\": \"XCHNG\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTC-220204-50000-P\",\n            \"entityDerivativeName\": \"BTC-220204-50000-P\",\n            \"entityDerivativeInternalLid\": 1000000154065,\n            \"isUnmappable\": false,\n            \"lukkaDerivativeId\": \"L-BINA-OPT-XBT-USDT-P-50000-20220204\",\n            \"lukkaDerivativeCode\": \"XBT-P-50000-20220204\",\n            \"lukkaDerivativeName\": \"Binance Bitcoin 50000 Put Option expiring 04Feb2022\",\n            \"lukkaDerivativeInternalLid\": 97075,\n            \"isSplitMapping\": false,\n            \"isPrimaryMapping\": true,\n            \"mapProcessedStartTime\": \"2022-02-07T23:59:03.579344Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"cryptoActionBeginId\": null,\n            \"cryptoActionEndId\": null,\n            \"confirmedMappingStatus\": \"Confirmed\",\n            \"mappingSource\": \"Manual\",\n            \"lastModifiedTime\": \"2022-11-24T04:19:08.498Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        }\n    ]\n}"},{"id":"8ee58c8d-a0ad-4f43-ac23-e6ef28e1c887","name":"Derivative Mappings","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data-refdata-api.lukka.tech/v1/lukka/ref-derivatives?entityCode=BFNX&limit=9999&offset=0&refdataVer[…]&includeDeleted=false&withHistory=false","protocol":"https","host":["data-refdata-api","lukka","tech"],"path":["v1","lukka","ref-derivatives"],"query":[{"key":"offset","value":"1","description":"Data set offset. Defaults to 0.","disabled":true},{"key":"lukkaDerivativeMapId","value":"be001f12-a822-44a5-a61a-cdf1d06e025e","description":"All derivative mappings with the given internally generated unique Lukka Identifier","disabled":true},{"key":"entityCode","value":"BFNX","description":"All derivative mappings with the given Lukka generated entity code."},{"key":"lukkaDerivativeId","value":"L-BTCEXLTD-OPT-ETH-USDT-C-1100-20220624-1W","description":"All derivative mappings with the given internally generated unique Lukka derivative Identifier","disabled":true},{"key":"lukkaDerivativeCode","value":"XAUT-PERP","description":"All derivative mappings with the given unique Lukka derivative idetnifier.","disabled":true},{"key":"lastModifiedTime","value":"","disabled":true},{"key":"mapProcessedStartTime","value":"2023-03-10T09:00:00Z","description":"All derivative mappings that match the given time a mapping record was created in the Lukka database","disabled":true},{"key":"mapProcessedEndTime","value":"2022-04-10T09:00:00Z","description":"All derivative mappings that match the given time a mapping record was terminated in the Lukka database","disabled":true},{"key":"mapEffectiveStartTime","value":"2023-01-01T00:00:00Z","description":"All asset mappings that match the given time a mapping record should be considered effective from","disabled":true},{"key":"mapEffectiveEndTime","value":"null","description":"All asset mappings that match the given time a mapping record should be considered effective until","disabled":true},{"key":"limit","value":"9999"},{"key":"offset","value":"0"},{"key":"refdataVer[…]","value":null},{"key":"includeDeleted","value":"false"},{"key":"withHistory","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 27 Aug 2023 19:52:29 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"169"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7fd6daf1e824ff7c-BOS"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": 0,\n    \"limit\": 1000,\n    \"size\": 214,\n    \"links\": {\n        \"base\": \"/v1/lukka/ref-derivatives\",\n        \"next\": null,\n        \"prev\": null\n    },\n    \"data\": [\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTCDOMF0:USTF0\",\n            \"entityDerivativeName\": \"tBTCDOMF0:USTF0\",\n            \"startTime\": \"2021-01-07T17:42:00Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BTC\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": null,\n            \"lukkaId\": \"L-BFNX-PERP-BFNXBDI-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BFNXBDI\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000000596211,\n            \"lukkaUnderlyingAssetInternalId\": 79640,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTCF0:USTF0\",\n            \"entityDerivativeName\": \"BTCF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.305Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BTC\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"BTC/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-XBT-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"XBT\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351807,\n            \"lukkaUnderlyingAssetInternalId\": 10007,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ETHF0:USTF0\",\n            \"entityDerivativeName\": \"ETHF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.322Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ETH\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ETH/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-ETH-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"ETH\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351808,\n            \"lukkaUnderlyingAssetInternalId\": 10029,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XAUTF0:USTF0\",\n            \"entityDerivativeName\": \"XAUTF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.324Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XAUT\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"XAUT/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-XAUT-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"XAUT\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351809,\n            \"lukkaUnderlyingAssetInternalId\": 14043,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"AMPF0:USTF0\",\n            \"entityDerivativeName\": \"AMPF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.328Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"AMP\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"AMP/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-AMPL-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"AMPL\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351810,\n            \"lukkaUnderlyingAssetInternalId\": 13235,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"EURF0:USTF0\",\n            \"entityDerivativeName\": \"EURF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.329Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"EUR\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"EUR/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-EUR-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"EUR\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351811,\n            \"lukkaUnderlyingAssetInternalId\": 978,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"GBPF0:USTF0\",\n            \"entityDerivativeName\": \"GBPF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.330Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"GBP\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"GBP/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-GBP-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"GBP\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351812,\n            \"lukkaUnderlyingAssetInternalId\": 826,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"JPYF0:USTF0\",\n            \"entityDerivativeName\": \"JPYF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.395Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"JPY\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"JPY/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-JPY-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"JPY\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351813,\n            \"lukkaUnderlyingAssetInternalId\": 392,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"EOSF0:USTF0\",\n            \"entityDerivativeName\": \"EOSF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.399Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"EOS\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"EOS/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-EOS-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"EOS\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351814,\n            \"lukkaUnderlyingAssetInternalId\": 10053,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LTCF0:USTF0\",\n            \"entityDerivativeName\": \"LTCF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.400Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LTC\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"LTC/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-XLT-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"XLT\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351815,\n            \"lukkaUnderlyingAssetInternalId\": 10043,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"DOTF0:USTF0\",\n            \"entityDerivativeName\": \"DOTF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.401Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"DOT\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"DOT/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-PDT-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"PDT\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351816,\n            \"lukkaUnderlyingAssetInternalId\": 13286,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XAGF0:USTF0\",\n            \"entityDerivativeName\": \"XAGF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.402Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XAG\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"XAG/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-XAG-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"XAG\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000008579464,\n            \"lukkaUnderlyingAssetInternalId\": 961,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"IOTF0:USTF0\",\n            \"entityDerivativeName\": \"IOTF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.403Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"IOT\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"IOT/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-MIOTA-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"MIOTA\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351817,\n            \"lukkaUnderlyingAssetInternalId\": 10051,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LINKF0:USTF0\",\n            \"entityDerivativeName\": \"LINKF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.404Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LINK\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"LINK/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-LINK-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"LINK\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351818,\n            \"lukkaUnderlyingAssetInternalId\": 11517,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"UNIF0:USTF0\",\n            \"entityDerivativeName\": \"UNIF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.405Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"UNI\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"UNI/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-UNISW-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"UNISW\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351819,\n            \"lukkaUnderlyingAssetInternalId\": 15585,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ETHF0:BTCF0\",\n            \"entityDerivativeName\": \"ETHF0:BTCF0\",\n            \"startTime\": \"2022-02-18T08:02:04.406Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ETH\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"ETH/BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-ETH-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"ETH\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000002351820,\n            \"lukkaUnderlyingAssetInternalId\": 10029,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ADAF0:USTF0\",\n            \"entityDerivativeName\": \"ADAF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.407Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ADA\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ADA/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-ADA-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"ADA\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351821,\n            \"lukkaUnderlyingAssetInternalId\": 11043,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XLMF0:USTF0\",\n            \"entityDerivativeName\": \"XLMF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.408Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XLM\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"XLM/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-XLM-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"XLM\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351822,\n            \"lukkaUnderlyingAssetInternalId\": 10068,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"DOTF0:BTCF0\",\n            \"entityDerivativeName\": \"DOTF0:BTCF0\",\n            \"startTime\": \"2022-02-18T08:02:04.408Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"DOT\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"DOT/BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-PDT-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"PDT\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000002351823,\n            \"lukkaUnderlyingAssetInternalId\": 13286,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LTCF0:BTCF0\",\n            \"entityDerivativeName\": \"LTCF0:BTCF0\",\n            \"startTime\": \"2022-02-18T08:02:04.409Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LTC\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"LTC/BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-XLT-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"XLT\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000002351824,\n            \"lukkaUnderlyingAssetInternalId\": 10043,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XAUTF0:BTCF0\",\n            \"entityDerivativeName\": \"XAUTF0:BTCF0\",\n            \"startTime\": \"2022-02-18T08:02:04.410Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XAUT\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"XAUT/BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-XAUT-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"XAUT\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000002351825,\n            \"lukkaUnderlyingAssetInternalId\": 14043,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"DOGEF0:USTF0\",\n            \"entityDerivativeName\": \"DOGEF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.411Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"DOGE\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"DOGE/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-DOGE-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"DOGE\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351826,\n            \"lukkaUnderlyingAssetInternalId\": 10017,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SOLF0:USTF0\",\n            \"entityDerivativeName\": \"SOLF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.412Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SOL\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SOL/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SOLN-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"SOLN\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351827,\n            \"lukkaUnderlyingAssetInternalId\": 14304,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SUSHIF0:USTF0\",\n            \"entityDerivativeName\": \"SUSHIF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.412Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SUSHI\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SUSHI/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SUSHI-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"SUSHI\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351828,\n            \"lukkaUnderlyingAssetInternalId\": 15386,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LUNAF0:USTF0\",\n            \"entityDerivativeName\": \"LUNAF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.413Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LUNA\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"LUNA/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-LNA-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"LNA\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351829,\n            \"lukkaUnderlyingAssetInternalId\": 13322,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"FILF0:USTF0\",\n            \"entityDerivativeName\": \"FILF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.414Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"FIL\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"FIL/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-FIL-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"FIL\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351830,\n            \"lukkaUnderlyingAssetInternalId\": 11037,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"AVAXF0:USTF0\",\n            \"entityDerivativeName\": \"AVAXF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.415Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"AVAX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"AVAX/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-AVAX-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"AVAX\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351831,\n            \"lukkaUnderlyingAssetInternalId\": 15066,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LUNAF0:BTCF0\",\n            \"entityDerivativeName\": \"LUNAF0:BTCF0\",\n            \"startTime\": \"2022-02-18T08:02:04.416Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LUNA\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"LUNA/BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-LNA-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"LNA\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000002351832,\n            \"lukkaUnderlyingAssetInternalId\": 13322,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XRPF0:USTF0\",\n            \"entityDerivativeName\": \"XRPF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.416Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XRP\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"XRP/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-XRP-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"XRP\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351737,\n            \"lukkaUnderlyingAssetInternalId\": 10018,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XMRF0:USTF0\",\n            \"entityDerivativeName\": \"XMRF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.417Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XMR\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"XMR/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-XMR-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"XMR\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351738,\n            \"lukkaUnderlyingAssetInternalId\": 10046,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XRPF0:BTCF0\",\n            \"entityDerivativeName\": \"XRPF0:BTCF0\",\n            \"startTime\": \"2022-02-18T08:02:04.418Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XRP\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"XRP/BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-XRP-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"XRP\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000002351739,\n            \"lukkaUnderlyingAssetInternalId\": 10018,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ALGF0:USTF0\",\n            \"entityDerivativeName\": \"ALGF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.419Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ALG\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ALG/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-ALGO-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"ALGO\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351740,\n            \"lukkaUnderlyingAssetInternalId\": 13208,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"AAVEF0:USTF0\",\n            \"entityDerivativeName\": \"AAVEF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.421Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"AAVE\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"AAVE/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-AAVE-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"AAVE\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351741,\n            \"lukkaUnderlyingAssetInternalId\": 16350,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"MATICF0:USTF0\",\n            \"entityDerivativeName\": \"MATICF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.421Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"MATIC\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"MATIC/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-MATIC-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"MATIC\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351742,\n            \"lukkaUnderlyingAssetInternalId\": 12871,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"FTMF0:USTF0\",\n            \"entityDerivativeName\": \"FTMF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.422Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"FTM\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"FTM/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-FTM-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"FTM\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351743,\n            \"lukkaUnderlyingAssetInternalId\": 12544,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"EGLDF0:USTF0\",\n            \"entityDerivativeName\": \"EGLDF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.423Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"EGLD\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"EGLD/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-EGLD-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"EGLD\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351744,\n            \"lukkaUnderlyingAssetInternalId\": 17594,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"AXSF0:USTF0\",\n            \"entityDerivativeName\": \"AXSF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.424Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"AXS\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"AXS/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-AXS1-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"AXS1\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351745,\n            \"lukkaUnderlyingAssetInternalId\": 23231,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"COMPF0:USTF0\",\n            \"entityDerivativeName\": \"COMPF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.425Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"COMP\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"COMP/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-COMPG-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"COMPG\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351746,\n            \"lukkaUnderlyingAssetInternalId\": 14185,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XTZF0:USTF0\",\n            \"entityDerivativeName\": \"XTZF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.426Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XTZ\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"XTZ/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-XTZ-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"XTZ\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351747,\n            \"lukkaUnderlyingAssetInternalId\": 11038,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"TRXF0:USTF0\",\n            \"entityDerivativeName\": \"TRXF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.426Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"TRX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"TRX/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-TRX-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"TRX\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351748,\n            \"lukkaUnderlyingAssetInternalId\": 11035,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SOLF0:BTCF0\",\n            \"entityDerivativeName\": \"SOLF0:BTCF0\",\n            \"startTime\": \"2022-02-18T08:02:04.428Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SOL\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"SOL/BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-SOLN-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"SOLN\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000002351749,\n            \"lukkaUnderlyingAssetInternalId\": 14304,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"AVAXF0:BTCF0\",\n            \"entityDerivativeName\": \"AVAXF0:BTCF0\",\n            \"startTime\": \"2022-02-18T08:02:04.429Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"AVAX\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"AVAX/BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-AVAX-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"AVAX\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000002351750,\n            \"lukkaUnderlyingAssetInternalId\": 15066,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SHIBF0:USTF0\",\n            \"entityDerivativeName\": \"SHIBF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.430Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SHIB\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SHIB/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SHIB-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"SHIB\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351752,\n            \"lukkaUnderlyingAssetInternalId\": 15141,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"OMGF0:USTF0\",\n            \"entityDerivativeName\": \"OMGF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.431Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"OMG\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"OMG/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-OMG-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"OMG\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351753,\n            \"lukkaUnderlyingAssetInternalId\": 10077,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTCF0:EUTF0\",\n            \"entityDerivativeName\": \"BTCF0:EUTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.432Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BTC\",\n            \"entityQuoteAsset\": \"EUT\",\n            \"underlyingSymbol\": \"BTC/EUT\",\n            \"lukkaId\": \"L-BFNX-PERP-XBT-EURT1\",\n            \"lukkaSettleAsset\": \"EURT1\",\n            \"lukkaUnderlyingAsset\": \"XBT\",\n            \"lukkaQuoteAsset\": \"EURT1\",\n            \"lukkaDerivativeInternalId\": 1000002351754,\n            \"lukkaUnderlyingAssetInternalId\": 10007,\n            \"lukkaSettleAssetInternalId\": 23430,\n            \"lukkaQuoteAssetInternalId\": 23430\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ETHF0:EUTF0\",\n            \"entityDerivativeName\": \"ETHF0:EUTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.433Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ETH\",\n            \"entityQuoteAsset\": \"EUT\",\n            \"underlyingSymbol\": \"ETH/EUT\",\n            \"lukkaId\": \"L-BFNX-PERP-ETH-EURT1\",\n            \"lukkaSettleAsset\": \"EURT1\",\n            \"lukkaUnderlyingAsset\": \"ETH\",\n            \"lukkaQuoteAsset\": \"EURT1\",\n            \"lukkaDerivativeInternalId\": 1000002351755,\n            \"lukkaUnderlyingAssetInternalId\": 10029,\n            \"lukkaSettleAssetInternalId\": 23430,\n            \"lukkaQuoteAssetInternalId\": 23430\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"NEOF0:USTF0\",\n            \"entityDerivativeName\": \"NEOF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.434Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"NEO\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"NEO/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-NEO-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"NEO\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351756,\n            \"lukkaUnderlyingAssetInternalId\": 11030,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ZECF0:USTF0\",\n            \"entityDerivativeName\": \"ZECF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.434Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ZEC\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ZEC/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-ZEC-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"ZEC\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351757,\n            \"lukkaUnderlyingAssetInternalId\": 10056,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"CRVF0:USTF0\",\n            \"entityDerivativeName\": \"CRVF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.435Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"CRV\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"CRV/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-CRV-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"CRV\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351758,\n            \"lukkaUnderlyingAssetInternalId\": 15222,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"NEARF0:USTF0\",\n            \"entityDerivativeName\": \"NEARF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.436Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"NEAR\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"NEAR/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-NEAR-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"NEAR\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351759,\n            \"lukkaUnderlyingAssetInternalId\": 16072,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ICPF0:USTF0\",\n            \"entityDerivativeName\": \"ICPF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.437Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ICP\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ICP/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-ICP-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"ICP\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351760,\n            \"lukkaUnderlyingAssetInternalId\": 18372,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ATOF0:USTF0\",\n            \"entityDerivativeName\": \"ATOF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.430Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ATO\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ATO/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-COS-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"COS\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351751,\n            \"lukkaUnderlyingAssetInternalId\": 12458,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTCDOMF0:USTF0\",\n            \"entityDerivativeName\": \"BTCDOMF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.326Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BTCDOM\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"BTCDOM/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXBDI-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BFNXBDI\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000000596211,\n            \"lukkaUnderlyingAssetInternalId\": 79640,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"EUROPE50IXF0:USTF0\",\n            \"entityDerivativeName\": \"EUROPE50IXF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.397Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"EUROPE50IX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"EUROPE50IX/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BEZ50P-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BEZ50P\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000008579107,\n            \"lukkaUnderlyingAssetInternalId\": 29965,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"GERMANY40IXF0:USTF0\",\n            \"entityDerivativeName\": \"GERMANY40IXF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.420Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"GERMANY40IX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"GERMANY40IX/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BDE40P-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BDE40P\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000008579463,\n            \"lukkaUnderlyingAssetInternalId\": 29967,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"GERMANY30IXF0:USTF0\",\n            \"entityDerivativeName\": \"GERMANY30IXF0:USTF0\",\n            \"startTime\": \"2022-02-18T08:02:04.398Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"GERMANY30IX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"GERMANY30IX/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BDE30P-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BDE30P\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000008579462,\n            \"lukkaUnderlyingAssetInternalId\": 29966,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"GALAF0:USTF0\",\n            \"entityDerivativeName\": \"GALAF0:USTF0\",\n            \"startTime\": \"2022-03-23T12:01:53.169Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"GALA\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"GALA/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-GALAG-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"GALAG\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002850101,\n            \"lukkaUnderlyingAssetInternalId\": 15472,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"APEF0:USTF0\",\n            \"entityDerivativeName\": \"APEF0:USTF0\",\n            \"startTime\": \"2022-03-23T12:01:53.172Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"APE\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"APE/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-APE2-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"APE2\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002850102,\n            \"lukkaUnderlyingAssetInternalId\": 35192,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ETCF0:USTF0\",\n            \"entityDerivativeName\": \"ETCF0:USTF0\",\n            \"startTime\": \"2022-04-19T12:02:34.544Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ETC\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ETC/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-ETC-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"ETC\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000003370823,\n            \"lukkaUnderlyingAssetInternalId\": 10050,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ANCF0:USTF0\",\n            \"entityDerivativeName\": \"ANCF0:USTF0\",\n            \"startTime\": \"2022-04-19T12:02:34.546Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ANC\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ANC/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-ANC2-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"ANC2\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000003370824,\n            \"lukkaUnderlyingAssetInternalId\": 17759,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"WAVESF0:USTF0\",\n            \"entityDerivativeName\": \"WAVESF0:USTF0\",\n            \"startTime\": \"2022-04-19T12:02:34.549Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"WAVES\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"WAVES/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-WAVES-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"WAVES\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000003370825,\n            \"lukkaUnderlyingAssetInternalId\": 10061,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"STGF0:USTF0\",\n            \"entityDerivativeName\": \"STGF0:USTF0\",\n            \"startTime\": \"2022-05-02T12:02:53.436Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"STG\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"STG/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-STG1-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"STG1\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000003612896,\n            \"lukkaUnderlyingAssetInternalId\": 35582,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"JASMYF0:USTF0\",\n            \"entityDerivativeName\": \"JASMYF0:USTF0\",\n            \"startTime\": \"2022-05-02T12:02:53.430Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"JASMY\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"JASMY/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-JASMY-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"JASMY\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000003612895,\n            \"lukkaUnderlyingAssetInternalId\": 17366,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"KNCF0:USTF0\",\n            \"entityDerivativeName\": \"KNCF0:USTF0\",\n            \"startTime\": \"2022-05-02T12:02:53.433Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"KNC\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"KNC/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-KNC1-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"KNC1\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000008579527,\n            \"lukkaUnderlyingAssetInternalId\": 18778,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SANDF0:USTF0\",\n            \"entityDerivativeName\": \"SANDF0:USTF0\",\n            \"startTime\": \"2022-05-30T12:13:34.629Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SAND\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SAND/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SANDB-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"SANDB\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000004117593,\n            \"lukkaUnderlyingAssetInternalId\": 15288,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"MKRF0:USTF0\",\n            \"entityDerivativeName\": \"MKRF0:USTF0\",\n            \"startTime\": \"2022-05-30T12:13:34.630Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"MKR\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"MKR/UST\",\n            \"lukkaId\": \"L-BFNX-PERP-MKR-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"MKR\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000004117594,\n            \"lukkaUnderlyingAssetInternalId\": 11545,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"CHSB:UST\",\n            \"entityDerivativeName\": \"CHSB:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"CHSB\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"CHSB:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-CHSB-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"CHSB\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681674,\n            \"lukkaUnderlyingAssetInternalId\": 11292,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"CHSB:BTC\",\n            \"entityDerivativeName\": \"CHSB:BTC\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"CHSB\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"CHSB:BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-CHSB-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"CHSB\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000006681675,\n            \"lukkaUnderlyingAssetInternalId\": 11292,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"CHSB:USD\",\n            \"entityDerivativeName\": \"CHSB:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"CHSB\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"CHSB:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-CHSB-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"CHSB\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681676,\n            \"lukkaUnderlyingAssetInternalId\": 11292,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"TERRAUST:UST\",\n            \"entityDerivativeName\": \"TERRAUST:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"TERRAUST\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"TERRAUST:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-LNA-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"LNA\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681681,\n            \"lukkaUnderlyingAssetInternalId\": 13322,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"TERRAUST:USD\",\n            \"entityDerivativeName\": \"TERRAUST:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"TERRAUST\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"TERRAUST:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-LNA-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"LNA\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681682,\n            \"lukkaUnderlyingAssetInternalId\": 13322,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"VELO:UST\",\n            \"entityDerivativeName\": \"VELO:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"VELO\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"VELO:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-VELO-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"VELO\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681683,\n            \"lukkaUnderlyingAssetInternalId\": 15591,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"VELO:USD\",\n            \"entityDerivativeName\": \"VELO:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"VELO\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"VELO:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-VELO-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"VELO\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681684,\n            \"lukkaUnderlyingAssetInternalId\": 15591,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"NEXO:UST\",\n            \"entityDerivativeName\": \"NEXO:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"NEXO\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"NEXO:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-NEXO-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"NEXO\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681685,\n            \"lukkaUnderlyingAssetInternalId\": 12141,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"NEXO:BTC\",\n            \"entityDerivativeName\": \"NEXO:BTC\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"NEXO\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"NEXO:BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-NEXO-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"NEXO\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000006681686,\n            \"lukkaUnderlyingAssetInternalId\": 12141,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"NEXO:USD\",\n            \"entityDerivativeName\": \"NEXO:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"NEXO\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"NEXO:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-NEXO-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"NEXO\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681687,\n            \"lukkaUnderlyingAssetInternalId\": 12141,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"PLANETS:UST\",\n            \"entityDerivativeName\": \"PLANETS:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"PLANETS\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"PLANETS:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-PLANET-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"PLANET\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681688,\n            \"lukkaUnderlyingAssetInternalId\": 18829,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"PLANETS:USD\",\n            \"entityDerivativeName\": \"PLANETS:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"PLANETS\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"PLANETS:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-PLANET-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"PLANET\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681689,\n            \"lukkaUnderlyingAssetInternalId\": 18829,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"CHEX:USD\",\n            \"entityDerivativeName\": \"CHEX:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"CHEX\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"CHEX:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-CHEX1-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"CHEX1\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681692,\n            \"lukkaUnderlyingAssetInternalId\": 17431,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SUKU:UST\",\n            \"entityDerivativeName\": \"SUKU:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SUKU\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SUKU:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SUKU-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"SUKU\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681705,\n            \"lukkaUnderlyingAssetInternalId\": 15068,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SUKU:USD\",\n            \"entityDerivativeName\": \"SUKU:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SUKU\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"SUKU:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-SUKU-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"SUKU\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681706,\n            \"lukkaUnderlyingAssetInternalId\": 15068,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ALBT:USD\",\n            \"entityDerivativeName\": \"ALBT:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ALBT\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"ALBT:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-ALBT-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"ALBT\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681707,\n            \"lukkaUnderlyingAssetInternalId\": 15436,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BEST:USD\",\n            \"entityDerivativeName\": \"BEST:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BEST\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"BEST:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-BPET-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"BPET\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681708,\n            \"lukkaUnderlyingAssetInternalId\": 13669,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ETH2X:ETH\",\n            \"entityDerivativeName\": \"ETH2X:ETH\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ETH2X\",\n            \"entityQuoteAsset\": \"ETH\",\n            \"underlyingSymbol\": \"ETH2X:ETH\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXETH2-ETH\",\n            \"lukkaSettleAsset\": \"ETH\",\n            \"lukkaUnderlyingAsset\": \"BFNXETH2\",\n            \"lukkaQuoteAsset\": \"ETH\",\n            \"lukkaDerivativeInternalId\": 1000006681711,\n            \"lukkaUnderlyingAssetInternalId\": 17225,\n            \"lukkaSettleAssetInternalId\": 10029,\n            \"lukkaQuoteAssetInternalId\": 10029\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ETH2X:UST\",\n            \"entityDerivativeName\": \"ETH2X:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ETH2X\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ETH2X:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXETH2-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BFNXETH2\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681712,\n            \"lukkaUnderlyingAssetInternalId\": 17225,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ETH2X:USD\",\n            \"entityDerivativeName\": \"ETH2X:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ETH2X\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"ETH2X:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXETH2-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"BFNXETH2\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681713,\n            \"lukkaUnderlyingAssetInternalId\": 17225,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BCHN:USD\",\n            \"entityDerivativeName\": \"BCHN:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BCHN\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"BCHN:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-BCH-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"BCH\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681716,\n            \"lukkaUnderlyingAssetInternalId\": 11020,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BCHABC:USD\",\n            \"entityDerivativeName\": \"BCHABC:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BCHABC\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"BCHABC:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-BCHA1-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"BCHA1\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681717,\n            \"lukkaUnderlyingAssetInternalId\": 17049,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTSE:USD\",\n            \"entityDerivativeName\": \"BTSE:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BTSE\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"BTSE:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-BTSEX66-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"BTSEX66\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681728,\n            \"lukkaUnderlyingAssetInternalId\": 99424,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"CNH:CNHT\",\n            \"entityDerivativeName\": \"CNH:CNHT\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"CNH\",\n            \"entityQuoteAsset\": \"CNHT\",\n            \"underlyingSymbol\": \"CNH:CNHT\",\n            \"lukkaId\": \"L-BFNX-PERP-CNY-CNHT\",\n            \"lukkaSettleAsset\": \"CNHT\",\n            \"lukkaUnderlyingAsset\": \"CNY\",\n            \"lukkaQuoteAsset\": \"CNHT\",\n            \"lukkaDerivativeInternalId\": 1000006681732,\n            \"lukkaUnderlyingAssetInternalId\": 156,\n            \"lukkaSettleAssetInternalId\": 13521,\n            \"lukkaQuoteAssetInternalId\": 13521\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"UST:CNHT\",\n            \"entityDerivativeName\": \"UST:CNHT\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"UST\",\n            \"entityQuoteAsset\": \"CNHT\",\n            \"underlyingSymbol\": \"UST:CNHT\",\n            \"lukkaId\": \"L-BFNX-PERP-USDT-CNHT\",\n            \"lukkaSettleAsset\": \"CNHT\",\n            \"lukkaUnderlyingAsset\": \"USDT\",\n            \"lukkaQuoteAsset\": \"CNHT\",\n            \"lukkaDerivativeInternalId\": 1000006681733,\n            \"lukkaUnderlyingAssetInternalId\": 10058,\n            \"lukkaSettleAssetInternalId\": 13521,\n            \"lukkaQuoteAssetInternalId\": 13521\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTC:CNHT\",\n            \"entityDerivativeName\": \"BTC:CNHT\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BTC\",\n            \"entityQuoteAsset\": \"CNHT\",\n            \"underlyingSymbol\": \"BTC:CNHT\",\n            \"lukkaId\": \"L-BFNX-PERP-XBT-CNHT\",\n            \"lukkaSettleAsset\": \"CNHT\",\n            \"lukkaUnderlyingAsset\": \"XBT\",\n            \"lukkaQuoteAsset\": \"CNHT\",\n            \"lukkaDerivativeInternalId\": 1000006681734,\n            \"lukkaUnderlyingAssetInternalId\": 10007,\n            \"lukkaSettleAssetInternalId\": 13521,\n            \"lukkaQuoteAssetInternalId\": 13521\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"APENFT:UST\",\n            \"entityDerivativeName\": \"APENFT:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"APENFT\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"APENFT:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-NFT1-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"NFT1\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681615,\n            \"lukkaUnderlyingAssetInternalId\": 18559,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"APENFT:USD\",\n            \"entityDerivativeName\": \"APENFT:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"APENFT\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"APENFT:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-NFT1-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"NFT1\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681616,\n            \"lukkaUnderlyingAssetInternalId\": 18559,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"EUT:MXNT\",\n            \"entityDerivativeName\": \"EUT:MXNT\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"EUT\",\n            \"entityQuoteAsset\": \"MXNT\",\n            \"underlyingSymbol\": \"EUT:MXNT\",\n            \"lukkaId\": \"L-BFNX-PERP-EURT1-MXNT\",\n            \"lukkaSettleAsset\": \"MXNT\",\n            \"lukkaUnderlyingAsset\": \"EURT1\",\n            \"lukkaQuoteAsset\": \"MXNT\",\n            \"lukkaDerivativeInternalId\": 1000006681619,\n            \"lukkaUnderlyingAssetInternalId\": 23430,\n            \"lukkaSettleAssetInternalId\": 94050,\n            \"lukkaQuoteAssetInternalId\": 94050\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"UST:MXNT\",\n            \"entityDerivativeName\": \"UST:MXNT\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"UST\",\n            \"entityQuoteAsset\": \"MXNT\",\n            \"underlyingSymbol\": \"UST:MXNT\",\n            \"lukkaId\": \"L-BFNX-PERP-USDT-MXNT\",\n            \"lukkaSettleAsset\": \"MXNT\",\n            \"lukkaUnderlyingAsset\": \"USDT\",\n            \"lukkaQuoteAsset\": \"MXNT\",\n            \"lukkaDerivativeInternalId\": 1000006681620,\n            \"lukkaUnderlyingAssetInternalId\": 10058,\n            \"lukkaSettleAssetInternalId\": 94050,\n            \"lukkaQuoteAssetInternalId\": 94050\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ETH:MXNT\",\n            \"entityDerivativeName\": \"ETH:MXNT\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ETH\",\n            \"entityQuoteAsset\": \"MXNT\",\n            \"underlyingSymbol\": \"ETH:MXNT\",\n            \"lukkaId\": \"L-BFNX-PERP-ETH-MXNT\",\n            \"lukkaSettleAsset\": \"MXNT\",\n            \"lukkaUnderlyingAsset\": \"ETH\",\n            \"lukkaQuoteAsset\": \"MXNT\",\n            \"lukkaDerivativeInternalId\": 1000006681621,\n            \"lukkaUnderlyingAssetInternalId\": 10029,\n            \"lukkaSettleAssetInternalId\": 94050,\n            \"lukkaQuoteAssetInternalId\": 94050\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTC:MXNT\",\n            \"entityDerivativeName\": \"BTC:MXNT\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BTC\",\n            \"entityQuoteAsset\": \"MXNT\",\n            \"underlyingSymbol\": \"BTC:MXNT\",\n            \"lukkaId\": \"L-BFNX-PERP-XBT-MXNT\",\n            \"lukkaSettleAsset\": \"MXNT\",\n            \"lukkaUnderlyingAsset\": \"XBT\",\n            \"lukkaQuoteAsset\": \"MXNT\",\n            \"lukkaDerivativeInternalId\": 1000006681622,\n            \"lukkaUnderlyingAssetInternalId\": 10007,\n            \"lukkaSettleAssetInternalId\": 94050,\n            \"lukkaQuoteAssetInternalId\": 94050\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"MXNT:USD\",\n            \"entityDerivativeName\": \"MXNT:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"MXNT\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"MXNT:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-MXNT-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"MXNT\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681623,\n            \"lukkaUnderlyingAssetInternalId\": 94050,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LUNA2:UST\",\n            \"entityDerivativeName\": \"LUNA2:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LUNA2\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"LUNA2:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-LNA1-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"LNA1\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681624,\n            \"lukkaUnderlyingAssetInternalId\": 84689,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LUNA2:USD\",\n            \"entityDerivativeName\": \"LUNA2:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LUNA2\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"LUNA2:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-LNA1-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"LNA1\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681625,\n            \"lukkaUnderlyingAssetInternalId\": 84689,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ATLAS:UST\",\n            \"entityDerivativeName\": \"ATLAS:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ATLAS\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ATLAS:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-ATLAS-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"ATLAS\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681626,\n            \"lukkaUnderlyingAssetInternalId\": 24004,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ATLAS:USD\",\n            \"entityDerivativeName\": \"ATLAS:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ATLAS\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"ATLAS:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-ATLAS-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"ATLAS\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681627,\n            \"lukkaUnderlyingAssetInternalId\": 24004,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"POLIS:UST\",\n            \"entityDerivativeName\": \"POLIS:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"POLIS\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"POLIS:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-POLISEA-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"POLISEA\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681628,\n            \"lukkaUnderlyingAssetInternalId\": 83849,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"POLIS:USD\",\n            \"entityDerivativeName\": \"POLIS:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"POLIS\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"POLIS:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-POLISEA-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"POLISEA\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681629,\n            \"lukkaUnderlyingAssetInternalId\": 83849,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LUXO:USD\",\n            \"entityDerivativeName\": \"LUXO:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LUXO\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"LUXO:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-LUXO-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"LUXO\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681632,\n            \"lukkaUnderlyingAssetInternalId\": 37662,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SENATE:UST\",\n            \"entityDerivativeName\": \"SENATE:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SENATE\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SENATE:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SENATE-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"SENATE\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681633,\n            \"lukkaUnderlyingAssetInternalId\": 26025,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SENATE:USD\",\n            \"entityDerivativeName\": \"SENATE:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SENATE\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"SENATE:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-SENATE-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"SENATE\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681634,\n            \"lukkaUnderlyingAssetInternalId\": 26025,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SIDUS:UST\",\n            \"entityDerivativeName\": \"SIDUS:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SIDUS\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SIDUS:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SIDUS-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"SIDUS\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681635,\n            \"lukkaUnderlyingAssetInternalId\": 26026,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SIDUS:USD\",\n            \"entityDerivativeName\": \"SIDUS:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SIDUS\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"SIDUS:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-SIDUS-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"SIDUS\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681636,\n            \"lukkaUnderlyingAssetInternalId\": 26026,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"POLC:UST\",\n            \"entityDerivativeName\": \"POLC:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"POLC\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"POLC:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-POLC-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"POLC\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681639,\n            \"lukkaUnderlyingAssetInternalId\": 17727,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SHFT:UST\",\n            \"entityDerivativeName\": \"SHFT:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SHFT\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SHFT:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SHFT-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"SHFT\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681640,\n            \"lukkaUnderlyingAssetInternalId\": 17795,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"POLC:USD\",\n            \"entityDerivativeName\": \"POLC:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"POLC\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"POLC:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-POLC-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"POLC\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681641,\n            \"lukkaUnderlyingAssetInternalId\": 17727,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SHFT:USD\",\n            \"entityDerivativeName\": \"SHFT:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SHFT\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"SHFT:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-SHFT-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"SHFT\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681642,\n            \"lukkaUnderlyingAssetInternalId\": 17795,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"TRADE:UST\",\n            \"entityDerivativeName\": \"TRADE:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"TRADE\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"TRADE:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-TRADE1-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"TRADE1\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681643,\n            \"lukkaUnderlyingAssetInternalId\": 23816,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"TRADE:USD\",\n            \"entityDerivativeName\": \"TRADE:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"TRADE\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"TRADE:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-TRADE1-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"TRADE1\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681644,\n            \"lukkaUnderlyingAssetInternalId\": 23816,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"WILD:UST\",\n            \"entityDerivativeName\": \"WILD:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"WILD\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"WILD:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-WILD1-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"WILD1\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681645,\n            \"lukkaUnderlyingAssetInternalId\": 18549,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"WILD:USD\",\n            \"entityDerivativeName\": \"WILD:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"WILD\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"WILD:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-WILD1-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"WILD1\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681646,\n            \"lukkaUnderlyingAssetInternalId\": 18549,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"TLOS:UST\",\n            \"entityDerivativeName\": \"TLOS:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"TLOS\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"TLOS:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-TLOS-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"TLOS\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681655,\n            \"lukkaUnderlyingAssetInternalId\": 13498,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"TLOS:USD\",\n            \"entityDerivativeName\": \"TLOS:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"TLOS\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"TLOS:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-TLOS-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"TLOS\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681656,\n            \"lukkaUnderlyingAssetInternalId\": 13498,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"QRDO:UST\",\n            \"entityDerivativeName\": \"QRDO:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"QRDO\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"QRDO:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-QRDO-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"QRDO\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000006681657,\n            \"lukkaUnderlyingAssetInternalId\": 23906,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"QRDO:USD\",\n            \"entityDerivativeName\": \"QRDO:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"QRDO\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"QRDO:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-QRDO-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"QRDO\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681658,\n            \"lukkaUnderlyingAssetInternalId\": 23906,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ETH:XAUT\",\n            \"entityDerivativeName\": \"ETH:XAUT\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ETH\",\n            \"entityQuoteAsset\": \"XAUT\",\n            \"underlyingSymbol\": \"ETH:XAUT\",\n            \"lukkaId\": \"L-BFNX-PERP-ETH-XAUT\",\n            \"lukkaSettleAsset\": \"XAUT\",\n            \"lukkaUnderlyingAsset\": \"ETH\",\n            \"lukkaQuoteAsset\": \"XAUT\",\n            \"lukkaDerivativeInternalId\": 1000006681664,\n            \"lukkaUnderlyingAssetInternalId\": 10029,\n            \"lukkaSettleAssetInternalId\": 14043,\n            \"lukkaQuoteAssetInternalId\": 14043\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTC:XAUT\",\n            \"entityDerivativeName\": \"BTC:XAUT\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BTC\",\n            \"entityQuoteAsset\": \"XAUT\",\n            \"underlyingSymbol\": \"BTC:XAUT\",\n            \"lukkaId\": \"L-BFNX-PERP-XBT-XAUT\",\n            \"lukkaSettleAsset\": \"XAUT\",\n            \"lukkaUnderlyingAsset\": \"XBT\",\n            \"lukkaQuoteAsset\": \"XAUT\",\n            \"lukkaDerivativeInternalId\": 1000006681665,\n            \"lukkaUnderlyingAssetInternalId\": 10007,\n            \"lukkaSettleAssetInternalId\": 14043,\n            \"lukkaQuoteAssetInternalId\": 14043\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SWEAT:UST\",\n            \"entityDerivativeName\": \"SWEAT:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SWEAT\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SWEAT:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SWEAT-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"SWEAT\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681612,\n            \"lukkaUnderlyingAssetInternalId\": 142756,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"OCEAN:UST\",\n            \"entityDerivativeName\": \"OCEAN:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"OCEAN\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"OCEAN:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-OCEAN1-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"OCEAN1\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681690,\n            \"lukkaUnderlyingAssetInternalId\": 23284,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SWEAT:USD\",\n            \"entityDerivativeName\": \"SWEAT:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SWEAT\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"SWEAT:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-SWEAT-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"SWEAT\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681613,\n            \"lukkaUnderlyingAssetInternalId\": 142756,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ETHW:USD\",\n            \"entityDerivativeName\": \"ETHW:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ETHW\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"ETHW:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-ETHW3-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"ETHW3\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681614,\n            \"lukkaUnderlyingAssetInternalId\": 142821,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"DORA:UST\",\n            \"entityDerivativeName\": \"DORA:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"DORA\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"DORA:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-DORA-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"DORA\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681666,\n            \"lukkaUnderlyingAssetInternalId\": 17724,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"DORA:USD\",\n            \"entityDerivativeName\": \"DORA:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"DORA\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"DORA:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-DORA-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"DORA\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681667,\n            \"lukkaUnderlyingAssetInternalId\": 17724,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"MATIC:BTC\",\n            \"entityDerivativeName\": \"MATIC:BTC\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"MATIC\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"MATIC:BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-MATIC-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"MATIC\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000006681669,\n            \"lukkaUnderlyingAssetInternalId\": 12871,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"MATIC:USD\",\n            \"entityDerivativeName\": \"MATIC:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"MATIC\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"MATIC:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-MATIC-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"MATIC\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681670,\n            \"lukkaUnderlyingAssetInternalId\": 12871,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LUNA:UST\",\n            \"entityDerivativeName\": \"LUNA:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LUNA\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"LUNA:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-LNA-USDT-V2\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"LNA\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681699,\n            \"lukkaUnderlyingAssetInternalId\": 13322,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LUNA:USD\",\n            \"entityDerivativeName\": \"LUNA:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LUNA\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"LUNA:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-LNA-USD-V2\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"LNA\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681700,\n            \"lukkaUnderlyingAssetInternalId\": 13322,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BOSON:UST\",\n            \"entityDerivativeName\": \"BOSON:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BOSON\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"BOSON:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BOSON1-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"BOSON1\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681701,\n            \"lukkaUnderlyingAssetInternalId\": 17967,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BOSON:USD\",\n            \"entityDerivativeName\": \"BOSON:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BOSON\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"BOSON:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-BOSON1-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"BOSON1\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681702,\n            \"lukkaUnderlyingAssetInternalId\": 17967,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"NEAR:USD\",\n            \"entityDerivativeName\": \"NEAR:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"NEAR\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"NEAR:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-NEAR-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"NEAR\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681704,\n            \"lukkaUnderlyingAssetInternalId\": 16072,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"DOGE:BTC\",\n            \"entityDerivativeName\": \"DOGE:BTC\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"DOGE\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"DOGE:BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-DOGE-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"DOGE\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000006681671,\n            \"lukkaUnderlyingAssetInternalId\": 10017,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ROSE:UST\",\n            \"entityDerivativeName\": \"ROSE:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ROSE\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ROSE:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-ROSE-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"ROSE\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681672,\n            \"lukkaUnderlyingAssetInternalId\": 16312,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ROSE:USD\",\n            \"entityDerivativeName\": \"ROSE:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ROSE\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"ROSE:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-ROSE-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"ROSE\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681673,\n            \"lukkaUnderlyingAssetInternalId\": 16312,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"AAVE:USD\",\n            \"entityDerivativeName\": \"AAVE:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"AAVE\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"AAVE:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-AAVE-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"AAVE\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681710,\n            \"lukkaUnderlyingAssetInternalId\": 16350,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"REEF:UST\",\n            \"entityDerivativeName\": \"REEF:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"REEF\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"REEF:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-REEF-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"REEF\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681677,\n            \"lukkaUnderlyingAssetInternalId\": 16982,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"OCEAN:USD\",\n            \"entityDerivativeName\": \"OCEAN:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"OCEAN\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"OCEAN:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-OCEAN1-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"OCEAN1\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681691,\n            \"lukkaUnderlyingAssetInternalId\": 23284,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SUSHI:USD\",\n            \"entityDerivativeName\": \"SUSHI:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SUSHI\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"SUSHI:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-SUSHI-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"SUSHI\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681715,\n            \"lukkaUnderlyingAssetInternalId\": 15386,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"AVAX:USD\",\n            \"entityDerivativeName\": \"AVAX:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"AVAX\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"AVAX:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-AVAX-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"AVAX\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681719,\n            \"lukkaUnderlyingAssetInternalId\": 15066,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BAND:UST\",\n            \"entityDerivativeName\": \"BAND:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BAND\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"BAND:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BAND-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"BAND\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681720,\n            \"lukkaUnderlyingAssetInternalId\": 13491,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BAND:USD\",\n            \"entityDerivativeName\": \"BAND:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BAND\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"BAND:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-BAND-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"BAND\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681721,\n            \"lukkaUnderlyingAssetInternalId\": 13491,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"REEF:USD\",\n            \"entityDerivativeName\": \"REEF:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"REEF\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"REEF:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-REEF-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"REEF\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681678,\n            \"lukkaUnderlyingAssetInternalId\": 16982,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"WAVES:USD\",\n            \"entityDerivativeName\": \"WAVES:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"WAVES\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"WAVES:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-WAVES-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"WAVES\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681680,\n            \"lukkaUnderlyingAssetInternalId\": 10061,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"EGLD:USD\",\n            \"entityDerivativeName\": \"EGLD:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"EGLD\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"EGLD:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-EGLD-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"EGLD\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681723,\n            \"lukkaUnderlyingAssetInternalId\": 17594,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"COMP:USD\",\n            \"entityDerivativeName\": \"COMP:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"COMP\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"COMP:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-COMPG-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"COMPG\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681725,\n            \"lukkaUnderlyingAssetInternalId\": 14185,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"FORTH:UST\",\n            \"entityDerivativeName\": \"FORTH:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"FORTH\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"FORTH:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-FORTH-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"FORTH\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681693,\n            \"lukkaUnderlyingAssetInternalId\": 18169,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LINK:USD\",\n            \"entityDerivativeName\": \"LINK:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LINK\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"LINK:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-LINK-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"LINK\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681727,\n            \"lukkaUnderlyingAssetInternalId\": 11517,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XAUT:USD\",\n            \"entityDerivativeName\": \"XAUT:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XAUT\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"XAUT:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-XAUT-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"XAUT\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681731,\n            \"lukkaUnderlyingAssetInternalId\": 14043,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"DUSK:BTC\",\n            \"entityDerivativeName\": \"DUSK:BTC\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"DUSK\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"DUSK:BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-DUSK-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"DUSK\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000006681735,\n            \"lukkaUnderlyingAssetInternalId\": 13276,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"DUSK:USD\",\n            \"entityDerivativeName\": \"DUSK:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"DUSK\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"DUSK:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-DUSK-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"DUSK\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681736,\n            \"lukkaUnderlyingAssetInternalId\": 13276,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ETHW:UST\",\n            \"entityDerivativeName\": \"ETHW:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ETHW\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ETHW:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-ETHW3-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"ETHW3\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681737,\n            \"lukkaUnderlyingAssetInternalId\": 142821,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"CONV:UST\",\n            \"entityDerivativeName\": \"CONV:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"CONV\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"CONV:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-CONV-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"CONV\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681617,\n            \"lukkaUnderlyingAssetInternalId\": 17763,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"CONV:USD\",\n            \"entityDerivativeName\": \"CONV:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"CONV\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"CONV:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-CONV-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"CONV\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681618,\n            \"lukkaUnderlyingAssetInternalId\": 17763,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"FORTH:USD\",\n            \"entityDerivativeName\": \"FORTH:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"FORTH\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"FORTH:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-FORTH-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"FORTH\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681694,\n            \"lukkaUnderlyingAssetInternalId\": 18169,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SAND:USD\",\n            \"entityDerivativeName\": \"SAND:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SAND\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"SAND:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-SANDB-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"SANDB\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681631,\n            \"lukkaUnderlyingAssetInternalId\": 15288,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"THETA:UST\",\n            \"entityDerivativeName\": \"THETA:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"THETA\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"THETA:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-THETA-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"THETA\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681647,\n            \"lukkaUnderlyingAssetInternalId\": 11715,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"THETA:USD\",\n            \"entityDerivativeName\": \"THETA:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"THETA\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"THETA:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-THETA-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"THETA\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681648,\n            \"lukkaUnderlyingAssetInternalId\": 11715,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"GALA:USD\",\n            \"entityDerivativeName\": \"GALA:USD\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"GALA\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"GALA:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-GALAG-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"GALAG\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681638,\n            \"lukkaUnderlyingAssetInternalId\": 15472,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"WNCG:UST\",\n            \"entityDerivativeName\": \"WNCG:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"WNCG\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"WNCG:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-WNCG-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"WNCG\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681649,\n            \"lukkaUnderlyingAssetInternalId\": 23836,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"WNCG:USD\",\n            \"entityDerivativeName\": \"WNCG:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"WNCG\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"WNCG:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-WNCG-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"WNCG\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681650,\n            \"lukkaUnderlyingAssetInternalId\": 23836,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SPELL:UST\",\n            \"entityDerivativeName\": \"SPELL:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SPELL\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SPELL:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SPELL-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"SPELL\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681651,\n            \"lukkaUnderlyingAssetInternalId\": 23171,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SHIB:USD\",\n            \"entityDerivativeName\": \"SHIB:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SHIB\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"SHIB:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-SHIB-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"SHIB\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681660,\n            \"lukkaUnderlyingAssetInternalId\": 15141,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SPELL:USD\",\n            \"entityDerivativeName\": \"SPELL:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SPELL\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"SPELL:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-SPELL-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"SPELL\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681652,\n            \"lukkaUnderlyingAssetInternalId\": 23171,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BOBA:UST\",\n            \"entityDerivativeName\": \"BOBA:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BOBA\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"BOBA:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BOBA-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"BOBA\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681653,\n            \"lukkaUnderlyingAssetInternalId\": 24797,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BOBA:USD\",\n            \"entityDerivativeName\": \"BOBA:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BOBA\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"BOBA:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-BOBA-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"BOBA\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681654,\n            \"lukkaUnderlyingAssetInternalId\": 24797,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"JASMY:USD\",\n            \"entityDerivativeName\": \"JASMY:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"JASMY\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"JASMY:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-JASMY-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"JASMY\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681662,\n            \"lukkaUnderlyingAssetInternalId\": 17366,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"1INCH:UST\",\n            \"entityDerivativeName\": \"1INCH:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"1INCH\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"1INCH:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-1INCH-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"1INCH\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000006681695,\n            \"lukkaUnderlyingAssetInternalId\": 16940,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"1INCH:USD\",\n            \"entityDerivativeName\": \"1INCH:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"1INCH\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"1INCH:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-1INCH-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"1INCH\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681696,\n            \"lukkaUnderlyingAssetInternalId\": 16940,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"DOGE:USD\",\n            \"entityDerivativeName\": \"DOGE:USD\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"DOGE\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"DOGE:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-DOGE-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"DOGE\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000006681698,\n            \"lukkaUnderlyingAssetInternalId\": 10017,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"WAVES:UST\",\n            \"entityDerivativeName\": \"WAVES:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"WAVES\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"WAVES:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-WAVES-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"WAVES\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000003370825,\n            \"lukkaUnderlyingAssetInternalId\": 10061,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SAND:UST\",\n            \"entityDerivativeName\": \"SAND:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SAND\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SAND:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SANDB-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"SANDB\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000004117593,\n            \"lukkaUnderlyingAssetInternalId\": 15288,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"GALA:UST\",\n            \"entityDerivativeName\": \"GALA:UST\",\n            \"startTime\": \"2022-10-03T14:09:16Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"GALA\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"GALA:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-GALAG-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"GALAG\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002850101,\n            \"lukkaUnderlyingAssetInternalId\": 15472,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"JASMY:UST\",\n            \"entityDerivativeName\": \"JASMY:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"JASMY\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"JASMY:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-JASMY-USDT\",\n            \"lukkaSettleAsset\": \"UST1\",\n            \"lukkaUnderlyingAsset\": \"JASMY\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000003612895,\n            \"lukkaUnderlyingAssetInternalId\": 17366,\n            \"lukkaSettleAssetInternalId\": 16711,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"MATIC:UST\",\n            \"entityDerivativeName\": \"MATIC:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"MATIC\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"MATIC:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-MATIC-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"MATIC\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351742,\n            \"lukkaUnderlyingAssetInternalId\": 12871,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"NEAR:UST\",\n            \"entityDerivativeName\": \"NEAR:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"NEAR\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"NEAR:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-NEAR-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"NEAR\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351759,\n            \"lukkaUnderlyingAssetInternalId\": 16072,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"AAVE:UST\",\n            \"entityDerivativeName\": \"AAVE:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"AAVE\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"AAVE:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-AAVE-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"AAVE\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351741,\n            \"lukkaUnderlyingAssetInternalId\": 16350,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SUSHI:UST\",\n            \"entityDerivativeName\": \"SUSHI:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SUSHI\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SUSHI:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SUSHI-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"SUSHI\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351828,\n            \"lukkaUnderlyingAssetInternalId\": 15386,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"AVAX:UST\",\n            \"entityDerivativeName\": \"AVAX:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"AVAX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"AVAX:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-AVAX-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"AVAX\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351831,\n            \"lukkaUnderlyingAssetInternalId\": 15066,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"EGLD:UST\",\n            \"entityDerivativeName\": \"EGLD:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"EGLD\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"EGLD:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-EGLD-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"EGLD\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351744,\n            \"lukkaUnderlyingAssetInternalId\": 17594,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"COMP:UST\",\n            \"entityDerivativeName\": \"COMP:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"COMP\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"COMP:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-COMPG-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"COMPG\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351746,\n            \"lukkaUnderlyingAssetInternalId\": 14185,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XAUT:UST\",\n            \"entityDerivativeName\": \"XAUT:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XAUT\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"XAUT:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-XAUT-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"XAUT\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351809,\n            \"lukkaUnderlyingAssetInternalId\": 14043,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LINK:UST\",\n            \"entityDerivativeName\": \"LINK:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LINK\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"LINK:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-LINK-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"LINK\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351818,\n            \"lukkaUnderlyingAssetInternalId\": 11517,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SHIB:UST\",\n            \"entityDerivativeName\": \"SHIB:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SHIB\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SHIB:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-SHIB-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"SHIB\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351752,\n            \"lukkaUnderlyingAssetInternalId\": 15141,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"DOGE:UST\",\n            \"entityDerivativeName\": \"DOGE:UST\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"DOGE\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"DOGE:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-DOGE-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"DOGE\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000002351826,\n            \"lukkaUnderlyingAssetInternalId\": 10017,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"AVAX:BTC\",\n            \"entityDerivativeName\": \"AVAX:BTC\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"AVAX\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"AVAX:BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-AVAX-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"AVAX\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000002351750,\n            \"lukkaUnderlyingAssetInternalId\": 15066,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XAUT:BTC\",\n            \"entityDerivativeName\": \"XAUT:BTC\",\n            \"startTime\": \"2022-10-03T14:09:15Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XAUT\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": \"XAUT:BTC\",\n            \"lukkaId\": \"L-BFNX-PERP-XAUT-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"XAUT\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000002351825,\n            \"lukkaUnderlyingAssetInternalId\": 14043,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"TREEB:UST\",\n            \"entityDerivativeName\": \"TREEB:UST\",\n            \"startTime\": \"2022-10-17T22:59:43Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"TREEB\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"TREEB:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-TREEB-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"TREEB\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000008579473,\n            \"lukkaUnderlyingAssetInternalId\": 36082,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"TREEB:USD\",\n            \"entityDerivativeName\": \"TREEB:USD\",\n            \"startTime\": \"2022-10-17T22:59:43Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"TREEB\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"TREEB:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-TREEB-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"TREEB\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000008579474,\n            \"lukkaUnderlyingAssetInternalId\": 36082,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"APTF0:USTF0\",\n            \"entityDerivativeName\": \"APTF0:USTF0\",\n            \"startTime\": \"2022-10-19T14:10:59Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"APT\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"APT:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-APTM-UST\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"APTM\",\n            \"lukkaQuoteAsset\": \"UST\",\n            \"lukkaDerivativeInternalId\": 1000008579478,\n            \"lukkaUnderlyingAssetInternalId\": 168427,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 15458\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XCAD:USD\",\n            \"entityDerivativeName\": \"XCAD:USD\",\n            \"startTime\": \"2022-11-09T02:14:14Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XCAD\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": \"XCAD:USD\",\n            \"lukkaId\": \"L-BFNX-PERP-XCAD-USD\",\n            \"lukkaSettleAsset\": \"USD\",\n            \"lukkaUnderlyingAsset\": \"XCAD\",\n            \"lukkaQuoteAsset\": \"USD\",\n            \"lukkaDerivativeInternalId\": 1000007540722,\n            \"lukkaUnderlyingAssetInternalId\": 18647,\n            \"lukkaSettleAssetInternalId\": 840,\n            \"lukkaQuoteAssetInternalId\": 840\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XPTF0:USTF0\",\n            \"entityDerivativeName\": \"XPTF0:USTF0\",\n            \"startTime\": \"2023-03-15T20:57:53Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XPT\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"XPT:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-XPT-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"XPT\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000010918931,\n            \"lukkaUnderlyingAssetInternalId\": 962,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XPDF0:USTF0\",\n            \"entityDerivativeName\": \"XPDF0:USTF0\",\n            \"startTime\": \"2023-03-15T20:57:53Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XPD\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"XPD:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-XPD-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"XPD\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000010918932,\n            \"lukkaUnderlyingAssetInternalId\": 964,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"UKOILF0:USTF0\",\n            \"entityDerivativeName\": \"UKOILF0:USTF0\",\n            \"startTime\": \"2023-03-15T20:57:53Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"UKOIL\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"UKOIL:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXUKOIL-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BFNXUKOIL\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000010918933,\n            \"lukkaUnderlyingAssetInternalId\": 374630,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ARBF0:USTF0\",\n            \"entityDerivativeName\": \"ARBF0:USTF0\",\n            \"startTime\": \"2023-03-28T15:06:41Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ARB\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"ARB:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-ARB2-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"ARB2\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000011345518,\n            \"lukkaUnderlyingAssetInternalId\": 376735,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"SPAIN35IXF0:USTF0\",\n            \"entityDerivativeName\": \"SPAIN35IXF0:USTF0\",\n            \"startTime\": \"2023-03-29T15:07:00Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"SPAIN35IX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"SPAIN35IX:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXSPAIN35IX-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BFNXSPAIN35IX\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000011379615,\n            \"lukkaUnderlyingAssetInternalId\": 376826,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"GERMANY40IXF0:USTF0\",\n            \"entityDerivativeName\": \"GERMANY40IXF0:USTF0\",\n            \"startTime\": \"2023-03-29T15:07:00Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"GERMANY40IX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"GERMANY40IX:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXGERMANY40IX-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BFNXGERMANY40IX\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000011379616,\n            \"lukkaUnderlyingAssetInternalId\": 376827,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"UK100IXF0:USTF0\",\n            \"entityDerivativeName\": \"UK100IXF0:USTF0\",\n            \"startTime\": \"2023-03-29T15:07:00Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"UK100IX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"UK100IX:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXUK100IX-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BFNXUK100IX\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000011396700,\n            \"lukkaUnderlyingAssetInternalId\": 376825,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"FRANCE40IXF0:USTF0\",\n            \"entityDerivativeName\": \"FRANCE40IXF0:USTF0\",\n            \"startTime\": \"2023-03-29T15:07:00Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"FRANCE40IX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"FRANCE40IX:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXFRANCE40IX-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BFNXFRANCE40IX\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000011396701,\n            \"lukkaUnderlyingAssetInternalId\": 376828,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"EUROPE50IXF0:USTF0\",\n            \"entityDerivativeName\": \"EUROPE50IXF0:USTF0\",\n            \"startTime\": \"2023-03-29T15:07:00Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"EUROPE50IX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"EUROPE50IX:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXEUROPE50IX-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BFNXEUROPE50IX\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000011396702,\n            \"lukkaUnderlyingAssetInternalId\": 376829,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"JAPAN225IXF0:USTF0\",\n            \"entityDerivativeName\": \"JAPAN225IXF0:USTF0\",\n            \"startTime\": \"2023-04-05T15:09:14Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"JAPAN225IX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"JAPAN225IX:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXJAPAN225IX-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BFNXJAPAN225IX\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000011622362,\n            \"lukkaUnderlyingAssetInternalId\": 390673,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"HONGKONG50IXF0:USTF0\",\n            \"entityDerivativeName\": \"HONGKONG50IXF0:USTF0\",\n            \"startTime\": \"2023-04-05T15:09:14Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"HONGKONG50IX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"HONGKONG50IX:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXHONGKONG50IX-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BFNXHONGKONG50IX\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000011622363,\n            \"lukkaUnderlyingAssetInternalId\": 390675,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"AUSTRALIA200IXF0:USTF0\",\n            \"entityDerivativeName\": \"AUSTRALIA200IXF0:USTF0\",\n            \"startTime\": \"2023-04-05T15:09:14Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"AUSTRALIA200IX\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"AUSTRALIA200IX:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-BFNXAUSTRALIA200IX-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"BFNXAUSTRALIA200IX\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000011622364,\n            \"lukkaUnderlyingAssetInternalId\": 390674,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"TRYF0:USTF0\",\n            \"entityDerivativeName\": \"TRYF0:USTF0\",\n            \"startTime\": \"2023-07-05T14:41:51Z\",\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"TRY\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": \"TRY:UST\",\n            \"lukkaId\": \"L-BFNX-PERP-TRY-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"TRY\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000015013766,\n            \"lukkaUnderlyingAssetInternalId\": 949,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XAUTF0:USTF0\",\n            \"entityDerivativeName\": null,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XAUT\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": null,\n            \"lukkaId\": \"L-BFNX-PERP-XAUT6-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"XAUT6\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000017136628,\n            \"lukkaUnderlyingAssetInternalId\": 38916,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"XAUTF0:BTCF0\",\n            \"entityDerivativeName\": null,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"XAUT\",\n            \"entityQuoteAsset\": \"BTC\",\n            \"underlyingSymbol\": null,\n            \"lukkaId\": \"L-BFNX-PERP-XAUT6-XBT\",\n            \"lukkaSettleAsset\": \"XBT\",\n            \"lukkaUnderlyingAsset\": \"XAUT6\",\n            \"lukkaQuoteAsset\": \"XBT\",\n            \"lukkaDerivativeInternalId\": 1000017136629,\n            \"lukkaUnderlyingAssetInternalId\": 38916,\n            \"lukkaSettleAssetInternalId\": 10007,\n            \"lukkaQuoteAssetInternalId\": 10007\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"GALAF0:USTF0\",\n            \"entityDerivativeName\": null,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"GALA\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": null,\n            \"lukkaId\": \"L-BFNX-PERP-GALAT3-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"GALAT3\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000017136630,\n            \"lukkaUnderlyingAssetInternalId\": 480235,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"FTMF0:USTF0\",\n            \"entityDerivativeName\": null,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"FTM\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": null,\n            \"lukkaId\": \"L-BFNX-PERP-FTM1-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"FTM1\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000017136631,\n            \"lukkaUnderlyingAssetInternalId\": 24200,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        },\n        {\n            \"entityName\": \"Bitfinex\",\n            \"entityCode\": \"BFNX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"APTF0:USTF0\",\n            \"entityDerivativeName\": null,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"settlementTime\": null,\n            \"instrumentType\": \"Perpetual\",\n            \"instrumentSubtype\": \"Perpetual\",\n            \"multiplier\": 1,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"APT\",\n            \"entityQuoteAsset\": \"UST\",\n            \"underlyingSymbol\": null,\n            \"lukkaId\": \"L-BFNX-PERP-APTM-USDT\",\n            \"lukkaSettleAsset\": \"USDT\",\n            \"lukkaUnderlyingAsset\": \"APTM\",\n            \"lukkaQuoteAsset\": \"USDT\",\n            \"lukkaDerivativeInternalId\": 1000017136632,\n            \"lukkaUnderlyingAssetInternalId\": 168427,\n            \"lukkaSettleAssetInternalId\": 10058,\n            \"lukkaQuoteAssetInternalId\": 10058\n        }\n    ]\n}"}],"_postman_id":"e0c062b9-9920-499d-be6e-e29c3f46f00e"},{"name":"All Legal Entity Mappings","id":"453815fb-d971-4cf9-9cb8-02fa8d73dad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/legal-entity-mappings?limit=1000&offset=0","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","legal-entity-mappings"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 1000.</p>\n","type":"text/plain"},"key":"limit","value":"1000"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>A Lukka gnerated Enum to denote the type of legal entity identifier</p>\n","type":"text/plain"},"key":"identifierTypeCode","value":"SICIL"}],"variable":[]}},"response":[{"id":"e01ddd33-9429-492a-a46e-441f23d3d30b","name":"All Legal Entity Mappings","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/legal-entity-mappings?limit=5&identifierTypeCode=LEI","host":["{{ref_data}}"],"path":["v2","lukka","legal-entity-mappings"],"query":[{"key":"limit","value":"5","description":"Max data set size to show. Max value is 1000 and defaults to 100."},{"key":"offset","value":"0","description":"Data set offset. Defaults to 0.","disabled":true},{"key":"identifierTypeCode","value":"LEI","description":"Lukka generated Enum to specify the identifier type"},{"key":"lukkaLegalEntityId","value":"207","description":"A numeric unique identifier to denote the legal entity ","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Jul 2023 03:58:24 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"22"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7e2d2b3ae94e8eab-DEN"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": 0,\n    \"limit\": 5,\n    \"size\": 5,\n    \"links\": {\n        \"base\": \"/v2/lukka/legal-entity-mappings\",\n        \"next\": \"/v2/lukka/legal-entity-mappings?identifierTypeCode=LEI&limit=5&offset=5\",\n        \"prev\": null\n    },\n    \"data\": [\n        {\n            \"lukkaAssetMapId\": null,\n            \"identifierTypeCode\": \"LEI\",\n            \"identifierType\": \"Legal Entity Identifier\",\n            \"identifierValue\": \"549300QHD76EP6ZKTT48\",\n            \"lukkaLegalEntityId\": 1,\n            \"legalNameEnglish\": \"Coinbase, Inc.\",\n            \"mapProcessedStartTime\": \"2021-05-19T13:11:00.254426Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"lastModifiedTime\": \"2021-05-19T13:11:00.254426Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": null,\n            \"identifierTypeCode\": \"LEI\",\n            \"identifierType\": \"Legal Entity Identifier\",\n            \"identifierValue\": \"254900GNWXLR2G6HFQ44\",\n            \"lukkaLegalEntityId\": 207,\n            \"legalNameEnglish\": \"iFinex Inc.\",\n            \"mapProcessedStartTime\": \"2021-05-19T13:11:00.254426Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"lastModifiedTime\": \"2021-05-19T13:11:00.254426Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": null,\n            \"identifierTypeCode\": \"LEI\",\n            \"identifierType\": \"Legal Entity Identifier\",\n            \"identifierValue\": \"48510000WZATNQVLS592\",\n            \"lukkaLegalEntityId\": 3,\n            \"legalNameEnglish\": \"Bitstamp Limited\",\n            \"mapProcessedStartTime\": \"2021-05-19T13:11:00.254426Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"lastModifiedTime\": \"2021-05-19T13:11:00.254426Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": null,\n            \"identifierTypeCode\": \"LEI\",\n            \"identifierType\": \"Legal Entity Identifier\",\n            \"identifierValue\": \"254900WY3GMPLZR6V492\",\n            \"lukkaLegalEntityId\": 5,\n            \"legalNameEnglish\": \"Bittrex, Inc.\",\n            \"mapProcessedStartTime\": \"2021-05-19T13:11:00.254426Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"lastModifiedTime\": \"2021-05-19T13:11:00.254426Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        },\n        {\n            \"lukkaAssetMapId\": null,\n            \"identifierTypeCode\": \"LEI\",\n            \"identifierType\": \"Legal Entity Identifier\",\n            \"identifierValue\": \"254900GBN2V33HKLXO71\",\n            \"lukkaLegalEntityId\": 10,\n            \"legalNameEnglish\": \"Gemini Trust Company, LLC\",\n            \"mapProcessedStartTime\": \"2021-05-19T13:11:00.254426Z\",\n            \"mapProcessedEndTime\": null,\n            \"mapEffectiveStartTime\": null,\n            \"mapEffectiveEndTime\": null,\n            \"lastModifiedTime\": \"2021-05-19T13:11:00.254426Z\",\n            \"recordStatus\": \"Active\",\n            \"successorMappingId\": null\n        }\n    ]\n}"}],"_postman_id":"453815fb-d971-4cf9-9cb8-02fa8d73dad5"}],"id":"bb2cd714-95cd-4818-980c-9013949df3bf","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"25c14a0d-fae3-436f-88b2-b389541156d9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d1570e5a-1059-4ba7-be2f-dbc183a1322e"}}],"_postman_id":"bb2cd714-95cd-4818-980c-9013949df3bf","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}}},{"name":"Crypto Actions","item":[{"name":"Okta JWT Authorization - Ref Data","id":"53b73e3b-83eb-4257-9897-ae35539037cf","protocolProfileBehavior":{"disableUrlEncoding":false,"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>Okta's grant type</p>\n","type":"text"},{"key":"scope","value":"ref-data","description":"<p>Scope provided to client</p>\n","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token","urlObject":{"protocol":"https","path":["oauth2","aus1imo2g7ugEl49C0h8","v1","token"],"host":["sso","lukka","tech"],"query":[],"variable":[]}},"response":[{"id":"845b7542-fcd2-480f-9144-550c06045ac6","name":"Okta JWT Authorization - Ref Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Cache-Control","value":"no-cache"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"Okta's grant type","type":"text"},{"key":"scope","value":"ref-data","description":"Scope provided to client","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 18:02:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-okta-request-id","value":"Xy2XM5@gsl0ckF5Gdk8GTAAACWw"},{"key":"x-xss-protection","value":"1; mode=block; report=https://okta.report-uri.com/r/d/xss/enforce"},{"key":"p3p","value":"CP=\"HONK\""},{"key":"x-content-type-options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=315360000; includeSubDomains"},{"key":"set-cookie","value":"sid=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"046bafb8100000e718271d3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5bf2e8a01bd9e718-EWR"}],"cookie":[],"responseTime":null,"body":"{\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 3600,\n  \"access_token\": \"**REDACTED**\",\n  \"scope\": \"ref-data\"\n}"}],"_postman_id":"53b73e3b-83eb-4257-9897-ae35539037cf"},{"name":"All Crypto Actions","id":"bc6a791a-dfc9-4433-b718-4f38f9ce6649","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/assets/crypto-actions?limit=10&offset=0&lukkaCryptoActionIds=6286a369-8d8c-425a-8824-14d522374fe2,fb5fd1fe-2963-4e2f-a3f2-55a528399f06,ed90ce1d-7ee3-4e5c-bb6c-e7b5deff6a49,f1ef9007-7cdf-4e41-bd5c-70f00b15d262,48f70093-d5f1-4fb9-979c-47772151fdf5","description":"<p>The Crypto Actions endpoint contains information related to the Lukka Crypto Actions (“LCA”) data product  </p>\n<p>Lukka Crypto Actions is a detailed and comprehensive treatment methodology currently consisting of over 25 Crypto Action Event Types with the purpose of providing firms with data around changes to asset structure and asset characteristics within the digital asset landscape, including structured metadata pertaining to what attributes have changed with an asset, on what date, and as a result of what event.</p>\n<p>Market events that have material impact on digital assets or are determined by Lukka to be significant in nature are eligible for induction into the asset’s crypto action history repository. Generally speaking, material impacts revolve around events that affect either an asset’s protocol structure, characteristics, or reporting in the marketplace. The LCA event types are described in detail in the Structure and Definitions section of this document.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","assets","crypto-actions"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>The date/time at which the crypto action was announced, in UTC time.</p>\n","type":"text/plain"},"key":"announceTime","value":"2018-06-20T04:00:00Z"},{"disabled":true,"description":{"content":"<p>Rerturns any crypto actions that have an effective time greater the parameter value</p>\n","type":"text/plain"},"key":"effectiveTime","value":"2018-08-01T05:00:00Z"},{"disabled":true,"description":{"content":"<p>Field will be populated as \"Yes\" if the effectiveTime is a future date, else “No”.</p>\n","type":"text/plain"},"key":"isFutureEvent","value":"No"},{"disabled":true,"description":{"content":"<p>A Lukka generated Enum for the lukkaCryptoActionName.</p>\n","type":"text/plain"},"key":"lukkaCryptoActionCode","value":"CTMIG"},{"disabled":true,"description":{"content":"<p>A Lukka generated UUID identifier to identify a unique crypto action event.</p>\n","type":"text/plain"},"key":"lukkaCryptoActionId","value":"21fb2a98-e551-4de2-816f-e84cf6e67e01"},{"disabled":true,"description":{"content":"<p>A Lukka generated UUID identifier to identify the grouping of multiple lukkaCryptoActionId’s.</p>\n","type":"text/plain"},"key":"lukkaCryptoActionParentId","value":"0cfe9ad8-34b9-4d5d-8f7a-6878f9a55f42"},{"description":{"content":"<p>Comma-delimited list of Lukka generated crypto action IDs so the user can return a list of specific crypto actions. Max amount is 75 UUIDs</p>\n","type":"text/plain"},"key":"lukkaCryptoActionIds","value":"6286a369-8d8c-425a-8824-14d522374fe2,fb5fd1fe-2963-4e2f-a3f2-55a528399f06,ed90ce1d-7ee3-4e5c-bb6c-e7b5deff6a49,f1ef9007-7cdf-4e41-bd5c-70f00b15d262,48f70093-d5f1-4fb9-979c-47772151fdf5"}],"variable":[]}},"response":[{"id":"c4573b53-31ec-4177-9e62-6563a96e8503","name":"Asset Crypto Actions","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/assets/crypto-actions?limit=5&lukkaCryptoActionCode=HFORK","host":["{{ref_data}}"],"path":["v2","lukka","assets","crypto-actions"],"query":[{"key":"limit","value":"5","description":"Max data set size to show. Max value is 1000 and defaults to 100."},{"key":"offset","value":"1000","description":"Data set offset. Defaults to 0.","disabled":true},{"key":"announceTime","value":"","description":"Announced time in the following format: YYYY-MM-DDTHH:MM:SSZ","disabled":true},{"key":"effectiveTime","value":"","description":"Effetive time in the following format: YYYY-MM-DDTHH:MM:SSZ","disabled":true},{"key":"isFutureEvent","value":"","description":"Get crypto actions with an effective time set in the future, true/false","disabled":true},{"key":"lukkaCryptoActionCode","value":"HFORK","description":"Get crypto actions matching the lukka crypto action code."},{"key":"lukkaCryptoActionId","value":"","description":"Get crypto actions matching the crypto action Id.","disabled":true},{"key":"lukkaCryptoActionParentId","value":"","description":"Get crypto actions with a parent crypto action that matches this Id.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jun 2022 21:33:08 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"22"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"717c811ffa19c7ea-DFW"}],"cookie":[],"responseTime":null,"body":"{\n    \"limit\": 5,\n    \"offset\": 0,\n    \"data\": [\n        {\n            \"lukkaCryptoActionParentId\": \"c07c6354-47eb-4ce2-9267-fbd724c532c0\",\n            \"lukkaCryptoActionId\": \"a93d3b3f-b3a8-4478-a2f9-fe5cdacc7224\",\n            \"announceTime\": \"2011-10-09T06:14:28Z\",\n            \"effectiveTime\": \"2011-10-07T07:31:00Z\",\n            \"lukkaCryptoActionCode\": \"HFORK\",\n            \"lukkaCryptoActionName\": \"Hard Fork\",\n            \"eventName\": null,\n            \"eventDescription\": \"Litecoin (LTC) Hard Fork from Bitcoin (BTC)\",\n            \"eventUrl\": \"https://bitcointalk.org/index.php?topic=47417.0\",\n            \"announceUrl\": null,\n            \"recordNote\": \"Litecoin will come with 150 premined coins: just the genesis block and the first 2 blocks to confirm the genesis is valid.  We believe a coin needs to be released in a fair manner.  Having one person (or a group) control a large amount of coins that can be used as they see fit is against the decentralized vision of Bitcoin.  Yes, it is true that without a stash of premined coins, we will not be able to afford to pay for bounties, but we believe people will see the virtue of this coin, invest in it as early adopters, and will be willing to spend time creating services to make this coin better.\",\n            \"isFutureEvent\": false\n        },\n        {\n            \"lukkaCryptoActionParentId\": \"2c4aa1ad-82d6-46a8-b143-d8fd024dea63\",\n            \"lukkaCryptoActionId\": \"000a15f4-1ef0-4f0c-8245-0e28d71547d5\",\n            \"announceTime\": \"2014-02-28T00:00:00Z\",\n            \"effectiveTime\": \"2014-02-28T22:52:17Z\",\n            \"lukkaCryptoActionCode\": \"HFORK\",\n            \"lukkaCryptoActionName\": \"Hard Fork\",\n            \"eventName\": null,\n            \"eventDescription\": \"DigiByte (DBG) Hard Fork v2\",\n            \"eventUrl\": null,\n            \"announceUrl\": \"https://github.com/digibyte/digibyte/blob/master/README.md\",\n            \"recordNote\": \"DigiShield Hardfork: Block 67,200, Feb. 28th, 2014\",\n            \"isFutureEvent\": false\n        },\n        {\n            \"lukkaCryptoActionParentId\": \"a985648f-263d-4f85-abdd-0eeb71260cc6\",\n            \"lukkaCryptoActionId\": \"e5a40304-6269-4704-9acf-3779f888c0f8\",\n            \"announceTime\": \"2014-09-01T00:00:00Z\",\n            \"effectiveTime\": \"2014-09-01T18:32:42Z\",\n            \"lukkaCryptoActionCode\": \"HFORK\",\n            \"lukkaCryptoActionName\": \"Hard Fork\",\n            \"eventName\": null,\n            \"eventDescription\": \"DigiByte (DBG) Hard Fork v3\",\n            \"eventUrl\": null,\n            \"announceUrl\": \"https://github.com/digibyte/digibyte/blob/master/README.md\",\n            \"recordNote\": \"MultiAlgo Hardfork: Block 145k, Sep. 1st 2014\",\n            \"isFutureEvent\": false\n        },\n        {\n            \"lukkaCryptoActionParentId\": \"16d01e2c-2efa-4a9a-bcd3-e8406c037a36\",\n            \"lukkaCryptoActionId\": \"db9665e2-c9bf-4fd1-9c65-3cabc4f74abd\",\n            \"announceTime\": \"2014-12-10T00:00:00Z\",\n            \"effectiveTime\": \"2014-12-10T16:51:45Z\",\n            \"lukkaCryptoActionCode\": \"HFORK\",\n            \"lukkaCryptoActionName\": \"Hard Fork\",\n            \"eventName\": null,\n            \"eventDescription\": \"DigiByte (DGB) Hard Fork v4\",\n            \"eventUrl\": null,\n            \"announceUrl\": \"https://github.com/digibyte/digibyte/blob/master/README.md\",\n            \"recordNote\": \"MultiShield Hardfork: Block 400k, Dec. 10th 2014\",\n            \"isFutureEvent\": false\n        },\n        {\n            \"lukkaCryptoActionParentId\": \"4029ac4c-ad27-49e5-a29b-28698bbb7ca4\",\n            \"lukkaCryptoActionId\": \"84750cd2-4881-4620-95b4-19512ff0abd8\",\n            \"announceTime\": null,\n            \"effectiveTime\": \"2015-03-15T00:00:00Z\",\n            \"lukkaCryptoActionCode\": \"HFORK\",\n            \"lukkaCryptoActionName\": \"Hard Fork\",\n            \"eventName\": null,\n            \"eventDescription\": \"X-Coin Hard Fork Mainnet Update\",\n            \"eventUrl\": \"http://x-coin.info/\",\n            \"announceUrl\": null,\n            \"recordNote\": \"Changed to POS on March 15th, 2015 at block 30001\",\n            \"isFutureEvent\": false\n        }\n    ],\n    \"size\": 5,\n    \"links\": {\n        \"base\": \"/v2/lukka/assets/crypto-actions\",\n        \"next\": \"/v2/lukka/assets/crypto-actions?lukkaCryptoActionCode=HFORK&limit=5&offset=5\",\n        \"prev\": null\n    }\n}"}],"_postman_id":"bc6a791a-dfc9-4433-b718-4f38f9ce6649"},{"name":"Asset Crypto Actions","id":"9d5a7008-e95f-47fc-8405-e59174b14c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/assets/LA6EV2NKQ95/crypto-actions?domain=assets","description":"<p>Provides crypto action information for a given Lukka ID from the Lukka Crypto Actions (\"LCA\") data product</p>\n<p>Lukka Crypto Actions is a detailed and comprehensive treatment methodology currently consisting of over 25 Crypto Action Event Types with the purpose of providing firms with data around changes to asset structure and asset characteristics within the digital asset landscape, including structured metadata pertaining to what attributes have changed with an asset, on what date, and as a result of what event.</p>\n<p>Market events that have material impact on digital assets or are determined by Lukka to be significant in nature are eligible for induction into the asset’s crypto action history repository. Generally speaking, material impacts revolve around events that affect either an asset’s protocol structure, characteristics, or reporting in the marketplace. The LCA event types are described in detail in the Structure and Definitions section of this document.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","assets","LA6EV2NKQ95","crypto-actions"],"host":["{{ref_data}}"],"query":[{"disabled":true,"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"500"},{"disabled":true,"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"100"},{"description":{"content":"<p>Required Parameter specifying the domain of the crypto action type, as it relates to the broader Lukka Dataset. Can include \"assets\", \"derivatives\", \"assetMappings\", or \"pairMappings\"</p>\n","type":"text/plain"},"key":"domain","value":"assets"}],"variable":[]}},"response":[{"id":"755eb7ff-2e3e-4e66-86e8-4f57e5605ef3","name":"Asset Crypto Actions","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/assets/LA2EYFUQT32/crypto-actions?limit=500&domain=assets","host":["{{ref_data}}"],"path":["v2","lukka","assets","LA2EYFUQT32","crypto-actions"],"query":[{"key":"limit","value":"500"},{"key":"offset","value":"100","description":"Data set offset. Defaults to 0.","disabled":true},{"key":"domain","value":"assets"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Apr 2023 13:08:02 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"341"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7bce9299ae352917-DEN"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": 0,\n    \"limit\": 500,\n    \"size\": 2,\n    \"links\": {\n        \"base\": \"/v2/lukka/assets/LA2EYFUQT32/crypto-actions\",\n        \"next\": null,\n        \"prev\": null\n    },\n    \"data\": [\n        {\n            \"assetLid\": \"LA2EYFUQT32\",\n            \"currentWhitepaperCode\": \"AAVE\",\n            \"currentName\": \"Aave Token\",\n            \"lukkaCryptoActionParentId\": \"e2fbbc5e-b8b7-468f-a67d-7270cdbfe83b\",\n            \"lukkaCryptoActionId\": \"a5fa7ef9-849a-48ab-a1a5-817db43dea73\",\n            \"announceTime\": \"2020-12-03T21:20:00Z\",\n            \"effectiveTime\": \"2020-09-24T18:06:28Z\",\n            \"lukkaCryptoActionCode\": \"ASLH\",\n            \"lukkaCryptoActionName\": \"Asset Launch\",\n            \"eventName\": null,\n            \"eventDescription\": \"Aave Token (AAVE) Asset Launch\",\n            \"eventUrl\": \"https://etherscan.io/tx/0xfd5f0c65fdea26d0b94362532554d4c6cb4935b198d75e1cc07c7df4bfd8d1ad\",\n            \"announceUrl\": \"https://twitter.com/AaveAave/status/1334608524672962561\",\n            \"recordNote\": \"Aave V2 completed formal verification by  @CertoraInc , as well\",\n            \"isFutureEvent\": false\n        },\n        {\n            \"assetLid\": \"LA2EYFUQT32\",\n            \"currentWhitepaperCode\": \"AAVE\",\n            \"currentName\": \"Aave Token\",\n            \"lukkaCryptoActionParentId\": \"6e8903f5-2b13-4342-b174-b229df9fd906\",\n            \"lukkaCryptoActionId\": \"493557a2-5260-4d9f-a22e-37c0af0202ba\",\n            \"announceTime\": null,\n            \"effectiveTime\": \"2020-07-22T00:00:00Z\",\n            \"lukkaCryptoActionCode\": \"CADTR\",\n            \"lukkaCryptoActionName\": \"Change of Auditor\",\n            \"eventName\": null,\n            \"eventDescription\": \"Aave Token (AAVE) Change in Auditor\",\n            \"eventUrl\": \"https://www.certik.com/projects/aave\",\n            \"announceUrl\": null,\n            \"recordNote\": \"Aave Token (AAVE) has been onboarded for Certik auditing.\",\n            \"isFutureEvent\": false\n        }\n    ]\n}"}],"_postman_id":"9d5a7008-e95f-47fc-8405-e59174b14c02"}],"id":"670a0948-490e-450f-a1de-d4763f3c9c89","_postman_id":"670a0948-490e-450f-a1de-d4763f3c9c89","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}}},{"name":"Virtual Asset Serivce Providers","item":[{"name":"Okta JWT Authorization - Ref Data Copy","id":"fccde978-388b-4401-b545-b9d927ac8c15","protocolProfileBehavior":{"disableUrlEncoding":false,"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>Okta's grant type</p>\n","type":"text"},{"key":"scope","value":"ref-data","description":"<p>Scope provided to client</p>\n","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token","urlObject":{"protocol":"https","path":["oauth2","aus1imo2g7ugEl49C0h8","v1","token"],"host":["sso","lukka","tech"],"query":[],"variable":[]}},"response":[{"id":"082ece82-6e84-4ad6-b0ba-d3e1726c34e2","name":"Okta JWT Authorization - Ref Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Cache-Control","value":"no-cache"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"Okta's grant type","type":"text"},{"key":"scope","value":"ref-data","description":"Scope provided to client","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 18:02:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-okta-request-id","value":"Xy2XM5@gsl0ckF5Gdk8GTAAACWw"},{"key":"x-xss-protection","value":"1; mode=block; report=https://okta.report-uri.com/r/d/xss/enforce"},{"key":"p3p","value":"CP=\"HONK\""},{"key":"x-content-type-options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=315360000; includeSubDomains"},{"key":"set-cookie","value":"sid=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"046bafb8100000e718271d3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5bf2e8a01bd9e718-EWR"}],"cookie":[],"responseTime":null,"body":"{\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 3600,\n  \"access_token\": \"**REDACTED**\",\n  \"scope\": \"ref-data\"\n}"}],"_postman_id":"fccde978-388b-4401-b545-b9d927ac8c15"},{"name":"All VASPs","id":"579d485a-a8d1-4da1-a4c8-593745e22a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/vasps?expandDetails&limit","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","vasps"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>User specified expansion criteria that which provides additional data for All VASPs. User can expand on multiple objects in a comma separated list. Options include: [ALL] [vaspDetails] [locationDetails] [complianceDetails] [dataDetails] [dateDetails] [financialServicesDetails] [mediaDetails] [participantDetails] [regulationDetails] [reserveDetails] [statusDetails] [successorDetails] [supportedBlockchainDetails] [supportedJurisdictionDetails] [technologyDetails] [tradingDetails]</p>\n","type":"text/plain"},"key":"expandDetails","value":null},{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":null}],"variable":[]}},"response":[],"_postman_id":"579d485a-a8d1-4da1-a4c8-593745e22a2a"},{"name":"A VASP and Its Details","id":"cf557a19-6a70-4126-9144-2c14b59d616e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/vasps","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","vasps"],"host":["{{ref_data}}"],"query":[{"disabled":true,"description":{"content":"<p>the VASP identifier</p>\n","type":"text/plain"},"key":"vasp_id","value":null},{"disabled":true,"description":{"content":"<p>comma separated listed of VASP LIDs</p>\n","type":"text/plain"},"key":"vaspLids","value":null},{"disabled":true,"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":null},{"disabled":true,"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":null},{"disabled":true,"description":{"content":"<p>User specified expansion criteria that which provides additional data for All assets. User can expand on multiple objects in a comma separated fashion. Options include: </p>\n","type":"text/plain"},"key":"expandDetails","value":null}],"variable":[]}},"response":[],"_postman_id":"cf557a19-6a70-4126-9144-2c14b59d616e"}],"id":"0e146d04-effc-4ea7-8c44-612eded2aaf4","_postman_id":"0e146d04-effc-4ea7-8c44-612eded2aaf4","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}}},{"name":"Prediction Markets","item":[{"name":"All Prediction Markets","id":"e0e89076-183f-4ebe-a44b-79d1c09e1beb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/prediction-markets?status=Open","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","prediction-markets"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>optional filter to show Open or Closed markets</p>\n","type":"text/plain"},"key":"status","value":"Open"},{"disabled":true,"key":"limit","value":"10000"}],"variable":[]}},"response":[],"_postman_id":"e0e89076-183f-4ebe-a44b-79d1c09e1beb"},{"name":"A Prediction Market and its Details","id":"3186973e-8e27-4517-a746-aba0dcceb2a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/prediction-markets/2026-ncaa-tournament-winner.POLYMARK","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","prediction-markets","2026-ncaa-tournament-winner.POLYMARK"],"host":["{{ref_data}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3186973e-8e27-4517-a746-aba0dcceb2a6"}],"id":"f7032ca3-deb6-42fd-a119-99d48c1babfc","_postman_id":"f7032ca3-deb6-42fd-a119-99d48c1babfc","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}}},{"name":"LDACS","id":"f59b602e-7b23-4766-9eaf-2642b096f449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/sectors?assetLid=LA6PY42YA30&limit=1000&offset=0","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","sectors"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>Asset LID of the asset you wish to see.</p>\n","type":"text/plain"},"key":"assetLid","value":"LA6PY42YA30"},{"disabled":true,"description":{"content":"<p>Boolean field to specify whether a given sector classifciation is the primary sector within an array of multiple sector classifications </p>\n","type":"text/plain"},"key":"isPrimaryClassification","value":"true"},{"disabled":true,"description":{"content":"<p>All assets with a sector classficiation that falls within the given category code (tier 1) for the LDACS hierarchy </p>\n","type":"text/plain"},"key":"lukkaCategoryCode","value":"30"},{"disabled":true,"description":{"content":"<p>All assets with a sector classficiation that falls within the given Super Sector code (tier 2) for the LDACS hierarchy </p>\n","type":"text/plain"},"key":"lukkaSuperSectorCode","value":"3010"},{"disabled":true,"description":{"content":"<p>All assets with a sector classficiation that falls within the given Macro sector code (tier 3) for the LDACS hierarchy </p>\n","type":"text/plain"},"key":"lukkaMacroSectorCode","value":"301010"},{"disabled":true,"description":{"content":"<p>All assets with a sector classficiation that falls within the given Midsector code (tier 4) for the LDACS hierarchy </p>\n","type":"text/plain"},"key":"lukkaMidSectorCode","value":"30101010"},{"disabled":true,"description":{"content":"<p>All assets with a sector classficiation that falls within the given Midsector code (tier 5) for the LDACS hierarchy </p>\n","type":"text/plain"},"key":"lukkaSubSectorCode","value":"1030403005"},{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"1000"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"04f49e79-29cc-4f47-8bb0-1592c0ff4ae1","name":"LDACS","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/sectors?limit=1000&offset=0&assetLid=LA1S39UVDK1","host":["{{ref_data}}"],"path":["v2","lukka","sectors"],"query":[{"key":"isPrimaryClassification","value":"true","description":"Boolean field to specify whether a given sector classifciation is the primary sector within an array of multiple sector classifications ","type":"text","disabled":true},{"key":"lukkaCategoryCode","value":"30","description":"All assets with a sector classficiation that falls within the given category code (tier 1) for the LDACS hierarchy ","type":"text","disabled":true},{"key":"lukkaSuperSectorCode","value":"3010","description":"All assets with a sector classficiation that falls within the given Super Sector code (tier 2) for the LDACS hierarchy ","type":"text","disabled":true},{"key":"lukkaMacroSectorCode","value":"301010","description":"All assets with a sector classficiation that falls within the given Macro sector code (tier 3) for the LDACS hierarchy ","type":"text","disabled":true},{"key":"lukkaMidSectorCode","value":"30101010","description":"All assets with a sector classficiation that falls within the given Midsector code (tier 4) for the LDACS hierarchy ","type":"text","disabled":true},{"key":"lukkaSubSectorCode","value":"1030403005","description":"All assets with a sector classficiation that falls within the given Midsector code (tier 5) for the LDACS hierarchy ","type":"text","disabled":true},{"key":"limit","value":"1000","description":"Max data set size to show. Max value is 1000 and defaults to 100."},{"key":"offset","value":"0","description":"Data set offset. Defaults to 0."},{"key":"assetLid","value":"LA1S39UVDK1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 03:59:40 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"87"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"79174bd689461f98-DEN"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": 0,\n    \"limit\": 1000,\n    \"size\": 1,\n    \"links\": {\n        \"base\": \"/v2/lukka/sectors\",\n        \"next\": null,\n        \"prev\": null\n    },\n    \"data\": [\n        {\n            \"assetLid\": \"LA1S39UVDK1\",\n            \"whitepaperCode\": \"USDC\",\n            \"assetName\": \"USD Coin (Ethereum)\",\n            \"isPrimaryClassification\": true,\n            \"lukkaCategoryCode\": 10,\n            \"lukkaCategory\": \"Fungibles\",\n            \"lukkaSuperSectorCode\": 1020,\n            \"lukkaSuperSector\": \"Payment\",\n            \"lukkaMacroSectorCode\": 102020,\n            \"lukkaMacroSector\": \"Stablecoin\",\n            \"lukkaMidSectorCode\": 10202020,\n            \"lukkaMidSector\": \"Collateralized\",\n            \"lukkaSubSectorCode\": 1020202015,\n            \"lukkaSubSector\": \"Fiat-Backed\",\n            \"cryptoActionBeginId\": \"837f3694-cae5-4317-9d3a-4c6caec6ae8a\",\n            \"cryptoActionEndId\": null,\n            \"startTs\": \"2018-09-10T06:26:41Z\",\n            \"endTs\": null,\n            \"recordStatus\": \"Active\"\n        }\n    ]\n}"}],"_postman_id":"f59b602e-7b23-4766-9eaf-2642b096f449"},{"name":"An Enum","id":"a63f8e07-787c-478e-8d20-796c2b88a9fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/enums/lukkaCryptoActionCode","description":"<p>The ENUM (enumerated code) endpoint provides a list of ENUM codes that will be used throughout the reference data product family and suite of reference data APIs. This endpoint is meant to help customers decipher the different codes and static values available as well as the primary endpoint where those codes may be used</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>ENUM Variable for URL</strong></th>\n<th><strong>Applicable Endpoints</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>classificationCode</td>\n<td>All Derivatives  <br />A Derivative and its Details</td>\n</tr>\n<tr>\n<td>lukkaCryptoActionCode</td>\n<td>Crypto Actions</td>\n</tr>\n<tr>\n<td>assetTypeCode</td>\n<td>All Assets  <br />A Lukka Asset and Its Details</td>\n</tr>\n<tr>\n<td>hashAlgorithmCode</td>\n<td>All Assets  <br />A Lukka Asset and Its Details</td>\n</tr>\n<tr>\n<td>consensusClassificationCode</td>\n<td>All Assets  <br />A Lukka Asset and Its Details</td>\n</tr>\n<tr>\n<td>emissionClassificationCode</td>\n<td>All Assets  <br />A Lukka Asset and Its Details</td>\n</tr>\n<tr>\n<td>emissionTypeCode</td>\n<td>All Assets  <br />A Lukka Asset and Its Details</td>\n</tr>\n<tr>\n<td>lukkaBlockchainId</td>\n<td>All Assets  <br />A Lukka Asset and Its Details</td>\n</tr>\n<tr>\n<td>tokenStandardCode</td>\n<td>All Assets  <br />A Lukka Asset and Its Details</td>\n</tr>\n<tr>\n<td>participantTypeCode</td>\n<td>All Assets  <br />A Lukka Asset and Its Details</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","enums","lukkaCryptoActionCode"],"host":["{{ref_data}}"],"query":[],"variable":[]}},"response":[{"id":"c2e9f41d-7c38-407f-9ca0-1543ad633e51","name":"Crypto Action Code","originalRequest":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/enums/lukkaCryptoActionCode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Jun 2022 16:34:15 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"13"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"71ac3b90db330a3a-MIA"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"enumCode\": \"BLKMIG\",\n        \"description\": \"Blockchain Migration\"\n    },\n    {\n        \"enumCode\": \"LORE\",\n        \"description\": \"Legal or Regulatory Event\"\n    },\n    {\n        \"enumCode\": \"HFORK\",\n        \"description\": \"Hard Fork\"\n    },\n    {\n        \"enumCode\": \"SFORK\",\n        \"description\": \"Soft Fork\"\n    },\n    {\n        \"enumCode\": \"REDNOM\",\n        \"description\": \"Redenomination\"\n    },\n    {\n        \"enumCode\": \"EMISN\",\n        \"description\": \"Emission\"\n    },\n    {\n        \"enumCode\": \"BRN\",\n        \"description\": \"Burn\"\n    },\n    {\n        \"enumCode\": \"ABNDN\",\n        \"description\": \"Abandoned\"\n    },\n    {\n        \"enumCode\": \"NAMG\",\n        \"description\": \"Rebrand\"\n    },\n    {\n        \"enumCode\": \"VTFK\",\n        \"description\": \"Velvet Fork\"\n    },\n    {\n        \"enumCode\": \"ASLH\",\n        \"description\": \"Asset Launch\"\n    },\n    {\n        \"enumCode\": \"NWKAD\",\n        \"description\": \"Network Airdrop\"\n    },\n    {\n        \"enumCode\": \"EXPD\",\n        \"description\": \"Expired\"\n    },\n    {\n        \"enumCode\": \"SINDT\",\n        \"description\": \"Security Incident\"\n    },\n    {\n        \"enumCode\": \"CADTR\",\n        \"description\": \"Change of Auditor\"\n    },\n    {\n        \"enumCode\": \"CRTE\",\n        \"description\": \"Created in Error\"\n    },\n    {\n        \"enumCode\": \"SSPOON\",\n        \"description\": \"Soft Spoon\"\n    },\n    {\n        \"enumCode\": \"HSPOON\",\n        \"description\": \"Hard Spoon\"\n    },\n    {\n        \"enumCode\": \"CSDYSRT\",\n        \"description\": \"Custody Support Initiated\"\n    },\n    {\n        \"enumCode\": \"CSDYEND\",\n        \"description\": \"Custody Support Terminated\"\n    },\n    {\n        \"enumCode\": \"TLIST\",\n        \"description\": \"Trade Listing\"\n    },\n    {\n        \"enumCode\": \"TFDLIST\",\n        \"description\": \"Transfer Delisting\"\n    },\n    {\n        \"enumCode\": \"TFLIST\",\n        \"description\": \"Transfer Listing\"\n    },\n    {\n        \"enumCode\": \"CTMIG\",\n        \"description\": \"Contract Migration\"\n    },\n    {\n        \"enumCode\": \"TDLIST\",\n        \"description\": \"Trade Delisting\"\n    },\n    {\n        \"enumCode\": \"RCLM\",\n        \"description\": \"Reclaimed\"\n    },\n    {\n        \"enumCode\": \"CCLTRL\",\n        \"description\": \"Change in Collateral\"\n    },\n    {\n        \"enumCode\": \"NA\",\n        \"description\": \"Not Applicable\"\n    },\n    {\n        \"enumCode\": \"EPE\",\n        \"description\": \"Event Period End\"\n    },\n    {\n        \"enumCode\": \"SUCCN\",\n        \"description\": \"Succession Event\"\n    },\n    {\n        \"enumCode\": \"ENCC\",\n        \"description\": \"Exchange Naming Convention Change\"\n    }\n]"}],"_postman_id":"a63f8e07-787c-478e-8d20-796c2b88a9fa"},{"name":"Asset Coverage","id":"efa50e12-ec08-4180-9ff1-b22e9efec736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/stats/assets/coverage?lukkaAssetIds=LA6EV2NKQ95","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06","id":"4a66fd39-7b89-4d80-a01e-589e39802b06","name":"Reference Data","type":"folder"}},"urlObject":{"path":["v2","lukka","stats","assets","coverage"],"host":["{{ref_data}}"],"query":[{"disabled":true,"description":{"content":"<p>Asset Coverage Stats as of the given timestamp</p>\n","type":"text/plain"},"key":"asOf","value":"2025-01-01T00:00:00Z"},{"description":{"content":"<p>Comma-delimited list of Lukka Asset IDs to filter for</p>\n","type":"text/plain"},"key":"lukkaAssetIds","value":"LA6EV2NKQ95"}],"variable":[]}},"response":[],"_postman_id":"efa50e12-ec08-4180-9ff1-b22e9efec736"}],"id":"4a66fd39-7b89-4d80-a01e-589e39802b06","description":"<p><strong>Lukka Reference Data Overview</strong></p>\n<p>Lukka Reference Data is the golden copy of crypto asset reference data. It normalizes and maps thousands of crypto assets from hundreds of sources (entities).</p>\n<p>Lukka Reference Data provides comprehensive data for crypto assets, ranging from underlying blockchains and contract addresses to entity-specific tickers, asset names, and asset codes.</p>\n<p>Included in the entity-specific details is trade and transfer-level metadata such as price precision, trade and withdrawal fees, and minimum tick size. Lukka Reference Data also provides cross-reference data for assets and asset pairs for cross-entity mapping.</p>\n<p><strong>For support questions or feedback, please contact your Lukka representative.</strong></p>\n<p>There are multiple types of data available via the API that can be pulled. Below are descriptions of the endpoints and data types. Notice that each endpoint uses the <strong>GET</strong> command to send a request to the API.</p>\n<p>The base endpoint that is used to access all data is <a href=\"https://data-refdata-api.lukka.tech/v2\">https://data-refdata-api.lukka.tech/v2</a> and is included in all API calls.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"48a0bbc2-b0c0-48d2-ab6e-489f424d7705"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0a2c4984-3946-46ed-9e90-d242be4c625e"}}],"_postman_id":"4a66fd39-7b89-4d80-a01e-589e39802b06"},{"name":"Analytics","item":[{"name":"Valuations","item":[{"name":"Run Calculation","id":"2f4963d2-43fc-450b-910f-da19ceb6a5a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"calculation\": \"\",\n   \"data\":\n   {\n   \n    },\n   \"params\":\n   {\n       \"startTs\": \"2025-01-29T14:50Z\", \n        \"endTs\": \"2025-01-29T15:40Z\",\n       \"clientId\" : \"clientId\",\n       \"parentId\" : \"clientId\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{data_calculation}}/datacalculation","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","id":"aa2a699e-591d-4a51-a549-c61af4162640","name":"Analytics","type":"folder"}},"urlObject":{"path":["datacalculation"],"host":["{{data_calculation}}"],"query":[],"variable":[]}},"response":[{"id":"d42bf08a-2442-4409-9453-f664f4603e7d","name":"Options Valuation Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"calculation\": \"options-valuation\",\n\t\"data\": \n    [\n        {\"exchange\" : \"XXXX\", \"pair_code\":\"XBT-USD\",\"calculation_id\": 1,\"end_time\":\"\",\"tenor\":\"10M\", \"moneyness_value\" : 268, \"moneyness_type\" : \"relative\", \"option_type\" : \"C\"},\n        {\"exchange\" : \"XXXX\", \"pair_code\":\"ETH-USD\",\"calculation_id\": 2,\"end_time\":\"\",\"tenor\":\"1Y\",\"moneyness_value\" : 251, \"moneyness_type\" : \"absolute\", \"option_type\" : \"C\"},\n        {\"exchange\" : \"XXXX\", \"pair_code\":\"XBT-CAD\",\"calculation_id\": 3, \"end_time\":\"\",\"tenor\":\"10M\",\"moneyness_value\" : 0.5, \"moneyness_type\" : \"delta\", \"option_type\" : \"C\"}\n    ],\n\t\"params\":\n    {\n\t\t\"asOfTime\" : \"2022-10-30 12:00:00.000-0400\",\n        \"clientId\" : \"clientId\",\n        \"parentId\" : \"clientId\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{data_calculation}}/datacalculation"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a608b870-41e0-4cfb-8da4-0c1d213a8300","name":"Futures Valuation Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"calculation\": \"future-valuation\",\n    \"data\": [\n        {\"calculation_id\": 1,\"pair_code\":\"XBT-USD\",\"end_time\":\"\",\"tenor\":\"10M\",\"interest_rate\":\"0\"},\n        {\"calculation_id\": 2,\"pair_code\":\"ETH-USD\",\"end_time\":\"\",\"tenor\":\"1Y\",\"interest_rate\":\"0\"},\n        {\"calculation_id\": 3,\"pair_code\":\"XBT-CAD\",\"end_time\":\"\",\"tenor\":\"10M\",\"interest_rate\":\"0\"}\n    ],\n    \"params\": {\n        \"asOfTime\" : \"2022-10-30 12:00:00.000-0400\",\n        \"clientId\" : \"clientId\",\n        \"parentId\" : \"clientId\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{data_calculation}}/datacalculation"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f4963d2-43fc-450b-910f-da19ceb6a5a2"},{"name":"Get Status","id":"311ce95a-e6dc-418f-be47-49504a80ea46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{data_calculation}}/datacalculation/status","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","id":"aa2a699e-591d-4a51-a549-c61af4162640","name":"Analytics","type":"folder"}},"urlObject":{"path":["datacalculation","status"],"host":["{{data_calculation}}"],"query":[{"disabled":true,"description":{"content":"<p>Job Id of calculation run</p>\n","type":"text/plain"},"key":"jobId","value":null},{"disabled":true,"description":{"content":"<p>Client Id used when submitting the calculation run</p>\n","type":"text/plain"},"key":"clientId","value":null}],"variable":[]}},"response":[],"_postman_id":"311ce95a-e6dc-418f-be47-49504a80ea46"},{"name":"Get Results","id":"371c9be4-f506-4601-95f8-a989d2a75a51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{data_calculation}}/datacalculation","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","id":"aa2a699e-591d-4a51-a549-c61af4162640","name":"Analytics","type":"folder"}},"urlObject":{"path":["datacalculation"],"host":["{{data_calculation}}"],"query":[{"disabled":true,"description":{"content":"<p>Job Id of calculation run</p>\n","type":"text/plain"},"key":"jobId","value":null},{"disabled":true,"description":{"content":"<p>Client Id used when submitting the calculation run</p>\n","type":"text/plain"},"key":"clientId","value":null}],"variable":[]}},"response":[],"_postman_id":"371c9be4-f506-4601-95f8-a989d2a75a51"}],"id":"7992d2ed-ab00-4fb2-8b2b-9b7968b5fc3d","description":"<p>The Valuation Service at Lukka provides bespoke pricing solutions for digital asset derivatives</p>\n","_postman_id":"7992d2ed-ab00-4fb2-8b2b-9b7968b5fc3d","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","id":"aa2a699e-591d-4a51-a549-c61af4162640","name":"Analytics","type":"folder"}}},{"name":"Derived Data","item":[{"name":"Okta JWT Authorization - Derived Data","id":"b3f08830-052e-4451-8733-f0a20fbc8a72","protocolProfileBehavior":{"disableUrlEncoding":false,"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>Okta's grant type</p>\n","type":"text"},{"key":"scope","value":"ref-data","description":"<p>Scope provided to client</p>\n","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token","urlObject":{"protocol":"https","path":["oauth2","aus1imo2g7ugEl49C0h8","v1","token"],"host":["sso","lukka","tech"],"query":[],"variable":[]}},"response":[{"id":"4587a960-624d-4906-8a4b-46993e104c5a","name":"Okta JWT Authorization - Ref Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Cache-Control","value":"no-cache"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"Okta's grant type","type":"text"},{"key":"scope","value":"ref-data","description":"Scope provided to client","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 18:02:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-okta-request-id","value":"Xy2XM5@gsl0ckF5Gdk8GTAAACWw"},{"key":"x-xss-protection","value":"1; mode=block; report=https://okta.report-uri.com/r/d/xss/enforce"},{"key":"p3p","value":"CP=\"HONK\""},{"key":"x-content-type-options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=315360000; includeSubDomains"},{"key":"set-cookie","value":"sid=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"046bafb8100000e718271d3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5bf2e8a01bd9e718-EWR"}],"cookie":[],"responseTime":null,"body":"{\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 3600,\n  \"access_token\": \"**REDACTED**\",\n  \"scope\": \"ref-data\"\n}"}],"_postman_id":"b3f08830-052e-4451-8733-f0a20fbc8a72"},{"name":"LCAS","id":"f9de9451-d165-457b-82c2-14eb9dedb1f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/core-asset-score?scoringDetails=DETAILED&assetLid=LA07HZNJ663&fromDate=2024-10-01T00:00:00Z&toDate=2024-10-01T00:00:00Z","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","id":"aa2a699e-591d-4a51-a549-c61af4162640","name":"Analytics","type":"folder"}},"urlObject":{"path":["v2","lukka","core-asset-score"],"host":["{{ref_data}}"],"query":[{"disabled":true,"key":"limit","value":"100"},{"disabled":true,"key":"offset","value":"1800"},{"description":{"content":"<p>Optional parameter.  DETAILED will return full breakdown of score, leaving this field blank will return top level scores</p>\n","type":"text/plain"},"key":"scoringDetails","value":"DETAILED"},{"description":{"content":"<p>Lukka Asset ID</p>\n","type":"text/plain"},"key":"assetLid","value":"LA07HZNJ663"},{"description":{"content":"<p>From date in UTC format</p>\n","type":"text/plain"},"key":"fromDate","value":"2024-10-01T00:00:00Z"},{"description":{"content":"<p>To date in UTC format</p>\n","type":"text/plain"},"key":"toDate","value":"2024-10-01T00:00:00Z"},{"disabled":true,"key":"modelVersion","value":"1"}],"variable":[]}},"response":[{"id":"f59a8cd5-dd81-4e8c-bd8f-e15ae5cc6213","name":"LCAS Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v2/lukka/core-asset-score?scoringDetails=DETAILED&assetLid=LA07HZNJ663&fromDate=2024-10-01T00:00:00Z&toDate=2024-10-01T00:00:00Z","host":["{{ref_data}}"],"path":["v2","lukka","core-asset-score"],"query":[{"key":"limit","value":"100","disabled":true},{"key":"offset","value":"1800","disabled":true},{"key":"scoringDetails","value":"DETAILED"},{"key":"assetLid","value":"LA07HZNJ663"},{"key":"fromDate","value":"2024-10-01T00:00:00Z"},{"key":"toDate","value":"2024-10-01T00:00:00Z"},{"key":"modelVersion","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Oct 2024 23:39:12 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"x-envoy-upstream-service-time","value":"18"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d860b678824c484-EWR"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"lukkaAssetCode\": \"APE2\",\n        \"lukkaAssetId\": \"LA07HZNJ663\",\n        \"modelVersion\": 1,\n        \"scoreDetails\": [\n            {\n                \"scoreBreakdown\": [\n                    {\n                        \"ts\": \"2024-10-01\",\n                        \"name\": \"Category Group Score: Markets & Accessibility\",\n                        \"weightedCategoryResult\": \"34.2875000000\",\n                        \"staticScoreCategoryGroupId\": 19,\n                        \"weightedComponentBreakdown\": [\n                            {\n                                \"ts\": \"2024-10-01\",\n                                \"name\": \"Category Score: Market Performance\",\n                                \"weightedCategoryResult\": \"22.15500000\",\n                                \"weightedCategoryResultMax\": \"30.000000\",\n                                \"weightedCategoryResultMin\": \"0.285000\",\n                                \"weightedCategoryResultPct\": \"73.850000\",\n                                \"staticScoreCategoryGroupId\": 19,\n                                \"weightedComponentBreakdown\": [\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Price Volatility\",\n                                        \"componentValue\": \"100.00\",\n                                        \"weightedResult\": \"5.000000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"0.00\",\n                                        \"componentValuePct\": \"100.00\",\n                                        \"weightedResultMax\": \"5.0000\",\n                                        \"weightedResultMin\": \"0.0000\",\n                                        \"weightedResultPct\": \"100.0000\",\n                                        \"staticScoreCategoryId\": 39,\n                                        \"criterionUnderlyingValue\": \"0.9061278122297758\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Market Capitalization\",\n                                        \"componentValue\": \"73.00\",\n                                        \"weightedResult\": \"51.100000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"1.00\",\n                                        \"componentValuePct\": \"73.00\",\n                                        \"weightedResultMax\": \"70.0000\",\n                                        \"weightedResultMin\": \"0.7000\",\n                                        \"weightedResultPct\": \"73.0000\",\n                                        \"staticScoreCategoryId\": 39,\n                                        \"criterionUnderlyingValue\": \"564003124.696\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Trade Volume\",\n                                        \"componentValue\": \"71.00\",\n                                        \"weightedResult\": \"17.750000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"1.00\",\n                                        \"componentValuePct\": \"71.00\",\n                                        \"weightedResultMax\": \"25.0000\",\n                                        \"weightedResultMin\": \"0.2500\",\n                                        \"weightedResultPct\": \"71.0000\",\n                                        \"staticScoreCategoryId\": 39,\n                                        \"criterionUnderlyingValue\": \"21977163.702025015\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"ts\": \"2024-10-01\",\n                                \"name\": \"Category Score: Instrument Facilitation\",\n                                \"weightedCategoryResult\": \"10.82000000\",\n                                \"weightedCategoryResultMax\": \"20.000000\",\n                                \"weightedCategoryResultMin\": \"0.200000\",\n                                \"weightedCategoryResultPct\": \"54.100000\",\n                                \"staticScoreCategoryGroupId\": 19,\n                                \"weightedComponentBreakdown\": [\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Underlying to Asset (General)\",\n                                        \"componentValue\": \"63.00\",\n                                        \"weightedResult\": \"18.900000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"1.00\",\n                                        \"componentValuePct\": \"63.00\",\n                                        \"weightedResultMax\": \"30.0000\",\n                                        \"weightedResultMin\": \"0.3000\",\n                                        \"weightedResultPct\": \"63.0000\",\n                                        \"staticScoreCategoryId\": 31,\n                                        \"criterionUnderlyingValue\": \"14.0\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Underlying to Asset (Index & ETF)\",\n                                        \"componentValue\": \"17.00\",\n                                        \"weightedResult\": \"3.400000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"1.00\",\n                                        \"componentValuePct\": \"17.00\",\n                                        \"weightedResultMax\": \"20.0000\",\n                                        \"weightedResultMin\": \"0.2000\",\n                                        \"weightedResultPct\": \"17.0000\",\n                                        \"staticScoreCategoryId\": 31,\n                                        \"criterionUnderlyingValue\": \"1.0\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Underlying to Asset (Wrapped)\",\n                                        \"componentValue\": \"27.00\",\n                                        \"weightedResult\": \"5.400000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"1.00\",\n                                        \"componentValuePct\": \"27.00\",\n                                        \"weightedResultMax\": \"20.0000\",\n                                        \"weightedResultMin\": \"0.2000\",\n                                        \"weightedResultPct\": \"27.0000\",\n                                        \"staticScoreCategoryId\": 31,\n                                        \"criterionUnderlyingValue\": \"1.0\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Underlying to Derivative\",\n                                        \"componentValue\": \"88.00\",\n                                        \"weightedResult\": \"26.400000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"1.00\",\n                                        \"componentValuePct\": \"88.00\",\n                                        \"weightedResultMax\": \"30.0000\",\n                                        \"weightedResultMin\": \"0.3000\",\n                                        \"weightedResultPct\": \"88.0000\",\n                                        \"staticScoreCategoryId\": 31,\n                                        \"criterionUnderlyingValue\": \"50.84048805995047\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"ts\": \"2024-10-01\",\n                                \"name\": \"Category Score: Market Presence\",\n                                \"weightedCategoryResult\": \"27.00000000\",\n                                \"weightedCategoryResultMax\": \"30.000000\",\n                                \"weightedCategoryResultMin\": \"0.300000\",\n                                \"weightedCategoryResultPct\": \"90.000000\",\n                                \"staticScoreCategoryGroupId\": 19,\n                                \"weightedComponentBreakdown\": [\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Delisting Frequency\",\n                                        \"componentValue\": \"100.00\",\n                                        \"weightedResult\": \"20.000000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"1.00\",\n                                        \"componentValuePct\": \"100.00\",\n                                        \"weightedResultMax\": \"20.0000\",\n                                        \"weightedResultMin\": \"0.2000\",\n                                        \"weightedResultPct\": \"100.0000\",\n                                        \"staticScoreCategoryId\": 38,\n                                        \"criterionUnderlyingValue\": \"10.0\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Venue Accessibility\",\n                                        \"componentValue\": \"88.00\",\n                                        \"weightedResult\": \"35.200000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"1.00\",\n                                        \"componentValuePct\": \"88.00\",\n                                        \"weightedResultMax\": \"40.0000\",\n                                        \"weightedResultMin\": \"0.4000\",\n                                        \"weightedResultPct\": \"88.0000\",\n                                        \"staticScoreCategoryId\": 38,\n                                        \"criterionUnderlyingValue\": \"101.02327761891488\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Market Diversity\",\n                                        \"componentValue\": \"87.00\",\n                                        \"weightedResult\": \"34.800000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"1.00\",\n                                        \"componentValuePct\": \"87.00\",\n                                        \"weightedResultMax\": \"40.0000\",\n                                        \"weightedResultMin\": \"0.4000\",\n                                        \"weightedResultPct\": \"87.0000\",\n                                        \"staticScoreCategoryId\": 38,\n                                        \"criterionUnderlyingValue\": \"72.69546137088885\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"ts\": \"2024-10-01\",\n                                \"name\": \"Category Score: On-Chain Accessibility\",\n                                \"weightedCategoryResult\": \"8.60000000\",\n                                \"weightedCategoryResultMax\": \"20.000000\",\n                                \"weightedCategoryResultMin\": \"0.200000\",\n                                \"weightedCategoryResultPct\": \"43.000000\",\n                                \"staticScoreCategoryGroupId\": 19,\n                                \"weightedComponentBreakdown\": [\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Transaction Activity\",\n                                        \"componentValue\": \"43.00\",\n                                        \"weightedResult\": \"43.000000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"1.00\",\n                                        \"componentValuePct\": \"43.00\",\n                                        \"weightedResultMax\": \"100.0000\",\n                                        \"weightedResultMin\": \"1.0000\",\n                                        \"weightedResultPct\": \"43.0000\",\n                                        \"staticScoreCategoryId\": 32,\n                                        \"criterionUnderlyingValue\": \"16466.0\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"weightedCategoryGrpResultMax\": \"50.00000000\",\n                        \"weightedCategoryGrpResultMin\": \"0.49250000\",\n                        \"weightedCategoryGrpResultPct\": \"68.57500000\"\n                    },\n                    {\n                        \"ts\": \"2024-10-01\",\n                        \"name\": \"Category Group Score: Technology\",\n                        \"weightedCategoryResult\": \"13.8750000000\",\n                        \"staticScoreCategoryGroupId\": 18,\n                        \"weightedComponentBreakdown\": [\n                            {\n                                \"ts\": \"2024-10-01\",\n                                \"name\": \"Category Score: Development Activity\",\n                                \"weightedCategoryResult\": \"25.00000000\",\n                                \"weightedCategoryResultMax\": \"50.000000\",\n                                \"weightedCategoryResultMin\": \"-25.000000\",\n                                \"weightedCategoryResultPct\": \"50.000000\",\n                                \"staticScoreCategoryGroupId\": 18,\n                                \"weightedComponentBreakdown\": [\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Successor History\",\n                                        \"componentValue\": \"0.00\",\n                                        \"weightedResult\": \"0.000000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"0.00\",\n                                        \"componentValuePct\": \"0.00\",\n                                        \"weightedResultMax\": \"50.0000\",\n                                        \"weightedResultMin\": \"0.0000\",\n                                        \"weightedResultPct\": \"0.0000\",\n                                        \"staticScoreCategoryId\": 36,\n                                        \"criterionUnderlyingValue\": \"0\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Outdated Asset Version\",\n                                        \"componentValue\": \"100\",\n                                        \"weightedResult\": \"50.00\",\n                                        \"componentValueMax\": \"100\",\n                                        \"componentValueMin\": \"-100\",\n                                        \"componentValuePct\": \"100\",\n                                        \"weightedResultMax\": \"50.00\",\n                                        \"weightedResultMin\": \"-50.00\",\n                                        \"weightedResultPct\": \"100.00\",\n                                        \"staticScoreCategoryId\": 36,\n                                        \"criterionUnderlyingValue\": \"false\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"ts\": \"2024-10-01\",\n                                \"name\": \"Category Score: Technology Implementation\",\n                                \"weightedCategoryResult\": \"44.37500000\",\n                                \"weightedCategoryResultMax\": \"50.000000\",\n                                \"weightedCategoryResultMin\": \"-12.500000\",\n                                \"weightedCategoryResultPct\": \"88.750000\",\n                                \"staticScoreCategoryGroupId\": 18,\n                                \"weightedComponentBreakdown\": [\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Fault Tolerance\",\n                                        \"componentValue\": \"85.00\",\n                                        \"weightedResult\": \"63.750000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"0.00\",\n                                        \"componentValuePct\": \"85.00\",\n                                        \"weightedResultMax\": \"75.0000\",\n                                        \"weightedResultMin\": \"0.0000\",\n                                        \"weightedResultPct\": \"85.0000\",\n                                        \"staticScoreCategoryId\": 37,\n                                        \"criterionUnderlyingValue\": \"0.4700000000000000000\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Performance Consistency\",\n                                        \"componentValue\": \"100.00\",\n                                        \"weightedResult\": \"25.000000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"-100.00\",\n                                        \"componentValuePct\": \"100.00\",\n                                        \"weightedResultMax\": \"25.0000\",\n                                        \"weightedResultMin\": \"-25.0000\",\n                                        \"weightedResultPct\": \"100.0000\",\n                                        \"staticScoreCategoryId\": 37,\n                                        \"criterionUnderlyingValue\": \"0\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"weightedCategoryGrpResultMax\": \"20.00000000\",\n                        \"weightedCategoryGrpResultMin\": \"-7.50000000\",\n                        \"weightedCategoryGrpResultPct\": \"69.37500000\"\n                    },\n                    {\n                        \"ts\": \"2024-10-01\",\n                        \"name\": \"Category Group Score: Reputation\",\n                        \"weightedCategoryResult\": \"22.8081250000\",\n                        \"staticScoreCategoryGroupId\": 17,\n                        \"weightedComponentBreakdown\": [\n                            {\n                                \"ts\": \"2024-10-01\",\n                                \"name\": \"Category Score: Project Management\",\n                                \"weightedCategoryResult\": \"26.23250000\",\n                                \"weightedCategoryResultMax\": \"35.000000\",\n                                \"weightedCategoryResultMin\": \"-3.500000\",\n                                \"weightedCategoryResultPct\": \"74.950000\",\n                                \"staticScoreCategoryGroupId\": 17,\n                                \"weightedComponentBreakdown\": [\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Has Value Proposition\",\n                                        \"componentValue\": \"100\",\n                                        \"weightedResult\": \"20.00\",\n                                        \"componentValueMax\": \"100\",\n                                        \"componentValueMin\": \"-50\",\n                                        \"componentValuePct\": \"100\",\n                                        \"weightedResultMax\": \"20.00\",\n                                        \"weightedResultMin\": \"-10.00\",\n                                        \"weightedResultPct\": \"100.00\",\n                                        \"staticScoreCategoryId\": 35,\n                                        \"criterionUnderlyingValue\": \"true\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Has Whitepaper\",\n                                        \"componentValue\": \"100\",\n                                        \"weightedResult\": \"50.00\",\n                                        \"componentValueMax\": \"100\",\n                                        \"componentValueMin\": \"0\",\n                                        \"componentValuePct\": \"100\",\n                                        \"weightedResultMax\": \"50.00\",\n                                        \"weightedResultMin\": \"0.00\",\n                                        \"weightedResultPct\": \"100.00\",\n                                        \"staticScoreCategoryId\": 35,\n                                        \"criterionUnderlyingValue\": \"true\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Time Since Audit\",\n                                        \"componentValue\": \"3.00\",\n                                        \"weightedResult\": \"0.450000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"0.00\",\n                                        \"componentValuePct\": \"3.00\",\n                                        \"weightedResultMax\": \"15.0000\",\n                                        \"weightedResultMin\": \"0.0000\",\n                                        \"weightedResultPct\": \"3.0000\",\n                                        \"staticScoreCategoryId\": 35,\n                                        \"criterionUnderlyingValue\": \"11\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: No. of Audits Past Year\",\n                                        \"componentValue\": \"30.00\",\n                                        \"weightedResult\": \"4.500000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"0.00\",\n                                        \"componentValuePct\": \"30.00\",\n                                        \"weightedResultMax\": \"15.0000\",\n                                        \"weightedResultMin\": \"0.0000\",\n                                        \"weightedResultPct\": \"30.0000\",\n                                        \"staticScoreCategoryId\": 35,\n                                        \"criterionUnderlyingValue\": \"1\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"ts\": \"2024-10-01\",\n                                \"name\": \"Category Score: Project Support\",\n                                \"weightedCategoryResult\": \"30.0000\",\n                                \"weightedCategoryResultMax\": \"30.0000\",\n                                \"weightedCategoryResultMin\": \"-15.0000\",\n                                \"weightedCategoryResultPct\": \"100.00\",\n                                \"staticScoreCategoryGroupId\": 17,\n                                \"weightedComponentBreakdown\": [\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Abandonment\",\n                                        \"componentValue\": \"100\",\n                                        \"weightedResult\": \"50.00\",\n                                        \"componentValueMax\": \"100\",\n                                        \"componentValueMin\": \"-100\",\n                                        \"componentValuePct\": \"100\",\n                                        \"weightedResultMax\": \"50.00\",\n                                        \"weightedResultMin\": \"-50.00\",\n                                        \"weightedResultPct\": \"100.00\",\n                                        \"staticScoreCategoryId\": 33,\n                                        \"criterionUnderlyingValue\": \"false\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Has Issuing Entity\",\n                                        \"componentValue\": \"100\",\n                                        \"weightedResult\": \"30.00\",\n                                        \"componentValueMax\": \"100\",\n                                        \"componentValueMin\": \"0\",\n                                        \"componentValuePct\": \"100\",\n                                        \"weightedResultMax\": \"30.00\",\n                                        \"weightedResultMin\": \"0.00\",\n                                        \"weightedResultPct\": \"100.00\",\n                                        \"staticScoreCategoryId\": 33,\n                                        \"criterionUnderlyingValue\": \"true\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Issuing Entity Reputation\",\n                                        \"componentValue\": \"100\",\n                                        \"weightedResult\": \"20.00\",\n                                        \"componentValueMax\": \"100\",\n                                        \"componentValueMin\": \"0\",\n                                        \"componentValuePct\": \"100\",\n                                        \"weightedResultMax\": \"20.00\",\n                                        \"weightedResultMin\": \"0.00\",\n                                        \"weightedResultPct\": \"100.00\",\n                                        \"staticScoreCategoryId\": 33,\n                                        \"criterionUnderlyingValue\": \"true\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"ts\": \"2024-10-01\",\n                                \"name\": \"Category Score: Project Reputation\",\n                                \"weightedCategoryResult\": \"35.00000000\",\n                                \"weightedCategoryResultMax\": \"35.000000\",\n                                \"weightedCategoryResultMin\": \"-28.437500\",\n                                \"weightedCategoryResultPct\": \"100.000000\",\n                                \"staticScoreCategoryGroupId\": 17,\n                                \"weightedComponentBreakdown\": [\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Potentially Suspicious Activity\",\n                                        \"componentValue\": \"100\",\n                                        \"weightedResult\": \"25.00\",\n                                        \"componentValueMax\": \"100\",\n                                        \"componentValueMin\": \"-100\",\n                                        \"componentValuePct\": \"100\",\n                                        \"weightedResultMax\": \"25.00\",\n                                        \"weightedResultMin\": \"-25.00\",\n                                        \"weightedResultPct\": \"100.00\",\n                                        \"staticScoreCategoryId\": 34,\n                                        \"criterionUnderlyingValue\": \"false\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Potentially Offensive Content\",\n                                        \"componentValue\": \"100\",\n                                        \"weightedResult\": \"25.00\",\n                                        \"componentValueMax\": \"100\",\n                                        \"componentValueMin\": \"-25\",\n                                        \"componentValuePct\": \"100\",\n                                        \"weightedResultMax\": \"25.00\",\n                                        \"weightedResultMin\": \"-6.25\",\n                                        \"weightedResultPct\": \"100.00\",\n                                        \"staticScoreCategoryId\": 34,\n                                        \"criterionUnderlyingValue\": \"false\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Time Since Negative Event Past Year\",\n                                        \"componentValue\": \"100.00\",\n                                        \"weightedResult\": \"25.000000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"-100.00\",\n                                        \"componentValuePct\": \"100.00\",\n                                        \"weightedResultMax\": \"25.0000\",\n                                        \"weightedResultMin\": \"-25.0000\",\n                                        \"weightedResultPct\": \"100.0000\",\n                                        \"staticScoreCategoryId\": 34,\n                                        \"criterionUnderlyingValue\": \"Unknown\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: No. of Negative Event Past Year\",\n                                        \"componentValue\": \"100.00\",\n                                        \"weightedResult\": \"25.000000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"-100.00\",\n                                        \"componentValuePct\": \"100.00\",\n                                        \"weightedResultMax\": \"25.0000\",\n                                        \"weightedResultMin\": \"-25.0000\",\n                                        \"weightedResultPct\": \"100.0000\",\n                                        \"staticScoreCategoryId\": 34,\n                                        \"criterionUnderlyingValue\": \"0\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"weightedCategoryGrpResultMax\": \"25.00000000\",\n                        \"weightedCategoryGrpResultMin\": \"-11.73437500\",\n                        \"weightedCategoryGrpResultPct\": \"91.23250000\"\n                    },\n                    {\n                        \"ts\": \"2024-10-01\",\n                        \"name\": \"Category Group Score: Community\",\n                        \"weightedCategoryResult\": \"4.1850000000\",\n                        \"staticScoreCategoryGroupId\": 20,\n                        \"weightedComponentBreakdown\": [\n                            {\n                                \"ts\": \"2024-10-01\",\n                                \"name\": \"Category Score: Community Support\",\n                                \"weightedCategoryResult\": \"83.70000000\",\n                                \"weightedCategoryResultMax\": \"100.000000\",\n                                \"weightedCategoryResultMin\": \"0.700000\",\n                                \"weightedCategoryResultPct\": \"83.700000\",\n                                \"staticScoreCategoryGroupId\": 20,\n                                \"weightedComponentBreakdown\": [\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Ecosystem Diversity\",\n                                        \"componentValue\": \"100\",\n                                        \"weightedResult\": \"10.00\",\n                                        \"componentValueMax\": \"100\",\n                                        \"componentValueMin\": \"0\",\n                                        \"componentValuePct\": \"100\",\n                                        \"weightedResultMax\": \"10.00\",\n                                        \"weightedResultMin\": \"0.00\",\n                                        \"weightedResultPct\": \"100.00\",\n                                        \"staticScoreCategoryId\": 40,\n                                        \"criterionUnderlyingValue\": \"true\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Ecosystem Contribution\",\n                                        \"componentValue\": \"91.00\",\n                                        \"weightedResult\": \"63.700000\",\n                                        \"componentValueMax\": \"100.00\",\n                                        \"componentValueMin\": \"1.00\",\n                                        \"componentValuePct\": \"91.00\",\n                                        \"weightedResultMax\": \"70.0000\",\n                                        \"weightedResultMin\": \"0.7000\",\n                                        \"weightedResultPct\": \"91.0000\",\n                                        \"staticScoreCategoryId\": 40,\n                                        \"criterionUnderlyingValue\": \"292022\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Has Foundation\",\n                                        \"componentValue\": \"0\",\n                                        \"weightedResult\": \"0.00\",\n                                        \"componentValueMax\": \"100\",\n                                        \"componentValueMin\": \"0\",\n                                        \"componentValuePct\": \"0\",\n                                        \"weightedResultMax\": \"10.00\",\n                                        \"weightedResultMin\": \"0.00\",\n                                        \"weightedResultPct\": \"0.00\",\n                                        \"staticScoreCategoryId\": 40,\n                                        \"criterionUnderlyingValue\": \"false\"\n                                    },\n                                    {\n                                        \"ts\": \"2024-10-01\",\n                                        \"name\": \"Component Score: Has Institutional Balances\",\n                                        \"componentValue\": \"100\",\n                                        \"weightedResult\": \"10.00\",\n                                        \"componentValueMax\": \"100\",\n                                        \"componentValueMin\": \"0\",\n                                        \"componentValuePct\": \"100\",\n                                        \"weightedResultMax\": \"10.00\",\n                                        \"weightedResultMin\": \"0.00\",\n                                        \"weightedResultPct\": \"100.00\",\n                                        \"staticScoreCategoryId\": 40,\n                                        \"criterionUnderlyingValue\": \"true\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"weightedCategoryGrpResultMax\": \"5.00000000\",\n                        \"weightedCategoryGrpResultMin\": \"0.03500000\",\n                        \"weightedCategoryGrpResultPct\": \"83.70000000\"\n                    }\n                ],\n                \"asOfTime\": \"2024-10-01T00:00:00Z\",\n                \"lukkaLetterGrade\": \"A3\",\n                \"percentile\": 0,\n                \"finalScore\": 75.155625\n            }\n        ]\n    }\n]"}],"_postman_id":"f9de9451-d165-457b-82c2-14eb9dedb1f5"},{"name":"ESG Scores","id":"ef84fe37-36bf-4a23-8e2f-8f0752253c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/esg-score?limit=100&offset=1800&assetLid=LA2XB0HNPU9&fromDate=2024-03-05T00:00:00Z&toDate=2024-03-06T00:00:00Z","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","id":"aa2a699e-591d-4a51-a549-c61af4162640","name":"Analytics","type":"folder"}},"urlObject":{"path":["v2","lukka","esg-score"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"key":"offset","value":"1800"},{"description":{"content":"<p>Lukka Asset ID</p>\n","type":"text/plain"},"key":"assetLid","value":"LA2XB0HNPU9"},{"description":{"content":"<p>All scores after or on the given time. Defaults to 1970-01-01T00:00:00Z. Truncated to the minute if no interval parameter specified.</p>\n","type":"text/plain"},"key":"fromDate","value":"2024-03-05T00:00:00Z"},{"description":{"content":"<p>All scores before or on the given time.</p>\n","type":"text/plain"},"key":"toDate","value":"2024-03-06T00:00:00Z"},{"disabled":true,"key":"scoringDetails","value":"DETAILED"}],"variable":[]}},"response":[],"_postman_id":"ef84fe37-36bf-4a23-8e2f-8f0752253c5c"},{"name":"Market Scores","id":"1756034c-d4e2-4ef7-864b-4118fca46656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v2/lukka/market-score","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","id":"aa2a699e-591d-4a51-a549-c61af4162640","name":"Analytics","type":"folder"}},"urlObject":{"path":["v2","lukka","market-score"],"host":["{{ref_data}}"],"query":[{"disabled":true,"key":"limit","value":"100"},{"disabled":true,"key":"offset","value":"1800"},{"disabled":true,"description":{"content":"<p>Market LID if requesting for a specific market</p>\n","type":"text/plain"},"key":"marketId","value":"LM47PH5UBV0"},{"disabled":true,"description":{"content":"<p>From date in UTC format</p>\n","type":"text/plain"},"key":"fromDate","value":"2023-12-27T00:00:00Z"},{"disabled":true,"description":{"content":"<p>To Date in UTC format</p>\n","type":"text/plain"},"key":"toDate","value":"2023-09-18T00:00:00Z"},{"disabled":true,"description":{"content":"<p>Optional parameter. DETAILED will return full breakdown of score, leaving this field blank will return top level scores</p>\n","type":"text/plain"},"key":"scoringDetails","value":"DETAILED"}],"variable":[]}},"response":[],"_postman_id":"1756034c-d4e2-4ef7-864b-4118fca46656"}],"id":"7419739f-d686-4335-b603-ca1d8f69589d","event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"2142c691-c6b6-4f5b-a0b7-174c5ca02de3"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"40fe8b24-8abb-4c61-9bf2-08b6fde56d39"}}],"_postman_id":"7419739f-d686-4335-b603-ca1d8f69589d","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","id":"aa2a699e-591d-4a51-a549-c61af4162640","name":"Analytics","type":"folder"}}},{"name":"Analytics API","item":[{"name":"Okta JWT Authorization - Analytics","id":"da55aa0d-8d6c-45bf-a86d-8a92485ca282","protocolProfileBehavior":{"disableUrlEncoding":false,"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>Okta's grant type</p>\n","type":"text"},{"key":"scope","value":"ref-data","description":"<p>Scope provided to client</p>\n","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token","urlObject":{"protocol":"https","path":["oauth2","aus1imo2g7ugEl49C0h8","v1","token"],"host":["sso","lukka","tech"],"query":[],"variable":[]}},"response":[{"id":"757bd0ef-f062-416c-bff8-efc9a3fa61b9","name":"Okta JWT Authorization - Ref Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Cache-Control","value":"no-cache"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"Okta's grant type","type":"text"},{"key":"scope","value":"ref-data","description":"Scope provided to client","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 18:02:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-okta-request-id","value":"Xy2XM5@gsl0ckF5Gdk8GTAAACWw"},{"key":"x-xss-protection","value":"1; mode=block; report=https://okta.report-uri.com/r/d/xss/enforce"},{"key":"p3p","value":"CP=\"HONK\""},{"key":"x-content-type-options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=315360000; includeSubDomains"},{"key":"set-cookie","value":"sid=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"046bafb8100000e718271d3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5bf2e8a01bd9e718-EWR"}],"cookie":[],"responseTime":null,"body":"{\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 3600,\n  \"access_token\": \"**REDACTED**\",\n  \"scope\": \"ref-data\"\n}"}],"_postman_id":"da55aa0d-8d6c-45bf-a86d-8a92485ca282"},{"name":"Implied Interest Rates","id":"f43ee21e-33f7-4a54-987a-f111eb983ca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{analytics_api_python}}/analytics-api/implied-rates?pairCode=XBT-USD&lukkaEntityCode=LUKKA&timeTo=2024-05-17T23:00:00.000Z&limit=12&timeFrom=2024-05-16T20:30:00.000Z&curveType=INST_FWD&modelType=MC&source=FUTURES&rateType=BASIS&dataShape=2L","description":"<p>Lukka's Implied Interest Rate API provides benchmark rates derived from major exchanges, calculated using futures market trade data aggregated hourly. A risk-sensitive model ensures robustness and market representativeness. Term structures are created using Nelson-Siegel-Svenssen (NSS) and Monotone Convex (MC) interpolation methods. This API delivers spot rates and instantaneous forward rates for standardized tenors.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","id":"aa2a699e-591d-4a51-a549-c61af4162640","name":"Analytics","type":"folder"}},"urlObject":{"path":["analytics-api","implied-rates"],"host":["{{analytics_api_python}}"],"query":[{"description":{"content":"<p>The Lukka Pair Code for which Rates are requested for</p>\n","type":"text/plain"},"key":"pairCode","value":"XBT-USD"},{"description":{"content":"<p>The enitity code of the entity related to this implied rate.</p>\n","type":"text/plain"},"key":"lukkaEntityCode","value":"LUKKA"},{"description":{"content":"<p>The ending business time to retrieve rates to.</p>\n","type":"text/plain"},"key":"timeTo","value":"2024-05-17T23:00:00.000Z"},{"description":{"content":"<p>The limit for the number of curves received in one payload. Default and Max value is 24</p>\n","type":"text/plain"},"key":"limit","value":"12"},{"description":{"content":"<p>The beginning business time to retrieve rates from.</p>\n","type":"text/plain"},"key":"timeFrom","value":"2024-05-16T20:30:00.000Z"},{"description":{"content":"<p>The Curve type for the implied interest rate curve. Acceptable values include \"SPOT\" or \"INST_FWD\". If no value is provided, default is SPOT</p>\n","type":"text/plain"},"key":"curveType","value":"INST_FWD"},{"description":{"content":"<p>The type of model used for curve construction. Acceptable values include \"MC\" for Monotone Convex and \"NSS\" for Nelson-Siegal-Svensson. If no value is provided, default is MC</p>\n","type":"text/plain"},"key":"modelType","value":"MC"},{"description":{"content":"<p>Source Type for the implied Interest rate curve. Acceptable values include: FUTURES</p>\n","type":"text/plain"},"key":"source","value":"FUTURES"},{"description":{"content":"<p>The rate type of the curve. Acceptable values include: \"BASIS\", \"COMPOSITE\". Default is BASIS</p>\n","type":"text/plain"},"key":"rateType","value":"BASIS"},{"description":{"content":"<p>The underlying data shape of the output. Acceptable values include \"flat\" and \"2L\". Default is flat</p>\n","type":"text/plain"},"key":"dataShape","value":"2L"},{"disabled":true,"description":{"content":"<p>Alternative Parameter for adjusting the time range that can be used with timeTo OR timeFrom. Values denoted in H/D/W/M/Y</p>\n<p>When used with timeTo the returned output will be timeTo - timeRange</p>\n<p>When used with timeFrom the returned output will be timeFrom + timeRange</p>\n","type":"text/plain"},"key":"timeRange","value":"2D"}],"variable":[]}},"response":[{"id":"a7ea2d5f-3bbb-4d86-9617-394719b86643","name":"Implied Interest Rates - flat view","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{analytics_api_python}}/analytics-api/implied-rates?pairCode=XBT-USD&lukkaEntityCode=LUKKA&timeTo=2024-05-17T23:00:00.000Z&timeFrom=2024-05-16T20:30:00.000Z&curveType=INST_FWD&modelType=NSS&source=FUTURES&rateType=COMPOSITE","host":["{{analytics_api_python}}"],"path":["analytics-api","implied-rates"],"query":[{"key":"pairCode","value":"XBT-USD"},{"key":"lukkaEntityCode","value":"LUKKA","description":"The enitity code of the entity related to this implied rate."},{"key":"timeTo","value":"2024-05-17T23:00:00.000Z"},{"key":"limit","value":"1000","disabled":true},{"key":"timeFrom","value":"2024-05-16T20:30:00.000Z"},{"key":"curveType","value":"INST_FWD","description":"SPOT or INST_FWD - If no value is provided, default is SPOT"},{"key":"modelType","value":"NSS","description":"MC or NSS - If no value is provided, default is NSS"},{"key":"source","value":"FUTURES","description":"FUTURES or PCP, at this time only FUTURES are supported"},{"key":"rateType","value":"COMPOSITE","description":"COMPOSITE or BASIS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"envoy"},{"key":"date","value":"Tue, 21 May 2024 02:35:03 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"content-length","value":"22447"},{"key":"x-envoy-upstream-service-time","value":"365"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"1D\": -0.05544637470997576,\n            \"1M\": -0.035610265780236044,\n            \"1W\": -0.05544637470997576,\n            \"1Y\": -0.05606121103166309,\n            \"2D\": -0.05544637470997576,\n            \"2M\": -0.045040045026742345,\n            \"2W\": -0.04141184941464157,\n            \"3D\": -0.05544637470997576,\n            \"3M\": -0.056979384560547325,\n            \"3W\": -0.03716656766484117,\n            \"6M\": -0.06384473999572057,\n            \"9M\": -0.05692542377867459,\n            \"MAE\": 0.15788123571654955,\n            \"beta0\": -5.1340235534433205,\n            \"beta1\": -1.131482670217091,\n            \"beta2\": 99.99999910501097,\n            \"beta3\": -95.94232763389074,\n            \"bidAskSpread\": 1.7398269331365193,\n            \"businessTime\": \"2024-05-16T21:00:00Z\",\n            \"lambda0\": 48.39912921877901,\n            \"lambda1\": 51.68931193769761,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.08620807850177051,\n            \"tradeCount\": 2923,\n            \"volume\": 4925591.8145\n        },\n        {\n            \"1D\": -0.06134327971432619,\n            \"1M\": -0.03406958714461245,\n            \"1W\": -0.06134327971432619,\n            \"1Y\": -0.056040231444862004,\n            \"2D\": -0.06134327971432619,\n            \"2M\": -0.04419395588156972,\n            \"2W\": -0.042522254284239176,\n            \"3D\": -0.06134327971432619,\n            \"3M\": -0.05744423545289285,\n            \"3W\": -0.03665332349479625,\n            \"6M\": -0.06392015510393068,\n            \"9M\": -0.05629421115515337,\n            \"MAE\": 0.1659710451555799,\n            \"beta0\": -5.098294233835487,\n            \"beta1\": -1.988802455656087,\n            \"beta2\": 99.99999999999999,\n            \"beta3\": -94.5815211308669,\n            \"bidAskSpread\": 2.6589614568614404,\n            \"businessTime\": \"2024-05-16T22:00:00Z\",\n            \"lambda0\": 45.99837038924889,\n            \"lambda1\": 49.582213830758334,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.10958588988200738,\n            \"tradeCount\": 2855,\n            \"volume\": 5379136.726199999\n        },\n        {\n            \"1D\": -0.05408491216948905,\n            \"1M\": -0.03592366906842208,\n            \"1W\": -0.05408491216948905,\n            \"1Y\": -0.05607206583871773,\n            \"2D\": -0.05408491216948905,\n            \"2M\": -0.04465517713753953,\n            \"2W\": -0.04128282489424517,\n            \"3D\": -0.05408491216948905,\n            \"3M\": -0.05611591294488842,\n            \"3W\": -0.0373876280232492,\n            \"6M\": -0.06392527481296165,\n            \"9M\": -0.057729530233921605,\n            \"MAE\": 0.14468013152854686,\n            \"beta0\": -5.214300621433906,\n            \"beta1\": -0.8384377420563852,\n            \"beta2\": 99.99999999999997,\n            \"beta3\": -96.10615822115177,\n            \"bidAskSpread\": 2.568090691661312,\n            \"businessTime\": \"2024-05-16T23:00:00Z\",\n            \"lambda0\": 49.708003055633164,\n            \"lambda1\": 52.85478487370752,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.1091890448774476,\n            \"tradeCount\": 3014,\n            \"volume\": 5579314.9456\n        },\n        {\n            \"1D\": -0.05310413679388264,\n            \"1M\": -0.03681132887435593,\n            \"1W\": -0.05310413679388264,\n            \"1Y\": -0.05599432677523696,\n            \"2D\": -0.05310413679388264,\n            \"2M\": -0.044448041696241225,\n            \"2W\": -0.04178059764947678,\n            \"3D\": -0.05310413679388264,\n            \"3M\": -0.05514172901631364,\n            \"3W\": -0.03825145448935698,\n            \"6M\": -0.0637892062443846,\n            \"9M\": -0.05819967377846023,\n            \"MAE\": 0.1554670949686107,\n            \"beta0\": -5.220683280610972,\n            \"beta1\": -0.6490476205498352,\n            \"beta2\": 99.9999999946722,\n            \"beta3\": -96.53280080471777,\n            \"bidAskSpread\": 2.1437320921238268,\n            \"businessTime\": \"2024-05-17T00:00:00Z\",\n            \"lambda0\": 52.03661859028744,\n            \"lambda1\": 55.11908839664172,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.1512781825435686,\n            \"tradeCount\": 5771,\n            \"volume\": 7964893.5967999995\n        },\n        {\n            \"1D\": -0.05253958933225916,\n            \"1M\": -0.03608796427245622,\n            \"1W\": -0.05253958933225916,\n            \"1Y\": -0.05578095650424114,\n            \"2D\": -0.05253958933225916,\n            \"2M\": -0.0457189839746728,\n            \"2W\": -0.04052206267040688,\n            \"3D\": -0.05253958933225916,\n            \"3M\": -0.057167156638241894,\n            \"3W\": -0.037031178855549136,\n            \"6M\": -0.06336395589953182,\n            \"9M\": -0.056391100201174355,\n            \"MAE\": 0.16577296430558622,\n            \"beta0\": -5.070894943413549,\n            \"beta1\": -0.828257360314474,\n            \"beta2\": 99.9999999994279,\n            \"beta3\": -96.67138857700006,\n            \"bidAskSpread\": 2.383026749375369,\n            \"businessTime\": \"2024-05-17T01:00:00Z\",\n            \"lambda0\": 48.97421337750837,\n            \"lambda1\": 52.164468257676575,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.0685212871383264,\n            \"tradeCount\": 2349,\n            \"volume\": 5193369.2389\n        },\n        {\n            \"1D\": -0.055614063493601706,\n            \"1M\": -0.032928265177250796,\n            \"1W\": -0.055614063493601706,\n            \"1Y\": -0.056400697013777375,\n            \"2D\": -0.055614063493601706,\n            \"2M\": -0.044550056002267635,\n            \"2W\": -0.03920110368110291,\n            \"3D\": -0.055614063493601706,\n            \"3M\": -0.05811021571639711,\n            \"3W\": -0.0344053845039192,\n            \"6M\": -0.06472860584460785,\n            \"9M\": -0.05746691973711547,\n            \"MAE\": 0.12307222379188192,\n            \"beta0\": -5.2485019494589915,\n            \"beta1\": -1.1889406443392438,\n            \"beta2\": 99.99999999999014,\n            \"beta3\": -94.88967866106167,\n            \"bidAskSpread\": 1.6780158544076613,\n            \"businessTime\": \"2024-05-17T02:00:00Z\",\n            \"lambda0\": 45.80279389726963,\n            \"lambda1\": 49.20869979070152,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.1488588155271685,\n            \"tradeCount\": 3532,\n            \"volume\": 6966568.5202\n        },\n        {\n            \"1D\": -0.05591042502486539,\n            \"1M\": -0.035625351469204716,\n            \"1W\": -0.05591042502486539,\n            \"1Y\": -0.05663488746096998,\n            \"2D\": -0.05591042502486539,\n            \"2M\": -0.04499343133111485,\n            \"2W\": -0.041677241444114846,\n            \"3D\": -0.05591042502486539,\n            \"3M\": -0.05711661604400971,\n            \"3W\": -0.03730364478430251,\n            \"6M\": -0.0646247971888274,\n            \"9M\": -0.05796729288799492,\n            \"MAE\": 0.12946525068672962,\n            \"beta0\": -5.246171195439804,\n            \"beta1\": -1.0845101262000525,\n            \"beta2\": 99.9999999999994,\n            \"beta3\": -95.67103783946885,\n            \"bidAskSpread\": 1.4168833777745995,\n            \"businessTime\": \"2024-05-17T03:00:00Z\",\n            \"lambda0\": 48.460380100601554,\n            \"lambda1\": 51.74011176880893,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.14765935952404396,\n            \"tradeCount\": 3044,\n            \"volume\": 4669594.3706\n        },\n        {\n            \"1D\": -0.05192578395624382,\n            \"1M\": -0.038979258951545435,\n            \"1W\": -0.05192578395624382,\n            \"1Y\": -0.056372378434432345,\n            \"2D\": -0.05192578395624382,\n            \"2M\": -0.046665025907552116,\n            \"2W\": -0.04258496471001383,\n            \"3D\": -0.05192578395624382,\n            \"3M\": -0.05652760285953654,\n            \"3W\": -0.039811150701410974,\n            \"6M\": -0.06356358577080476,\n            \"9M\": -0.05759288636568317,\n            \"MAE\": 0.17614004633417255,\n            \"beta0\": -5.140373269613686,\n            \"beta1\": -0.5361202816991413,\n            \"beta2\": 99.99999999999991,\n            \"beta3\": -97.55050078166089,\n            \"bidAskSpread\": 1.9152377436174965,\n            \"businessTime\": \"2024-05-17T04:00:00Z\",\n            \"lambda0\": 52.66034063208916,\n            \"lambda1\": 55.635434498608774,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.06001199734860771,\n            \"tradeCount\": 8884,\n            \"volume\": 17323939.1008\n        },\n        {\n            \"1D\": -0.047482058256320965,\n            \"1M\": -0.03852108960497329,\n            \"1W\": -0.047482058256320965,\n            \"1Y\": -0.055123480559452424,\n            \"2D\": -0.047482058256320965,\n            \"2M\": -0.04792966806578029,\n            \"2W\": -0.03994423560179179,\n            \"3D\": -0.047482058256320965,\n            \"3M\": -0.05770159499195831,\n            \"3W\": -0.038187764425861914,\n            \"6M\": -0.061897087528414864,\n            \"9M\": -0.05456822714988337,\n            \"MAE\": 0.2108641383039925,\n            \"beta0\": -4.821146634964336,\n            \"beta1\": -0.33937569132812667,\n            \"beta2\": 99.99999999999291,\n            \"beta3\": -98.77835971239875,\n            \"bidAskSpread\": 1.3295835896023034,\n            \"businessTime\": \"2024-05-17T05:00:00Z\",\n            \"lambda0\": 51.42714601324026,\n            \"lambda1\": 54.41052011150285,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.0766887406060372,\n            \"tradeCount\": 3625,\n            \"volume\": 7820486.108\n        },\n        {\n            \"1D\": -0.04826977861028725,\n            \"1M\": -0.04228065092957535,\n            \"1W\": -0.04826977861028725,\n            \"1Y\": -0.0551093747331733,\n            \"2D\": -0.04826977861028725,\n            \"2M\": -0.05400611370468255,\n            \"2W\": -0.03253253415905249,\n            \"3D\": -0.04826977861028725,\n            \"3M\": -0.05729779599138851,\n            \"3W\": -0.03546472006928525,\n            \"6M\": -0.058789022503004794,\n            \"9M\": -0.05722515319494569,\n            \"MAE\": 0.18890005761371276,\n            \"beta0\": -4.798458432842593,\n            \"beta1\": -1.7110495842512856,\n            \"beta2\": 6.337090920121533,\n            \"beta3\": -2.957813823856477,\n            \"bidAskSpread\": 1.207482691159897,\n            \"businessTime\": \"2024-05-17T06:00:00Z\",\n            \"lambda0\": 11.47354608537602,\n            \"lambda1\": 163.7509870068503,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.0745002925034517,\n            \"tradeCount\": 3474,\n            \"volume\": 5962999.6513\n        },\n        {\n            \"1D\": -0.03414273609148788,\n            \"1M\": -0.04072935082525128,\n            \"1W\": -0.03414273609148788,\n            \"1Y\": -0.055507728325166046,\n            \"2D\": -0.03414273609148788,\n            \"2M\": -0.05013985773728529,\n            \"2W\": -0.035910361443849556,\n            \"3D\": -0.03414273609148788,\n            \"3M\": -0.057335228193941046,\n            \"3W\": -0.0377103329408638,\n            \"6M\": -0.061808178221421234,\n            \"9M\": -0.05723352891214271,\n            \"MAE\": 0.19218815941523548,\n            \"beta0\": -5.097093496956824,\n            \"beta1\": 1.7115696656501094,\n            \"beta2\": 98.41639678045718,\n            \"beta3\": -99.99999999968969,\n            \"bidAskSpread\": 1.987231071840252,\n            \"businessTime\": \"2024-05-17T07:00:00Z\",\n            \"lambda0\": 61.65630601514681,\n            \"lambda1\": 63.59016489897263,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.05361637642393934,\n            \"tradeCount\": 6452,\n            \"volume\": 13517733.884300001\n        },\n        {\n            \"1D\": -0.03932025723500093,\n            \"1M\": -0.04161053615872348,\n            \"1W\": -0.03932025723500093,\n            \"1Y\": -0.05642197305904198,\n            \"2D\": -0.03932025723500093,\n            \"2M\": -0.04962161000581888,\n            \"2W\": -0.03894035755621112,\n            \"3D\": -0.03932025723500093,\n            \"3M\": -0.056868774579662766,\n            \"3W\": -0.039688710194457154,\n            \"6M\": -0.06282413954707407,\n            \"9M\": -0.058757554612404374,\n            \"MAE\": 0.22625070157109595,\n            \"beta0\": -5.227773371183823,\n            \"beta1\": 1.2369400669550323,\n            \"beta2\": 99.34205647082294,\n            \"beta3\": -99.99995205742202,\n            \"bidAskSpread\": 2.7205542873407524,\n            \"businessTime\": \"2024-05-17T08:00:00Z\",\n            \"lambda0\": 62.18855601624643,\n            \"lambda1\": 64.3148045483259,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.0523367990159408,\n            \"tradeCount\": 12351,\n            \"volume\": 25993509.2144\n        },\n        {\n            \"1D\": -0.042507456729719874,\n            \"1M\": -0.03542832763173417,\n            \"1W\": -0.042507456729719874,\n            \"1Y\": -0.05686463486200051,\n            \"2D\": -0.042507456729719874,\n            \"2M\": -0.04778643392961486,\n            \"2W\": -0.036576137050468256,\n            \"3D\": -0.042507456729719874,\n            \"3M\": -0.059778486101315614,\n            \"3W\": -0.03463164271534572,\n            \"6M\": -0.06484035775191087,\n            \"9M\": -0.057600953744009066,\n            \"MAE\": 0.20201260402054916,\n            \"beta0\": -5.2267239918028015,\n            \"beta1\": 0.1249376104305415,\n            \"beta2\": 99.9999994141911,\n            \"beta3\": -97.43667678571738,\n            \"bidAskSpread\": 2.723873938384316,\n            \"businessTime\": \"2024-05-17T09:00:00Z\",\n            \"lambda0\": 48.00124832037371,\n            \"lambda1\": 51.05070838614248,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.08516855645913779,\n            \"tradeCount\": 8653,\n            \"volume\": 17864676.000299998\n        },\n        {\n            \"1D\": -0.04001899917540805,\n            \"1M\": -0.03841440397095936,\n            \"1W\": -0.04001899917540805,\n            \"1Y\": -0.05716525170970143,\n            \"2D\": -0.04001899917540805,\n            \"2M\": -0.04871660740561942,\n            \"2W\": -0.037350607056371304,\n            \"3D\": -0.04001899917540805,\n            \"3M\": -0.058604954924580024,\n            \"3W\": -0.03693660492459592,\n            \"6M\": -0.06478780948594655,\n            \"9M\": -0.05896473152681175,\n            \"MAE\": 0.22564015132114532,\n            \"beta0\": -5.296340527553929,\n            \"beta1\": 0.8810023859137707,\n            \"beta2\": 99.99950885966194,\n            \"beta3\": -99.08619518702864,\n            \"bidAskSpread\": 2.2162675231388964,\n            \"businessTime\": \"2024-05-17T10:00:00Z\",\n            \"lambda0\": 53.65855467382543,\n            \"lambda1\": 56.29386893894351,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.08693241823619796,\n            \"tradeCount\": 3666,\n            \"volume\": 7819134.0572999995\n        },\n        {\n            \"1D\": -0.03954569497760398,\n            \"1M\": -0.040539237332708734,\n            \"1W\": -0.03954569497760398,\n            \"1Y\": -0.05729160323578365,\n            \"2D\": -0.03954569497760398,\n            \"2M\": -0.050078490114989146,\n            \"2W\": -0.03831206859206513,\n            \"3D\": -0.03954569497760398,\n            \"3M\": -0.058738350255638026,\n            \"3W\": -0.038639386600854225,\n            \"6M\": -0.06429607342638738,\n            \"9M\": -0.05895533615221209,\n            \"MAE\": 0.23689329872003215,\n            \"beta0\": -5.2799945161229855,\n            \"beta1\": 1.0963749284584878,\n            \"beta2\": 99.61194688916484,\n            \"beta3\": -99.63352175292184,\n            \"bidAskSpread\": 1.702570515572387,\n            \"businessTime\": \"2024-05-17T11:00:00Z\",\n            \"lambda0\": 56.36129242288986,\n            \"lambda1\": 58.753327261222594,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.043531636648556374,\n            \"tradeCount\": 5549,\n            \"volume\": 9764827.4801\n        },\n        {\n            \"1D\": -0.042738264020365443,\n            \"1M\": -0.039992046624430205,\n            \"1W\": -0.042738264020365443,\n            \"1Y\": -0.0582101559082518,\n            \"2D\": -0.042738264020365443,\n            \"2M\": -0.0490920651278206,\n            \"2W\": -0.0397890323699076,\n            \"3D\": -0.042738264020365443,\n            \"3M\": -0.05859337351661946,\n            \"3W\": -0.03903293383816368,\n            \"6M\": -0.06579707771233868,\n            \"9M\": -0.0605322411175049,\n            \"MAE\": 0.2536695772325615,\n            \"beta0\": -5.421684909460087,\n            \"beta1\": 0.7197961126162734,\n            \"beta2\": 99.99999217899938,\n            \"beta3\": -98.9160789965991,\n            \"bidAskSpread\": 1.6904635553479403,\n            \"businessTime\": \"2024-05-17T12:00:00Z\",\n            \"lambda0\": 55.52463656243246,\n            \"lambda1\": 58.18201129254796,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.04207971427818816,\n            \"tradeCount\": 6176,\n            \"volume\": 13392178.8977\n        },\n        {\n            \"1D\": -0.051811999777183926,\n            \"1M\": -0.03764470961779218,\n            \"1W\": -0.051811999777183926,\n            \"1Y\": -0.059140371053904614,\n            \"2D\": -0.051811999777183926,\n            \"2M\": -0.046171771316957724,\n            \"2W\": -0.0433423275779781,\n            \"3D\": -0.051811999777183926,\n            \"3M\": -0.05810348464019885,\n            \"3W\": -0.039310347688127294,\n            \"6M\": -0.06774062627644277,\n            \"9M\": -0.06179503454747955,\n            \"MAE\": 0.23649720304671895,\n            \"beta0\": -5.559726929905562,\n            \"beta1\": -0.7056818706985483,\n            \"beta2\": 99.99999999954676,\n            \"beta3\": -95.86499667556305,\n            \"bidAskSpread\": 2.13502569362644,\n            \"businessTime\": \"2024-05-17T13:00:00Z\",\n            \"lambda0\": 51.199217316042144,\n            \"lambda1\": 54.527827242870146,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.040426113578559734,\n            \"tradeCount\": 6041,\n            \"volume\": 11142654.014800001\n        },\n        {\n            \"1D\": -0.05110428651961061,\n            \"1M\": -0.03507186679012373,\n            \"1W\": -0.05110428651961061,\n            \"1Y\": -0.0588837808538793,\n            \"2D\": -0.05110428651961061,\n            \"2M\": -0.04543502076815933,\n            \"2W\": -0.04123322164604921,\n            \"3D\": -0.05110428651961061,\n            \"3M\": -0.05880633098566487,\n            \"3W\": -0.036710295319274014,\n            \"6M\": -0.06795728175432035,\n            \"9M\": -0.06124776259500636,\n            \"MAE\": 0.21735919658437802,\n            \"beta0\": -5.540569521385961,\n            \"beta1\": -0.8427125514886832,\n            \"beta2\": 99.99999976104658,\n            \"beta3\": -95.1422112968599,\n            \"bidAskSpread\": 2.6302799636450644,\n            \"businessTime\": \"2024-05-17T14:00:00Z\",\n            \"lambda0\": 48.67400252361221,\n            \"lambda1\": 52.16482236364507,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.05664620900026598,\n            \"tradeCount\": 7672,\n            \"volume\": 14379349.824299999\n        },\n        {\n            \"1D\": -0.04735435765110317,\n            \"1M\": -0.03616301113056185,\n            \"1W\": -0.04735435765110317,\n            \"1Y\": -0.05818094101251185,\n            \"2D\": -0.04735435765110317,\n            \"2M\": -0.04609753870691527,\n            \"2W\": -0.04000658462644058,\n            \"3D\": -0.04735435765110317,\n            \"3M\": -0.05817940093247266,\n            \"3W\": -0.03685985962260663,\n            \"6M\": -0.0668510257498134,\n            \"9M\": -0.06062373796133576,\n            \"MAE\": 0.22727005687390633,\n            \"beta0\": -5.461090458916985,\n            \"beta1\": -0.2315109495807277,\n            \"beta2\": 99.99999999352143,\n            \"beta3\": -96.44920972797348,\n            \"bidAskSpread\": 3.045012399623391,\n            \"businessTime\": \"2024-05-17T15:00:00Z\",\n            \"lambda0\": 50.66592302560153,\n            \"lambda1\": 53.886628975456475,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.00890240680665889,\n            \"tradeCount\": 8181,\n            \"volume\": 17547680.2728\n        },\n        {\n            \"1D\": -0.05712552042930163,\n            \"1M\": -0.0331165167887206,\n            \"1W\": -0.05712552042930163,\n            \"1Y\": -0.05982057382526344,\n            \"2D\": -0.05712552042930163,\n            \"2M\": -0.043776064336172524,\n            \"2W\": -0.04314355738294704,\n            \"3D\": -0.05712552042930163,\n            \"3M\": -0.05908601533923583,\n            \"3W\": -0.03637903560433749,\n            \"6M\": -0.06962584359909839,\n            \"9M\": -0.06247622360253688,\n            \"MAE\": 0.23016982185190357,\n            \"beta0\": -5.672007911682336,\n            \"beta1\": -1.7964225623939392,\n            \"beta2\": 99.99998463992193,\n            \"beta3\": -93.05269561839106,\n            \"bidAskSpread\": 2.918232234069762,\n            \"businessTime\": \"2024-05-17T16:00:00Z\",\n            \"lambda0\": 46.76029626110717,\n            \"lambda1\": 50.66770241181953,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.03078529941800669,\n            \"tradeCount\": 16895,\n            \"volume\": 36989708.335099995\n        },\n        {\n            \"1D\": -0.055686252783392474,\n            \"1M\": -0.03623597913660525,\n            \"1W\": -0.055686252783392474,\n            \"1Y\": -0.05943142889973812,\n            \"2D\": -0.055686252783392474,\n            \"2M\": -0.0454561662407821,\n            \"2W\": -0.044313753061553246,\n            \"3D\": -0.055686252783392474,\n            \"3M\": -0.05876169377644906,\n            \"3W\": -0.03882975676310476,\n            \"6M\": -0.06830410937918634,\n            \"9M\": -0.06161336025648,\n            \"MAE\": 0.233683466369288,\n            \"beta0\": -5.571099354035976,\n            \"beta1\": -1.4162225986129167,\n            \"beta2\": 99.99999990213139,\n            \"beta3\": -94.56230167458193,\n            \"bidAskSpread\": 2.0166561554027624,\n            \"businessTime\": \"2024-05-17T17:00:00Z\",\n            \"lambda0\": 48.57074933801891,\n            \"lambda1\": 52.16605309240146,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.03332241498503723,\n            \"tradeCount\": 5907,\n            \"volume\": 10696629.7003\n        },\n        {\n            \"1D\": -0.04842769713998996,\n            \"1M\": -0.04021793907532252,\n            \"1W\": -0.04842769713998996,\n            \"1Y\": -0.05914115465356697,\n            \"2D\": -0.04842769713998996,\n            \"2M\": -0.04785256668874562,\n            \"2W\": -0.04309075375349131,\n            \"3D\": -0.04842769713998996,\n            \"3M\": -0.05786907110127429,\n            \"3W\": -0.04077050510553049,\n            \"6M\": -0.06709166536373909,\n            \"9M\": -0.06216643798540531,\n            \"MAE\": 0.2350911884644912,\n            \"beta0\": -5.561567163003832,\n            \"beta1\": 0.04171456809125906,\n            \"beta2\": 99.99999999148703,\n            \"beta3\": -97.54100579635966,\n            \"bidAskSpread\": 1.9757737252605425,\n            \"businessTime\": \"2024-05-17T18:00:00Z\",\n            \"lambda0\": 55.34645571010041,\n            \"lambda1\": 58.30448818343134,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.059784543676729446,\n            \"tradeCount\": 5011,\n            \"volume\": 9207876.3774\n        },\n        {\n            \"1D\": -0.04484169982356205,\n            \"1M\": -0.04237258017239055,\n            \"1W\": -0.04484169982356205,\n            \"1Y\": -0.05905033861935008,\n            \"2D\": -0.04484169982356205,\n            \"2M\": -0.05036048857475899,\n            \"2W\": -0.042239958711968534,\n            \"3D\": -0.04484169982356205,\n            \"3M\": -0.05897444985698764,\n            \"3W\": -0.041566784224098915,\n            \"6M\": -0.06617400511204512,\n            \"9M\": -0.06140857444604579,\n            \"MAE\": 0.2557135144557613,\n            \"beta0\": -5.48876600132961,\n            \"beta1\": 0.642540342779453,\n            \"beta2\": 99.99999999778733,\n            \"beta3\": -99.22987517486006,\n            \"bidAskSpread\": 2.259585464482408,\n            \"businessTime\": \"2024-05-17T19:00:00Z\",\n            \"lambda0\": 57.740721046193535,\n            \"lambda1\": 60.29896994834842,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.04106245864588767,\n            \"tradeCount\": 7974,\n            \"volume\": 13215488.776999999\n        },\n        {\n            \"1D\": -0.04782189223797222,\n            \"1M\": -0.0422128766428808,\n            \"1W\": -0.04782189223797222,\n            \"1Y\": -0.05951115306228782,\n            \"2D\": -0.04782189223797222,\n            \"2M\": -0.04949074580249671,\n            \"2W\": -0.04382897744189733,\n            \"3D\": -0.04782189223797222,\n            \"3M\": -0.05851351372264935,\n            \"3W\": -0.04225383382079378,\n            \"6M\": -0.06691751156517371,\n            \"9M\": -0.062297837844136554,\n            \"MAE\": 0.26854247049926555,\n            \"beta0\": -5.564965041955246,\n            \"beta1\": 0.2709075827969573,\n            \"beta2\": 99.99962894258455,\n            \"beta3\": -98.39112968652263,\n            \"bidAskSpread\": 2.196618860362174,\n            \"businessTime\": \"2024-05-17T20:00:00Z\",\n            \"lambda0\": 57.29385400031196,\n            \"lambda1\": 60.05182028187397,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.0349057546979161,\n            \"tradeCount\": 4382,\n            \"volume\": 7219018.2156\n        }\n    ],\n    \"limit\": null,\n    \"links\": {\n        \"base\": \"/analytics-api/implied-rates\",\n        \"next\": \"/analytics-api/implied-rates?pairCode=XBT-USD&lukkaEntityCode=LUKKA&curveType=INST_FWD&modelType=NSS&source=FUTURES&rateType=COMPOSITE&ReservedLowerTimeLimit=2024-05-16T20:30:00Z&ReservedUpperTimeLimit=2024-05-17T23:00:00Z&timeFrom=2024-05-17T20:30:00Z&timeTo=2024-05-17T23:00:00Z&limit=24\"\n    },\n    \"size\": 24,\n    \"timeFrom\": \"2024-05-16T20:30:00Z\"\n}"},{"id":"206beeb1-a065-49dd-aef9-a7e1a6458dd9","name":"Implied Interest Rates - 2L view","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{analytics_api_python}}/analytics-api/implied-rates?pairCode=XBT-USD&lukkaEntityCode=LUKKA&timeTo=2024-05-17T23:00:00.000Z&limit=12&timeFrom=2024-05-16T20:30:00.000Z&curveType=INST_FWD&modelType=NSS&source=FUTURES&rateType=BASIS&dataShape=2L","host":["{{analytics_api_python}}"],"path":["analytics-api","implied-rates"],"query":[{"key":"pairCode","value":"XBT-USD","description":"The Lukka Pair Code for which Rates are requested for"},{"key":"lukkaEntityCode","value":"LUKKA","description":"The enitity code of the entity related to this implied rate."},{"key":"timeTo","value":"2024-05-17T23:00:00.000Z","description":"The ending business time to retrieve rates to."},{"key":"limit","value":"12","description":"The limit for the number of curves received in one payload. Default and Max value is 24"},{"key":"timeFrom","value":"2024-05-16T20:30:00.000Z","description":"The beginning business time to retrieve rates from."},{"key":"curveType","value":"INST_FWD","description":"The Curve type for the implied interest rate curve. Acceptable values include \"SPOT\" or \"INST_FWD\". If no value is provided, default is SPOT"},{"key":"modelType","value":"NSS","description":"The type of model used for curve construction. Acceptable values include \"MC\" for Monotone Convex and \"NSS\" for Nelson Siegal. If no value is provided, default is MC"},{"key":"source","value":"FUTURES","description":"Source Type for the implied Interest rate curve. Acceptable values include: FUTURES"},{"key":"rateType","value":"BASIS","description":"The rate type of the curve. Acceptable values include: \"BASIS\", \"COMPOSITE\". Default is BASIS"},{"key":"dataShape","value":"2L"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"envoy"},{"key":"date","value":"Tue, 21 May 2024 02:42:01 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"content-length","value":"14332"},{"key":"x-envoy-upstream-service-time","value":"448"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"MAE\": 0.15664774111603594,\n            \"beta0\": 10.064258226995896,\n            \"beta1\": 1.7729327393692926,\n            \"beta2\": -99.99999999999999,\n            \"beta3\": 96.64652585192896,\n            \"bidAskSpread\": 1.7398269331365193,\n            \"businessTime\": \"2024-05-16T21:00:00Z\",\n            \"impliedRates\": {\n                \"rates\": [\n                    0.11055896806764007,\n                    0.11055896806764007,\n                    0.11055896806764007,\n                    0.11055896806764007,\n                    0.09585265265236746,\n                    0.09178390900063689,\n                    0.09076397210429037,\n                    0.10102443217820295,\n                    0.1115089990384315,\n                    0.1124708029400006,\n                    0.10482081385333833,\n                    0.10712127520237652\n                ],\n                \"tenors\": [\n                    \"1D\",\n                    \"2D\",\n                    \"3D\",\n                    \"1W\",\n                    \"2W\",\n                    \"3W\",\n                    \"1M\",\n                    \"2M\",\n                    \"3M\",\n                    \"6M\",\n                    \"9M\",\n                    \"1Y\"\n                ]\n            },\n            \"lambda0\": 44.05647821266008,\n            \"lambda1\": 47.04723073151909,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.08620807850177051,\n            \"tradeCount\": 2923,\n            \"volume\": 4925591.8145\n        },\n        {\n            \"MAE\": 0.1651107079651902,\n            \"beta0\": 10.047564379918484,\n            \"beta1\": 2.6317270778489483,\n            \"beta2\": -99.99999999999906,\n            \"beta3\": 95.28496105511792,\n            \"bidAskSpread\": 2.6589614568614404,\n            \"businessTime\": \"2024-05-16T22:00:00Z\",\n            \"impliedRates\": {\n                \"rates\": [\n                    0.1164945516767698,\n                    0.1164945516767698,\n                    0.1164945516767698,\n                    0.1164945516767698,\n                    0.0968183777616306,\n                    0.09117710104759606,\n                    0.08927150977651933,\n                    0.10045170215281629,\n                    0.11205388231904446,\n                    0.11234628232453893,\n                    0.1043211802666236,\n                    0.10709913198056821\n                ],\n                \"tenors\": [\n                    \"1D\",\n                    \"2D\",\n                    \"3D\",\n                    \"1W\",\n                    \"2W\",\n                    \"3W\",\n                    \"1M\",\n                    \"2M\",\n                    \"3M\",\n                    \"6M\",\n                    \"9M\",\n                    \"1Y\"\n                ]\n            },\n            \"lambda0\": 41.913951008915916,\n            \"lambda1\": 45.15499736664571,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.10958588988200738,\n            \"tradeCount\": 2855,\n            \"volume\": 5379136.726199999\n        },\n        {\n            \"MAE\": 0.15540906914725028,\n            \"beta0\": 10.131885828584558,\n            \"beta1\": 1.4759326715715857,\n            \"beta2\": -99.99999999998082,\n            \"beta3\": 96.84588847592137,\n            \"bidAskSpread\": 2.568090691661312,\n            \"businessTime\": \"2024-05-16T23:00:00Z\",\n            \"impliedRates\": {\n                \"rates\": [\n                    0.10916370220138977,\n                    0.10916370220138977,\n                    0.10916370220138977,\n                    0.10916370220138977,\n                    0.09584129743322628,\n                    0.09210022367953766,\n                    0.09107842852756455,\n                    0.10043141042184196,\n                    0.11052234809967267,\n                    0.11273366675936769,\n                    0.10562827925321198,\n                    0.10715912813128314\n                ],\n                \"tenors\": [\n                    \"1D\",\n                    \"2D\",\n                    \"3D\",\n                    \"1W\",\n                    \"2W\",\n                    \"3W\",\n                    \"1M\",\n                    \"2M\",\n                    \"3M\",\n                    \"6M\",\n                    \"9M\",\n                    \"1Y\"\n                ]\n            },\n            \"lambda0\": 45.45234118255101,\n            \"lambda1\": 48.313044984554764,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.1091890448774476,\n            \"tradeCount\": 3014,\n            \"volume\": 5579314.9456\n        },\n        {\n            \"MAE\": 0.16202973944083135,\n            \"beta0\": 10.113732352928352,\n            \"beta1\": 1.300386555162841,\n            \"beta2\": -99.99999999991212,\n            \"beta3\": 97.3161039593866,\n            \"bidAskSpread\": 2.1437320921238268,\n            \"businessTime\": \"2024-05-17T00:00:00Z\",\n            \"impliedRates\": {\n                \"rates\": [\n                    0.10816345771684781,\n                    0.10816345771684781,\n                    0.10816345771684781,\n                    0.10816345771684781,\n                    0.09641229905879314,\n                    0.09301270826019348,\n                    0.09194435969453629,\n                    0.10009708551555128,\n                    0.10953644056374401,\n                    0.11268721186893754,\n                    0.10589392862937057,\n                    0.10705026240065721\n                ],\n                \"tenors\": [\n                    \"1D\",\n                    \"2D\",\n                    \"3D\",\n                    \"1W\",\n                    \"2W\",\n                    \"3W\",\n                    \"1M\",\n                    \"2M\",\n                    \"3M\",\n                    \"6M\",\n                    \"9M\",\n                    \"1Y\"\n                ]\n            },\n            \"lambda0\": 47.59138777480529,\n            \"lambda1\": 50.39098423247166,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.1512781825435686,\n            \"tradeCount\": 5771,\n            \"volume\": 7964893.5967999995\n        },\n        {\n            \"MAE\": 0.16494594043090563,\n            \"beta0\": 10.013344680633894,\n            \"beta1\": 1.4591468688043787,\n            \"beta2\": -99.9999999999813,\n            \"beta3\": 97.31273164734806,\n            \"bidAskSpread\": 2.383026749375369,\n            \"businessTime\": \"2024-05-17T01:00:00Z\",\n            \"impliedRates\": {\n                \"rates\": [\n                    0.10764982638881175,\n                    0.10764982638881175,\n                    0.10764982638881175,\n                    0.10764982638881175,\n                    0.094956552554639,\n                    0.09164089798037152,\n                    0.0912386341984732,\n                    0.10172319036570722,\n                    0.11171815468845421,\n                    0.11195761298759375,\n                    0.10428733517475884,\n                    0.10683831251569825\n                ],\n                \"tenors\": [\n                    \"1D\",\n                    \"2D\",\n                    \"3D\",\n                    \"1W\",\n                    \"2W\",\n                    \"3W\",\n                    \"1M\",\n                    \"2M\",\n                    \"3M\",\n                    \"6M\",\n                    \"9M\",\n                    \"1Y\"\n                ]\n            },\n            \"lambda0\": 44.250819818011045,\n            \"lambda1\": 47.135942647509815,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.0685212871383264,\n            \"tradeCount\": 2349,\n            \"volume\": 5193369.2389\n        },\n        {\n            \"MAE\": 0.13086277163038287,\n            \"beta0\": 10.196177828413958,\n            \"beta1\": 1.8240638035975982,\n            \"beta2\": -99.99999999994733,\n            \"beta3\": 95.55500842845198,\n            \"bidAskSpread\": 1.6780158544076613,\n            \"businessTime\": \"2024-05-17T02:00:00Z\",\n            \"impliedRates\": {\n                \"rates\": [\n                    0.11073720189995594,\n                    0.11073720189995594,\n                    0.11073720189995594,\n                    0.11073720189995594,\n                    0.09357879172252012,\n                    0.08899809986499932,\n                    0.08813728908851026,\n                    0.10064454400668779,\n                    0.11257837679939417,\n                    0.11332910218805992,\n                    0.10564376683945119,\n                    0.10751944028215839\n                ],\n                \"tenors\": [\n                    \"1D\",\n                    \"2D\",\n                    \"3D\",\n                    \"1W\",\n                    \"2W\",\n                    \"3W\",\n                    \"1M\",\n                    \"2M\",\n                    \"3M\",\n                    \"6M\",\n                    \"9M\",\n                    \"1Y\"\n                ]\n            },\n            \"lambda0\": 41.925082662830235,\n            \"lambda1\": 45.03472623769322,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.1488588155271685,\n            \"tradeCount\": 3532,\n            \"volume\": 6966568.5202\n        },\n        {\n            \"MAE\": 0.13408850336729974,\n            \"beta0\": 10.166372592442388,\n            \"beta1\": 1.7309735887340199,\n            \"beta2\": -99.99999987258,\n            \"beta3\": 96.40663067671262,\n            \"bidAskSpread\": 1.4168833777745995,\n            \"businessTime\": \"2024-05-17T03:00:00Z\",\n            \"impliedRates\": {\n                \"rates\": [\n                    0.11100837434390119,\n                    0.11100837434390119,\n                    0.11100837434390119,\n                    0.11100837434390119,\n                    0.09615769318413163,\n                    0.0919539869501442,\n                    0.0907820862166679,\n                    0.10090961875509202,\n                    0.11160212011890147,\n                    0.11331920797610553,\n                    0.10586214945247222,\n                    0.10770736821356325\n                ],\n                \"tenors\": [\n                    \"1D\",\n                    \"2D\",\n                    \"3D\",\n                    \"1W\",\n                    \"2W\",\n                    \"3W\",\n                    \"1M\",\n                    \"2M\",\n                    \"3M\",\n                    \"6M\",\n                    \"9M\",\n                    \"1Y\"\n                ]\n            },\n            \"lambda0\": 44.306476949649486,\n            \"lambda1\": 47.29815911522216,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.14765935952404396,\n            \"tradeCount\": 3044,\n            \"volume\": 4669594.3706\n        },\n        {\n            \"MAE\": 0.17420370498351515,\n            \"beta0\": 10.03309320342662,\n            \"beta1\": 1.1920968830623286,\n            \"beta2\": -99.99999999998914,\n            \"beta3\": 98.30876429063032,\n            \"bidAskSpread\": 1.9152377436174965,\n            \"businessTime\": \"2024-05-17T04:00:00Z\",\n            \"impliedRates\": {\n                \"rates\": [\n                    0.10699245373319254,\n                    0.10699245373319254,\n                    0.10699245373319254,\n                    0.10699245373319254,\n                    0.09718633804873392,\n                    0.09453962775568608,\n                    0.09409543389931382,\n                    0.10237021442831211,\n                    0.11099762820425063,\n                    0.1123937815012134,\n                    0.1051771772746515,\n                    0.10739745153941026\n                ],\n                \"tenors\": [\n                    \"1D\",\n                    \"2D\",\n                    \"3D\",\n                    \"1W\",\n                    \"2W\",\n                    \"3W\",\n                    \"1M\",\n                    \"2M\",\n                    \"3M\",\n                    \"6M\",\n                    \"9M\",\n                    \"1Y\"\n                ]\n            },\n            \"lambda0\": 47.739040194616585,\n            \"lambda1\": 50.45468084302311,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.06001199734860771,\n            \"tradeCount\": 8884,\n            \"volume\": 17323939.1008\n        },\n        {\n            \"MAE\": 0.17645892986216882,\n            \"beta0\": 9.885076148620476,\n            \"beta1\": 1.6613403546505467,\n            \"beta2\": -5.00816278709376,\n            \"beta3\": 3.433069531704222,\n            \"bidAskSpread\": 1.3295835896023034,\n            \"businessTime\": \"2024-05-17T05:00:00Z\",\n            \"impliedRates\": {\n                \"rates\": [\n                    0.1035255226590224,\n                    0.1035255226590224,\n                    0.1035255226590224,\n                    0.1035255226590224,\n                    0.09063340805350009,\n                    0.09201602343135279,\n                    0.0971168888392482,\n                    0.10821998711230368,\n                    0.11113444885928427,\n                    0.10846610413243128,\n                    0.10434537921010931,\n                    0.10617518566781037\n                ],\n                \"tenors\": [\n                    \"1D\",\n                    \"2D\",\n                    \"3D\",\n                    \"1W\",\n                    \"2W\",\n                    \"3W\",\n                    \"1M\",\n                    \"2M\",\n                    \"3M\",\n                    \"6M\",\n                    \"9M\",\n                    \"1Y\"\n                ]\n            },\n            \"lambda0\": 13.377753518615782,\n            \"lambda1\": 95.32392296995293,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.0766887406060372,\n            \"tradeCount\": 3625,\n            \"volume\": 7820486.108\n        },\n        {\n            \"MAE\": 0.1781988841351773,\n            \"beta0\": 9.902708642173957,\n            \"beta1\": 2.226906331377611,\n            \"beta2\": -6.096887680919015,\n            \"beta3\": 3.2505375679727773,\n            \"bidAskSpread\": 1.207482691159897,\n            \"businessTime\": \"2024-05-17T06:00:00Z\",\n            \"impliedRates\": {\n                \"rates\": [\n                    0.10334829597031232,\n                    0.10334829597031232,\n                    0.10334829597031232,\n                    0.10334829597031232,\n                    0.08733046987321824,\n                    0.09062305533541831,\n                    0.09757025460703052,\n                    0.1085050414682728,\n                    0.11080234705929472,\n                    0.10881616994474828,\n                    0.10507951140993957,\n                    0.10633263001198587\n                ],\n                \"tenors\": [\n                    \"1D\",\n                    \"2D\",\n                    \"3D\",\n                    \"1W\",\n                    \"2W\",\n                    \"3W\",\n                    \"1M\",\n                    \"2M\",\n                    \"3M\",\n                    \"6M\",\n                    \"9M\",\n                    \"1Y\"\n                ]\n            },\n            \"lambda0\": 10.80096637321232,\n            \"lambda1\": 103.80489194930743,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.0745002925034517,\n            \"tradeCount\": 3474,\n            \"volume\": 5962999.6513\n        },\n        {\n            \"MAE\": 0.19007478145722226,\n            \"beta0\": 10.040427680395645,\n            \"beta1\": -1.149512454842791,\n            \"beta2\": -97.99951289813771,\n            \"beta3\": 99.99999999927974,\n            \"bidAskSpread\": 1.987231071840252,\n            \"businessTime\": \"2024-05-17T07:00:00Z\",\n            \"impliedRates\": {\n                \"rates\": [\n                    0.0890998531341306,\n                    0.0890998531341306,\n                    0.0890998531341306,\n                    0.0890998531341306,\n                    0.0908427004922094,\n                    0.09276190425076425,\n                    0.09597784928736161,\n                    0.10537165763970884,\n                    0.11135059520453393,\n                    0.11104936914797628,\n                    0.10512798435239723,\n                    0.10664549096998602\n                ],\n                \"tenors\": [\n                    \"1D\",\n                    \"2D\",\n                    \"3D\",\n                    \"1W\",\n                    \"2W\",\n                    \"3W\",\n                    \"1M\",\n                    \"2M\",\n                    \"3M\",\n                    \"6M\",\n                    \"9M\",\n                    \"1Y\"\n                ]\n            },\n            \"lambda0\": 53.75769462584182,\n            \"lambda1\": 55.504635748703,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.05361637642393934,\n            \"tradeCount\": 6452,\n            \"volume\": 13517733.884300001\n        },\n        {\n            \"MAE\": 0.2333117725909085,\n            \"beta0\": 10.141892253044029,\n            \"beta1\": -0.6476906325673397,\n            \"beta2\": -98.78037974165457,\n            \"beta3\": 99.99999992364236,\n            \"bidAskSpread\": 2.7205542873407524,\n            \"businessTime\": \"2024-05-17T08:00:00Z\",\n            \"impliedRates\": {\n                \"rates\": [\n                    0.09427374671810909,\n                    0.09427374671810909,\n                    0.09427374671810909,\n                    0.09427374671810909,\n                    0.0938866666691239,\n                    0.09474906781758899,\n                    0.09685329227169914,\n                    0.10482816254122015,\n                    0.11089342950757258,\n                    0.11209511027219123,\n                    0.10651182429146579,\n                    0.10753382037496893\n                ],\n                \"tenors\": [\n                    \"1D\",\n                    \"2D\",\n                    \"3D\",\n                    \"1W\",\n                    \"2W\",\n                    \"3W\",\n                    \"1M\",\n                    \"2M\",\n                    \"3M\",\n                    \"6M\",\n                    \"9M\",\n                    \"1Y\"\n                ]\n            },\n            \"lambda0\": 55.121535250041006,\n            \"lambda1\": 57.00769901539,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.0523367990159408,\n            \"tradeCount\": 12351,\n            \"volume\": 25993509.2144\n        }\n    ],\n    \"limit\": 12,\n    \"links\": {\n        \"base\": \"/analytics-api/implied-rates\",\n        \"next\": \"/analytics-api/implied-rates?pairCode=XBT-USD&lukkaEntityCode=LUKKA&limit=12&curveType=INST_FWD&modelType=NSS&source=FUTURES&rateType=BASIS&dataShape=2L&ReservedLowerTimeLimit=2024-05-16T20:30:00Z&ReservedUpperTimeLimit=2024-05-17T23:00:00Z&timeFrom=2024-05-17T08:30:00Z&timeRange=720min\"\n    },\n    \"size\": 12,\n    \"timeFrom\": \"2024-05-16T20:30:00Z\"\n}"}],"_postman_id":"f43ee21e-33f7-4a54-987a-f111eb983ca7"},{"name":"OTC FX Rates","id":"27bb8604-253d-489c-8163-152502d3647c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n\t\"calculation\": \"client-facing-api\",\n\t\"params\":\n    {\n\t\t\"timeFrom\" : \"2023-07-01 00:00:00\",\n\t\t\"timeTo\" : \"2023-07-10 02:00:00\",\n        \"limit\" : 10000,\n        \"offset\" : 0,\n        \"template\" : \"OTC_FX_V2\",\n        \"pairCode\" : [\"XBT-USD\", \"ETH-USD\"],\n        \"clientId\" : \"0oa1imo205oSL4sn40h8\",\n        \"parentId\" : \"0oa1imo205oSL4sn40h8\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{analytics_api_python}}/analytics-api/implied-rates-otc-fx?pairCode=XBT-USD&lukkaEntityCode=LUKKA&dataShape=2L&timeFrom=2024-05-10T07:00:00.000Z&timeTo=2024-05-13T07:00:00.000Z&limit=24","description":"<p>Lukka's OTC FX API offers benchmark interest rates formatted to OTC FX market conventions. These rates are derived from futures market trade data, aggregated hourly, and calculated using the Monotone Convex (MC) interpolation method. This API generates spot rates and forward rates for standardized tenors, ensuring robust and market-representative outputs.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","id":"aa2a699e-591d-4a51-a549-c61af4162640","name":"Analytics","type":"folder"}},"urlObject":{"path":["analytics-api","implied-rates-otc-fx"],"host":["{{analytics_api_python}}"],"query":[{"description":{"content":"<p>The Lukka Pair Code for which Rates are requested for</p>\n","type":"text/plain"},"key":"pairCode","value":"XBT-USD"},{"description":{"content":"<p>The enitity code of the entity related to this implied rate.</p>\n","type":"text/plain"},"key":"lukkaEntityCode","value":"LUKKA"},{"description":{"content":"<p>The underlying data shape of the output. Acceptable values include \"flat\" and \"2L\". Default is flat</p>\n","type":"text/plain"},"key":"dataShape","value":"2L"},{"description":{"content":"<p>The beginning business time to retrieve rates from.</p>\n","type":"text/plain"},"key":"timeFrom","value":"2024-05-10T07:00:00.000Z"},{"description":{"content":"<p>The ending business time to retrieve rates to.</p>\n","type":"text/plain"},"key":"timeTo","value":"2024-05-13T07:00:00.000Z"},{"description":{"content":"<p>The limit for the number of curves received in one payload. Default and Max value is 24</p>\n","type":"text/plain"},"key":"limit","value":"24"},{"disabled":true,"description":{"content":"<p>Alternative Parameter for adjusting the time range that can be used with timeTo OR timeFrom. Values denoted in H/D/W/M/Y</p>\n<p>When used with timeTo the returned output will be timeTo - timeRange</p>\n<p>When used with timeFrom the returned output will be timeFrom + timeRange</p>\n","type":"text/plain"},"key":"timeRange","value":"3D"}],"variable":[]}},"response":[{"id":"6eb86f7c-9c62-4f64-b657-c84e1ebdb83c","name":"OTC FX Rates - flat view","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{analytics_api_python}}/analytics-api/implied-rates-otc-fx?pairCode=XBT-USD&lukkaEntityCode=LUKKA&dataShape=flat&timeFrom=2024-05-10T07:00:00.000Z&timeTo=2024-05-13T07:00:00.000Z&limit=24","host":["{{analytics_api_python}}"],"path":["analytics-api","implied-rates-otc-fx"],"query":[{"key":"pairCode","value":"XBT-USD","description":"The Lukka Pair Code for which Rates are requested for"},{"key":"lukkaEntityCode","value":"LUKKA","description":"The enitity code of the entity related to this implied rate."},{"key":"dataShape","value":"flat"},{"key":"timeFrom","value":"2024-05-10T07:00:00.000Z"},{"key":"timeTo","value":"2024-05-13T07:00:00.000Z"},{"key":"limit","value":"24"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"envoy"},{"key":"date","value":"Tue, 21 May 2024 04:06:03 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"182307"},{"key":"x-envoy-upstream-service-time","value":"396"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"askPrice\": 62944.63519364179,\n            \"basisAskPrice\": 11.586568863873254,\n            \"basisBidPrice\": 5.771566045623331,\n            \"basisPrice\": 8.17738739035849,\n            \"bidAskSpread\": 1.4063513749382412,\n            \"bidPrice\": 62938.82019082354,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62941.22601216828,\n            \"staleness\": 0.028631174480135316,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"askPrice\": 62963.71332918068,\n            \"basisAskPrice\": 30.664704402763164,\n            \"basisBidPrice\": 22.700142662222788,\n            \"basisPrice\": 26.406283296179026,\n            \"bidAskSpread\": 1.4063513749382412,\n            \"bidPrice\": 62955.74876744014,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62959.4549080741,\n            \"staleness\": 0.028631174480135316,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"askPrice\": 62982.51741767988,\n            \"basisAskPrice\": 49.46879290196375,\n            \"basisBidPrice\": 39.456868657289306,\n            \"basisPrice\": 44.40624055481021,\n            \"bidAskSpread\": 1.4063513749382412,\n            \"bidPrice\": 62972.50549343521,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62977.45486533273,\n            \"staleness\": 0.028631174480135316,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"askPrice\": 63051.262098417144,\n            \"basisAskPrice\": 118.21347363922541,\n            \"basisBidPrice\": 102.87722116407531,\n            \"basisPrice\": 111.56853001003037,\n            \"bidAskSpread\": 1.4063513749382412,\n            \"bidPrice\": 63035.925845941994,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63044.61715478795,\n            \"staleness\": 0.028631174480135316,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"askPrice\": 63138.91459050578,\n            \"basisAskPrice\": 205.8659657278622,\n            \"basisBidPrice\": 193.60125078208512,\n            \"basisPrice\": 201.87866896585183,\n            \"bidAskSpread\": 1.4063513749382412,\n            \"bidPrice\": 63126.649875560004,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63134.92729374377,\n            \"staleness\": 0.028631174480135316,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"askPrice\": 63226.688682952976,\n            \"basisAskPrice\": 293.64005817505677,\n            \"basisBidPrice\": 283.28464316033933,\n            \"basisPrice\": 291.03955709077127,\n            \"bidAskSpread\": 1.4063513749382412,\n            \"bidPrice\": 63216.33326793826,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63224.08818186869,\n            \"staleness\": 0.028631174480135316,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"askPrice\": 63352.016985928065,\n            \"basisAskPrice\": 418.96836115014594,\n            \"basisBidPrice\": 409.8290899593485,\n            \"basisPrice\": 416.52463673511375,\n            \"bidAskSpread\": 1.4063513749382412,\n            \"bidPrice\": 63342.87771473727,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63349.57326151303,\n            \"staleness\": 0.028631174480135316,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"askPrice\": 63777.79396440817,\n            \"basisAskPrice\": 844.7453396302517,\n            \"basisBidPrice\": 841.0373040739942,\n            \"basisPrice\": 846.102899523903,\n            \"bidAskSpread\": 1.4063513749382412,\n            \"bidPrice\": 63774.08592885191,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63779.15152430182,\n            \"staleness\": 0.028631174480135316,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"askPrice\": 64310.40471385768,\n            \"basisAskPrice\": 1377.3560890797598,\n            \"basisBidPrice\": 1374.263626571912,\n            \"basisPrice\": 1377.375918753387,\n            \"bidAskSpread\": 1.4063513749382412,\n            \"bidPrice\": 64307.31225134983,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64310.424543531306,\n            \"staleness\": 0.028631174480135316,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"askPrice\": 65920.03018081564,\n            \"basisAskPrice\": 2986.9815560377174,\n            \"basisBidPrice\": 2975.5054508977482,\n            \"basisPrice\": 2978.494855006764,\n            \"bidAskSpread\": 1.4063513749382412,\n            \"bidPrice\": 65908.55407567567,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65911.54347978468,\n            \"staleness\": 0.028631174480135316,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"askPrice\": 67433.6495066768,\n            \"basisAskPrice\": 4500.600881898878,\n            \"basisBidPrice\": 4475.867078190844,\n            \"basisPrice\": 4486.845383310792,\n            \"bidAskSpread\": 1.4063513749382412,\n            \"bidPrice\": 67408.91570296876,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 67419.89400808871,\n            \"staleness\": 0.028631174480135316,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"askPrice\": 68776.69431515053,\n            \"basisAskPrice\": 5843.645690372607,\n            \"basisBidPrice\": 5822.757483441164,\n            \"basisPrice\": 5838.138282417785,\n            \"bidAskSpread\": 1.4063513749382412,\n            \"bidPrice\": 68755.80610821908,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 68771.1869071957,\n            \"staleness\": 0.028631174480135316,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"askPrice\": 63192.349914466264,\n            \"basisAskPrice\": 19.45327272033319,\n            \"basisBidPrice\": 16.883252634877863,\n            \"basisPrice\": 18.056452232987795,\n            \"bidAskSpread\": 2.009820413589185,\n            \"bidPrice\": 63189.77989438081,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63190.95309397892,\n            \"staleness\": 0.03924776718670258,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"askPrice\": 63211.80917756918,\n            \"basisAskPrice\": 38.91253582324862,\n            \"basisBidPrice\": 33.77101739812497,\n            \"basisPrice\": 36.118065468312125,\n            \"bidAskSpread\": 2.009820413589185,\n            \"bidPrice\": 63206.667659144056,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63209.01470721424,\n            \"staleness\": 0.03924776718670258,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"askPrice\": 63231.274432899336,\n            \"basisAskPrice\": 58.37779115340527,\n            \"basisBidPrice\": 50.6632954956367,\n            \"basisPrice\": 54.184841181122465,\n            \"bidAskSpread\": 2.009820413589185,\n            \"bidPrice\": 63223.55993724157,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63227.08148292705,\n            \"staleness\": 0.03924776718670258,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"askPrice\": 63308.447125436054,\n            \"basisAskPrice\": 135.55048369012366,\n            \"basisBidPrice\": 117.81592206372443,\n            \"basisPrice\": 125.91915064544446,\n            \"bidAskSpread\": 2.009820413589185,\n            \"bidPrice\": 63290.712563809655,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63298.815792391375,\n            \"staleness\": 0.03924776718670258,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"askPrice\": 63405.49328939901,\n            \"basisAskPrice\": 232.59664765308116,\n            \"basisBidPrice\": 212.09280083848716,\n            \"basisPrice\": 221.76864059619402,\n            \"bidAskSpread\": 2.009820413589185,\n            \"bidPrice\": 63384.98944258442,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63394.665282342125,\n            \"staleness\": 0.03924776718670258,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"askPrice\": 63498.013097472554,\n            \"basisAskPrice\": 325.1164557266238,\n            \"basisBidPrice\": 304.04751791600575,\n            \"basisPrice\": 314.03993557031936,\n            \"bidAskSpread\": 2.009820413589185,\n            \"bidPrice\": 63476.944159661936,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63486.93657731625,\n            \"staleness\": 0.03924776718670258,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"askPrice\": 63623.240211693745,\n            \"basisAskPrice\": 450.3435699478141,\n            \"basisBidPrice\": 432.0414278325916,\n            \"basisPrice\": 440.5677676524065,\n            \"bidAskSpread\": 2.009820413589185,\n            \"bidPrice\": 63604.93806957852,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63613.46440939834,\n            \"staleness\": 0.03924776718670258,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"askPrice\": 64036.61486888554,\n            \"basisAskPrice\": 863.7182271396086,\n            \"basisBidPrice\": 863.8489778349176,\n            \"basisPrice\": 862.4264881628551,\n            \"bidAskSpread\": 2.009820413589185,\n            \"bidPrice\": 64036.74561958085,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64035.323129908786,\n            \"staleness\": 0.03924776718670258,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"askPrice\": 64569.18232808675,\n            \"basisAskPrice\": 1396.285686340816,\n            \"basisBidPrice\": 1393.801612012161,\n            \"basisPrice\": 1393.681736370425,\n            \"bidAskSpread\": 2.009820413589185,\n            \"bidPrice\": 64566.69825375809,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64566.578378116355,\n            \"staleness\": 0.03924776718670258,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"askPrice\": 66182.23416927888,\n            \"basisAskPrice\": 3009.3375275329454,\n            \"basisBidPrice\": 2993.1291119191446,\n            \"basisPrice\": 2999.997540439581,\n            \"bidAskSpread\": 2.009820413589185,\n            \"bidPrice\": 66166.02575366508,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66172.89418218551,\n            \"staleness\": 0.03924776718670258,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"askPrice\": 67711.97180813696,\n            \"basisAskPrice\": 4539.075166391034,\n            \"basisBidPrice\": 4494.090828840388,\n            \"basisPrice\": 4525.830805963735,\n            \"bidAskSpread\": 2.009820413589185,\n            \"bidPrice\": 67666.98747058632,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 67698.72744770967,\n            \"staleness\": 0.03924776718670258,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"askPrice\": 69077.53270512859,\n            \"basisAskPrice\": 5904.636063382655,\n            \"basisBidPrice\": 5831.434643329601,\n            \"basisPrice\": 5896.280580548118,\n            \"bidAskSpread\": 2.009820413589185,\n            \"bidPrice\": 69004.33128507553,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 69069.17722229405,\n            \"staleness\": 0.03924776718670258,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"askPrice\": 62987.26759128499,\n            \"basisAskPrice\": 19.078780004856526,\n            \"basisBidPrice\": 16.61938913562335,\n            \"basisPrice\": 17.863074694752868,\n            \"bidAskSpread\": 1.5694217396418673,\n            \"bidPrice\": 62984.808200415755,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62986.051885974884,\n            \"staleness\": 0.04455336376453443,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"askPrice\": 63006.35215198409,\n            \"basisAskPrice\": 38.16334070395533,\n            \"basisBidPrice\": 33.24316467808967,\n            \"basisPrice\": 35.731216859974666,\n            \"bidAskSpread\": 1.5694217396418673,\n            \"bidPrice\": 63001.43197595822,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63003.920028140106,\n            \"staleness\": 0.04455336376453443,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"askPrice\": 63025.44249512892,\n            \"basisAskPrice\": 57.25368384878675,\n            \"basisBidPrice\": 49.87132778514933,\n            \"basisPrice\": 53.60442793323455,\n            \"bidAskSpread\": 1.5694217396418673,\n            \"bidPrice\": 63018.06013906528,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63021.793239213366,\n            \"staleness\": 0.04455336376453443,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"askPrice\": 63100.88857459155,\n            \"basisAskPrice\": 132.69976331141515,\n            \"basisBidPrice\": 115.9953576405751,\n            \"basisPrice\": 124.48064143563533,\n            \"bidAskSpread\": 1.5694217396418673,\n            \"bidPrice\": 63084.18416892071,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63092.66945271577,\n            \"staleness\": 0.04455336376453443,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"askPrice\": 63192.46055121259,\n            \"basisAskPrice\": 224.27173993246106,\n            \"basisBidPrice\": 212.51428104129445,\n            \"basisPrice\": 218.79184374340548,\n            \"bidAskSpread\": 1.5694217396418673,\n            \"bidPrice\": 63180.703092321426,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63186.98065502354,\n            \"staleness\": 0.04455336376453443,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"askPrice\": 63281.95130841469,\n            \"basisAskPrice\": 313.76249713455763,\n            \"basisBidPrice\": 304.08372076853993,\n            \"basisPrice\": 309.41870968346484,\n            \"bidAskSpread\": 1.5694217396418673,\n            \"bidPrice\": 63272.27253204867,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63277.6075209636,\n            \"staleness\": 0.04455336376453443,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"askPrice\": 63405.98659179505,\n            \"basisAskPrice\": 437.7977805149203,\n            \"basisBidPrice\": 427.98543115102075,\n            \"basisPrice\": 433.2939124496261,\n            \"bidAskSpread\": 1.5694217396418673,\n            \"bidPrice\": 63396.17424243115,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63401.48272372976,\n            \"staleness\": 0.04455336376453443,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"askPrice\": 63829.68214462551,\n            \"basisAskPrice\": 861.493333345381,\n            \"basisBidPrice\": 851.752770612402,\n            \"basisPrice\": 857.6653895575582,\n            \"bidAskSpread\": 1.5694217396418673,\n            \"bidPrice\": 63819.94158189253,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63825.85420083769,\n            \"staleness\": 0.04455336376453443,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"askPrice\": 64358.65282326885,\n            \"basisAskPrice\": 1390.464011988719,\n            \"basisBidPrice\": 1383.5257730542653,\n            \"basisPrice\": 1387.4308475826474,\n            \"bidAskSpread\": 1.5694217396418673,\n            \"bidPrice\": 64351.7145843344,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64355.61965886278,\n            \"staleness\": 0.04455336376453443,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"askPrice\": 65955.31520313336,\n            \"basisAskPrice\": 2987.1263918532277,\n            \"basisBidPrice\": 2978.9653871719565,\n            \"basisPrice\": 2982.004538491041,\n            \"bidAskSpread\": 1.5694217396418673,\n            \"bidPrice\": 65947.15419845209,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65950.19334977117,\n            \"staleness\": 0.04455336376453443,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"askPrice\": 67447.70911336027,\n            \"basisAskPrice\": 4479.520302080135,\n            \"basisBidPrice\": 4455.410610482351,\n            \"basisPrice\": 4471.336403196045,\n            \"bidAskSpread\": 1.5694217396418673,\n            \"bidPrice\": 67423.59942176248,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 67439.52521447618,\n            \"staleness\": 0.04455336376453443,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"askPrice\": 68771.0893595862,\n            \"basisAskPrice\": 5802.900548306068,\n            \"basisBidPrice\": 5768.058969873666,\n            \"basisPrice\": 5799.598147651246,\n            \"bidAskSpread\": 1.5694217396418673,\n            \"bidPrice\": 68736.2477811538,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 68767.78695893138,\n            \"staleness\": 0.04455336376453443,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"askPrice\": 63012.50474097895,\n            \"basisAskPrice\": 19.672778591047972,\n            \"basisBidPrice\": 17.24575905819802,\n            \"basisPrice\": 18.643586088590382,\n            \"bidAskSpread\": 1.529975381935495,\n            \"bidPrice\": 63010.0777214461,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63011.47554847649,\n            \"staleness\": 0.07230381982221835,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"askPrice\": 63032.183663415344,\n            \"basisAskPrice\": 39.351701027444506,\n            \"basisBidPrice\": 34.49623954574781,\n            \"basisPrice\": 37.2926900002567,\n            \"bidAskSpread\": 1.529975381935495,\n            \"bidPrice\": 63027.32820193365,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63030.12465238816,\n            \"staleness\": 0.07230381982221835,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"askPrice\": 63051.86873161581,\n            \"basisAskPrice\": 59.036769227910554,\n            \"basisBidPrice\": 51.751442755237804,\n            \"basisPrice\": 55.94731336808036,\n            \"bidAskSpread\": 1.529975381935495,\n            \"bidPrice\": 63044.58340514314,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63048.77927575598,\n            \"staleness\": 0.07230381982221835,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"askPrice\": 63128.141526321495,\n            \"basisAskPrice\": 135.3095639335952,\n            \"basisBidPrice\": 119.46927322933334,\n            \"basisPrice\": 128.79026589339628,\n            \"bidAskSpread\": 1.529975381935495,\n            \"bidPrice\": 63112.30123561723,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63121.622228281296,\n            \"staleness\": 0.07230381982221835,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"askPrice\": 63212.44141921719,\n            \"basisAskPrice\": 219.60945682929014,\n            \"basisBidPrice\": 204.7060552707626,\n            \"basisPrice\": 212.14132667515514,\n            \"bidAskSpread\": 1.529975381935495,\n            \"bidPrice\": 63197.53801765866,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63204.973289063055,\n            \"staleness\": 0.07230381982221835,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"askPrice\": 63297.9232280451,\n            \"basisAskPrice\": 305.0912656572036,\n            \"basisBidPrice\": 291.3306842739257,\n            \"basisPrice\": 297.2177933009516,\n            \"bidAskSpread\": 1.529975381935495,\n            \"bidPrice\": 63284.162646661825,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63290.04975568885,\n            \"staleness\": 0.07230381982221835,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"askPrice\": 63421.35001427851,\n            \"basisAskPrice\": 428.5180518906127,\n            \"basisBidPrice\": 416.91237211431144,\n            \"basisPrice\": 421.3750761206393,\n            \"bidAskSpread\": 1.529975381935495,\n            \"bidPrice\": 63409.74433450221,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63414.20703850854,\n            \"staleness\": 0.07230381982221835,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"askPrice\": 63852.98957794115,\n            \"basisAskPrice\": 860.157615553253,\n            \"basisBidPrice\": 857.628600076765,\n            \"basisPrice\": 860.8672098315437,\n            \"bidAskSpread\": 1.529975381935495,\n            \"bidPrice\": 63850.460562464665,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63853.69917221944,\n            \"staleness\": 0.07230381982221835,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"askPrice\": 64381.68522466767,\n            \"basisAskPrice\": 1388.853262279772,\n            \"basisBidPrice\": 1384.972972378433,\n            \"basisPrice\": 1388.0640409008847,\n            \"bidAskSpread\": 1.529975381935495,\n            \"bidPrice\": 64377.80493476633,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64380.896003288784,\n            \"staleness\": 0.07230381982221835,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"askPrice\": 65978.60916226858,\n            \"basisAskPrice\": 2985.7771998806784,\n            \"basisBidPrice\": 2973.2498547060604,\n            \"basisPrice\": 2978.6742616341726,\n            \"bidAskSpread\": 1.529975381935495,\n            \"bidPrice\": 65966.08181709396,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65971.50622402207,\n            \"staleness\": 0.07230381982221835,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"askPrice\": 67485.782742098,\n            \"basisAskPrice\": 4492.950779710103,\n            \"basisBidPrice\": 4448.835987439794,\n            \"basisPrice\": 4455.933309642765,\n            \"bidAskSpread\": 1.529975381935495,\n            \"bidPrice\": 67441.6679498277,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 67448.76527203067,\n            \"staleness\": 0.07230381982221835,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"askPrice\": 68834.47700587614,\n            \"basisAskPrice\": 5841.645043488235,\n            \"basisBidPrice\": 5755.799167241952,\n            \"basisPrice\": 5758.660492890871,\n            \"bidAskSpread\": 1.529975381935495,\n            \"bidPrice\": 68748.63112962985,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 68751.49245527877,\n            \"staleness\": 0.07230381982221835,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"askPrice\": 63027.344459432345,\n            \"basisAskPrice\": 18.477700385759817,\n            \"basisBidPrice\": 16.285780011814495,\n            \"basisPrice\": 17.410550096421503,\n            \"bidAskSpread\": 1.782173814973009,\n            \"bidPrice\": 63025.1525390584,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63026.277309143006,\n            \"staleness\": 0.11379908528240384,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"askPrice\": 63045.82757850645,\n            \"basisAskPrice\": 36.96081945986225,\n            \"basisBidPrice\": 32.575769377697725,\n            \"basisPrice\": 34.82591105947358,\n            \"bidAskSpread\": 1.782173814973009,\n            \"bidPrice\": 63041.44252842428,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63043.69267010606,\n            \"staleness\": 0.11379908528240384,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"askPrice\": 63064.31611785795,\n            \"basisAskPrice\": 55.44935881136189,\n            \"basisBidPrice\": 48.86996918566001,\n            \"basisPrice\": 52.2460842185028,\n            \"bidAskSpread\": 1.782173814973009,\n            \"bidPrice\": 63057.736728232245,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63061.11284326509,\n            \"staleness\": 0.11379908528240384,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"askPrice\": 63136.920435769964,\n            \"basisAskPrice\": 128.05367672337889,\n            \"basisBidPrice\": 113.04985996599862,\n            \"basisPrice\": 120.53186142708,\n            \"bidAskSpread\": 1.782173814973009,\n            \"bidPrice\": 63121.91661901258,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63129.398620473665,\n            \"staleness\": 0.11379908528240384,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"askPrice\": 63225.995055015956,\n            \"basisAskPrice\": 217.1282959693708,\n            \"basisBidPrice\": 194.11776772405574,\n            \"basisPrice\": 201.98821273210342,\n            \"bidAskSpread\": 1.782173814973009,\n            \"bidPrice\": 63202.98452677064,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63210.85497177869,\n            \"staleness\": 0.11379908528240384,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"askPrice\": 63314.68905619527,\n            \"basisAskPrice\": 305.822297148683,\n            \"basisBidPrice\": 277.5556605715028,\n            \"basisPrice\": 285.73147107861587,\n            \"bidAskSpread\": 1.782173814973009,\n            \"bidPrice\": 63286.42241961809,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63294.5982301252,\n            \"staleness\": 0.11379908528240384,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"askPrice\": 63439.71716038942,\n            \"basisAskPrice\": 430.8504013428319,\n            \"basisBidPrice\": 403.89041403734154,\n            \"basisPrice\": 410.74722724210005,\n            \"bidAskSpread\": 1.782173814973009,\n            \"bidPrice\": 63412.757173083926,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63419.613986288685,\n            \"staleness\": 0.11379908528240384,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"askPrice\": 63855.71294306062,\n            \"basisAskPrice\": 846.8461840140371,\n            \"basisBidPrice\": 845.0786240666712,\n            \"basisPrice\": 844.3382918137431,\n            \"bidAskSpread\": 1.782173814973009,\n            \"bidPrice\": 63853.945383113256,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63853.20505086033,\n            \"staleness\": 0.11379908528240384,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"askPrice\": 64385.84205452696,\n            \"basisAskPrice\": 1376.975295480377,\n            \"basisBidPrice\": 1372.4006840843722,\n            \"basisPrice\": 1372.635785635357,\n            \"bidAskSpread\": 1.782173814973009,\n            \"bidPrice\": 64381.26744313096,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64381.50254468194,\n            \"staleness\": 0.11379908528240384,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"askPrice\": 65991.04225058039,\n            \"basisAskPrice\": 2982.1754915338024,\n            \"basisBidPrice\": 2965.975569272785,\n            \"basisPrice\": 2971.015349673886,\n            \"bidAskSpread\": 1.782173814973009,\n            \"bidPrice\": 65974.84232831937,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65979.88210872047,\n            \"staleness\": 0.11379908528240384,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"askPrice\": 67505.85835850237,\n            \"basisAskPrice\": 4496.991599455789,\n            \"basisBidPrice\": 4477.0601511907225,\n            \"basisPrice\": 4483.375637576515,\n            \"bidAskSpread\": 1.782173814973009,\n            \"bidPrice\": 67485.92691023731,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 67492.2423966231,\n            \"staleness\": 0.11379908528240384,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"askPrice\": 68850.960397847,\n            \"basisAskPrice\": 5842.093638800412,\n            \"basisBidPrice\": 5832.817811547422,\n            \"basisPrice\": 5832.817059313638,\n            \"bidAskSpread\": 1.782173814973009,\n            \"bidPrice\": 68841.684570594,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 68841.68381836022,\n            \"staleness\": 0.11379908528240384,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"askPrice\": 63031.146364283515,\n            \"basisAskPrice\": 17.74675356255466,\n            \"basisBidPrice\": 15.386998861991742,\n            \"basisPrice\": 16.72698548707558,\n            \"bidAskSpread\": 1.3784217007034831,\n            \"bidPrice\": 63028.78660958295,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63030.126596208036,\n            \"staleness\": 0.06577602939678977,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"askPrice\": 63048.89811594591,\n            \"basisAskPrice\": 35.49850522494671,\n            \"basisBidPrice\": 30.777755015835282,\n            \"basisPrice\": 33.4584111732911,\n            \"bidAskSpread\": 1.3784217007034831,\n            \"bidPrice\": 63044.177365736796,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63046.85802189425,\n            \"staleness\": 0.06577602939678977,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"askPrice\": 63066.654867115765,\n            \"basisAskPrice\": 53.255256394804746,\n            \"basisBidPrice\": 46.17226937903615,\n            \"basisPrice\": 50.19427823733713,\n            \"bidAskSpread\": 1.3784217007034831,\n            \"bidPrice\": 63059.5718801,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63063.5938889583,\n            \"staleness\": 0.06577602939678977,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"askPrice\": 63135.94563491859,\n            \"basisAskPrice\": 122.5460241976325,\n            \"basisBidPrice\": 106.95129437198193,\n            \"basisPrice\": 115.85453147786029,\n            \"bidAskSpread\": 1.3784217007034831,\n            \"bidPrice\": 63120.35090509294,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63129.25414219882,\n            \"staleness\": 0.06577602939678977,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"askPrice\": 63225.29604628967,\n            \"basisAskPrice\": 211.89643556871306,\n            \"basisBidPrice\": 194.33203996967495,\n            \"basisPrice\": 200.3604424048899,\n            \"bidAskSpread\": 1.3784217007034831,\n            \"bidPrice\": 63207.731650690635,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63213.76005312585,\n            \"staleness\": 0.06577602939678977,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"askPrice\": 63314.76347082378,\n            \"basisAskPrice\": 301.3638601028215,\n            \"basisBidPrice\": 282.9305945266897,\n            \"basisPrice\": 286.75628219376085,\n            \"bidAskSpread\": 1.3784217007034831,\n            \"bidPrice\": 63296.33020524765,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63300.15589291472,\n            \"staleness\": 0.06577602939678977,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"askPrice\": 63442.04381011425,\n            \"basisAskPrice\": 428.64419939328945,\n            \"basisBidPrice\": 411.2870112852979,\n            \"basisPrice\": 414.0938609215227,\n            \"bidAskSpread\": 1.3784217007034831,\n            \"bidPrice\": 63424.68662200626,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63427.49347164248,\n            \"staleness\": 0.06577602939678977,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"askPrice\": 63866.266015281864,\n            \"basisAskPrice\": 852.8664045609039,\n            \"basisBidPrice\": 853.7070704356229,\n            \"basisPrice\": 854.4706589989291,\n            \"bidAskSpread\": 1.3784217007034831,\n            \"bidPrice\": 63867.10668115658,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63867.87026971989,\n            \"staleness\": 0.06577602939678977,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"askPrice\": 64388.67283942087,\n            \"basisAskPrice\": 1375.273228699909,\n            \"basisBidPrice\": 1373.9288449928572,\n            \"basisPrice\": 1375.2243109808987,\n            \"bidAskSpread\": 1.3784217007034831,\n            \"bidPrice\": 64387.32845571382,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64388.62392170186,\n            \"staleness\": 0.06577602939678977,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"askPrice\": 65967.57896845475,\n            \"basisAskPrice\": 2954.1793577337885,\n            \"basisBidPrice\": 2941.294113402975,\n            \"basisPrice\": 2947.1682974139476,\n            \"bidAskSpread\": 1.3784217007034831,\n            \"bidPrice\": 65954.69372412394,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65960.56790813491,\n            \"staleness\": 0.06577602939678977,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"askPrice\": 67454.51176098615,\n            \"basisAskPrice\": 4441.112150265188,\n            \"basisBidPrice\": 4417.531754361167,\n            \"basisPrice\": 4425.526897381766,\n            \"bidAskSpread\": 1.3784217007034831,\n            \"bidPrice\": 67430.93136508213,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 67438.92650810273,\n            \"staleness\": 0.06577602939678977,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"askPrice\": 68780.36793613674,\n            \"basisAskPrice\": 5766.968325415779,\n            \"basisBidPrice\": 5745.122284271849,\n            \"basisPrice\": 5746.556385165335,\n            \"bidAskSpread\": 1.3784217007034831,\n            \"bidPrice\": 68758.52189499281,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 68759.9559958863,\n            \"staleness\": 0.06577602939678977,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"askPrice\": 63196.513696348615,\n            \"basisAskPrice\": 19.29511694330722,\n            \"basisBidPrice\": 16.665462967510393,\n            \"basisPrice\": 17.579660784751468,\n            \"bidAskSpread\": 1.9261231902041671,\n            \"bidPrice\": 63193.88404237282,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63194.79824019006,\n            \"staleness\": 0.07163805040384125,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"askPrice\": 63215.81470626326,\n            \"basisAskPrice\": 38.596126857955824,\n            \"basisBidPrice\": 33.335322102830105,\n            \"basisPrice\": 35.16421327698481,\n            \"bidAskSpread\": 1.9261231902041671,\n            \"bidPrice\": 63210.55390150814,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63212.38279268229,\n            \"staleness\": 0.07163805040384125,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"askPrice\": 63235.12161094902,\n            \"basisAskPrice\": 57.90303154371213,\n            \"basisBidPrice\": 50.00957856565219,\n            \"basisPrice\": 52.75365883786435,\n            \"bidAskSpread\": 1.9261231902041671,\n            \"bidPrice\": 63227.22815797096,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63229.97223824317,\n            \"staleness\": 0.07163805040384125,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"askPrice\": 63310.85896170056,\n            \"basisAskPrice\": 133.64038229524886,\n            \"basisBidPrice\": 114.85497547288105,\n            \"basisPrice\": 121.29630228241149,\n            \"bidAskSpread\": 1.9261231902041671,\n            \"bidPrice\": 63292.07355487819,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63298.51488168772,\n            \"staleness\": 0.07163805040384125,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"askPrice\": 63402.79920627772,\n            \"basisAskPrice\": 225.5806268724118,\n            \"basisBidPrice\": 202.88442470690643,\n            \"basisPrice\": 210.6146771551139,\n            \"bidAskSpread\": 1.9261231902041671,\n            \"bidPrice\": 63380.103004112214,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63387.83325656042,\n            \"staleness\": 0.07163805040384125,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"askPrice\": 63493.03219115361,\n            \"basisAskPrice\": 315.8136117483009,\n            \"basisBidPrice\": 291.59062520537555,\n            \"basisPrice\": 300.0478934427083,\n            \"bidAskSpread\": 1.9261231902041671,\n            \"bidPrice\": 63468.80920461068,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63477.266472848016,\n            \"staleness\": 0.07163805040384125,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"askPrice\": 63617.819314231245,\n            \"basisAskPrice\": 440.60073482593725,\n            \"basisBidPrice\": 419.0726182612125,\n            \"basisPrice\": 427.22904639575427,\n            \"bidAskSpread\": 1.9261231902041671,\n            \"bidPrice\": 63596.29119766652,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63604.44762580106,\n            \"staleness\": 0.07163805040384125,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"askPrice\": 64046.27475181821,\n            \"basisAskPrice\": 869.0561724129002,\n            \"basisBidPrice\": 857.3267642368737,\n            \"basisPrice\": 861.2334462195358,\n            \"bidAskSpread\": 1.9261231902041671,\n            \"bidPrice\": 64034.54534364218,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64038.45202562484,\n            \"staleness\": 0.07163805040384125,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"askPrice\": 64576.648521195806,\n            \"basisAskPrice\": 1399.4299417904986,\n            \"basisBidPrice\": 1392.6431384668103,\n            \"basisPrice\": 1393.2897931992047,\n            \"bidAskSpread\": 1.9261231902041671,\n            \"bidPrice\": 64569.86171787212,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64570.50837260451,\n            \"staleness\": 0.07163805040384125,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"askPrice\": 66176.09943692932,\n            \"basisAskPrice\": 2998.880857524011,\n            \"basisBidPrice\": 2987.806634944325,\n            \"basisPrice\": 2990.5710069063207,\n            \"bidAskSpread\": 1.9261231902041671,\n            \"bidPrice\": 66165.02521434963,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66167.78958631163,\n            \"staleness\": 0.07163805040384125,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"askPrice\": 67690.4087673583,\n            \"basisAskPrice\": 4513.1901879529905,\n            \"basisBidPrice\": 4461.388294990218,\n            \"basisPrice\": 4500.003494037825,\n            \"bidAskSpread\": 1.9261231902041671,\n            \"bidPrice\": 67638.60687439553,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 67677.22207344313,\n            \"staleness\": 0.07163805040384125,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"askPrice\": 69057.81655137756,\n            \"basisAskPrice\": 5880.597971972253,\n            \"basisBidPrice\": 5793.182462989775,\n            \"basisPrice\": 5873.537497593599,\n            \"bidAskSpread\": 1.9261231902041671,\n            \"bidPrice\": 68970.40104239508,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 69050.7560769989,\n            \"staleness\": 0.07163805040384125,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"askPrice\": 62990.182083400694,\n            \"basisAskPrice\": 18.098251557647018,\n            \"basisBidPrice\": 15.12169958515733,\n            \"basisPrice\": 16.64022420681431,\n            \"bidAskSpread\": 1.8362567516497554,\n            \"bidPrice\": 62987.205531428204,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62988.72405604986,\n            \"staleness\": 0.07357455605686308,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"askPrice\": 63008.285536417294,\n            \"basisAskPrice\": 36.20170457424683,\n            \"basisBidPrice\": 30.24703039520682,\n            \"basisPrice\": 33.28484555352043,\n            \"bidAskSpread\": 1.8362567516497554,\n            \"bidPrice\": 63002.330862238254,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63005.36867739657,\n            \"staleness\": 0.07357455605686308,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"askPrice\": 63026.39419238774,\n            \"basisAskPrice\": 54.31036054469587,\n            \"basisBidPrice\": 45.37599330213561,\n            \"basisPrice\": 49.933865202066954,\n            \"bidAskSpread\": 1.8362567516497554,\n            \"bidPrice\": 63017.45982514518,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63022.017697045114,\n            \"staleness\": 0.07357455605686308,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"askPrice\": 63096.6709127793,\n            \"basisAskPrice\": 124.58708093625319,\n            \"basisBidPrice\": 105.04202497489314,\n            \"basisPrice\": 115.09806155112165,\n            \"bidAskSpread\": 1.8362567516497554,\n            \"bidPrice\": 63077.12585681794,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63087.18189339417,\n            \"staleness\": 0.07357455605686308,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"askPrice\": 63179.39852339093,\n            \"basisAskPrice\": 207.31469154788647,\n            \"basisBidPrice\": 186.82790893670608,\n            \"basisPrice\": 194.83208314416697,\n            \"bidAskSpread\": 1.8362567516497554,\n            \"bidPrice\": 63158.91174077975,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63166.915914987214,\n            \"staleness\": 0.07357455605686308,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"askPrice\": 63264.767311269294,\n            \"basisAskPrice\": 292.6834794262468,\n            \"basisBidPrice\": 271.3104503914801,\n            \"basisPrice\": 277.9360104965308,\n            \"bidAskSpread\": 1.8362567516497554,\n            \"bidPrice\": 63243.39428223453,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63250.01984233958,\n            \"staleness\": 0.07357455605686308,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"askPrice\": 63392.584032408864,\n            \"basisAskPrice\": 420.50020056581707,\n            \"basisBidPrice\": 402.5324780896117,\n            \"basisPrice\": 407.9171401358617,\n            \"bidAskSpread\": 1.8362567516497554,\n            \"bidPrice\": 63374.61630993266,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63380.00097197891,\n            \"staleness\": 0.07357455605686308,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"askPrice\": 63836.20432223399,\n            \"basisAskPrice\": 864.1204903909456,\n            \"basisBidPrice\": 857.6424359102093,\n            \"basisPrice\": 860.5622004410106,\n            \"bidAskSpread\": 1.8362567516497554,\n            \"bidPrice\": 63829.726267753256,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63832.64603228406,\n            \"staleness\": 0.07357455605686308,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"askPrice\": 64359.19043934011,\n            \"basisAskPrice\": 1387.1066074970659,\n            \"basisBidPrice\": 1382.3320940394333,\n            \"basisPrice\": 1382.3064668039879,\n            \"bidAskSpread\": 1.8362567516497554,\n            \"bidPrice\": 64354.41592588248,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64354.390298647035,\n            \"staleness\": 0.07357455605686308,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"askPrice\": 65938.27398881032,\n            \"basisAskPrice\": 2966.1901569672773,\n            \"basisBidPrice\": 2953.0807353969867,\n            \"basisPrice\": 2957.072427274339,\n            \"bidAskSpread\": 1.8362567516497554,\n            \"bidPrice\": 65925.16456724003,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65929.15625911739,\n            \"staleness\": 0.07357455605686308,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"askPrice\": 67441.44678871759,\n            \"basisAskPrice\": 4469.362956874538,\n            \"basisBidPrice\": 4432.540709753928,\n            \"basisPrice\": 4459.989607285985,\n            \"bidAskSpread\": 1.8362567516497554,\n            \"bidPrice\": 67404.62454159698,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 67432.07343912903,\n            \"staleness\": 0.07357455605686308,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"askPrice\": 68803.32113527786,\n            \"basisAskPrice\": 5831.237303434813,\n            \"basisBidPrice\": 5784.198726310133,\n            \"basisPrice\": 5826.256845087046,\n            \"bidAskSpread\": 1.8362567516497554,\n            \"bidPrice\": 68756.28255815318,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 68798.3406769301,\n            \"staleness\": 0.07357455605686308,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"askPrice\": 62083.10916438145,\n            \"basisAskPrice\": 18.03354997423594,\n            \"basisBidPrice\": 13.557540577901818,\n            \"basisPrice\": 15.286633211711887,\n            \"bidAskSpread\": 4.216878732335039,\n            \"bidPrice\": 62078.63315498512,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62080.36224761893,\n            \"staleness\": 0.01345809264514902,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"askPrice\": 62101.147954161184,\n            \"basisAskPrice\": 36.07233975396957,\n            \"basisBidPrice\": 27.118042674905155,\n            \"basisPrice\": 30.577031522429024,\n            \"bidAskSpread\": 4.216878732335039,\n            \"bidPrice\": 62092.19365708212,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62095.652645929644,\n            \"staleness\": 0.01345809264514902,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"askPrice\": 62119.19198526888,\n            \"basisAskPrice\": 54.11637086166593,\n            \"basisBidPrice\": 40.6815069379154,\n            \"basisPrice\": 45.87119585950131,\n            \"bidAskSpread\": 4.216878732335039,\n            \"bidPrice\": 62105.75712134513,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62110.946810266716,\n            \"staleness\": 0.01345809264514902,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"askPrice\": 62188.31777684205,\n            \"basisAskPrice\": 123.24216243483534,\n            \"basisBidPrice\": 94.41458638721815,\n            \"basisPrice\": 105.64255869568296,\n            \"bidAskSpread\": 4.216878732335039,\n            \"bidPrice\": 62159.49020079443,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62170.7181731029,\n            \"staleness\": 0.01345809264514902,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"askPrice\": 62274.10146222296,\n            \"basisAskPrice\": 209.02584781574842,\n            \"basisBidPrice\": 176.11113288050547,\n            \"basisPrice\": 188.2128125654417,\n            \"bidAskSpread\": 4.216878732335039,\n            \"bidPrice\": 62241.18674728772,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62253.28842697266,\n            \"staleness\": 0.01345809264514902,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"askPrice\": 62360.0012599525,\n            \"basisAskPrice\": 294.9256455452851,\n            \"basisBidPrice\": 259.29228976495506,\n            \"basisPrice\": 272.15478982590867,\n            \"bidAskSpread\": 4.216878732335039,\n            \"bidPrice\": 62324.36790417217,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62337.23040423312,\n            \"staleness\": 0.01345809264514902,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"askPrice\": 62482.367887759116,\n            \"basisAskPrice\": 417.2922733519008,\n            \"basisBidPrice\": 382.2946843932514,\n            \"basisPrice\": 393.9785403771966,\n            \"bidAskSpread\": 4.216878732335039,\n            \"bidPrice\": 62447.370298800466,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62459.05415478441,\n            \"staleness\": 0.01345809264514902,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"askPrice\": 62877.96992210889,\n            \"basisAskPrice\": 812.8943077016738,\n            \"basisBidPrice\": 799.1021958729834,\n            \"basisPrice\": 801.6235349766721,\n            \"bidAskSpread\": 4.216878732335039,\n            \"bidPrice\": 62864.1778102802,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62866.69914938389,\n            \"staleness\": 0.01345809264514902,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"askPrice\": 63377.180838336564,\n            \"basisAskPrice\": 1312.1052239293494,\n            \"basisBidPrice\": 1297.2168066551603,\n            \"basisPrice\": 1299.1806917780414,\n            \"bidAskSpread\": 4.216878732335039,\n            \"bidPrice\": 63362.292421062375,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63364.256306185256,\n            \"staleness\": 0.01345809264514902,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"askPrice\": 64896.39772683538,\n            \"basisAskPrice\": 2831.3221124281627,\n            \"basisBidPrice\": 2803.077798855542,\n            \"basisPrice\": 2806.7561335578503,\n            \"bidAskSpread\": 4.216878732335039,\n            \"bidPrice\": 64868.15341326276,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64871.831747965065,\n            \"staleness\": 0.01345809264514902,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"askPrice\": 66358.61198244296,\n            \"basisAskPrice\": 4293.536368035748,\n            \"basisBidPrice\": 4193.460648909422,\n            \"basisPrice\": 4267.745050405712,\n            \"bidAskSpread\": 4.216878732335039,\n            \"bidPrice\": 66258.53626331664,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66332.82066481293,\n            \"staleness\": 0.01345809264514902,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"askPrice\": 67681.21802185189,\n            \"basisAskPrice\": 5616.142407444677,\n            \"basisBidPrice\": 5403.109137978281,\n            \"basisPrice\": 5603.164837918543,\n            \"bidAskSpread\": 4.216878732335039,\n            \"bidPrice\": 67468.1847523855,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 67668.24045232576,\n            \"staleness\": 0.01345809264514902,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"askPrice\": 61001.728236309216,\n            \"basisAskPrice\": 16.606861783366185,\n            \"basisBidPrice\": 12.643462956679286,\n            \"basisPrice\": 14.683611369160644,\n            \"bidAskSpread\": 2.9514572335967633,\n            \"bidPrice\": 60997.76483748253,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60999.80498589501,\n            \"staleness\": 0.016348386032618633,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"askPrice\": 61018.33962030804,\n            \"basisAskPrice\": 33.218245782190934,\n            \"basisBidPrice\": 25.289547161824885,\n            \"basisPrice\": 29.370758165307052,\n            \"bidAskSpread\": 2.9514572335967633,\n            \"bidPrice\": 61010.410921687675,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61014.49213269116,\n            \"staleness\": 0.016348386032618633,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"askPrice\": 61034.95552775376,\n            \"basisAskPrice\": 49.834153227908246,\n            \"basisBidPrice\": 37.93825315887807,\n            \"basisPrice\": 44.06144123964623,\n            \"bidAskSpread\": 2.9514572335967633,\n            \"bidPrice\": 61023.05962768473,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61029.182815765496,\n            \"staleness\": 0.016348386032618633,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"askPrice\": 61099.387871896666,\n            \"basisAskPrice\": 114.26649737081607,\n            \"basisBidPrice\": 88.48387705069763,\n            \"basisPrice\": 101.35937914660462,\n            \"bidAskSpread\": 2.9514572335967633,\n            \"bidPrice\": 61073.60525157655,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61086.480753672455,\n            \"staleness\": 0.016348386032618633,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"askPrice\": 61186.21115769255,\n            \"basisAskPrice\": 201.08978316670255,\n            \"basisBidPrice\": 175.1883595635445,\n            \"basisPrice\": 188.05990265580476,\n            \"bidAskSpread\": 2.9514572335967633,\n            \"bidPrice\": 61160.309734089395,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61173.181277181655,\n            \"staleness\": 0.016348386032618633,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"askPrice\": 61273.15237455913,\n            \"basisAskPrice\": 288.0310000332829,\n            \"basisBidPrice\": 262.31362136473035,\n            \"basisPrice\": 274.97199577583524,\n            \"bidAskSpread\": 2.9514572335967633,\n            \"bidPrice\": 61247.43499589058,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61260.093370301685,\n            \"staleness\": 0.016348386032618633,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"askPrice\": 61396.7681722194,\n            \"basisAskPrice\": 411.6467976935528,\n            \"basisBidPrice\": 387.7050804772225,\n            \"basisPrice\": 399.42786739292205,\n            \"bidAskSpread\": 2.9514572335967633,\n            \"bidPrice\": 61372.82645500307,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61384.54924191877,\n            \"staleness\": 0.016348386032618633,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"askPrice\": 61794.54032122099,\n            \"basisAskPrice\": 809.418946695143,\n            \"basisBidPrice\": 796.8451767099104,\n            \"basisPrice\": 802.0063204857506,\n            \"bidAskSpread\": 2.9514572335967633,\n            \"bidPrice\": 61781.96655123576,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61787.1276950116,\n            \"staleness\": 0.016348386032618633,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"askPrice\": 62274.358993659145,\n            \"basisAskPrice\": 1289.237619133295,\n            \"basisBidPrice\": 1275.7322975404459,\n            \"basisPrice\": 1281.4860563373222,\n            \"bidAskSpread\": 2.9514572335967633,\n            \"bidPrice\": 62260.853672066296,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62266.60743086317,\n            \"staleness\": 0.016348386032618633,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"askPrice\": 63725.34366999729,\n            \"basisAskPrice\": 2740.222295471438,\n            \"basisBidPrice\": 2722.4880649336556,\n            \"basisPrice\": 2730.431165346039,\n            \"bidAskSpread\": 2.9514572335967633,\n            \"bidPrice\": 63707.609439459506,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63715.55253987189,\n            \"staleness\": 0.016348386032618633,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"askPrice\": 65135.22200329377,\n            \"basisAskPrice\": 4150.100628767919,\n            \"basisBidPrice\": 4107.365158532302,\n            \"basisPrice\": 4122.873763677024,\n            \"bidAskSpread\": 2.9514572335967633,\n            \"bidPrice\": 65092.48653305815,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65107.995138202874,\n            \"staleness\": 0.016348386032618633,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"askPrice\": 66436.2394111127,\n            \"basisAskPrice\": 5451.118036586857,\n            \"basisBidPrice\": 5366.5861435160405,\n            \"basisPrice\": 5394.039574056464,\n            \"bidAskSpread\": 2.9514572335967633,\n            \"bidPrice\": 66351.70751804189,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66379.16094858231,\n            \"staleness\": 0.016348386032618633,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"askPrice\": 60907.075716523126,\n            \"basisAskPrice\": 18.08597821078729,\n            \"basisBidPrice\": 13.731790463272773,\n            \"basisPrice\": 16.33777015544183,\n            \"bidAskSpread\": 3.607131183940841,\n            \"bidPrice\": 60902.72152877561,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60905.32750846778,\n            \"staleness\": 0.03429881310675839,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"askPrice\": 60925.16706684814,\n            \"basisAskPrice\": 36.17732853579946,\n            \"basisBidPrice\": 27.46667774371599,\n            \"basisPrice\": 32.67992407114798,\n            \"bidAskSpread\": 3.607131183940841,\n            \"bidPrice\": 60916.456416056055,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60921.66966238349,\n            \"staleness\": 0.03429881310675839,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"askPrice\": 60943.26379088305,\n            \"basisAskPrice\": 54.27405257071223,\n            \"basisBidPrice\": 41.20466253974155,\n            \"basisPrice\": 49.02646292337158,\n            \"bidAskSpread\": 3.607131183940841,\n            \"bidPrice\": 60930.19440085208,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60938.01620123571,\n            \"staleness\": 0.03429881310675839,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"askPrice\": 61012.62818194687,\n            \"basisAskPrice\": 123.63844363453245,\n            \"basisBidPrice\": 94.87974741690414,\n            \"basisPrice\": 112.3388201674752,\n            \"bidAskSpread\": 3.607131183940841,\n            \"bidPrice\": 60983.86948572924,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61001.328558479814,\n            \"staleness\": 0.03429881310675839,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"askPrice\": 61086.92424695941,\n            \"basisAskPrice\": 197.9345086470712,\n            \"basisBidPrice\": 159.19840735597245,\n            \"basisPrice\": 183.9398266158314,\n            \"bidAskSpread\": 3.607131183940841,\n            \"bidPrice\": 61048.18814566831,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61072.92956492817,\n            \"staleness\": 0.03429881310675839,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"askPrice\": 61165.31146967207,\n            \"basisAskPrice\": 276.32173135973426,\n            \"basisBidPrice\": 228.76412882070872,\n            \"basisPrice\": 260.18596200156753,\n            \"bidAskSpread\": 3.607131183940841,\n            \"bidPrice\": 61117.75386713305,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61149.17570031391,\n            \"staleness\": 0.03429881310675839,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"askPrice\": 61288.3170635235,\n            \"basisAskPrice\": 399.3273252111612,\n            \"basisBidPrice\": 364.3034409730826,\n            \"basisPrice\": 386.0331499650929,\n            \"bidAskSpread\": 3.607131183940841,\n            \"bidPrice\": 61253.29317928542,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61275.02288827743,\n            \"staleness\": 0.03429881310675839,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"askPrice\": 61700.544086084294,\n            \"basisAskPrice\": 811.5543477719548,\n            \"basisBidPrice\": 803.9873341533239,\n            \"basisPrice\": 811.4258245611345,\n            \"bidAskSpread\": 3.607131183940841,\n            \"bidPrice\": 61692.97707246566,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61700.41556287347,\n            \"staleness\": 0.03429881310675839,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"askPrice\": 62181.47742319415,\n            \"basisAskPrice\": 1292.4876848818094,\n            \"basisBidPrice\": 1283.067216733485,\n            \"basisPrice\": 1290.9453228322382,\n            \"bidAskSpread\": 3.607131183940841,\n            \"bidPrice\": 62172.056955045824,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62179.93506114458,\n            \"staleness\": 0.03429881310675839,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"askPrice\": 63640.927638726884,\n            \"basisAskPrice\": 2751.937900414545,\n            \"basisBidPrice\": 2727.866691326468,\n            \"basisPrice\": 2738.716220840317,\n            \"bidAskSpread\": 3.607131183940841,\n            \"bidPrice\": 63616.85642963881,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63627.705959152656,\n            \"staleness\": 0.03429881310675839,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"askPrice\": 65042.97525222854,\n            \"basisAskPrice\": 4153.985513916203,\n            \"basisBidPrice\": 4105.589857417355,\n            \"basisPrice\": 4129.163257156484,\n            \"bidAskSpread\": 3.607131183940841,\n            \"bidPrice\": 64994.579595729694,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65018.15299546882,\n            \"staleness\": 0.03429881310675839,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"askPrice\": 66318.58047330835,\n            \"basisAskPrice\": 5429.590734996011,\n            \"basisBidPrice\": 5360.062731971375,\n            \"basisPrice\": 5402.084025821874,\n            \"bidAskSpread\": 3.607131183940841,\n            \"bidPrice\": 66249.05247028371,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66291.07376413421,\n            \"staleness\": 0.03429881310675839,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"askPrice\": 60550.62182996559,\n            \"basisAskPrice\": 16.250331047449436,\n            \"basisBidPrice\": 12.333774381113471,\n            \"basisPrice\": 13.603019426831452,\n            \"bidAskSpread\": 3.8764226553538226,\n            \"bidPrice\": 60546.70527329925,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60547.97451834497,\n            \"staleness\": 0.020249961855742966,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"askPrice\": 60566.87652338193,\n            \"basisAskPrice\": 32.505024463789596,\n            \"basisBidPrice\": 24.670061747608997,\n            \"basisPrice\": 27.209095664737106,\n            \"bidAskSpread\": 3.8764226553538226,\n            \"bidPrice\": 60559.04156066575,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60561.580594582876,\n            \"staleness\": 0.020249961855742966,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"askPrice\": 60583.13558033823,\n            \"basisAskPrice\": 48.764081420093135,\n            \"basisBidPrice\": 37.00886261148844,\n            \"basisPrice\": 40.81822940064012,\n            \"bidAskSpread\": 3.8764226553538226,\n            \"bidPrice\": 60571.38036152963,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60575.18972831878,\n            \"staleness\": 0.020249961855742966,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"askPrice\": 60645.7878323403,\n            \"basisAskPrice\": 111.41633342215937,\n            \"basisBidPrice\": 85.44197530778183,\n            \"basisPrice\": 94.37166795616213,\n            \"bidAskSpread\": 3.8764226553538226,\n            \"bidPrice\": 60619.81347422592,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60628.7431668743,\n            \"staleness\": 0.020249961855742966,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"askPrice\": 60721.13374258862,\n            \"basisAskPrice\": 186.76224367048417,\n            \"basisBidPrice\": 149.3487606501658,\n            \"basisPrice\": 171.29622330620623,\n            \"bidAskSpread\": 3.8764226553538226,\n            \"bidPrice\": 60683.720259568305,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60705.667722224345,\n            \"staleness\": 0.020249961855742966,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"askPrice\": 60799.6188012035,\n            \"basisAskPrice\": 265.2473022853592,\n            \"basisBidPrice\": 217.5431862510086,\n            \"basisPrice\": 250.63885577716428,\n            \"bidAskSpread\": 3.8764226553538226,\n            \"bidPrice\": 60751.91468516915,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60785.0103546953,\n            \"staleness\": 0.020249961855742966,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"askPrice\": 60919.636572878444,\n            \"basisAskPrice\": 385.265073960305,\n            \"basisBidPrice\": 349.2790777811315,\n            \"basisPrice\": 372.420198444539,\n            \"bidAskSpread\": 3.8764226553538226,\n            \"bidPrice\": 60883.65057669927,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60906.79169736268,\n            \"staleness\": 0.020249961855742966,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"askPrice\": 61315.13964435439,\n            \"basisAskPrice\": 780.7681454362537,\n            \"basisBidPrice\": 769.8795211646284,\n            \"basisPrice\": 771.5546656139777,\n            \"bidAskSpread\": 3.8764226553538226,\n            \"bidPrice\": 61304.25102008277,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61305.92616453212,\n            \"staleness\": 0.020249961855742966,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"askPrice\": 61782.370590590595,\n            \"basisAskPrice\": 1247.9990916724564,\n            \"basisBidPrice\": 1233.5916191662618,\n            \"basisPrice\": 1236.7161737665228,\n            \"bidAskSpread\": 3.8764226553538226,\n            \"bidPrice\": 61767.9631180844,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61771.08767268466,\n            \"staleness\": 0.020249961855742966,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"askPrice\": 63233.045492918245,\n            \"basisAskPrice\": 2698.673994000106,\n            \"basisBidPrice\": 2670.5888743256146,\n            \"basisPrice\": 2678.0392828640397,\n            \"bidAskSpread\": 3.8764226553538226,\n            \"bidPrice\": 63204.96037324375,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63212.41078178218,\n            \"staleness\": 0.020249961855742966,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"askPrice\": 64656.87496542862,\n            \"basisAskPrice\": 4122.503466510483,\n            \"basisBidPrice\": 4071.863464378126,\n            \"basisPrice\": 4094.9144875951097,\n            \"bidAskSpread\": 3.8764226553538226,\n            \"bidPrice\": 64606.234963296265,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64629.28598651325,\n            \"staleness\": 0.020249961855742966,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"askPrice\": 65964.86499605165,\n            \"basisAskPrice\": 5430.49349713351,\n            \"basisBidPrice\": 5354.795705160861,\n            \"basisPrice\": 5399.776024389001,\n            \"bidAskSpread\": 3.8764226553538226,\n            \"bidPrice\": 65889.167204079,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65934.14752330714,\n            \"staleness\": 0.020249961855742966,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"askPrice\": 60476.51141840705,\n            \"basisAskPrice\": 14.382032714172965,\n            \"basisBidPrice\": 11.56967738638923,\n            \"basisPrice\": 13.24634074660571,\n            \"bidAskSpread\": 2.286811740715015,\n            \"bidPrice\": 60473.699063079264,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60475.37572643948,\n            \"staleness\": 0.04742236119434985,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"askPrice\": 60490.89687215298,\n            \"basisAskPrice\": 28.76748646010674,\n            \"basisBidPrice\": 23.14156867818383,\n            \"basisPrice\": 26.495583566720597,\n            \"bidAskSpread\": 2.286811740715015,\n            \"bidPrice\": 60485.27095437106,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60488.624969259596,\n            \"staleness\": 0.04742236119434985,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"askPrice\": 60505.28574774443,\n            \"basisAskPrice\": 43.156362051551696,\n            \"basisBidPrice\": 34.715674299019156,\n            \"basisPrice\": 39.74772909612511,\n            \"bidAskSpread\": 2.286811740715015,\n            \"bidPrice\": 60496.845059991894,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60501.877114789,\n            \"staleness\": 0.04742236119434985,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"askPrice\": 60561.42260131188,\n            \"basisAskPrice\": 99.29321561900724,\n            \"basisBidPrice\": 80.4308688518795,\n            \"basisPrice\": 91.91716602818633,\n            \"bidAskSpread\": 2.286811740715015,\n            \"bidPrice\": 60542.560254544755,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60554.04655172106,\n            \"staleness\": 0.04742236119434985,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"askPrice\": 60638.031304885495,\n            \"basisAskPrice\": 175.90191919261997,\n            \"basisBidPrice\": 147.59595927927148,\n            \"basisPrice\": 167.64807755350193,\n            \"bidAskSpread\": 2.286811740715015,\n            \"bidPrice\": 60609.72534497215,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60629.77746324638,\n            \"staleness\": 0.04742236119434985,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"askPrice\": 60717.20288732259,\n            \"basisAskPrice\": 255.07350162971852,\n            \"basisBidPrice\": 217.75937441016868,\n            \"basisPrice\": 245.92214736141614,\n            \"bidAskSpread\": 2.286811740715015,\n            \"bidPrice\": 60679.888760103044,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60708.05153305429,\n            \"staleness\": 0.04742236119434985,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"askPrice\": 60837.19361769173,\n            \"basisAskPrice\": 375.06423199885467,\n            \"basisBidPrice\": 346.2584219225755,\n            \"basisPrice\": 367.24643942188413,\n            \"bidAskSpread\": 2.286811740715015,\n            \"bidPrice\": 60808.38780761545,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60829.37582511476,\n            \"staleness\": 0.04742236119434985,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"askPrice\": 61234.236425137,\n            \"basisAskPrice\": 772.1070394441267,\n            \"basisBidPrice\": 768.114798021008,\n            \"basisPrice\": 771.6625060980514,\n            \"bidAskSpread\": 2.286811740715015,\n            \"bidPrice\": 61230.24418371388,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61233.79189179093,\n            \"staleness\": 0.04742236119434985,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"askPrice\": 61706.54741511211,\n            \"basisAskPrice\": 1244.4180294192338,\n            \"basisBidPrice\": 1241.0284523354276,\n            \"basisPrice\": 1244.819127789291,\n            \"bidAskSpread\": 2.286811740715015,\n            \"bidPrice\": 61703.1578380283,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61706.948513482166,\n            \"staleness\": 0.04742236119434985,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"askPrice\": 63151.08079325079,\n            \"basisAskPrice\": 2688.9514075579136,\n            \"basisBidPrice\": 2673.3172629888504,\n            \"basisPrice\": 2681.186892777667,\n            \"bidAskSpread\": 2.286811740715015,\n            \"bidPrice\": 63135.446648681725,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63143.31627847054,\n            \"staleness\": 0.04742236119434985,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"askPrice\": 64556.77688235212,\n            \"basisAskPrice\": 4094.647496659243,\n            \"basisBidPrice\": 4068.887013275751,\n            \"basisPrice\": 4079.476921508147,\n            \"bidAskSpread\": 2.286811740715015,\n            \"bidPrice\": 64531.016398968626,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64541.60630720102,\n            \"staleness\": 0.04742236119434985,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"askPrice\": 65843.0191313317,\n            \"basisAskPrice\": 5380.8897456388295,\n            \"basisBidPrice\": 5356.946152434459,\n            \"basisPrice\": 5365.317372874946,\n            \"bidAskSpread\": 2.286811740715015,\n            \"bidPrice\": 65819.07553812733,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65827.44675856782,\n            \"staleness\": 0.04742236119434985,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"askPrice\": 60677.915183471356,\n            \"basisAskPrice\": 14.216525914183876,\n            \"basisBidPrice\": 11.735097438482626,\n            \"basisPrice\": 13.065427310371888,\n            \"bidAskSpread\": 2.259263622767567,\n            \"bidPrice\": 60675.433754995654,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60676.764084867544,\n            \"staleness\": 0.0407277553547726,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"askPrice\": 60692.135041025605,\n            \"basisAskPrice\": 28.436383468433633,\n            \"basisBidPrice\": 23.47246497449669,\n            \"basisPrice\": 26.133668583519466,\n            \"bidAskSpread\": 2.259263622767567,\n            \"bidPrice\": 60687.17112253167,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60689.83232614069,\n            \"staleness\": 0.0407277553547726,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"askPrice\": 60706.35823100068,\n            \"basisAskPrice\": 42.65957344351045,\n            \"basisBidPrice\": 35.21210304716806,\n            \"basisPrice\": 39.20472442553,\n            \"bidAskSpread\": 2.259263622767567,\n            \"bidPrice\": 60698.91076060434,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60702.9033819827,\n            \"staleness\": 0.0407277553547726,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"askPrice\": 60761.82502524441,\n            \"basisAskPrice\": 98.12636768724042,\n            \"basisBidPrice\": 81.67497896685381,\n            \"basisPrice\": 90.78574914541969,\n            \"bidAskSpread\": 2.259263622767567,\n            \"bidPrice\": 60745.373636524026,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60754.48440670259,\n            \"staleness\": 0.0407277553547726,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"askPrice\": 60841.8852759646,\n            \"basisAskPrice\": 178.18661840743152,\n            \"basisBidPrice\": 152.65947732463974,\n            \"basisPrice\": 169.1524637752591,\n            \"bidAskSpread\": 2.259263622767567,\n            \"bidPrice\": 60816.35813488181,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60832.85112133243,\n            \"staleness\": 0.0407277553547726,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"askPrice\": 60923.584767354085,\n            \"basisAskPrice\": 259.88610979691293,\n            \"basisBidPrice\": 226.17358081809653,\n            \"basisPrice\": 249.47802191638038,\n            \"bidAskSpread\": 2.259263622767567,\n            \"bidPrice\": 60889.87223837527,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60913.17667947355,\n            \"staleness\": 0.0407277553547726,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"askPrice\": 61043.26798374476,\n            \"basisAskPrice\": 379.56932618758583,\n            \"basisBidPrice\": 351.8747936612781,\n            \"basisPrice\": 370.49011756399705,\n            \"bidAskSpread\": 2.259263622767567,\n            \"bidPrice\": 61015.57345121845,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61034.18877512117,\n            \"staleness\": 0.0407277553547726,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"askPrice\": 61432.59288375938,\n            \"basisAskPrice\": 768.8942262022101,\n            \"basisBidPrice\": 766.0433488204217,\n            \"basisPrice\": 766.7752499722701,\n            \"bidAskSpread\": 2.259263622767567,\n            \"bidPrice\": 61429.74200637759,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61430.47390752944,\n            \"staleness\": 0.0407277553547726,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"askPrice\": 61900.343881464665,\n            \"basisAskPrice\": 1236.6452239074933,\n            \"basisBidPrice\": 1235.4208505024071,\n            \"basisPrice\": 1236.4599699987739,\n            \"bidAskSpread\": 2.259263622767567,\n            \"bidPrice\": 61899.11950805958,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61900.158627555946,\n            \"staleness\": 0.0407277553547726,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"askPrice\": 63373.5114181472,\n            \"basisAskPrice\": 2709.81276059003,\n            \"basisBidPrice\": 2691.799386114115,\n            \"basisPrice\": 2700.7995540408083,\n            \"bidAskSpread\": 2.259263622767567,\n            \"bidPrice\": 63355.49804367129,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63364.49821159798,\n            \"staleness\": 0.0407277553547726,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"askPrice\": 64808.21082109538,\n            \"basisAskPrice\": 4144.512163538209,\n            \"basisBidPrice\": 4093.9204150889273,\n            \"basisPrice\": 4111.46320280389,\n            \"bidAskSpread\": 2.259263622767567,\n            \"bidPrice\": 64757.6190726461,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64775.16186036106,\n            \"staleness\": 0.0407277553547726,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"askPrice\": 66105.06713755692,\n            \"basisAskPrice\": 5441.36847999975,\n            \"basisBidPrice\": 5356.329708524841,\n            \"basisPrice\": 5377.114009157922,\n            \"bidAskSpread\": 2.259263622767567,\n            \"bidPrice\": 66020.02836608201,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66040.8126667151,\n            \"staleness\": 0.0407277553547726,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"askPrice\": 60672.024959665054,\n            \"basisAskPrice\": 13.807738815899938,\n            \"basisBidPrice\": 10.819657161271607,\n            \"basisPrice\": 12.350013367657084,\n            \"bidAskSpread\": 2.5189738584354644,\n            \"bidPrice\": 60669.036878010425,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60670.56723421681,\n            \"staleness\": 0.07766922682290073,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"askPrice\": 60685.835841561304,\n            \"basisAskPrice\": 27.618620712150005,\n            \"basisBidPrice\": 21.641244233876932,\n            \"basisPrice\": 24.702541198115796,\n            \"bidAskSpread\": 2.5189738584354644,\n            \"bidPrice\": 60679.85846508303,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60682.91976204727,\n            \"staleness\": 0.07766922682290073,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"askPrice\": 60699.64986725339,\n            \"basisAskPrice\": 41.43264640423877,\n            \"basisBidPrice\": 32.46476156205608,\n            \"basisPrice\": 37.05758400330524,\n            \"bidAskSpread\": 2.5189738584354644,\n            \"bidPrice\": 60690.68198241121,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60695.27480485246,\n            \"staleness\": 0.07766922682290073,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"askPrice\": 60754.10205799295,\n            \"basisAskPrice\": 95.88483714379981,\n            \"basisBidPrice\": 75.68270418922475,\n            \"basisPrice\": 86.31320812132617,\n            \"bidAskSpread\": 2.5189738584354644,\n            \"bidPrice\": 60733.89992503838,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60744.53042897048,\n            \"staleness\": 0.07766922682290073,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"askPrice\": 60836.78905260306,\n            \"basisAskPrice\": 178.57183175390674,\n            \"basisBidPrice\": 149.55327224318899,\n            \"basisPrice\": 168.94042646952585,\n            \"bidAskSpread\": 2.5189738584354644,\n            \"bidPrice\": 60807.77049309234,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60827.15764731868,\n            \"staleness\": 0.07766922682290073,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"askPrice\": 60921.6126910866,\n            \"basisAskPrice\": 263.3954702374467,\n            \"basisBidPrice\": 224.90294314723724,\n            \"basisPrice\": 252.6374599205883,\n            \"bidAskSpread\": 2.5189738584354644,\n            \"bidPrice\": 60883.12016399639,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60910.85468076974,\n            \"staleness\": 0.07766922682290073,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"askPrice\": 61049.9730541229,\n            \"basisAskPrice\": 391.75583327374625,\n            \"basisBidPrice\": 365.2852264307585,\n            \"basisPrice\": 382.6366702389205,\n            \"bidAskSpread\": 2.5189738584354644,\n            \"bidPrice\": 61023.50244727991,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61040.853891088074,\n            \"staleness\": 0.07766922682290073,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"askPrice\": 61458.955207244595,\n            \"basisAskPrice\": 800.7379863954411,\n            \"basisBidPrice\": 796.267218732035,\n            \"basisPrice\": 796.8831763704002,\n            \"bidAskSpread\": 2.5189738584354644,\n            \"bidPrice\": 61454.48443958119,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61455.100397219554,\n            \"staleness\": 0.07766922682290073,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"askPrice\": 61912.46878130886,\n            \"basisAskPrice\": 1254.2515604597065,\n            \"basisBidPrice\": 1253.5110271723242,\n            \"basisPrice\": 1251.2423678266132,\n            \"bidAskSpread\": 2.5189738584354644,\n            \"bidPrice\": 61911.72824802148,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61909.45958867577,\n            \"staleness\": 0.07766922682290073,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"askPrice\": 63373.193500470254,\n            \"basisAskPrice\": 2714.9762796211,\n            \"basisBidPrice\": 2698.1026099861265,\n            \"basisPrice\": 2704.895124611685,\n            \"bidAskSpread\": 2.5189738584354644,\n            \"bidPrice\": 63356.31983083528,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63363.11234546084,\n            \"staleness\": 0.07766922682290073,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"askPrice\": 64799.53370126348,\n            \"basisAskPrice\": 4141.316480414323,\n            \"basisBidPrice\": 4102.278852618401,\n            \"basisPrice\": 4111.756911268283,\n            \"bidAskSpread\": 2.5189738584354644,\n            \"bidPrice\": 64760.496073467555,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64769.97413211744,\n            \"staleness\": 0.07766922682290073,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"askPrice\": 66080.7862476249,\n            \"basisAskPrice\": 5422.569026775745,\n            \"basisBidPrice\": 5360.047388969411,\n            \"basisPrice\": 5366.607515369993,\n            \"bidAskSpread\": 2.5189738584354644,\n            \"bidPrice\": 66018.26460981857,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66024.82473621915,\n            \"staleness\": 0.07766922682290073,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"askPrice\": 60585.16729014278,\n            \"basisAskPrice\": 15.537086589720275,\n            \"basisBidPrice\": 12.80082623490307,\n            \"basisPrice\": 13.745146312408906,\n            \"bidAskSpread\": 3.2895056847968114,\n            \"bidPrice\": 60582.431029787964,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60583.37534986547,\n            \"staleness\": 0.0627149167541949,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"askPrice\": 60600.70836224568,\n            \"basisAskPrice\": 31.078158692616853,\n            \"basisBidPrice\": 25.604357805008476,\n            \"basisPrice\": 27.493411829062097,\n            \"bidAskSpread\": 3.2895056847968114,\n            \"bidPrice\": 60595.23456135807,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60597.12361538212,\n            \"staleness\": 0.0627149167541949,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"askPrice\": 60616.25342088412,\n            \"basisAskPrice\": 46.62321733105637,\n            \"basisBidPrice\": 38.41059528206824,\n            \"basisPrice\": 41.24479725778656,\n            \"bidAskSpread\": 3.2895056847968114,\n            \"bidPrice\": 60608.04079883513,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60610.87500081085,\n            \"staleness\": 0.0627149167541949,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"askPrice\": 60676.60638102745,\n            \"basisAskPrice\": 106.97617747438926,\n            \"basisBidPrice\": 88.09788380034297,\n            \"basisPrice\": 95.43341525249707,\n            \"bidAskSpread\": 3.2895056847968114,\n            \"bidPrice\": 60657.728087353404,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60665.06361880556,\n            \"staleness\": 0.0627149167541949,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"askPrice\": 60760.89167917356,\n            \"basisAskPrice\": 191.26147562050028,\n            \"basisBidPrice\": 147.8778863897969,\n            \"basisPrice\": 177.02191666083672,\n            \"bidAskSpread\": 3.2895056847968114,\n            \"bidPrice\": 60717.50808994286,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60746.6521202139,\n            \"staleness\": 0.0627149167541949,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"askPrice\": 60847.81812550789,\n            \"basisAskPrice\": 278.1879219548282,\n            \"basisBidPrice\": 216.95780968764302,\n            \"basisPrice\": 261.3766830141467,\n            \"bidAskSpread\": 3.2895056847968114,\n            \"bidPrice\": 60786.588013240704,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60831.00688656721,\n            \"staleness\": 0.0627149167541949,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"askPrice\": 60979.133977090234,\n            \"basisAskPrice\": 409.5037735371734,\n            \"basisBidPrice\": 368.56741055122257,\n            \"basisPrice\": 394.8157821124769,\n            \"bidAskSpread\": 3.2895056847968114,\n            \"bidPrice\": 60938.19761410428,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60964.44598566554,\n            \"staleness\": 0.0627149167541949,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"askPrice\": 61393.40426241962,\n            \"basisAskPrice\": 823.774058866562,\n            \"basisBidPrice\": 820.1090029337138,\n            \"basisPrice\": 814.9087108874955,\n            \"bidAskSpread\": 3.2895056847968114,\n            \"bidPrice\": 61389.739206486774,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61384.538914440556,\n            \"staleness\": 0.0627149167541949,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"askPrice\": 61844.3628136577,\n            \"basisAskPrice\": 1274.732610104642,\n            \"basisBidPrice\": 1277.6536354700002,\n            \"basisPrice\": 1267.7447829895027,\n            \"bidAskSpread\": 3.2895056847968114,\n            \"bidPrice\": 61847.28383902306,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61837.37498654256,\n            \"staleness\": 0.0627149167541949,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"askPrice\": 63295.104487413926,\n            \"basisAskPrice\": 2725.4742838608654,\n            \"basisBidPrice\": 2706.556395707288,\n            \"basisPrice\": 2716.479082178681,\n            \"bidAskSpread\": 3.2895056847968114,\n            \"bidPrice\": 63276.18659926035,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63286.10928573174,\n            \"staleness\": 0.0627149167541949,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"askPrice\": 64721.263772127684,\n            \"basisAskPrice\": 4151.6335685746235,\n            \"basisBidPrice\": 4123.915607989191,\n            \"basisPrice\": 4134.186961342508,\n            \"bidAskSpread\": 3.2895056847968114,\n            \"bidPrice\": 64693.54581154225,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64703.81716489557,\n            \"staleness\": 0.0627149167541949,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"askPrice\": 66010.25131263974,\n            \"basisAskPrice\": 5440.621109086678,\n            \"basisBidPrice\": 5405.582705671732,\n            \"basisPrice\": 5410.308030238106,\n            \"bidAskSpread\": 3.2895056847968114,\n            \"bidPrice\": 65975.21290922479,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65979.93823379117,\n            \"staleness\": 0.0627149167541949,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"askPrice\": 60789.10128569153,\n            \"basisAskPrice\": 12.806797308126988,\n            \"basisBidPrice\": 9.978560046212806,\n            \"basisPrice\": 11.281858395348536,\n            \"bidAskSpread\": 3.3453443501097095,\n            \"bidPrice\": 60786.27304842962,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"fixedEndTime\": \"2024-05-11T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60787.576346778755,\n            \"staleness\": 0.09049621701964917,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"askPrice\": 60801.910781651466,\n            \"basisAskPrice\": 25.616293268059962,\n            \"basisBidPrice\": 19.95875842298119,\n            \"basisPrice\": 22.565811033709906,\n            \"bidAskSpread\": 3.3453443501097095,\n            \"bidPrice\": 60796.25324680639,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60798.860299417116,\n            \"staleness\": 0.09049621701964917,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"askPrice\": 60814.72297683187,\n            \"basisAskPrice\": 38.42848844846594,\n            \"basisBidPrice\": 29.940595399304584,\n            \"basisPrice\": 33.85185830379487,\n            \"bidAskSpread\": 3.3453443501097095,\n            \"bidPrice\": 60806.23508378271,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60810.1463466872,\n            \"staleness\": 0.09049621701964917,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"askPrice\": 60862.194366586045,\n            \"basisAskPrice\": 85.89987820263923,\n            \"basisBidPrice\": 67.24660731865151,\n            \"basisPrice\": 76.24111594013084,\n            \"bidAskSpread\": 3.3453443501097095,\n            \"bidPrice\": 60843.54109570206,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"fixedEndTime\": \"2024-05-17T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60852.53560432354,\n            \"staleness\": 0.09049621701964917,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"askPrice\": 60910.82873472066,\n            \"basisAskPrice\": 134.5342463372508,\n            \"basisBidPrice\": 107.91503741538327,\n            \"basisPrice\": 126.19444760768238,\n            \"bidAskSpread\": 3.3453443501097095,\n            \"bidPrice\": 60884.20952579879,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"fixedEndTime\": \"2024-05-24T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60902.48893599109,\n            \"staleness\": 0.09049621701964917,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"askPrice\": 61032.56446137621,\n            \"basisAskPrice\": 256.2699729928063,\n            \"basisBidPrice\": 199.69364219099225,\n            \"basisPrice\": 247.61083748551027,\n            \"bidAskSpread\": 3.3453443501097095,\n            \"bidPrice\": 60975.9881305744,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"fixedEndTime\": \"2024-05-31T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61023.90532586892,\n            \"staleness\": 0.09049621701964917,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"askPrice\": 61162.71121960864,\n            \"basisAskPrice\": 386.41673122523207,\n            \"basisBidPrice\": 347.1570764111384,\n            \"basisPrice\": 378.228814408576,\n            \"bidAskSpread\": 3.3453443501097095,\n            \"bidPrice\": 61123.451564794545,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"fixedEndTime\": \"2024-06-10T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61154.52330279198,\n            \"staleness\": 0.09049621701964917,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"askPrice\": 61570.728223422244,\n            \"basisAskPrice\": 794.4337350388378,\n            \"basisBidPrice\": 791.8699934356046,\n            \"basisPrice\": 787.4922961841366,\n            \"bidAskSpread\": 3.3453443501097095,\n            \"bidPrice\": 61568.16448181901,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"fixedEndTime\": \"2024-07-10T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61563.78678456754,\n            \"staleness\": 0.09049621701964917,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"askPrice\": 62032.36672647705,\n            \"basisAskPrice\": 1256.0722380936422,\n            \"basisBidPrice\": 1254.8061621783272,\n            \"basisPrice\": 1250.3423357184947,\n            \"bidAskSpread\": 3.3453443501097095,\n            \"bidPrice\": 62031.10065056173,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"fixedEndTime\": \"2024-08-10T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62026.6368241019,\n            \"staleness\": 0.09049621701964917,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"askPrice\": 63505.71482312386,\n            \"basisAskPrice\": 2729.4203347404546,\n            \"basisBidPrice\": 2705.4942917700173,\n            \"basisPrice\": 2718.6381298334964,\n            \"bidAskSpread\": 3.3453443501097095,\n            \"bidPrice\": 63481.78878015342,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"fixedEndTime\": \"2024-11-10T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63494.9326182169,\n            \"staleness\": 0.09049621701964917,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"askPrice\": 64926.80733572601,\n            \"basisAskPrice\": 4150.512847342601,\n            \"basisBidPrice\": 4126.347122295796,\n            \"basisPrice\": 4137.207186863634,\n            \"bidAskSpread\": 3.3453443501097095,\n            \"bidPrice\": 64902.6416106792,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"fixedEndTime\": \"2025-02-10T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64913.50167524704,\n            \"staleness\": 0.09049621701964917,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"askPrice\": 66195.46081090899,\n            \"basisAskPrice\": 5419.166322525583,\n            \"basisBidPrice\": 5400.006015217099,\n            \"basisPrice\": 5409.921934181875,\n            \"bidAskSpread\": 3.3453443501097095,\n            \"bidPrice\": 66176.3005036005,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"fixedEndTime\": \"2025-05-10T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66186.21642256528,\n            \"staleness\": 0.09049621701964917,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"askPrice\": 60916.12738096261,\n            \"basisAskPrice\": 12.754946198037942,\n            \"basisBidPrice\": 10.0161945341315,\n            \"basisPrice\": 11.311209814652102,\n            \"bidAskSpread\": 3.1071032951946713,\n            \"bidPrice\": 60913.3886292987,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60914.68364457922,\n            \"staleness\": 0.10805869160316406,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"askPrice\": 60928.88499841916,\n            \"basisAskPrice\": 25.512563654592668,\n            \"basisBidPrice\": 20.034036335884593,\n            \"basisPrice\": 22.624520390920225,\n            \"bidAskSpread\": 3.1071032951946713,\n            \"bidPrice\": 60923.406471100454,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60925.99695515549,\n            \"staleness\": 0.10805869160316406,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"askPrice\": 60941.64528769367,\n            \"basisAskPrice\": 38.27285292909801,\n            \"basisBidPrice\": 30.05352567616501,\n            \"basisPrice\": 33.939932118977595,\n            \"bidAskSpread\": 3.1071032951946713,\n            \"bidPrice\": 60933.425960440734,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"fixedEndTime\": \"2024-05-14T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60937.31236688355,\n            \"staleness\": 0.10805869160316406,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"askPrice\": 60990.89863440645,\n            \"basisAskPrice\": 87.52619964187761,\n            \"basisBidPrice\": 69.56146229403384,\n            \"basisPrice\": 78.22102279674436,\n            \"bidAskSpread\": 3.1071032951946713,\n            \"bidPrice\": 60972.9338970586,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"fixedEndTime\": \"2024-05-18T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60981.593457561314,\n            \"staleness\": 0.10805869160316406,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"askPrice\": 61063.56393285061,\n            \"basisAskPrice\": 160.19149808603834,\n            \"basisBidPrice\": 131.61308443516464,\n            \"basisPrice\": 149.23860802521085,\n            \"bidAskSpread\": 3.1071032951946713,\n            \"bidPrice\": 61034.985519199734,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"fixedEndTime\": \"2024-05-25T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61052.61104278978,\n            \"staleness\": 0.10805869160316406,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"askPrice\": 61156.91508635407,\n            \"basisAskPrice\": 253.54265158950147,\n            \"basisBidPrice\": 195.58280310681585,\n            \"basisPrice\": 241.99719135210762,\n            \"bidAskSpread\": 3.1071032951946713,\n            \"bidPrice\": 61098.955237871385,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"fixedEndTime\": \"2024-06-01T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61145.36962611668,\n            \"staleness\": 0.10805869160316406,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"askPrice\": 61290.52149089957,\n            \"basisAskPrice\": 387.14905613500014,\n            \"basisBidPrice\": 345.385319053501,\n            \"basisPrice\": 374.7902534265522,\n            \"bidAskSpread\": 3.1071032951946713,\n            \"bidPrice\": 61248.75775381807,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"fixedEndTime\": \"2024-06-11T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61278.16268819112,\n            \"staleness\": 0.10805869160316406,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"askPrice\": 61702.89742123082,\n            \"basisAskPrice\": 799.5249864662474,\n            \"basisBidPrice\": 797.0001874372902,\n            \"basisPrice\": 789.6343339372252,\n            \"bidAskSpread\": 3.1071032951946713,\n            \"bidPrice\": 61700.37262220186,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"fixedEndTime\": \"2024-07-11T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61693.006768701794,\n            \"staleness\": 0.10805869160316406,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"askPrice\": 62170.175662396214,\n            \"basisAskPrice\": 1266.8032276316444,\n            \"basisBidPrice\": 1267.1674801457848,\n            \"basisPrice\": 1257.6387416450234,\n            \"bidAskSpread\": 3.1071032951946713,\n            \"bidPrice\": 62170.539914910354,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"fixedEndTime\": \"2024-08-11T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62161.01117640959,\n            \"staleness\": 0.10805869160316406,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"askPrice\": 63650.70033492446,\n            \"basisAskPrice\": 2747.327900159893,\n            \"basisBidPrice\": 2729.714853503021,\n            \"basisPrice\": 2736.4866506655017,\n            \"bidAskSpread\": 3.1071032951946713,\n            \"bidPrice\": 63633.08728826759,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"fixedEndTime\": \"2024-11-11T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63639.85908543007,\n            \"staleness\": 0.10805869160316406,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"askPrice\": 65074.95031475243,\n            \"basisAskPrice\": 4171.577879987861,\n            \"basisBidPrice\": 4147.454162564987,\n            \"basisPrice\": 4154.370206222535,\n            \"bidAskSpread\": 3.1071032951946713,\n            \"bidPrice\": 65050.82659732956,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"fixedEndTime\": \"2025-02-11T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65057.742640987104,\n            \"staleness\": 0.10805869160316406,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"askPrice\": 66349.00663187541,\n            \"basisAskPrice\": 5445.634197110841,\n            \"basisBidPrice\": 5413.520524663785,\n            \"basisPrice\": 5418.622635253538,\n            \"bidAskSpread\": 3.1071032951946713,\n            \"bidPrice\": 66316.89295942835,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"fixedEndTime\": \"2025-05-11T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66321.9950700181,\n            \"staleness\": 0.10805869160316406,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"askPrice\": 60801.54736578099,\n            \"basisAskPrice\": 13.046040305496717,\n            \"basisBidPrice\": 10.385193639995123,\n            \"basisPrice\": 11.598674501692585,\n            \"bidAskSpread\": 3.7123211761339645,\n            \"bidPrice\": 60798.88651911549,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60800.09999997719,\n            \"staleness\": 0.10743980684731878,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"askPrice\": 60814.59620594442,\n            \"basisAskPrice\": 26.094880468925112,\n            \"basisBidPrice\": 20.77216150116874,\n            \"basisPrice\": 23.199562074092682,\n            \"bidAskSpread\": 3.7123211761339645,\n            \"bidPrice\": 60809.273486976665,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60811.70088754959,\n            \"staleness\": 0.10743980684731878,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"askPrice\": 60827.64784656666,\n            \"basisAskPrice\": 39.14652109116287,\n            \"basisBidPrice\": 31.16090388664452,\n            \"basisPrice\": 34.80266313940956,\n            \"bidAskSpread\": 3.7123211761339645,\n            \"bidPrice\": 60819.66222936214,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"fixedEndTime\": \"2024-05-14T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60823.303988614905,\n            \"staleness\": 0.10743980684731878,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"askPrice\": 60877.27930037698,\n            \"basisAskPrice\": 88.77797490148077,\n            \"basisBidPrice\": 71.34849351123557,\n            \"basisPrice\": 79.35856881834479,\n            \"bidAskSpread\": 3.7123211761339645,\n            \"bidPrice\": 60859.84981898673,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"fixedEndTime\": \"2024-05-18T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60867.85989429384,\n            \"staleness\": 0.10743980684731878,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"askPrice\": 60944.572839879926,\n            \"basisAskPrice\": 156.07151440442976,\n            \"basisBidPrice\": 130.05038052673626,\n            \"basisPrice\": 143.78669043578702,\n            \"bidAskSpread\": 3.7123211761339645,\n            \"bidPrice\": 60918.55170600223,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"fixedEndTime\": \"2024-05-25T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60932.28801591128,\n            \"staleness\": 0.10743980684731878,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"askPrice\": 61036.7695178247,\n            \"basisAskPrice\": 248.2681923492055,\n            \"basisBidPrice\": 193.90317086120922,\n            \"basisPrice\": 236.1463869350555,\n            \"bidAskSpread\": 3.7123211761339645,\n            \"bidPrice\": 60982.404496336705,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"fixedEndTime\": \"2024-06-01T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61024.64771241055,\n            \"staleness\": 0.10743980684731878,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"askPrice\": 61177.34698087601,\n            \"basisAskPrice\": 388.845655400517,\n            \"basisBidPrice\": 349.88266081659094,\n            \"basisPrice\": 374.0949665250155,\n            \"bidAskSpread\": 3.7123211761339645,\n            \"bidPrice\": 61138.38398629209,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"fixedEndTime\": \"2024-06-11T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61162.59629200051,\n            \"staleness\": 0.10743980684731878,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"askPrice\": 61609.935675445355,\n            \"basisAskPrice\": 821.4343499698589,\n            \"basisBidPrice\": 811.117689965482,\n            \"basisPrice\": 803.4745738055208,\n            \"bidAskSpread\": 3.7123211761339645,\n            \"bidPrice\": 61599.61901544098,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"fixedEndTime\": \"2024-07-11T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61591.97589928102,\n            \"staleness\": 0.10743980684731878,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"askPrice\": 62066.99160912103,\n            \"basisAskPrice\": 1278.4902836455367,\n            \"basisBidPrice\": 1271.0802174761993,\n            \"basisPrice\": 1262.0024000571575,\n            \"bidAskSpread\": 3.7123211761339645,\n            \"bidPrice\": 62059.581542951695,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"fixedEndTime\": \"2024-08-11T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62050.50372553265,\n            \"staleness\": 0.10743980684731878,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"askPrice\": 63524.62077792017,\n            \"basisAskPrice\": 2736.1194524446764,\n            \"basisBidPrice\": 2716.30664395442,\n            \"basisPrice\": 2723.4244921551654,\n            \"bidAskSpread\": 3.7123211761339645,\n            \"bidPrice\": 63504.807969429916,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"fixedEndTime\": \"2024-11-11T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63511.92581763066,\n            \"staleness\": 0.10743980684731878,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"askPrice\": 64959.29947193292,\n            \"basisAskPrice\": 4170.798146457426,\n            \"basisBidPrice\": 4125.026898682336,\n            \"basisPrice\": 4136.468466853505,\n            \"bidAskSpread\": 3.7123211761339645,\n            \"bidPrice\": 64913.52822415783,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"fixedEndTime\": \"2025-02-11T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64924.969792329,\n            \"staleness\": 0.10743980684731878,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"askPrice\": 66253.99317519477,\n            \"basisAskPrice\": 5465.4918497192775,\n            \"basisBidPrice\": 5369.78914690228,\n            \"basisPrice\": 5389.418417357614,\n            \"bidAskSpread\": 3.7123211761339645,\n            \"bidPrice\": 66158.29047237778,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"fixedEndTime\": \"2025-05-11T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66177.91974283311,\n            \"staleness\": 0.10743980684731878,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"askPrice\": 60914.44961098822,\n            \"basisAskPrice\": 16.28429763179156,\n            \"basisBidPrice\": 13.498769067620742,\n            \"basisPrice\": 15.04558004881983,\n            \"bidAskSpread\": 3.300302951407167,\n            \"bidPrice\": 60911.664082424046,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60913.210893405245,\n            \"staleness\": 0.17171230318498373,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"askPrice\": 60930.73826307548,\n            \"basisAskPrice\": 32.57294971905503,\n            \"basisBidPrice\": 27.000530290519237,\n            \"basisPrice\": 30.094877278243075,\n            \"bidAskSpread\": 3.300302951407167,\n            \"bidPrice\": 60925.165843646944,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60928.26019063467,\n            \"staleness\": 0.17171230318498373,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"askPrice\": 60947.031270782616,\n            \"basisAskPrice\": 48.86595742619102,\n            \"basisBidPrice\": 40.5052843319354,\n            \"basisPrice\": 45.14789260663383,\n            \"bidAskSpread\": 3.300302951407167,\n            \"bidPrice\": 60938.67059768836,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"fixedEndTime\": \"2024-05-14T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60943.31320596306,\n            \"staleness\": 0.17171230318498373,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"askPrice\": 61007.461795799514,\n            \"basisAskPrice\": 109.29648244308919,\n            \"basisBidPrice\": 90.83845197057235,\n            \"basisPrice\": 101.6458926142368,\n            \"bidAskSpread\": 3.300302951407167,\n            \"bidPrice\": 60989.003765327,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"fixedEndTime\": \"2024-05-18T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60999.81120597066,\n            \"staleness\": 0.17171230318498373,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"askPrice\": 61084.21438428778,\n            \"basisAskPrice\": 186.04907093135262,\n            \"basisBidPrice\": 153.91099098185805,\n            \"basisPrice\": 175.0677093663544,\n            \"bidAskSpread\": 3.300302951407167,\n            \"bidPrice\": 61052.07630433828,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"fixedEndTime\": \"2024-05-25T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61073.23302272278,\n            \"staleness\": 0.17171230318498373,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"askPrice\": 61172.94028485352,\n            \"basisAskPrice\": 274.77497149709234,\n            \"basisBidPrice\": 221.16417691661627,\n            \"basisPrice\": 266.85101804329315,\n            \"bidAskSpread\": 3.300302951407167,\n            \"bidPrice\": 61119.32949027304,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"fixedEndTime\": \"2024-06-01T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61165.01633139972,\n            \"staleness\": 0.17171230318498373,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"askPrice\": 61313.783961534544,\n            \"basisAskPrice\": 415.61864817811875,\n            \"basisBidPrice\": 378.16413783680036,\n            \"basisPrice\": 406.9203876655811,\n            \"bidAskSpread\": 3.300302951407167,\n            \"bidPrice\": 61276.329451193225,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"fixedEndTime\": \"2024-06-11T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61305.085701022006,\n            \"staleness\": 0.17171230318498373,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"askPrice\": 61743.13704531105,\n            \"basisAskPrice\": 844.9717319546253,\n            \"basisBidPrice\": 839.2458209426622,\n            \"basisPrice\": 835.7867623610655,\n            \"bidAskSpread\": 3.300302951407167,\n            \"bidPrice\": 61737.41113429909,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"fixedEndTime\": \"2024-07-11T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61733.95207571749,\n            \"staleness\": 0.17171230318498373,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"askPrice\": 62192.32348859016,\n            \"basisAskPrice\": 1294.158175233737,\n            \"basisBidPrice\": 1291.8478117021732,\n            \"basisPrice\": 1285.8234345769524,\n            \"bidAskSpread\": 3.300302951407167,\n            \"bidPrice\": 62190.0131250586,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"fixedEndTime\": \"2024-08-11T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62183.98874793338,\n            \"staleness\": 0.17171230318498373,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"askPrice\": 63652.9093081177,\n            \"basisAskPrice\": 2754.743994761273,\n            \"basisBidPrice\": 2733.847873869803,\n            \"basisPrice\": 2743.392475910274,\n            \"bidAskSpread\": 3.300302951407167,\n            \"bidPrice\": 63632.01318722623,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"fixedEndTime\": \"2024-11-11T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63641.5577892667,\n            \"staleness\": 0.17171230318498373,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"askPrice\": 65085.648131138674,\n            \"basisAskPrice\": 4187.482817782249,\n            \"basisBidPrice\": 4154.271249344049,\n            \"basisPrice\": 4163.010260725263,\n            \"bidAskSpread\": 3.300302951407167,\n            \"bidPrice\": 65052.43656270047,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"fixedEndTime\": \"2025-02-11T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65061.17557408169,\n            \"staleness\": 0.17171230318498373,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"askPrice\": 66351.64846875331,\n            \"basisAskPrice\": 5453.483155396883,\n            \"basisBidPrice\": 5409.00545822602,\n            \"basisPrice\": 5411.875196160327,\n            \"bidAskSpread\": 3.300302951407167,\n            \"bidPrice\": 66307.17077158245,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"fixedEndTime\": \"2025-05-11T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66310.04050951675,\n            \"staleness\": 0.17171230318498373,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"askPrice\": 60844.2488868707,\n            \"basisAskPrice\": 14.69629552414699,\n            \"basisBidPrice\": 12.20687176384672,\n            \"basisPrice\": 13.228088094729173,\n            \"bidAskSpread\": 2.9321383111376957,\n            \"bidPrice\": 60841.7594631104,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60842.78067944128,\n            \"staleness\": 0.12232841588946769,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"askPrice\": 60858.948732989804,\n            \"basisAskPrice\": 29.396141643250303,\n            \"basisBidPrice\": 24.41619312189141,\n            \"basisPrice\": 26.459052789839916,\n            \"bidAskSpread\": 2.9321383111376957,\n            \"bidPrice\": 60853.968784468445,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60856.01164413639,\n            \"staleness\": 0.12232841588946769,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"askPrice\": 60873.65213056168,\n            \"basisAskPrice\": 44.099539215123514,\n            \"basisBidPrice\": 36.62796456567594,\n            \"basisPrice\": 39.69289471090451,\n            \"bidAskSpread\": 2.9321383111376957,\n            \"bidPrice\": 60866.18055591223,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"fixedEndTime\": \"2024-05-14T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60869.24548605746,\n            \"staleness\": 0.12232841588946769,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"askPrice\": 60929.632719681555,\n            \"basisAskPrice\": 100.08012833500106,\n            \"basisBidPrice\": 84.3763411745822,\n            \"basisPrice\": 90.62050333483785,\n            \"bidAskSpread\": 2.9321383111376957,\n            \"bidPrice\": 60913.928932521136,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"fixedEndTime\": \"2024-05-18T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60920.17309468139,\n            \"staleness\": 0.12232841588946769,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"askPrice\": 61009.57895958359,\n            \"basisAskPrice\": 180.02636823703506,\n            \"basisBidPrice\": 153.8952676963163,\n            \"basisPrice\": 166.44170389434294,\n            \"bidAskSpread\": 2.9321383111376957,\n            \"bidPrice\": 60983.44785904287,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"fixedEndTime\": \"2024-05-25T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60995.9942952409,\n            \"staleness\": 0.12232841588946769,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"askPrice\": 61102.62715145525,\n            \"basisAskPrice\": 273.07456010869646,\n            \"basisBidPrice\": 214.4691094827067,\n            \"basisPrice\": 255.56633914862323,\n            \"bidAskSpread\": 2.9321383111376957,\n            \"bidPrice\": 61044.02170082926,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"fixedEndTime\": \"2024-06-01T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61085.11893049518,\n            \"staleness\": 0.12232841588946769,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"askPrice\": 61252.085860485524,\n            \"basisAskPrice\": 422.53326913897035,\n            \"basisBidPrice\": 382.9317805193132,\n            \"basisPrice\": 408.59200689678255,\n            \"bidAskSpread\": 2.9321383111376957,\n            \"bidPrice\": 61212.48437186587,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"fixedEndTime\": \"2024-06-11T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61238.144598243336,\n            \"staleness\": 0.12232841588946769,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"askPrice\": 61697.62226274681,\n            \"basisAskPrice\": 868.0696714002552,\n            \"basisBidPrice\": 862.7992738513422,\n            \"basisPrice\": 861.1705451437447,\n            \"bidAskSpread\": 2.9321383111376957,\n            \"bidPrice\": 61692.351865197896,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"fixedEndTime\": \"2024-07-11T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61690.7231364903,\n            \"staleness\": 0.12232841588946769,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"askPrice\": 62149.868709805574,\n            \"basisAskPrice\": 1320.3161184590208,\n            \"basisBidPrice\": 1303.9234708053918,\n            \"basisPrice\": 1311.6322729070089,\n            \"bidAskSpread\": 2.9321383111376957,\n            \"bidPrice\": 62133.476062151945,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"fixedEndTime\": \"2024-08-11T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62141.18486425356,\n            \"staleness\": 0.12232841588946769,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"askPrice\": 63588.09973346277,\n            \"basisAskPrice\": 2758.5471421162147,\n            \"basisBidPrice\": 2739.532758703812,\n            \"basisPrice\": 2745.5214506146076,\n            \"bidAskSpread\": 2.9321383111376957,\n            \"bidPrice\": 63569.085350050365,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"fixedEndTime\": \"2024-11-11T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63575.07404196116,\n            \"staleness\": 0.12232841588946769,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"askPrice\": 65014.772786495145,\n            \"basisAskPrice\": 4185.220195148591,\n            \"basisBidPrice\": 4154.236765550362,\n            \"basisPrice\": 4158.800384776507,\n            \"bidAskSpread\": 2.9321383111376957,\n            \"bidPrice\": 64983.789356896916,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"fixedEndTime\": \"2025-02-11T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64988.35297612306,\n            \"staleness\": 0.12232841588946769,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"askPrice\": 66276.89141839131,\n            \"basisAskPrice\": 5447.338827044761,\n            \"basisBidPrice\": 5402.91124198903,\n            \"basisPrice\": 5405.777746648077,\n            \"bidAskSpread\": 2.9321383111376957,\n            \"bidPrice\": 66232.46383333558,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"fixedEndTime\": \"2025-05-11T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66235.33033799463,\n            \"staleness\": 0.12232841588946769,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"askPrice\": 60822.78455147837,\n            \"basisAskPrice\": 14.308166232563963,\n            \"basisBidPrice\": 11.379424911079695,\n            \"basisPrice\": 13.004505041208176,\n            \"bidAskSpread\": 2.4444387489162884,\n            \"bidPrice\": 60819.855810156885,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60821.48089028701,\n            \"staleness\": 0.0915564495811472,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"askPrice\": 60837.09608440638,\n            \"basisAskPrice\": 28.619699160575692,\n            \"basisBidPrice\": 22.76097931658296,\n            \"basisPrice\": 26.011791226766945,\n            \"bidAskSpread\": 2.4444387489162884,\n            \"bidPrice\": 60831.23736456239,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60834.48817647257,\n            \"staleness\": 0.0915564495811472,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"askPrice\": 60851.41098482203,\n            \"basisAskPrice\": 42.9345995762269,\n            \"basisBidPrice\": 34.144663614999445,\n            \"basisPrice\": 39.021859151478566,\n            \"bidAskSpread\": 2.4444387489162884,\n            \"bidPrice\": 60842.621048860805,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"fixedEndTime\": \"2024-05-14T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60847.498244397284,\n            \"staleness\": 0.0915564495811472,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"askPrice\": 60905.351455563636,\n            \"basisAskPrice\": 96.87507031783025,\n            \"basisBidPrice\": 77.89648641544045,\n            \"basisPrice\": 88.46379514742875,\n            \"bidAskSpread\": 2.4444387489162884,\n            \"bidPrice\": 60886.372871661246,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"fixedEndTime\": \"2024-05-18T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60896.940180393234,\n            \"staleness\": 0.0915564495811472,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"askPrice\": 60980.105196430115,\n            \"basisAskPrice\": 171.6288111843096,\n            \"basisBidPrice\": 143.30445330073417,\n            \"basisPrice\": 159.26173108728835,\n            \"bidAskSpread\": 2.4444387489162884,\n            \"bidPrice\": 60951.78083854654,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"fixedEndTime\": \"2024-05-25T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60967.738116333094,\n            \"staleness\": 0.0915564495811472,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"askPrice\": 61079.96343064944,\n            \"basisAskPrice\": 271.4870454036354,\n            \"basisBidPrice\": 222.2424627649234,\n            \"basisPrice\": 257.453971556155,\n            \"bidAskSpread\": 2.4444387489162884,\n            \"bidPrice\": 61030.71884801073,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"fixedEndTime\": \"2024-06-01T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61065.93035680196,\n            \"staleness\": 0.0915564495811472,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"askPrice\": 61224.41249079205,\n            \"basisAskPrice\": 415.9361055462432,\n            \"basisBidPrice\": 382.50949870466866,\n            \"basisPrice\": 405.1155719956514,\n            \"bidAskSpread\": 2.4444387489162884,\n            \"bidPrice\": 61190.985883950474,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"fixedEndTime\": \"2024-06-11T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61213.59195724146,\n            \"staleness\": 0.0915564495811472,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"askPrice\": 61661.60276666867,\n            \"basisAskPrice\": 853.126381422866,\n            \"basisBidPrice\": 849.3165908112496,\n            \"basisPrice\": 848.118178950077,\n            \"bidAskSpread\": 2.4444387489162884,\n            \"bidPrice\": 61657.792976057055,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"fixedEndTime\": \"2024-07-11T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61656.59456419588,\n            \"staleness\": 0.0915564495811472,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"askPrice\": 62116.64603680879,\n            \"basisAskPrice\": 1308.169651562981,\n            \"basisBidPrice\": 1299.0473850216586,\n            \"basisPrice\": 1304.5525292090824,\n            \"bidAskSpread\": 2.4444387489162884,\n            \"bidPrice\": 62107.523770267464,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"fixedEndTime\": \"2024-08-11T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62113.02891445489,\n            \"staleness\": 0.0915564495811472,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"askPrice\": 63561.08907718277,\n            \"basisAskPrice\": 2752.6126919369635,\n            \"basisBidPrice\": 2734.8196335810353,\n            \"basisPrice\": 2736.7308668968617,\n            \"bidAskSpread\": 2.4444387489162884,\n            \"bidPrice\": 63543.29601882684,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"fixedEndTime\": \"2024-11-11T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63545.20725214267,\n            \"staleness\": 0.0915564495811472,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"askPrice\": 64992.438322118105,\n            \"basisAskPrice\": 4183.9619368723,\n            \"basisBidPrice\": 4151.31350291214,\n            \"basisPrice\": 4156.471439131761,\n            \"bidAskSpread\": 2.4444387489162884,\n            \"bidPrice\": 64959.789888157946,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"fixedEndTime\": \"2025-02-11T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64964.94782437757,\n            \"staleness\": 0.0915564495811472,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"askPrice\": 66278.87356238301,\n            \"basisAskPrice\": 5470.397177137209,\n            \"basisBidPrice\": 5415.9256150666115,\n            \"basisPrice\": 5431.703740443183,\n            \"bidAskSpread\": 2.4444387489162884,\n            \"bidPrice\": 66224.40200031242,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"fixedEndTime\": \"2025-05-11T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66240.18012568899,\n            \"staleness\": 0.0915564495811472,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"askPrice\": 60788.03759874663,\n            \"basisAskPrice\": 14.617661868389405,\n            \"basisBidPrice\": 11.701145295097376,\n            \"basisPrice\": 13.071672706028039,\n            \"bidAskSpread\": 2.8876108828768405,\n            \"bidPrice\": 60785.12108217334,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60786.49160958427,\n            \"staleness\": 0.1842049279142003,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"askPrice\": 60802.65877656061,\n            \"basisAskPrice\": 29.238839682366233,\n            \"basisBidPrice\": 23.40454349618085,\n            \"basisPrice\": 26.146156980459637,\n            \"bidAskSpread\": 2.8876108828768405,\n            \"bidPrice\": 60796.824480374424,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60799.5660938587,\n            \"staleness\": 0.1842049279142003,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"askPrice\": 60817.28347116589,\n            \"basisAskPrice\": 43.86353428764414,\n            \"basisBidPrice\": 35.11019503700663,\n            \"basisPrice\": 39.22345342803601,\n            \"bidAskSpread\": 2.8876108828768405,\n            \"bidPrice\": 60808.53013191525,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"fixedEndTime\": \"2024-05-14T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60812.64339030628,\n            \"staleness\": 0.1842049279142003,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"askPrice\": 60872.43174515557,\n            \"basisAskPrice\": 99.01180827732605,\n            \"basisBidPrice\": 80.78766567732237,\n            \"basisPrice\": 89.3006127082408,\n            \"bidAskSpread\": 2.8876108828768405,\n            \"bidPrice\": 60854.207602555565,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"fixedEndTime\": \"2024-05-18T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60862.720549586484,\n            \"staleness\": 0.1842049279142003,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"askPrice\": 60949.55318440515,\n            \"basisAskPrice\": 176.13324752690824,\n            \"basisBidPrice\": 149.06940752081573,\n            \"basisPrice\": 164.04546365824353,\n            \"bidAskSpread\": 2.8876108828768405,\n            \"bidPrice\": 60922.48934439906,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"fixedEndTime\": \"2024-05-25T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60937.46540053649,\n            \"staleness\": 0.1842049279142003,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"askPrice\": 61046.881142845625,\n            \"basisAskPrice\": 273.46120596738183,\n            \"basisBidPrice\": 215.8093742031342,\n            \"basisPrice\": 261.35122505445906,\n            \"bidAskSpread\": 2.8876108828768405,\n            \"bidPrice\": 60989.22931108138,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"fixedEndTime\": \"2024-06-01T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61034.7711619327,\n            \"staleness\": 0.1842049279142003,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"askPrice\": 61192.803322145526,\n            \"basisAskPrice\": 419.3833852672833,\n            \"basisBidPrice\": 380.7137347970274,\n            \"basisPrice\": 408.83455363571557,\n            \"bidAskSpread\": 2.8876108828768405,\n            \"bidPrice\": 61154.13367167527,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"fixedEndTime\": \"2024-06-11T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61182.25449051396,\n            \"staleness\": 0.1842049279142003,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"askPrice\": 61631.89397323063,\n            \"basisAskPrice\": 858.4740363523888,\n            \"basisBidPrice\": 854.6059820680312,\n            \"basisPrice\": 851.4747809427936,\n            \"bidAskSpread\": 2.8876108828768405,\n            \"bidPrice\": 61628.025918946274,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"fixedEndTime\": \"2024-07-11T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61624.89471782104,\n            \"staleness\": 0.1842049279142003,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"askPrice\": 62087.2756177175,\n            \"basisAskPrice\": 1313.8556808392605,\n            \"basisBidPrice\": 1299.739604748851,\n            \"basisPrice\": 1307.9712177584297,\n            \"bidAskSpread\": 2.8876108828768405,\n            \"bidPrice\": 62073.159541627094,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"fixedEndTime\": \"2024-08-11T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62081.39115463667,\n            \"staleness\": 0.1842049279142003,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"askPrice\": 63524.45594934365,\n            \"basisAskPrice\": 2751.0360124654107,\n            \"basisBidPrice\": 2732.923101745502,\n            \"basisPrice\": 2741.833494980623,\n            \"bidAskSpread\": 2.8876108828768405,\n            \"bidPrice\": 63506.343038623745,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"fixedEndTime\": \"2024-11-11T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63515.253431858866,\n            \"staleness\": 0.1842049279142003,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"askPrice\": 64952.82302093604,\n            \"basisAskPrice\": 4179.403084057798,\n            \"basisBidPrice\": 4155.147551191367,\n            \"basisPrice\": 4160.672079128832,\n            \"bidAskSpread\": 2.8876108828768405,\n            \"bidPrice\": 64928.56748806961,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"fixedEndTime\": \"2025-02-11T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 64934.092016007075,\n            \"staleness\": 0.1842049279142003,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"askPrice\": 66230.69009297217,\n            \"basisAskPrice\": 5457.270156093931,\n            \"basisBidPrice\": 5431.433352270804,\n            \"basisPrice\": 5431.433352270804,\n            \"bidAskSpread\": 2.8876108828768405,\n            \"bidPrice\": 66204.85328914905,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"fixedEndTime\": \"2025-05-11T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66204.85328914905,\n            \"staleness\": 0.1842049279142003,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"askPrice\": 60852.27776941189,\n            \"basisAskPrice\": 14.499098071421031,\n            \"basisBidPrice\": 11.702174766272947,\n            \"basisPrice\": 13.296087012917269,\n            \"bidAskSpread\": 2.2847362065383887,\n            \"bidPrice\": 60849.480846106744,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"fixedEndTime\": \"2024-05-12T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60851.07475835339,\n            \"staleness\": 0.18262311235740036,\n            \"tenor\": \"1D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        },\n        {\n            \"askPrice\": 60866.780322965256,\n            \"basisAskPrice\": 29.001651624785154,\n            \"basisBidPrice\": 23.406600451256963,\n            \"basisPrice\": 26.59507988356927,\n            \"bidAskSpread\": 2.2847362065383887,\n            \"bidPrice\": 60861.18527179173,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"fixedEndTime\": \"2024-05-13T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60864.37375122404,\n            \"staleness\": 0.18262311235740036,\n            \"tenor\": \"2D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        },\n        {\n            \"askPrice\": 60881.28633282405,\n            \"basisAskPrice\": 43.50766148357798,\n            \"basisBidPrice\": 35.11327748790791,\n            \"basisPrice\": 39.89697924703796,\n            \"bidAskSpread\": 2.2847362065383887,\n            \"bidPrice\": 60872.89194882838,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"fixedEndTime\": \"2024-05-14T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60877.67565058751,\n            \"staleness\": 0.18262311235740036,\n            \"tenor\": \"3D\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        },\n        {\n            \"askPrice\": 60935.6464437464,\n            \"basisAskPrice\": 97.86777240593074,\n            \"basisBidPrice\": 79.54957545410434,\n            \"basisPrice\": 90.45232748393755,\n            \"bidAskSpread\": 2.2847362065383887,\n            \"bidPrice\": 60917.328246794576,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"fixedEndTime\": \"2024-05-18T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 60928.23099882441,\n            \"staleness\": 0.18262311235740036,\n            \"tenor\": \"1W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        },\n        {\n            \"askPrice\": 61011.06675834141,\n            \"basisAskPrice\": 173.2880870009394,\n            \"basisBidPrice\": 147.84199108915345,\n            \"basisPrice\": 164.76494103574078,\n            \"bidAskSpread\": 2.2847362065383887,\n            \"bidPrice\": 60985.620662429625,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"fixedEndTime\": \"2024-05-25T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61002.54361237621,\n            \"staleness\": 0.18262311235740036,\n            \"tenor\": \"2W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        },\n        {\n            \"askPrice\": 61111.263198665256,\n            \"basisAskPrice\": 273.4845273247847,\n            \"basisBidPrice\": 221.41387288034457,\n            \"basisPrice\": 264.0884961774864,\n            \"bidAskSpread\": 2.2847362065383887,\n            \"bidPrice\": 61059.192544220816,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"fixedEndTime\": \"2024-06-01T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61101.86716751796,\n            \"staleness\": 0.18262311235740036,\n            \"tenor\": \"3W\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        },\n        {\n            \"askPrice\": 61261.315547388906,\n            \"basisAskPrice\": 423.53687604843435,\n            \"basisBidPrice\": 388.62386766376585,\n            \"basisPrice\": 414.7052559578224,\n            \"bidAskSpread\": 2.2847362065383887,\n            \"bidPrice\": 61226.40253900424,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"fixedEndTime\": \"2024-06-11T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61252.48392729829,\n            \"staleness\": 0.18262311235740036,\n            \"tenor\": \"1M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        },\n        {\n            \"askPrice\": 61707.497141642816,\n            \"basisAskPrice\": 869.7184703023449,\n            \"basisBidPrice\": 864.8384997770627,\n            \"basisPrice\": 861.9548222227604,\n            \"bidAskSpread\": 2.2847362065383887,\n            \"bidPrice\": 61702.617171117534,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"fixedEndTime\": \"2024-07-11T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 61699.73349356323,\n            \"staleness\": 0.18262311235740036,\n            \"tenor\": \"2M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        },\n        {\n            \"askPrice\": 62152.355622853844,\n            \"basisAskPrice\": 1314.5769515133725,\n            \"basisBidPrice\": 1298.8378229820664,\n            \"basisPrice\": 1307.298403276167,\n            \"bidAskSpread\": 2.2847362065383887,\n            \"bidPrice\": 62136.61649432254,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"fixedEndTime\": \"2024-08-11T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 62145.07707461664,\n            \"staleness\": 0.18262311235740036,\n            \"tenor\": \"3M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        },\n        {\n            \"askPrice\": 63586.317640117726,\n            \"basisAskPrice\": 2748.538968777255,\n            \"basisBidPrice\": 2731.0548438075566,\n            \"basisPrice\": 2738.7218338158564,\n            \"bidAskSpread\": 2.2847362065383887,\n            \"bidPrice\": 63568.83351514803,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"fixedEndTime\": \"2024-11-11T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 63576.50050515633,\n            \"staleness\": 0.18262311235740036,\n            \"tenor\": \"6M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        },\n        {\n            \"askPrice\": 65025.73922282723,\n            \"basisAskPrice\": 4187.960551486758,\n            \"basisBidPrice\": 4165.331876991033,\n            \"basisPrice\": 4170.0388066285595,\n            \"bidAskSpread\": 2.2847362065383887,\n            \"bidPrice\": 65003.110548331504,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"fixedEndTime\": \"2025-02-11T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 65007.81747796903,\n            \"staleness\": 0.18262311235740036,\n            \"tenor\": \"9M\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        },\n        {\n            \"askPrice\": 66300.82804804153,\n            \"basisAskPrice\": 5463.049376701056,\n            \"basisBidPrice\": 5437.185211837561,\n            \"basisPrice\": 5437.185211837561,\n            \"bidAskSpread\": 2.2847362065383887,\n            \"bidPrice\": 66274.96388317803,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"fixedEndTime\": \"2025-05-11T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"price\": 66274.96388317803,\n            \"staleness\": 0.18262311235740036,\n            \"tenor\": \"1Y\",\n            \"tenorType\": \"Fixed\",\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        }\n    ],\n    \"limit\": 24,\n    \"links\": {\n        \"base\": \"/analytics-api/implied-rates-otc-fx\",\n        \"next\": \"/analytics-api/implied-rates-otc-fx?pairCode=XBT-USD&offset=0&lukkaEntityCode=LUKKA&dataShape=flat&limit=24&ReservedLowerTimeLimit=2024-05-10T07:00:00Z&ReservedUpperTimeLimit=2024-05-13T07:00:00Z&timeFrom=2024-05-11T07:00:00Z&timeRange=1440min\"\n    },\n    \"offset\": \"0\",\n    \"size\": 288,\n    \"timeFrom\": \"2024-05-10T07:00:00Z\"\n}"},{"id":"2b38adbd-c162-48a1-a65b-4642ce25f4f5","name":"OTC FX Rates - 2L View","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{analytics_api_python}}/analytics-api/implied-rates-otc-fx?pairCode=XBT-USD&lukkaEntityCode=LUKKA&dataShape=2L&timeFrom=2024-05-10T07:00:00.000Z&timeTo=2024-05-13T07:00:00.000Z&limit=24","host":["{{analytics_api_python}}"],"path":["analytics-api","implied-rates-otc-fx"],"query":[{"key":"pairCode","value":"XBT-USD","description":"The Lukka Pair Code for which Rates are requested for"},{"key":"lukkaEntityCode","value":"LUKKA","description":"The enitity code of the entity related to this implied rate."},{"key":"dataShape","value":"2L","description":"The underlying data shape of the output. Acceptable values include \"flat\" and \"2L\". Default is flat"},{"key":"timeFrom","value":"2024-05-10T07:00:00.000Z","description":"The beginning business time to retrieve rates from."},{"key":"timeTo","value":"2024-05-13T07:00:00.000Z","description":"The ending business time to retrieve rates to."},{"key":"limit","value":"24","description":"The limit for the number of curves received in one payload. Default and Max value is 24"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"envoy"},{"key":"date","value":"Tue, 21 May 2024 04:14:11 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"110230"},{"key":"x-envoy-upstream-service-time","value":"434"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"bidAskSpread\": 1.4063513749382412,\n            \"businessTime\": \"2024-05-10T07:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.028631174480135316,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 62944.63519364179,\n                    \"basisAskPrice\": 11.586568863873254,\n                    \"basisBidPrice\": 5.771566045623331,\n                    \"basisPrice\": 8.17738739035849,\n                    \"bidPrice\": 62938.82019082354,\n                    \"fixedEndTime\": \"2024-05-11T07:00:00Z\",\n                    \"price\": 62941.22601216828,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 62963.71332918068,\n                    \"basisAskPrice\": 30.664704402763164,\n                    \"basisBidPrice\": 22.700142662222788,\n                    \"basisPrice\": 26.406283296179026,\n                    \"bidPrice\": 62955.74876744014,\n                    \"fixedEndTime\": \"2024-05-12T07:00:00Z\",\n                    \"price\": 62959.4549080741,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 62982.51741767988,\n                    \"basisAskPrice\": 49.46879290196375,\n                    \"basisBidPrice\": 39.456868657289306,\n                    \"basisPrice\": 44.40624055481021,\n                    \"bidPrice\": 62972.50549343521,\n                    \"fixedEndTime\": \"2024-05-13T07:00:00Z\",\n                    \"price\": 62977.45486533273,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 63051.262098417144,\n                    \"basisAskPrice\": 118.21347363922541,\n                    \"basisBidPrice\": 102.87722116407531,\n                    \"basisPrice\": 111.56853001003037,\n                    \"bidPrice\": 63035.925845941994,\n                    \"fixedEndTime\": \"2024-05-17T07:00:00Z\",\n                    \"price\": 63044.61715478795,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 63138.91459050578,\n                    \"basisAskPrice\": 205.8659657278622,\n                    \"basisBidPrice\": 193.60125078208512,\n                    \"basisPrice\": 201.87866896585183,\n                    \"bidPrice\": 63126.649875560004,\n                    \"fixedEndTime\": \"2024-05-24T07:00:00Z\",\n                    \"price\": 63134.92729374377,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 63226.688682952976,\n                    \"basisAskPrice\": 293.64005817505677,\n                    \"basisBidPrice\": 283.28464316033933,\n                    \"basisPrice\": 291.03955709077127,\n                    \"bidPrice\": 63216.33326793826,\n                    \"fixedEndTime\": \"2024-05-31T07:00:00Z\",\n                    \"price\": 63224.08818186869,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 63352.016985928065,\n                    \"basisAskPrice\": 418.96836115014594,\n                    \"basisBidPrice\": 409.8290899593485,\n                    \"basisPrice\": 416.52463673511375,\n                    \"bidPrice\": 63342.87771473727,\n                    \"fixedEndTime\": \"2024-06-10T07:00:00Z\",\n                    \"price\": 63349.57326151303,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 63777.79396440817,\n                    \"basisAskPrice\": 844.7453396302517,\n                    \"basisBidPrice\": 841.0373040739942,\n                    \"basisPrice\": 846.102899523903,\n                    \"bidPrice\": 63774.08592885191,\n                    \"fixedEndTime\": \"2024-07-10T07:00:00Z\",\n                    \"price\": 63779.15152430182,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 64310.40471385768,\n                    \"basisAskPrice\": 1377.3560890797598,\n                    \"basisBidPrice\": 1374.263626571912,\n                    \"basisPrice\": 1377.375918753387,\n                    \"bidPrice\": 64307.31225134983,\n                    \"fixedEndTime\": \"2024-08-10T07:00:00Z\",\n                    \"price\": 64310.424543531306,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 65920.03018081564,\n                    \"basisAskPrice\": 2986.9815560377174,\n                    \"basisBidPrice\": 2975.5054508977482,\n                    \"basisPrice\": 2978.494855006764,\n                    \"bidPrice\": 65908.55407567567,\n                    \"fixedEndTime\": \"2024-11-10T07:00:00Z\",\n                    \"price\": 65911.54347978468,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 67433.6495066768,\n                    \"basisAskPrice\": 4500.600881898878,\n                    \"basisBidPrice\": 4475.867078190844,\n                    \"basisPrice\": 4486.845383310792,\n                    \"bidPrice\": 67408.91570296876,\n                    \"fixedEndTime\": \"2025-02-10T07:00:00Z\",\n                    \"price\": 67419.89400808871,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 68776.69431515053,\n                    \"basisAskPrice\": 5843.645690372607,\n                    \"basisBidPrice\": 5822.757483441164,\n                    \"basisPrice\": 5838.138282417785,\n                    \"bidPrice\": 68755.80610821908,\n                    \"fixedEndTime\": \"2025-05-10T07:00:00Z\",\n                    \"price\": 68771.1869071957,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 5522,\n            \"underlyingPrice\": 62933.04862477792,\n            \"volume\": 10068212.0703\n        },\n        {\n            \"bidAskSpread\": 2.009820413589185,\n            \"businessTime\": \"2024-05-10T08:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.03924776718670258,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 63192.349914466264,\n                    \"basisAskPrice\": 19.45327272033319,\n                    \"basisBidPrice\": 16.883252634877863,\n                    \"basisPrice\": 18.056452232987795,\n                    \"bidPrice\": 63189.77989438081,\n                    \"fixedEndTime\": \"2024-05-11T08:00:00Z\",\n                    \"price\": 63190.95309397892,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 63211.80917756918,\n                    \"basisAskPrice\": 38.91253582324862,\n                    \"basisBidPrice\": 33.77101739812497,\n                    \"basisPrice\": 36.118065468312125,\n                    \"bidPrice\": 63206.667659144056,\n                    \"fixedEndTime\": \"2024-05-12T08:00:00Z\",\n                    \"price\": 63209.01470721424,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 63231.274432899336,\n                    \"basisAskPrice\": 58.37779115340527,\n                    \"basisBidPrice\": 50.6632954956367,\n                    \"basisPrice\": 54.184841181122465,\n                    \"bidPrice\": 63223.55993724157,\n                    \"fixedEndTime\": \"2024-05-13T08:00:00Z\",\n                    \"price\": 63227.08148292705,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 63308.447125436054,\n                    \"basisAskPrice\": 135.55048369012366,\n                    \"basisBidPrice\": 117.81592206372443,\n                    \"basisPrice\": 125.91915064544446,\n                    \"bidPrice\": 63290.712563809655,\n                    \"fixedEndTime\": \"2024-05-17T08:00:00Z\",\n                    \"price\": 63298.815792391375,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 63405.49328939901,\n                    \"basisAskPrice\": 232.59664765308116,\n                    \"basisBidPrice\": 212.09280083848716,\n                    \"basisPrice\": 221.76864059619402,\n                    \"bidPrice\": 63384.98944258442,\n                    \"fixedEndTime\": \"2024-05-24T08:00:00Z\",\n                    \"price\": 63394.665282342125,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 63498.013097472554,\n                    \"basisAskPrice\": 325.1164557266238,\n                    \"basisBidPrice\": 304.04751791600575,\n                    \"basisPrice\": 314.03993557031936,\n                    \"bidPrice\": 63476.944159661936,\n                    \"fixedEndTime\": \"2024-05-31T08:00:00Z\",\n                    \"price\": 63486.93657731625,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 63623.240211693745,\n                    \"basisAskPrice\": 450.3435699478141,\n                    \"basisBidPrice\": 432.0414278325916,\n                    \"basisPrice\": 440.5677676524065,\n                    \"bidPrice\": 63604.93806957852,\n                    \"fixedEndTime\": \"2024-06-10T08:00:00Z\",\n                    \"price\": 63613.46440939834,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 64036.61486888554,\n                    \"basisAskPrice\": 863.7182271396086,\n                    \"basisBidPrice\": 863.8489778349176,\n                    \"basisPrice\": 862.4264881628551,\n                    \"bidPrice\": 64036.74561958085,\n                    \"fixedEndTime\": \"2024-07-10T08:00:00Z\",\n                    \"price\": 64035.323129908786,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 64569.18232808675,\n                    \"basisAskPrice\": 1396.285686340816,\n                    \"basisBidPrice\": 1393.801612012161,\n                    \"basisPrice\": 1393.681736370425,\n                    \"bidPrice\": 64566.69825375809,\n                    \"fixedEndTime\": \"2024-08-10T08:00:00Z\",\n                    \"price\": 64566.578378116355,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 66182.23416927888,\n                    \"basisAskPrice\": 3009.3375275329454,\n                    \"basisBidPrice\": 2993.1291119191446,\n                    \"basisPrice\": 2999.997540439581,\n                    \"bidPrice\": 66166.02575366508,\n                    \"fixedEndTime\": \"2024-11-10T08:00:00Z\",\n                    \"price\": 66172.89418218551,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 67711.97180813696,\n                    \"basisAskPrice\": 4539.075166391034,\n                    \"basisBidPrice\": 4494.090828840388,\n                    \"basisPrice\": 4525.830805963735,\n                    \"bidPrice\": 67666.98747058632,\n                    \"fixedEndTime\": \"2025-02-10T08:00:00Z\",\n                    \"price\": 67698.72744770967,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 69077.53270512859,\n                    \"basisAskPrice\": 5904.636063382655,\n                    \"basisBidPrice\": 5831.434643329601,\n                    \"basisPrice\": 5896.280580548118,\n                    \"bidPrice\": 69004.33128507553,\n                    \"fixedEndTime\": \"2025-05-10T08:00:00Z\",\n                    \"price\": 69069.17722229405,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 13987,\n            \"underlyingPrice\": 63172.89664174593,\n            \"volume\": 25798808.210500002\n        },\n        {\n            \"bidAskSpread\": 1.5694217396418673,\n            \"businessTime\": \"2024-05-10T09:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.04455336376453443,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 62987.26759128499,\n                    \"basisAskPrice\": 19.078780004856526,\n                    \"basisBidPrice\": 16.61938913562335,\n                    \"basisPrice\": 17.863074694752868,\n                    \"bidPrice\": 62984.808200415755,\n                    \"fixedEndTime\": \"2024-05-11T09:00:00Z\",\n                    \"price\": 62986.051885974884,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 63006.35215198409,\n                    \"basisAskPrice\": 38.16334070395533,\n                    \"basisBidPrice\": 33.24316467808967,\n                    \"basisPrice\": 35.731216859974666,\n                    \"bidPrice\": 63001.43197595822,\n                    \"fixedEndTime\": \"2024-05-12T09:00:00Z\",\n                    \"price\": 63003.920028140106,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 63025.44249512892,\n                    \"basisAskPrice\": 57.25368384878675,\n                    \"basisBidPrice\": 49.87132778514933,\n                    \"basisPrice\": 53.60442793323455,\n                    \"bidPrice\": 63018.06013906528,\n                    \"fixedEndTime\": \"2024-05-13T09:00:00Z\",\n                    \"price\": 63021.793239213366,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 63100.88857459155,\n                    \"basisAskPrice\": 132.69976331141515,\n                    \"basisBidPrice\": 115.9953576405751,\n                    \"basisPrice\": 124.48064143563533,\n                    \"bidPrice\": 63084.18416892071,\n                    \"fixedEndTime\": \"2024-05-17T09:00:00Z\",\n                    \"price\": 63092.66945271577,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 63192.46055121259,\n                    \"basisAskPrice\": 224.27173993246106,\n                    \"basisBidPrice\": 212.51428104129445,\n                    \"basisPrice\": 218.79184374340548,\n                    \"bidPrice\": 63180.703092321426,\n                    \"fixedEndTime\": \"2024-05-24T09:00:00Z\",\n                    \"price\": 63186.98065502354,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 63281.95130841469,\n                    \"basisAskPrice\": 313.76249713455763,\n                    \"basisBidPrice\": 304.08372076853993,\n                    \"basisPrice\": 309.41870968346484,\n                    \"bidPrice\": 63272.27253204867,\n                    \"fixedEndTime\": \"2024-05-31T09:00:00Z\",\n                    \"price\": 63277.6075209636,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 63405.98659179505,\n                    \"basisAskPrice\": 437.7977805149203,\n                    \"basisBidPrice\": 427.98543115102075,\n                    \"basisPrice\": 433.2939124496261,\n                    \"bidPrice\": 63396.17424243115,\n                    \"fixedEndTime\": \"2024-06-10T09:00:00Z\",\n                    \"price\": 63401.48272372976,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 63829.68214462551,\n                    \"basisAskPrice\": 861.493333345381,\n                    \"basisBidPrice\": 851.752770612402,\n                    \"basisPrice\": 857.6653895575582,\n                    \"bidPrice\": 63819.94158189253,\n                    \"fixedEndTime\": \"2024-07-10T09:00:00Z\",\n                    \"price\": 63825.85420083769,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 64358.65282326885,\n                    \"basisAskPrice\": 1390.464011988719,\n                    \"basisBidPrice\": 1383.5257730542653,\n                    \"basisPrice\": 1387.4308475826474,\n                    \"bidPrice\": 64351.7145843344,\n                    \"fixedEndTime\": \"2024-08-10T09:00:00Z\",\n                    \"price\": 64355.61965886278,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 65955.31520313336,\n                    \"basisAskPrice\": 2987.1263918532277,\n                    \"basisBidPrice\": 2978.9653871719565,\n                    \"basisPrice\": 2982.004538491041,\n                    \"bidPrice\": 65947.15419845209,\n                    \"fixedEndTime\": \"2024-11-10T09:00:00Z\",\n                    \"price\": 65950.19334977117,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 67447.70911336027,\n                    \"basisAskPrice\": 4479.520302080135,\n                    \"basisBidPrice\": 4455.410610482351,\n                    \"basisPrice\": 4471.336403196045,\n                    \"bidPrice\": 67423.59942176248,\n                    \"fixedEndTime\": \"2025-02-10T09:00:00Z\",\n                    \"price\": 67439.52521447618,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 68771.0893595862,\n                    \"basisAskPrice\": 5802.900548306068,\n                    \"basisBidPrice\": 5768.058969873666,\n                    \"basisPrice\": 5799.598147651246,\n                    \"bidPrice\": 68736.2477811538,\n                    \"fixedEndTime\": \"2025-05-10T09:00:00Z\",\n                    \"price\": 68767.78695893138,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 4289,\n            \"underlyingPrice\": 62968.18881128013,\n            \"volume\": 7140927.1399\n        },\n        {\n            \"bidAskSpread\": 1.529975381935495,\n            \"businessTime\": \"2024-05-10T10:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.07230381982221835,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 63012.50474097895,\n                    \"basisAskPrice\": 19.672778591047972,\n                    \"basisBidPrice\": 17.24575905819802,\n                    \"basisPrice\": 18.643586088590382,\n                    \"bidPrice\": 63010.0777214461,\n                    \"fixedEndTime\": \"2024-05-11T10:00:00Z\",\n                    \"price\": 63011.47554847649,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 63032.183663415344,\n                    \"basisAskPrice\": 39.351701027444506,\n                    \"basisBidPrice\": 34.49623954574781,\n                    \"basisPrice\": 37.2926900002567,\n                    \"bidPrice\": 63027.32820193365,\n                    \"fixedEndTime\": \"2024-05-12T10:00:00Z\",\n                    \"price\": 63030.12465238816,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 63051.86873161581,\n                    \"basisAskPrice\": 59.036769227910554,\n                    \"basisBidPrice\": 51.751442755237804,\n                    \"basisPrice\": 55.94731336808036,\n                    \"bidPrice\": 63044.58340514314,\n                    \"fixedEndTime\": \"2024-05-13T10:00:00Z\",\n                    \"price\": 63048.77927575598,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 63128.141526321495,\n                    \"basisAskPrice\": 135.3095639335952,\n                    \"basisBidPrice\": 119.46927322933334,\n                    \"basisPrice\": 128.79026589339628,\n                    \"bidPrice\": 63112.30123561723,\n                    \"fixedEndTime\": \"2024-05-17T10:00:00Z\",\n                    \"price\": 63121.622228281296,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 63212.44141921719,\n                    \"basisAskPrice\": 219.60945682929014,\n                    \"basisBidPrice\": 204.7060552707626,\n                    \"basisPrice\": 212.14132667515514,\n                    \"bidPrice\": 63197.53801765866,\n                    \"fixedEndTime\": \"2024-05-24T10:00:00Z\",\n                    \"price\": 63204.973289063055,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 63297.9232280451,\n                    \"basisAskPrice\": 305.0912656572036,\n                    \"basisBidPrice\": 291.3306842739257,\n                    \"basisPrice\": 297.2177933009516,\n                    \"bidPrice\": 63284.162646661825,\n                    \"fixedEndTime\": \"2024-05-31T10:00:00Z\",\n                    \"price\": 63290.04975568885,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 63421.35001427851,\n                    \"basisAskPrice\": 428.5180518906127,\n                    \"basisBidPrice\": 416.91237211431144,\n                    \"basisPrice\": 421.3750761206393,\n                    \"bidPrice\": 63409.74433450221,\n                    \"fixedEndTime\": \"2024-06-10T10:00:00Z\",\n                    \"price\": 63414.20703850854,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 63852.98957794115,\n                    \"basisAskPrice\": 860.157615553253,\n                    \"basisBidPrice\": 857.628600076765,\n                    \"basisPrice\": 860.8672098315437,\n                    \"bidPrice\": 63850.460562464665,\n                    \"fixedEndTime\": \"2024-07-10T10:00:00Z\",\n                    \"price\": 63853.69917221944,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 64381.68522466767,\n                    \"basisAskPrice\": 1388.853262279772,\n                    \"basisBidPrice\": 1384.972972378433,\n                    \"basisPrice\": 1388.0640409008847,\n                    \"bidPrice\": 64377.80493476633,\n                    \"fixedEndTime\": \"2024-08-10T10:00:00Z\",\n                    \"price\": 64380.896003288784,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 65978.60916226858,\n                    \"basisAskPrice\": 2985.7771998806784,\n                    \"basisBidPrice\": 2973.2498547060604,\n                    \"basisPrice\": 2978.6742616341726,\n                    \"bidPrice\": 65966.08181709396,\n                    \"fixedEndTime\": \"2024-11-10T10:00:00Z\",\n                    \"price\": 65971.50622402207,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 67485.782742098,\n                    \"basisAskPrice\": 4492.950779710103,\n                    \"basisBidPrice\": 4448.835987439794,\n                    \"basisPrice\": 4455.933309642765,\n                    \"bidPrice\": 67441.6679498277,\n                    \"fixedEndTime\": \"2025-02-10T10:00:00Z\",\n                    \"price\": 67448.76527203067,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 68834.47700587614,\n                    \"basisAskPrice\": 5841.645043488235,\n                    \"basisBidPrice\": 5755.799167241952,\n                    \"basisPrice\": 5758.660492890871,\n                    \"bidPrice\": 68748.63112962985,\n                    \"fixedEndTime\": \"2025-05-10T10:00:00Z\",\n                    \"price\": 68751.49245527877,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 5076,\n            \"underlyingPrice\": 62992.8319623879,\n            \"volume\": 7656584.4781\n        },\n        {\n            \"bidAskSpread\": 1.782173814973009,\n            \"businessTime\": \"2024-05-10T11:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.11379908528240384,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 63027.344459432345,\n                    \"basisAskPrice\": 18.477700385759817,\n                    \"basisBidPrice\": 16.285780011814495,\n                    \"basisPrice\": 17.410550096421503,\n                    \"bidPrice\": 63025.1525390584,\n                    \"fixedEndTime\": \"2024-05-11T11:00:00Z\",\n                    \"price\": 63026.277309143006,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 63045.82757850645,\n                    \"basisAskPrice\": 36.96081945986225,\n                    \"basisBidPrice\": 32.575769377697725,\n                    \"basisPrice\": 34.82591105947358,\n                    \"bidPrice\": 63041.44252842428,\n                    \"fixedEndTime\": \"2024-05-12T11:00:00Z\",\n                    \"price\": 63043.69267010606,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 63064.31611785795,\n                    \"basisAskPrice\": 55.44935881136189,\n                    \"basisBidPrice\": 48.86996918566001,\n                    \"basisPrice\": 52.2460842185028,\n                    \"bidPrice\": 63057.736728232245,\n                    \"fixedEndTime\": \"2024-05-13T11:00:00Z\",\n                    \"price\": 63061.11284326509,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 63136.920435769964,\n                    \"basisAskPrice\": 128.05367672337889,\n                    \"basisBidPrice\": 113.04985996599862,\n                    \"basisPrice\": 120.53186142708,\n                    \"bidPrice\": 63121.91661901258,\n                    \"fixedEndTime\": \"2024-05-17T11:00:00Z\",\n                    \"price\": 63129.398620473665,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 63225.995055015956,\n                    \"basisAskPrice\": 217.1282959693708,\n                    \"basisBidPrice\": 194.11776772405574,\n                    \"basisPrice\": 201.98821273210342,\n                    \"bidPrice\": 63202.98452677064,\n                    \"fixedEndTime\": \"2024-05-24T11:00:00Z\",\n                    \"price\": 63210.85497177869,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 63314.68905619527,\n                    \"basisAskPrice\": 305.822297148683,\n                    \"basisBidPrice\": 277.5556605715028,\n                    \"basisPrice\": 285.73147107861587,\n                    \"bidPrice\": 63286.42241961809,\n                    \"fixedEndTime\": \"2024-05-31T11:00:00Z\",\n                    \"price\": 63294.5982301252,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 63439.71716038942,\n                    \"basisAskPrice\": 430.8504013428319,\n                    \"basisBidPrice\": 403.89041403734154,\n                    \"basisPrice\": 410.74722724210005,\n                    \"bidPrice\": 63412.757173083926,\n                    \"fixedEndTime\": \"2024-06-10T11:00:00Z\",\n                    \"price\": 63419.613986288685,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 63855.71294306062,\n                    \"basisAskPrice\": 846.8461840140371,\n                    \"basisBidPrice\": 845.0786240666712,\n                    \"basisPrice\": 844.3382918137431,\n                    \"bidPrice\": 63853.945383113256,\n                    \"fixedEndTime\": \"2024-07-10T11:00:00Z\",\n                    \"price\": 63853.20505086033,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 64385.84205452696,\n                    \"basisAskPrice\": 1376.975295480377,\n                    \"basisBidPrice\": 1372.4006840843722,\n                    \"basisPrice\": 1372.635785635357,\n                    \"bidPrice\": 64381.26744313096,\n                    \"fixedEndTime\": \"2024-08-10T11:00:00Z\",\n                    \"price\": 64381.50254468194,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 65991.04225058039,\n                    \"basisAskPrice\": 2982.1754915338024,\n                    \"basisBidPrice\": 2965.975569272785,\n                    \"basisPrice\": 2971.015349673886,\n                    \"bidPrice\": 65974.84232831937,\n                    \"fixedEndTime\": \"2024-11-10T11:00:00Z\",\n                    \"price\": 65979.88210872047,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 67505.85835850237,\n                    \"basisAskPrice\": 4496.991599455789,\n                    \"basisBidPrice\": 4477.0601511907225,\n                    \"basisPrice\": 4483.375637576515,\n                    \"bidPrice\": 67485.92691023731,\n                    \"fixedEndTime\": \"2025-02-10T11:00:00Z\",\n                    \"price\": 67492.2423966231,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 68850.960397847,\n                    \"basisAskPrice\": 5842.093638800412,\n                    \"basisBidPrice\": 5832.817811547422,\n                    \"basisPrice\": 5832.817059313638,\n                    \"bidPrice\": 68841.684570594,\n                    \"fixedEndTime\": \"2025-05-10T11:00:00Z\",\n                    \"price\": 68841.68381836022,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 3890,\n            \"underlyingPrice\": 63008.866759046585,\n            \"volume\": 7212833.0352\n        },\n        {\n            \"bidAskSpread\": 1.3784217007034831,\n            \"businessTime\": \"2024-05-10T12:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.06577602939678977,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 63031.146364283515,\n                    \"basisAskPrice\": 17.74675356255466,\n                    \"basisBidPrice\": 15.386998861991742,\n                    \"basisPrice\": 16.72698548707558,\n                    \"bidPrice\": 63028.78660958295,\n                    \"fixedEndTime\": \"2024-05-11T12:00:00Z\",\n                    \"price\": 63030.126596208036,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 63048.89811594591,\n                    \"basisAskPrice\": 35.49850522494671,\n                    \"basisBidPrice\": 30.777755015835282,\n                    \"basisPrice\": 33.4584111732911,\n                    \"bidPrice\": 63044.177365736796,\n                    \"fixedEndTime\": \"2024-05-12T12:00:00Z\",\n                    \"price\": 63046.85802189425,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 63066.654867115765,\n                    \"basisAskPrice\": 53.255256394804746,\n                    \"basisBidPrice\": 46.17226937903615,\n                    \"basisPrice\": 50.19427823733713,\n                    \"bidPrice\": 63059.5718801,\n                    \"fixedEndTime\": \"2024-05-13T12:00:00Z\",\n                    \"price\": 63063.5938889583,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 63135.94563491859,\n                    \"basisAskPrice\": 122.5460241976325,\n                    \"basisBidPrice\": 106.95129437198193,\n                    \"basisPrice\": 115.85453147786029,\n                    \"bidPrice\": 63120.35090509294,\n                    \"fixedEndTime\": \"2024-05-17T12:00:00Z\",\n                    \"price\": 63129.25414219882,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 63225.29604628967,\n                    \"basisAskPrice\": 211.89643556871306,\n                    \"basisBidPrice\": 194.33203996967495,\n                    \"basisPrice\": 200.3604424048899,\n                    \"bidPrice\": 63207.731650690635,\n                    \"fixedEndTime\": \"2024-05-24T12:00:00Z\",\n                    \"price\": 63213.76005312585,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 63314.76347082378,\n                    \"basisAskPrice\": 301.3638601028215,\n                    \"basisBidPrice\": 282.9305945266897,\n                    \"basisPrice\": 286.75628219376085,\n                    \"bidPrice\": 63296.33020524765,\n                    \"fixedEndTime\": \"2024-05-31T12:00:00Z\",\n                    \"price\": 63300.15589291472,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 63442.04381011425,\n                    \"basisAskPrice\": 428.64419939328945,\n                    \"basisBidPrice\": 411.2870112852979,\n                    \"basisPrice\": 414.0938609215227,\n                    \"bidPrice\": 63424.68662200626,\n                    \"fixedEndTime\": \"2024-06-10T12:00:00Z\",\n                    \"price\": 63427.49347164248,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 63866.266015281864,\n                    \"basisAskPrice\": 852.8664045609039,\n                    \"basisBidPrice\": 853.7070704356229,\n                    \"basisPrice\": 854.4706589989291,\n                    \"bidPrice\": 63867.10668115658,\n                    \"fixedEndTime\": \"2024-07-10T12:00:00Z\",\n                    \"price\": 63867.87026971989,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 64388.67283942087,\n                    \"basisAskPrice\": 1375.273228699909,\n                    \"basisBidPrice\": 1373.9288449928572,\n                    \"basisPrice\": 1375.2243109808987,\n                    \"bidPrice\": 64387.32845571382,\n                    \"fixedEndTime\": \"2024-08-10T12:00:00Z\",\n                    \"price\": 64388.62392170186,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 65967.57896845475,\n                    \"basisAskPrice\": 2954.1793577337885,\n                    \"basisBidPrice\": 2941.294113402975,\n                    \"basisPrice\": 2947.1682974139476,\n                    \"bidPrice\": 65954.69372412394,\n                    \"fixedEndTime\": \"2024-11-10T12:00:00Z\",\n                    \"price\": 65960.56790813491,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 67454.51176098615,\n                    \"basisAskPrice\": 4441.112150265188,\n                    \"basisBidPrice\": 4417.531754361167,\n                    \"basisPrice\": 4425.526897381766,\n                    \"bidPrice\": 67430.93136508213,\n                    \"fixedEndTime\": \"2025-02-10T12:00:00Z\",\n                    \"price\": 67438.92650810273,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 68780.36793613674,\n                    \"basisAskPrice\": 5766.968325415779,\n                    \"basisBidPrice\": 5745.122284271849,\n                    \"basisPrice\": 5746.556385165335,\n                    \"bidPrice\": 68758.52189499281,\n                    \"fixedEndTime\": \"2025-05-10T12:00:00Z\",\n                    \"price\": 68759.9559958863,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 4854,\n            \"underlyingPrice\": 63013.39961072096,\n            \"volume\": 8577503.483\n        },\n        {\n            \"bidAskSpread\": 1.9261231902041671,\n            \"businessTime\": \"2024-05-10T13:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.07163805040384125,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 63196.513696348615,\n                    \"basisAskPrice\": 19.29511694330722,\n                    \"basisBidPrice\": 16.665462967510393,\n                    \"basisPrice\": 17.579660784751468,\n                    \"bidPrice\": 63193.88404237282,\n                    \"fixedEndTime\": \"2024-05-11T13:00:00Z\",\n                    \"price\": 63194.79824019006,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 63215.81470626326,\n                    \"basisAskPrice\": 38.596126857955824,\n                    \"basisBidPrice\": 33.335322102830105,\n                    \"basisPrice\": 35.16421327698481,\n                    \"bidPrice\": 63210.55390150814,\n                    \"fixedEndTime\": \"2024-05-12T13:00:00Z\",\n                    \"price\": 63212.38279268229,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 63235.12161094902,\n                    \"basisAskPrice\": 57.90303154371213,\n                    \"basisBidPrice\": 50.00957856565219,\n                    \"basisPrice\": 52.75365883786435,\n                    \"bidPrice\": 63227.22815797096,\n                    \"fixedEndTime\": \"2024-05-13T13:00:00Z\",\n                    \"price\": 63229.97223824317,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 63310.85896170056,\n                    \"basisAskPrice\": 133.64038229524886,\n                    \"basisBidPrice\": 114.85497547288105,\n                    \"basisPrice\": 121.29630228241149,\n                    \"bidPrice\": 63292.07355487819,\n                    \"fixedEndTime\": \"2024-05-17T13:00:00Z\",\n                    \"price\": 63298.51488168772,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 63402.79920627772,\n                    \"basisAskPrice\": 225.5806268724118,\n                    \"basisBidPrice\": 202.88442470690643,\n                    \"basisPrice\": 210.6146771551139,\n                    \"bidPrice\": 63380.103004112214,\n                    \"fixedEndTime\": \"2024-05-24T13:00:00Z\",\n                    \"price\": 63387.83325656042,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 63493.03219115361,\n                    \"basisAskPrice\": 315.8136117483009,\n                    \"basisBidPrice\": 291.59062520537555,\n                    \"basisPrice\": 300.0478934427083,\n                    \"bidPrice\": 63468.80920461068,\n                    \"fixedEndTime\": \"2024-05-31T13:00:00Z\",\n                    \"price\": 63477.266472848016,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 63617.819314231245,\n                    \"basisAskPrice\": 440.60073482593725,\n                    \"basisBidPrice\": 419.0726182612125,\n                    \"basisPrice\": 427.22904639575427,\n                    \"bidPrice\": 63596.29119766652,\n                    \"fixedEndTime\": \"2024-06-10T13:00:00Z\",\n                    \"price\": 63604.44762580106,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 64046.27475181821,\n                    \"basisAskPrice\": 869.0561724129002,\n                    \"basisBidPrice\": 857.3267642368737,\n                    \"basisPrice\": 861.2334462195358,\n                    \"bidPrice\": 64034.54534364218,\n                    \"fixedEndTime\": \"2024-07-10T13:00:00Z\",\n                    \"price\": 64038.45202562484,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 64576.648521195806,\n                    \"basisAskPrice\": 1399.4299417904986,\n                    \"basisBidPrice\": 1392.6431384668103,\n                    \"basisPrice\": 1393.2897931992047,\n                    \"bidPrice\": 64569.86171787212,\n                    \"fixedEndTime\": \"2024-08-10T13:00:00Z\",\n                    \"price\": 64570.50837260451,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 66176.09943692932,\n                    \"basisAskPrice\": 2998.880857524011,\n                    \"basisBidPrice\": 2987.806634944325,\n                    \"basisPrice\": 2990.5710069063207,\n                    \"bidPrice\": 66165.02521434963,\n                    \"fixedEndTime\": \"2024-11-10T13:00:00Z\",\n                    \"price\": 66167.78958631163,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 67690.4087673583,\n                    \"basisAskPrice\": 4513.1901879529905,\n                    \"basisBidPrice\": 4461.388294990218,\n                    \"basisPrice\": 4500.003494037825,\n                    \"bidPrice\": 67638.60687439553,\n                    \"fixedEndTime\": \"2025-02-10T13:00:00Z\",\n                    \"price\": 67677.22207344313,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 69057.81655137756,\n                    \"basisAskPrice\": 5880.597971972253,\n                    \"basisBidPrice\": 5793.182462989775,\n                    \"basisPrice\": 5873.537497593599,\n                    \"bidPrice\": 68970.40104239508,\n                    \"fixedEndTime\": \"2025-05-10T13:00:00Z\",\n                    \"price\": 69050.7560769989,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 8522,\n            \"underlyingPrice\": 63177.21857940531,\n            \"volume\": 15235706.42\n        },\n        {\n            \"bidAskSpread\": 1.8362567516497554,\n            \"businessTime\": \"2024-05-10T14:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.07357455605686308,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 62990.182083400694,\n                    \"basisAskPrice\": 18.098251557647018,\n                    \"basisBidPrice\": 15.12169958515733,\n                    \"basisPrice\": 16.64022420681431,\n                    \"bidPrice\": 62987.205531428204,\n                    \"fixedEndTime\": \"2024-05-11T14:00:00Z\",\n                    \"price\": 62988.72405604986,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 63008.285536417294,\n                    \"basisAskPrice\": 36.20170457424683,\n                    \"basisBidPrice\": 30.24703039520682,\n                    \"basisPrice\": 33.28484555352043,\n                    \"bidPrice\": 63002.330862238254,\n                    \"fixedEndTime\": \"2024-05-12T14:00:00Z\",\n                    \"price\": 63005.36867739657,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 63026.39419238774,\n                    \"basisAskPrice\": 54.31036054469587,\n                    \"basisBidPrice\": 45.37599330213561,\n                    \"basisPrice\": 49.933865202066954,\n                    \"bidPrice\": 63017.45982514518,\n                    \"fixedEndTime\": \"2024-05-13T14:00:00Z\",\n                    \"price\": 63022.017697045114,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 63096.6709127793,\n                    \"basisAskPrice\": 124.58708093625319,\n                    \"basisBidPrice\": 105.04202497489314,\n                    \"basisPrice\": 115.09806155112165,\n                    \"bidPrice\": 63077.12585681794,\n                    \"fixedEndTime\": \"2024-05-17T14:00:00Z\",\n                    \"price\": 63087.18189339417,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 63179.39852339093,\n                    \"basisAskPrice\": 207.31469154788647,\n                    \"basisBidPrice\": 186.82790893670608,\n                    \"basisPrice\": 194.83208314416697,\n                    \"bidPrice\": 63158.91174077975,\n                    \"fixedEndTime\": \"2024-05-24T14:00:00Z\",\n                    \"price\": 63166.915914987214,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 63264.767311269294,\n                    \"basisAskPrice\": 292.6834794262468,\n                    \"basisBidPrice\": 271.3104503914801,\n                    \"basisPrice\": 277.9360104965308,\n                    \"bidPrice\": 63243.39428223453,\n                    \"fixedEndTime\": \"2024-05-31T14:00:00Z\",\n                    \"price\": 63250.01984233958,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 63392.584032408864,\n                    \"basisAskPrice\": 420.50020056581707,\n                    \"basisBidPrice\": 402.5324780896117,\n                    \"basisPrice\": 407.9171401358617,\n                    \"bidPrice\": 63374.61630993266,\n                    \"fixedEndTime\": \"2024-06-10T14:00:00Z\",\n                    \"price\": 63380.00097197891,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 63836.20432223399,\n                    \"basisAskPrice\": 864.1204903909456,\n                    \"basisBidPrice\": 857.6424359102093,\n                    \"basisPrice\": 860.5622004410106,\n                    \"bidPrice\": 63829.726267753256,\n                    \"fixedEndTime\": \"2024-07-10T14:00:00Z\",\n                    \"price\": 63832.64603228406,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 64359.19043934011,\n                    \"basisAskPrice\": 1387.1066074970659,\n                    \"basisBidPrice\": 1382.3320940394333,\n                    \"basisPrice\": 1382.3064668039879,\n                    \"bidPrice\": 64354.41592588248,\n                    \"fixedEndTime\": \"2024-08-10T14:00:00Z\",\n                    \"price\": 64354.390298647035,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 65938.27398881032,\n                    \"basisAskPrice\": 2966.1901569672773,\n                    \"basisBidPrice\": 2953.0807353969867,\n                    \"basisPrice\": 2957.072427274339,\n                    \"bidPrice\": 65925.16456724003,\n                    \"fixedEndTime\": \"2024-11-10T14:00:00Z\",\n                    \"price\": 65929.15625911739,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 67441.44678871759,\n                    \"basisAskPrice\": 4469.362956874538,\n                    \"basisBidPrice\": 4432.540709753928,\n                    \"basisPrice\": 4459.989607285985,\n                    \"bidPrice\": 67404.62454159698,\n                    \"fixedEndTime\": \"2025-02-10T14:00:00Z\",\n                    \"price\": 67432.07343912903,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 68803.32113527786,\n                    \"basisAskPrice\": 5831.237303434813,\n                    \"basisBidPrice\": 5784.198726310133,\n                    \"basisPrice\": 5826.256845087046,\n                    \"bidPrice\": 68756.28255815318,\n                    \"fixedEndTime\": \"2025-05-10T14:00:00Z\",\n                    \"price\": 68798.3406769301,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 6340,\n            \"underlyingPrice\": 62972.08383184305,\n            \"volume\": 9477248.515\n        },\n        {\n            \"bidAskSpread\": 4.216878732335039,\n            \"businessTime\": \"2024-05-10T15:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.01345809264514902,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 62083.10916438145,\n                    \"basisAskPrice\": 18.03354997423594,\n                    \"basisBidPrice\": 13.557540577901818,\n                    \"basisPrice\": 15.286633211711887,\n                    \"bidPrice\": 62078.63315498512,\n                    \"fixedEndTime\": \"2024-05-11T15:00:00Z\",\n                    \"price\": 62080.36224761893,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 62101.147954161184,\n                    \"basisAskPrice\": 36.07233975396957,\n                    \"basisBidPrice\": 27.118042674905155,\n                    \"basisPrice\": 30.577031522429024,\n                    \"bidPrice\": 62092.19365708212,\n                    \"fixedEndTime\": \"2024-05-12T15:00:00Z\",\n                    \"price\": 62095.652645929644,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 62119.19198526888,\n                    \"basisAskPrice\": 54.11637086166593,\n                    \"basisBidPrice\": 40.6815069379154,\n                    \"basisPrice\": 45.87119585950131,\n                    \"bidPrice\": 62105.75712134513,\n                    \"fixedEndTime\": \"2024-05-13T15:00:00Z\",\n                    \"price\": 62110.946810266716,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 62188.31777684205,\n                    \"basisAskPrice\": 123.24216243483534,\n                    \"basisBidPrice\": 94.41458638721815,\n                    \"basisPrice\": 105.64255869568296,\n                    \"bidPrice\": 62159.49020079443,\n                    \"fixedEndTime\": \"2024-05-17T15:00:00Z\",\n                    \"price\": 62170.7181731029,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 62274.10146222296,\n                    \"basisAskPrice\": 209.02584781574842,\n                    \"basisBidPrice\": 176.11113288050547,\n                    \"basisPrice\": 188.2128125654417,\n                    \"bidPrice\": 62241.18674728772,\n                    \"fixedEndTime\": \"2024-05-24T15:00:00Z\",\n                    \"price\": 62253.28842697266,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 62360.0012599525,\n                    \"basisAskPrice\": 294.9256455452851,\n                    \"basisBidPrice\": 259.29228976495506,\n                    \"basisPrice\": 272.15478982590867,\n                    \"bidPrice\": 62324.36790417217,\n                    \"fixedEndTime\": \"2024-05-31T15:00:00Z\",\n                    \"price\": 62337.23040423312,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 62482.367887759116,\n                    \"basisAskPrice\": 417.2922733519008,\n                    \"basisBidPrice\": 382.2946843932514,\n                    \"basisPrice\": 393.9785403771966,\n                    \"bidPrice\": 62447.370298800466,\n                    \"fixedEndTime\": \"2024-06-10T15:00:00Z\",\n                    \"price\": 62459.05415478441,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 62877.96992210889,\n                    \"basisAskPrice\": 812.8943077016738,\n                    \"basisBidPrice\": 799.1021958729834,\n                    \"basisPrice\": 801.6235349766721,\n                    \"bidPrice\": 62864.1778102802,\n                    \"fixedEndTime\": \"2024-07-10T15:00:00Z\",\n                    \"price\": 62866.69914938389,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 63377.180838336564,\n                    \"basisAskPrice\": 1312.1052239293494,\n                    \"basisBidPrice\": 1297.2168066551603,\n                    \"basisPrice\": 1299.1806917780414,\n                    \"bidPrice\": 63362.292421062375,\n                    \"fixedEndTime\": \"2024-08-10T15:00:00Z\",\n                    \"price\": 63364.256306185256,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 64896.39772683538,\n                    \"basisAskPrice\": 2831.3221124281627,\n                    \"basisBidPrice\": 2803.077798855542,\n                    \"basisPrice\": 2806.7561335578503,\n                    \"bidPrice\": 64868.15341326276,\n                    \"fixedEndTime\": \"2024-11-10T15:00:00Z\",\n                    \"price\": 64871.831747965065,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 66358.61198244296,\n                    \"basisAskPrice\": 4293.536368035748,\n                    \"basisBidPrice\": 4193.460648909422,\n                    \"basisPrice\": 4267.745050405712,\n                    \"bidPrice\": 66258.53626331664,\n                    \"fixedEndTime\": \"2025-02-10T15:00:00Z\",\n                    \"price\": 66332.82066481293,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 67681.21802185189,\n                    \"basisAskPrice\": 5616.142407444677,\n                    \"basisBidPrice\": 5403.109137978281,\n                    \"basisPrice\": 5603.164837918543,\n                    \"bidPrice\": 67468.1847523855,\n                    \"fixedEndTime\": \"2025-05-10T15:00:00Z\",\n                    \"price\": 67668.24045232576,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 54528,\n            \"underlyingPrice\": 62065.075614407215,\n            \"volume\": 110600161.1214\n        },\n        {\n            \"bidAskSpread\": 2.9514572335967633,\n            \"businessTime\": \"2024-05-10T16:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.016348386032618633,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 61001.728236309216,\n                    \"basisAskPrice\": 16.606861783366185,\n                    \"basisBidPrice\": 12.643462956679286,\n                    \"basisPrice\": 14.683611369160644,\n                    \"bidPrice\": 60997.76483748253,\n                    \"fixedEndTime\": \"2024-05-11T16:00:00Z\",\n                    \"price\": 60999.80498589501,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 61018.33962030804,\n                    \"basisAskPrice\": 33.218245782190934,\n                    \"basisBidPrice\": 25.289547161824885,\n                    \"basisPrice\": 29.370758165307052,\n                    \"bidPrice\": 61010.410921687675,\n                    \"fixedEndTime\": \"2024-05-12T16:00:00Z\",\n                    \"price\": 61014.49213269116,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 61034.95552775376,\n                    \"basisAskPrice\": 49.834153227908246,\n                    \"basisBidPrice\": 37.93825315887807,\n                    \"basisPrice\": 44.06144123964623,\n                    \"bidPrice\": 61023.05962768473,\n                    \"fixedEndTime\": \"2024-05-13T16:00:00Z\",\n                    \"price\": 61029.182815765496,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 61099.387871896666,\n                    \"basisAskPrice\": 114.26649737081607,\n                    \"basisBidPrice\": 88.48387705069763,\n                    \"basisPrice\": 101.35937914660462,\n                    \"bidPrice\": 61073.60525157655,\n                    \"fixedEndTime\": \"2024-05-17T16:00:00Z\",\n                    \"price\": 61086.480753672455,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 61186.21115769255,\n                    \"basisAskPrice\": 201.08978316670255,\n                    \"basisBidPrice\": 175.1883595635445,\n                    \"basisPrice\": 188.05990265580476,\n                    \"bidPrice\": 61160.309734089395,\n                    \"fixedEndTime\": \"2024-05-24T16:00:00Z\",\n                    \"price\": 61173.181277181655,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 61273.15237455913,\n                    \"basisAskPrice\": 288.0310000332829,\n                    \"basisBidPrice\": 262.31362136473035,\n                    \"basisPrice\": 274.97199577583524,\n                    \"bidPrice\": 61247.43499589058,\n                    \"fixedEndTime\": \"2024-05-31T16:00:00Z\",\n                    \"price\": 61260.093370301685,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 61396.7681722194,\n                    \"basisAskPrice\": 411.6467976935528,\n                    \"basisBidPrice\": 387.7050804772225,\n                    \"basisPrice\": 399.42786739292205,\n                    \"bidPrice\": 61372.82645500307,\n                    \"fixedEndTime\": \"2024-06-10T16:00:00Z\",\n                    \"price\": 61384.54924191877,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61794.54032122099,\n                    \"basisAskPrice\": 809.418946695143,\n                    \"basisBidPrice\": 796.8451767099104,\n                    \"basisPrice\": 802.0063204857506,\n                    \"bidPrice\": 61781.96655123576,\n                    \"fixedEndTime\": \"2024-07-10T16:00:00Z\",\n                    \"price\": 61787.1276950116,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 62274.358993659145,\n                    \"basisAskPrice\": 1289.237619133295,\n                    \"basisBidPrice\": 1275.7322975404459,\n                    \"basisPrice\": 1281.4860563373222,\n                    \"bidPrice\": 62260.853672066296,\n                    \"fixedEndTime\": \"2024-08-10T16:00:00Z\",\n                    \"price\": 62266.60743086317,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63725.34366999729,\n                    \"basisAskPrice\": 2740.222295471438,\n                    \"basisBidPrice\": 2722.4880649336556,\n                    \"basisPrice\": 2730.431165346039,\n                    \"bidPrice\": 63707.609439459506,\n                    \"fixedEndTime\": \"2024-11-10T16:00:00Z\",\n                    \"price\": 63715.55253987189,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 65135.22200329377,\n                    \"basisAskPrice\": 4150.100628767919,\n                    \"basisBidPrice\": 4107.365158532302,\n                    \"basisPrice\": 4122.873763677024,\n                    \"bidPrice\": 65092.48653305815,\n                    \"fixedEndTime\": \"2025-02-10T16:00:00Z\",\n                    \"price\": 65107.995138202874,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66436.2394111127,\n                    \"basisAskPrice\": 5451.118036586857,\n                    \"basisBidPrice\": 5366.5861435160405,\n                    \"basisPrice\": 5394.039574056464,\n                    \"bidPrice\": 66351.70751804189,\n                    \"fixedEndTime\": \"2025-05-10T16:00:00Z\",\n                    \"price\": 66379.16094858231,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 26693,\n            \"underlyingPrice\": 60985.12137452585,\n            \"volume\": 52127815.0779\n        },\n        {\n            \"bidAskSpread\": 3.607131183940841,\n            \"businessTime\": \"2024-05-10T17:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.03429881310675839,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60907.075716523126,\n                    \"basisAskPrice\": 18.08597821078729,\n                    \"basisBidPrice\": 13.731790463272773,\n                    \"basisPrice\": 16.33777015544183,\n                    \"bidPrice\": 60902.72152877561,\n                    \"fixedEndTime\": \"2024-05-11T17:00:00Z\",\n                    \"price\": 60905.32750846778,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60925.16706684814,\n                    \"basisAskPrice\": 36.17732853579946,\n                    \"basisBidPrice\": 27.46667774371599,\n                    \"basisPrice\": 32.67992407114798,\n                    \"bidPrice\": 60916.456416056055,\n                    \"fixedEndTime\": \"2024-05-12T17:00:00Z\",\n                    \"price\": 60921.66966238349,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60943.26379088305,\n                    \"basisAskPrice\": 54.27405257071223,\n                    \"basisBidPrice\": 41.20466253974155,\n                    \"basisPrice\": 49.02646292337158,\n                    \"bidPrice\": 60930.19440085208,\n                    \"fixedEndTime\": \"2024-05-13T17:00:00Z\",\n                    \"price\": 60938.01620123571,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 61012.62818194687,\n                    \"basisAskPrice\": 123.63844363453245,\n                    \"basisBidPrice\": 94.87974741690414,\n                    \"basisPrice\": 112.3388201674752,\n                    \"bidPrice\": 60983.86948572924,\n                    \"fixedEndTime\": \"2024-05-17T17:00:00Z\",\n                    \"price\": 61001.328558479814,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 61086.92424695941,\n                    \"basisAskPrice\": 197.9345086470712,\n                    \"basisBidPrice\": 159.19840735597245,\n                    \"basisPrice\": 183.9398266158314,\n                    \"bidPrice\": 61048.18814566831,\n                    \"fixedEndTime\": \"2024-05-24T17:00:00Z\",\n                    \"price\": 61072.92956492817,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 61165.31146967207,\n                    \"basisAskPrice\": 276.32173135973426,\n                    \"basisBidPrice\": 228.76412882070872,\n                    \"basisPrice\": 260.18596200156753,\n                    \"bidPrice\": 61117.75386713305,\n                    \"fixedEndTime\": \"2024-05-31T17:00:00Z\",\n                    \"price\": 61149.17570031391,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 61288.3170635235,\n                    \"basisAskPrice\": 399.3273252111612,\n                    \"basisBidPrice\": 364.3034409730826,\n                    \"basisPrice\": 386.0331499650929,\n                    \"bidPrice\": 61253.29317928542,\n                    \"fixedEndTime\": \"2024-06-10T17:00:00Z\",\n                    \"price\": 61275.02288827743,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61700.544086084294,\n                    \"basisAskPrice\": 811.5543477719548,\n                    \"basisBidPrice\": 803.9873341533239,\n                    \"basisPrice\": 811.4258245611345,\n                    \"bidPrice\": 61692.97707246566,\n                    \"fixedEndTime\": \"2024-07-10T17:00:00Z\",\n                    \"price\": 61700.41556287347,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 62181.47742319415,\n                    \"basisAskPrice\": 1292.4876848818094,\n                    \"basisBidPrice\": 1283.067216733485,\n                    \"basisPrice\": 1290.9453228322382,\n                    \"bidPrice\": 62172.056955045824,\n                    \"fixedEndTime\": \"2024-08-10T17:00:00Z\",\n                    \"price\": 62179.93506114458,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63640.927638726884,\n                    \"basisAskPrice\": 2751.937900414545,\n                    \"basisBidPrice\": 2727.866691326468,\n                    \"basisPrice\": 2738.716220840317,\n                    \"bidPrice\": 63616.85642963881,\n                    \"fixedEndTime\": \"2024-11-10T17:00:00Z\",\n                    \"price\": 63627.705959152656,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 65042.97525222854,\n                    \"basisAskPrice\": 4153.985513916203,\n                    \"basisBidPrice\": 4105.589857417355,\n                    \"basisPrice\": 4129.163257156484,\n                    \"bidPrice\": 64994.579595729694,\n                    \"fixedEndTime\": \"2025-02-10T17:00:00Z\",\n                    \"price\": 65018.15299546882,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66318.58047330835,\n                    \"basisAskPrice\": 5429.590734996011,\n                    \"basisBidPrice\": 5360.062731971375,\n                    \"basisPrice\": 5402.084025821874,\n                    \"bidPrice\": 66249.05247028371,\n                    \"fixedEndTime\": \"2025-05-10T17:00:00Z\",\n                    \"price\": 66291.07376413421,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 19704,\n            \"underlyingPrice\": 60888.98973831234,\n            \"volume\": 40086248.5959\n        },\n        {\n            \"bidAskSpread\": 3.8764226553538226,\n            \"businessTime\": \"2024-05-10T18:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.020249961855742966,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60550.62182996559,\n                    \"basisAskPrice\": 16.250331047449436,\n                    \"basisBidPrice\": 12.333774381113471,\n                    \"basisPrice\": 13.603019426831452,\n                    \"bidPrice\": 60546.70527329925,\n                    \"fixedEndTime\": \"2024-05-11T18:00:00Z\",\n                    \"price\": 60547.97451834497,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60566.87652338193,\n                    \"basisAskPrice\": 32.505024463789596,\n                    \"basisBidPrice\": 24.670061747608997,\n                    \"basisPrice\": 27.209095664737106,\n                    \"bidPrice\": 60559.04156066575,\n                    \"fixedEndTime\": \"2024-05-12T18:00:00Z\",\n                    \"price\": 60561.580594582876,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60583.13558033823,\n                    \"basisAskPrice\": 48.764081420093135,\n                    \"basisBidPrice\": 37.00886261148844,\n                    \"basisPrice\": 40.81822940064012,\n                    \"bidPrice\": 60571.38036152963,\n                    \"fixedEndTime\": \"2024-05-13T18:00:00Z\",\n                    \"price\": 60575.18972831878,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 60645.7878323403,\n                    \"basisAskPrice\": 111.41633342215937,\n                    \"basisBidPrice\": 85.44197530778183,\n                    \"basisPrice\": 94.37166795616213,\n                    \"bidPrice\": 60619.81347422592,\n                    \"fixedEndTime\": \"2024-05-17T18:00:00Z\",\n                    \"price\": 60628.7431668743,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 60721.13374258862,\n                    \"basisAskPrice\": 186.76224367048417,\n                    \"basisBidPrice\": 149.3487606501658,\n                    \"basisPrice\": 171.29622330620623,\n                    \"bidPrice\": 60683.720259568305,\n                    \"fixedEndTime\": \"2024-05-24T18:00:00Z\",\n                    \"price\": 60705.667722224345,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 60799.6188012035,\n                    \"basisAskPrice\": 265.2473022853592,\n                    \"basisBidPrice\": 217.5431862510086,\n                    \"basisPrice\": 250.63885577716428,\n                    \"bidPrice\": 60751.91468516915,\n                    \"fixedEndTime\": \"2024-05-31T18:00:00Z\",\n                    \"price\": 60785.0103546953,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 60919.636572878444,\n                    \"basisAskPrice\": 385.265073960305,\n                    \"basisBidPrice\": 349.2790777811315,\n                    \"basisPrice\": 372.420198444539,\n                    \"bidPrice\": 60883.65057669927,\n                    \"fixedEndTime\": \"2024-06-10T18:00:00Z\",\n                    \"price\": 60906.79169736268,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61315.13964435439,\n                    \"basisAskPrice\": 780.7681454362537,\n                    \"basisBidPrice\": 769.8795211646284,\n                    \"basisPrice\": 771.5546656139777,\n                    \"bidPrice\": 61304.25102008277,\n                    \"fixedEndTime\": \"2024-07-10T18:00:00Z\",\n                    \"price\": 61305.92616453212,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 61782.370590590595,\n                    \"basisAskPrice\": 1247.9990916724564,\n                    \"basisBidPrice\": 1233.5916191662618,\n                    \"basisPrice\": 1236.7161737665228,\n                    \"bidPrice\": 61767.9631180844,\n                    \"fixedEndTime\": \"2024-08-10T18:00:00Z\",\n                    \"price\": 61771.08767268466,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63233.045492918245,\n                    \"basisAskPrice\": 2698.673994000106,\n                    \"basisBidPrice\": 2670.5888743256146,\n                    \"basisPrice\": 2678.0392828640397,\n                    \"bidPrice\": 63204.96037324375,\n                    \"fixedEndTime\": \"2024-11-10T18:00:00Z\",\n                    \"price\": 63212.41078178218,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 64656.87496542862,\n                    \"basisAskPrice\": 4122.503466510483,\n                    \"basisBidPrice\": 4071.863464378126,\n                    \"basisPrice\": 4094.9144875951097,\n                    \"bidPrice\": 64606.234963296265,\n                    \"fixedEndTime\": \"2025-02-10T18:00:00Z\",\n                    \"price\": 64629.28598651325,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 65964.86499605165,\n                    \"basisAskPrice\": 5430.49349713351,\n                    \"basisBidPrice\": 5354.795705160861,\n                    \"basisPrice\": 5399.776024389001,\n                    \"bidPrice\": 65889.167204079,\n                    \"fixedEndTime\": \"2025-05-10T18:00:00Z\",\n                    \"price\": 65934.14752330714,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 19719,\n            \"underlyingPrice\": 60534.37149891814,\n            \"volume\": 39279474.365899995\n        },\n        {\n            \"bidAskSpread\": 2.286811740715015,\n            \"businessTime\": \"2024-05-10T19:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.04742236119434985,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60476.51141840705,\n                    \"basisAskPrice\": 14.382032714172965,\n                    \"basisBidPrice\": 11.56967738638923,\n                    \"basisPrice\": 13.24634074660571,\n                    \"bidPrice\": 60473.699063079264,\n                    \"fixedEndTime\": \"2024-05-11T19:00:00Z\",\n                    \"price\": 60475.37572643948,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60490.89687215298,\n                    \"basisAskPrice\": 28.76748646010674,\n                    \"basisBidPrice\": 23.14156867818383,\n                    \"basisPrice\": 26.495583566720597,\n                    \"bidPrice\": 60485.27095437106,\n                    \"fixedEndTime\": \"2024-05-12T19:00:00Z\",\n                    \"price\": 60488.624969259596,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60505.28574774443,\n                    \"basisAskPrice\": 43.156362051551696,\n                    \"basisBidPrice\": 34.715674299019156,\n                    \"basisPrice\": 39.74772909612511,\n                    \"bidPrice\": 60496.845059991894,\n                    \"fixedEndTime\": \"2024-05-13T19:00:00Z\",\n                    \"price\": 60501.877114789,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 60561.42260131188,\n                    \"basisAskPrice\": 99.29321561900724,\n                    \"basisBidPrice\": 80.4308688518795,\n                    \"basisPrice\": 91.91716602818633,\n                    \"bidPrice\": 60542.560254544755,\n                    \"fixedEndTime\": \"2024-05-17T19:00:00Z\",\n                    \"price\": 60554.04655172106,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 60638.031304885495,\n                    \"basisAskPrice\": 175.90191919261997,\n                    \"basisBidPrice\": 147.59595927927148,\n                    \"basisPrice\": 167.64807755350193,\n                    \"bidPrice\": 60609.72534497215,\n                    \"fixedEndTime\": \"2024-05-24T19:00:00Z\",\n                    \"price\": 60629.77746324638,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 60717.20288732259,\n                    \"basisAskPrice\": 255.07350162971852,\n                    \"basisBidPrice\": 217.75937441016868,\n                    \"basisPrice\": 245.92214736141614,\n                    \"bidPrice\": 60679.888760103044,\n                    \"fixedEndTime\": \"2024-05-31T19:00:00Z\",\n                    \"price\": 60708.05153305429,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 60837.19361769173,\n                    \"basisAskPrice\": 375.06423199885467,\n                    \"basisBidPrice\": 346.2584219225755,\n                    \"basisPrice\": 367.24643942188413,\n                    \"bidPrice\": 60808.38780761545,\n                    \"fixedEndTime\": \"2024-06-10T19:00:00Z\",\n                    \"price\": 60829.37582511476,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61234.236425137,\n                    \"basisAskPrice\": 772.1070394441267,\n                    \"basisBidPrice\": 768.114798021008,\n                    \"basisPrice\": 771.6625060980514,\n                    \"bidPrice\": 61230.24418371388,\n                    \"fixedEndTime\": \"2024-07-10T19:00:00Z\",\n                    \"price\": 61233.79189179093,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 61706.54741511211,\n                    \"basisAskPrice\": 1244.4180294192338,\n                    \"basisBidPrice\": 1241.0284523354276,\n                    \"basisPrice\": 1244.819127789291,\n                    \"bidPrice\": 61703.1578380283,\n                    \"fixedEndTime\": \"2024-08-10T19:00:00Z\",\n                    \"price\": 61706.948513482166,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63151.08079325079,\n                    \"basisAskPrice\": 2688.9514075579136,\n                    \"basisBidPrice\": 2673.3172629888504,\n                    \"basisPrice\": 2681.186892777667,\n                    \"bidPrice\": 63135.446648681725,\n                    \"fixedEndTime\": \"2024-11-10T19:00:00Z\",\n                    \"price\": 63143.31627847054,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 64556.77688235212,\n                    \"basisAskPrice\": 4094.647496659243,\n                    \"basisBidPrice\": 4068.887013275751,\n                    \"basisPrice\": 4079.476921508147,\n                    \"bidPrice\": 64531.016398968626,\n                    \"fixedEndTime\": \"2025-02-10T19:00:00Z\",\n                    \"price\": 64541.60630720102,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 65843.0191313317,\n                    \"basisAskPrice\": 5380.8897456388295,\n                    \"basisBidPrice\": 5356.946152434459,\n                    \"basisPrice\": 5365.317372874946,\n                    \"bidPrice\": 65819.07553812733,\n                    \"fixedEndTime\": \"2025-05-10T19:00:00Z\",\n                    \"price\": 65827.44675856782,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 7130,\n            \"underlyingPrice\": 60462.129385692875,\n            \"volume\": 13777036.432\n        },\n        {\n            \"bidAskSpread\": 2.259263622767567,\n            \"businessTime\": \"2024-05-10T20:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.0407277553547726,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60677.915183471356,\n                    \"basisAskPrice\": 14.216525914183876,\n                    \"basisBidPrice\": 11.735097438482626,\n                    \"basisPrice\": 13.065427310371888,\n                    \"bidPrice\": 60675.433754995654,\n                    \"fixedEndTime\": \"2024-05-11T20:00:00Z\",\n                    \"price\": 60676.764084867544,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60692.135041025605,\n                    \"basisAskPrice\": 28.436383468433633,\n                    \"basisBidPrice\": 23.47246497449669,\n                    \"basisPrice\": 26.133668583519466,\n                    \"bidPrice\": 60687.17112253167,\n                    \"fixedEndTime\": \"2024-05-12T20:00:00Z\",\n                    \"price\": 60689.83232614069,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60706.35823100068,\n                    \"basisAskPrice\": 42.65957344351045,\n                    \"basisBidPrice\": 35.21210304716806,\n                    \"basisPrice\": 39.20472442553,\n                    \"bidPrice\": 60698.91076060434,\n                    \"fixedEndTime\": \"2024-05-13T20:00:00Z\",\n                    \"price\": 60702.9033819827,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 60761.82502524441,\n                    \"basisAskPrice\": 98.12636768724042,\n                    \"basisBidPrice\": 81.67497896685381,\n                    \"basisPrice\": 90.78574914541969,\n                    \"bidPrice\": 60745.373636524026,\n                    \"fixedEndTime\": \"2024-05-17T20:00:00Z\",\n                    \"price\": 60754.48440670259,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 60841.8852759646,\n                    \"basisAskPrice\": 178.18661840743152,\n                    \"basisBidPrice\": 152.65947732463974,\n                    \"basisPrice\": 169.1524637752591,\n                    \"bidPrice\": 60816.35813488181,\n                    \"fixedEndTime\": \"2024-05-24T20:00:00Z\",\n                    \"price\": 60832.85112133243,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 60923.584767354085,\n                    \"basisAskPrice\": 259.88610979691293,\n                    \"basisBidPrice\": 226.17358081809653,\n                    \"basisPrice\": 249.47802191638038,\n                    \"bidPrice\": 60889.87223837527,\n                    \"fixedEndTime\": \"2024-05-31T20:00:00Z\",\n                    \"price\": 60913.17667947355,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 61043.26798374476,\n                    \"basisAskPrice\": 379.56932618758583,\n                    \"basisBidPrice\": 351.8747936612781,\n                    \"basisPrice\": 370.49011756399705,\n                    \"bidPrice\": 61015.57345121845,\n                    \"fixedEndTime\": \"2024-06-10T20:00:00Z\",\n                    \"price\": 61034.18877512117,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61432.59288375938,\n                    \"basisAskPrice\": 768.8942262022101,\n                    \"basisBidPrice\": 766.0433488204217,\n                    \"basisPrice\": 766.7752499722701,\n                    \"bidPrice\": 61429.74200637759,\n                    \"fixedEndTime\": \"2024-07-10T20:00:00Z\",\n                    \"price\": 61430.47390752944,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 61900.343881464665,\n                    \"basisAskPrice\": 1236.6452239074933,\n                    \"basisBidPrice\": 1235.4208505024071,\n                    \"basisPrice\": 1236.4599699987739,\n                    \"bidPrice\": 61899.11950805958,\n                    \"fixedEndTime\": \"2024-08-10T20:00:00Z\",\n                    \"price\": 61900.158627555946,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63373.5114181472,\n                    \"basisAskPrice\": 2709.81276059003,\n                    \"basisBidPrice\": 2691.799386114115,\n                    \"basisPrice\": 2700.7995540408083,\n                    \"bidPrice\": 63355.49804367129,\n                    \"fixedEndTime\": \"2024-11-10T20:00:00Z\",\n                    \"price\": 63364.49821159798,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 64808.21082109538,\n                    \"basisAskPrice\": 4144.512163538209,\n                    \"basisBidPrice\": 4093.9204150889273,\n                    \"basisPrice\": 4111.46320280389,\n                    \"bidPrice\": 64757.6190726461,\n                    \"fixedEndTime\": \"2025-02-10T20:00:00Z\",\n                    \"price\": 64775.16186036106,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66105.06713755692,\n                    \"basisAskPrice\": 5441.36847999975,\n                    \"basisBidPrice\": 5356.329708524841,\n                    \"basisPrice\": 5377.114009157922,\n                    \"bidPrice\": 66020.02836608201,\n                    \"fixedEndTime\": \"2025-05-10T20:00:00Z\",\n                    \"price\": 66040.8126667151,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 6509,\n            \"underlyingPrice\": 60663.69865755717,\n            \"volume\": 9704507.5229\n        },\n        {\n            \"bidAskSpread\": 2.5189738584354644,\n            \"businessTime\": \"2024-05-10T21:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.07766922682290073,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60672.024959665054,\n                    \"basisAskPrice\": 13.807738815899938,\n                    \"basisBidPrice\": 10.819657161271607,\n                    \"basisPrice\": 12.350013367657084,\n                    \"bidPrice\": 60669.036878010425,\n                    \"fixedEndTime\": \"2024-05-11T21:00:00Z\",\n                    \"price\": 60670.56723421681,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60685.835841561304,\n                    \"basisAskPrice\": 27.618620712150005,\n                    \"basisBidPrice\": 21.641244233876932,\n                    \"basisPrice\": 24.702541198115796,\n                    \"bidPrice\": 60679.85846508303,\n                    \"fixedEndTime\": \"2024-05-12T21:00:00Z\",\n                    \"price\": 60682.91976204727,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60699.64986725339,\n                    \"basisAskPrice\": 41.43264640423877,\n                    \"basisBidPrice\": 32.46476156205608,\n                    \"basisPrice\": 37.05758400330524,\n                    \"bidPrice\": 60690.68198241121,\n                    \"fixedEndTime\": \"2024-05-13T21:00:00Z\",\n                    \"price\": 60695.27480485246,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 60754.10205799295,\n                    \"basisAskPrice\": 95.88483714379981,\n                    \"basisBidPrice\": 75.68270418922475,\n                    \"basisPrice\": 86.31320812132617,\n                    \"bidPrice\": 60733.89992503838,\n                    \"fixedEndTime\": \"2024-05-17T21:00:00Z\",\n                    \"price\": 60744.53042897048,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 60836.78905260306,\n                    \"basisAskPrice\": 178.57183175390674,\n                    \"basisBidPrice\": 149.55327224318899,\n                    \"basisPrice\": 168.94042646952585,\n                    \"bidPrice\": 60807.77049309234,\n                    \"fixedEndTime\": \"2024-05-24T21:00:00Z\",\n                    \"price\": 60827.15764731868,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 60921.6126910866,\n                    \"basisAskPrice\": 263.3954702374467,\n                    \"basisBidPrice\": 224.90294314723724,\n                    \"basisPrice\": 252.6374599205883,\n                    \"bidPrice\": 60883.12016399639,\n                    \"fixedEndTime\": \"2024-05-31T21:00:00Z\",\n                    \"price\": 60910.85468076974,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 61049.9730541229,\n                    \"basisAskPrice\": 391.75583327374625,\n                    \"basisBidPrice\": 365.2852264307585,\n                    \"basisPrice\": 382.6366702389205,\n                    \"bidPrice\": 61023.50244727991,\n                    \"fixedEndTime\": \"2024-06-10T21:00:00Z\",\n                    \"price\": 61040.853891088074,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61458.955207244595,\n                    \"basisAskPrice\": 800.7379863954411,\n                    \"basisBidPrice\": 796.267218732035,\n                    \"basisPrice\": 796.8831763704002,\n                    \"bidPrice\": 61454.48443958119,\n                    \"fixedEndTime\": \"2024-07-10T21:00:00Z\",\n                    \"price\": 61455.100397219554,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 61912.46878130886,\n                    \"basisAskPrice\": 1254.2515604597065,\n                    \"basisBidPrice\": 1253.5110271723242,\n                    \"basisPrice\": 1251.2423678266132,\n                    \"bidPrice\": 61911.72824802148,\n                    \"fixedEndTime\": \"2024-08-10T21:00:00Z\",\n                    \"price\": 61909.45958867577,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63373.193500470254,\n                    \"basisAskPrice\": 2714.9762796211,\n                    \"basisBidPrice\": 2698.1026099861265,\n                    \"basisPrice\": 2704.895124611685,\n                    \"bidPrice\": 63356.31983083528,\n                    \"fixedEndTime\": \"2024-11-10T21:00:00Z\",\n                    \"price\": 63363.11234546084,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 64799.53370126348,\n                    \"basisAskPrice\": 4141.316480414323,\n                    \"basisBidPrice\": 4102.278852618401,\n                    \"basisPrice\": 4111.756911268283,\n                    \"bidPrice\": 64760.496073467555,\n                    \"fixedEndTime\": \"2025-02-10T21:00:00Z\",\n                    \"price\": 64769.97413211744,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66080.7862476249,\n                    \"basisAskPrice\": 5422.569026775745,\n                    \"basisBidPrice\": 5360.047388969411,\n                    \"basisPrice\": 5366.607515369993,\n                    \"bidPrice\": 66018.26460981857,\n                    \"fixedEndTime\": \"2025-05-10T21:00:00Z\",\n                    \"price\": 66024.82473621915,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 7011,\n            \"underlyingPrice\": 60658.217220849154,\n            \"volume\": 13477084.9379\n        },\n        {\n            \"bidAskSpread\": 3.2895056847968114,\n            \"businessTime\": \"2024-05-10T22:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.0627149167541949,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60585.16729014278,\n                    \"basisAskPrice\": 15.537086589720275,\n                    \"basisBidPrice\": 12.80082623490307,\n                    \"basisPrice\": 13.745146312408906,\n                    \"bidPrice\": 60582.431029787964,\n                    \"fixedEndTime\": \"2024-05-11T22:00:00Z\",\n                    \"price\": 60583.37534986547,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60600.70836224568,\n                    \"basisAskPrice\": 31.078158692616853,\n                    \"basisBidPrice\": 25.604357805008476,\n                    \"basisPrice\": 27.493411829062097,\n                    \"bidPrice\": 60595.23456135807,\n                    \"fixedEndTime\": \"2024-05-12T22:00:00Z\",\n                    \"price\": 60597.12361538212,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60616.25342088412,\n                    \"basisAskPrice\": 46.62321733105637,\n                    \"basisBidPrice\": 38.41059528206824,\n                    \"basisPrice\": 41.24479725778656,\n                    \"bidPrice\": 60608.04079883513,\n                    \"fixedEndTime\": \"2024-05-13T22:00:00Z\",\n                    \"price\": 60610.87500081085,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 60676.60638102745,\n                    \"basisAskPrice\": 106.97617747438926,\n                    \"basisBidPrice\": 88.09788380034297,\n                    \"basisPrice\": 95.43341525249707,\n                    \"bidPrice\": 60657.728087353404,\n                    \"fixedEndTime\": \"2024-05-17T22:00:00Z\",\n                    \"price\": 60665.06361880556,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 60760.89167917356,\n                    \"basisAskPrice\": 191.26147562050028,\n                    \"basisBidPrice\": 147.8778863897969,\n                    \"basisPrice\": 177.02191666083672,\n                    \"bidPrice\": 60717.50808994286,\n                    \"fixedEndTime\": \"2024-05-24T22:00:00Z\",\n                    \"price\": 60746.6521202139,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 60847.81812550789,\n                    \"basisAskPrice\": 278.1879219548282,\n                    \"basisBidPrice\": 216.95780968764302,\n                    \"basisPrice\": 261.3766830141467,\n                    \"bidPrice\": 60786.588013240704,\n                    \"fixedEndTime\": \"2024-05-31T22:00:00Z\",\n                    \"price\": 60831.00688656721,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 60979.133977090234,\n                    \"basisAskPrice\": 409.5037735371734,\n                    \"basisBidPrice\": 368.56741055122257,\n                    \"basisPrice\": 394.8157821124769,\n                    \"bidPrice\": 60938.19761410428,\n                    \"fixedEndTime\": \"2024-06-10T22:00:00Z\",\n                    \"price\": 60964.44598566554,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61393.40426241962,\n                    \"basisAskPrice\": 823.774058866562,\n                    \"basisBidPrice\": 820.1090029337138,\n                    \"basisPrice\": 814.9087108874955,\n                    \"bidPrice\": 61389.739206486774,\n                    \"fixedEndTime\": \"2024-07-10T22:00:00Z\",\n                    \"price\": 61384.538914440556,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 61844.3628136577,\n                    \"basisAskPrice\": 1274.732610104642,\n                    \"basisBidPrice\": 1277.6536354700002,\n                    \"basisPrice\": 1267.7447829895027,\n                    \"bidPrice\": 61847.28383902306,\n                    \"fixedEndTime\": \"2024-08-10T22:00:00Z\",\n                    \"price\": 61837.37498654256,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63295.104487413926,\n                    \"basisAskPrice\": 2725.4742838608654,\n                    \"basisBidPrice\": 2706.556395707288,\n                    \"basisPrice\": 2716.479082178681,\n                    \"bidPrice\": 63276.18659926035,\n                    \"fixedEndTime\": \"2024-11-10T22:00:00Z\",\n                    \"price\": 63286.10928573174,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 64721.263772127684,\n                    \"basisAskPrice\": 4151.6335685746235,\n                    \"basisBidPrice\": 4123.915607989191,\n                    \"basisPrice\": 4134.186961342508,\n                    \"bidPrice\": 64693.54581154225,\n                    \"fixedEndTime\": \"2025-02-10T22:00:00Z\",\n                    \"price\": 64703.81716489557,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66010.25131263974,\n                    \"basisAskPrice\": 5440.621109086678,\n                    \"basisBidPrice\": 5405.582705671732,\n                    \"basisPrice\": 5410.308030238106,\n                    \"bidPrice\": 65975.21290922479,\n                    \"fixedEndTime\": \"2025-05-10T22:00:00Z\",\n                    \"price\": 65979.93823379117,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 3210,\n            \"underlyingPrice\": 60569.63020355306,\n            \"volume\": 6054547.8468\n        },\n        {\n            \"bidAskSpread\": 3.3453443501097095,\n            \"businessTime\": \"2024-05-10T23:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.09049621701964917,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60789.10128569153,\n                    \"basisAskPrice\": 12.806797308126988,\n                    \"basisBidPrice\": 9.978560046212806,\n                    \"basisPrice\": 11.281858395348536,\n                    \"bidPrice\": 60786.27304842962,\n                    \"fixedEndTime\": \"2024-05-11T23:00:00Z\",\n                    \"price\": 60787.576346778755,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60801.910781651466,\n                    \"basisAskPrice\": 25.616293268059962,\n                    \"basisBidPrice\": 19.95875842298119,\n                    \"basisPrice\": 22.565811033709906,\n                    \"bidPrice\": 60796.25324680639,\n                    \"fixedEndTime\": \"2024-05-12T23:00:00Z\",\n                    \"price\": 60798.860299417116,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60814.72297683187,\n                    \"basisAskPrice\": 38.42848844846594,\n                    \"basisBidPrice\": 29.940595399304584,\n                    \"basisPrice\": 33.85185830379487,\n                    \"bidPrice\": 60806.23508378271,\n                    \"fixedEndTime\": \"2024-05-13T23:00:00Z\",\n                    \"price\": 60810.1463466872,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 60862.194366586045,\n                    \"basisAskPrice\": 85.89987820263923,\n                    \"basisBidPrice\": 67.24660731865151,\n                    \"basisPrice\": 76.24111594013084,\n                    \"bidPrice\": 60843.54109570206,\n                    \"fixedEndTime\": \"2024-05-17T23:00:00Z\",\n                    \"price\": 60852.53560432354,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 60910.82873472066,\n                    \"basisAskPrice\": 134.5342463372508,\n                    \"basisBidPrice\": 107.91503741538327,\n                    \"basisPrice\": 126.19444760768238,\n                    \"bidPrice\": 60884.20952579879,\n                    \"fixedEndTime\": \"2024-05-24T23:00:00Z\",\n                    \"price\": 60902.48893599109,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 61032.56446137621,\n                    \"basisAskPrice\": 256.2699729928063,\n                    \"basisBidPrice\": 199.69364219099225,\n                    \"basisPrice\": 247.61083748551027,\n                    \"bidPrice\": 60975.9881305744,\n                    \"fixedEndTime\": \"2024-05-31T23:00:00Z\",\n                    \"price\": 61023.90532586892,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 61162.71121960864,\n                    \"basisAskPrice\": 386.41673122523207,\n                    \"basisBidPrice\": 347.1570764111384,\n                    \"basisPrice\": 378.228814408576,\n                    \"bidPrice\": 61123.451564794545,\n                    \"fixedEndTime\": \"2024-06-10T23:00:00Z\",\n                    \"price\": 61154.52330279198,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61570.728223422244,\n                    \"basisAskPrice\": 794.4337350388378,\n                    \"basisBidPrice\": 791.8699934356046,\n                    \"basisPrice\": 787.4922961841366,\n                    \"bidPrice\": 61568.16448181901,\n                    \"fixedEndTime\": \"2024-07-10T23:00:00Z\",\n                    \"price\": 61563.78678456754,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 62032.36672647705,\n                    \"basisAskPrice\": 1256.0722380936422,\n                    \"basisBidPrice\": 1254.8061621783272,\n                    \"basisPrice\": 1250.3423357184947,\n                    \"bidPrice\": 62031.10065056173,\n                    \"fixedEndTime\": \"2024-08-10T23:00:00Z\",\n                    \"price\": 62026.6368241019,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63505.71482312386,\n                    \"basisAskPrice\": 2729.4203347404546,\n                    \"basisBidPrice\": 2705.4942917700173,\n                    \"basisPrice\": 2718.6381298334964,\n                    \"bidPrice\": 63481.78878015342,\n                    \"fixedEndTime\": \"2024-11-10T23:00:00Z\",\n                    \"price\": 63494.9326182169,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 64926.80733572601,\n                    \"basisAskPrice\": 4150.512847342601,\n                    \"basisBidPrice\": 4126.347122295796,\n                    \"basisPrice\": 4137.207186863634,\n                    \"bidPrice\": 64902.6416106792,\n                    \"fixedEndTime\": \"2025-02-10T23:00:00Z\",\n                    \"price\": 64913.50167524704,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66195.46081090899,\n                    \"basisAskPrice\": 5419.166322525583,\n                    \"basisBidPrice\": 5400.006015217099,\n                    \"basisPrice\": 5409.921934181875,\n                    \"bidPrice\": 66176.3005036005,\n                    \"fixedEndTime\": \"2025-05-10T23:00:00Z\",\n                    \"price\": 66186.21642256528,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 2921,\n            \"underlyingPrice\": 60776.294488383406,\n            \"volume\": 4697244.5688\n        },\n        {\n            \"bidAskSpread\": 3.1071032951946713,\n            \"businessTime\": \"2024-05-11T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.10805869160316406,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60916.12738096261,\n                    \"basisAskPrice\": 12.754946198037942,\n                    \"basisBidPrice\": 10.0161945341315,\n                    \"basisPrice\": 11.311209814652102,\n                    \"bidPrice\": 60913.3886292987,\n                    \"fixedEndTime\": \"2024-05-12T00:00:00Z\",\n                    \"price\": 60914.68364457922,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60928.88499841916,\n                    \"basisAskPrice\": 25.512563654592668,\n                    \"basisBidPrice\": 20.034036335884593,\n                    \"basisPrice\": 22.624520390920225,\n                    \"bidPrice\": 60923.406471100454,\n                    \"fixedEndTime\": \"2024-05-13T00:00:00Z\",\n                    \"price\": 60925.99695515549,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60941.64528769367,\n                    \"basisAskPrice\": 38.27285292909801,\n                    \"basisBidPrice\": 30.05352567616501,\n                    \"basisPrice\": 33.939932118977595,\n                    \"bidPrice\": 60933.425960440734,\n                    \"fixedEndTime\": \"2024-05-14T00:00:00Z\",\n                    \"price\": 60937.31236688355,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 60990.89863440645,\n                    \"basisAskPrice\": 87.52619964187761,\n                    \"basisBidPrice\": 69.56146229403384,\n                    \"basisPrice\": 78.22102279674436,\n                    \"bidPrice\": 60972.9338970586,\n                    \"fixedEndTime\": \"2024-05-18T00:00:00Z\",\n                    \"price\": 60981.593457561314,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 61063.56393285061,\n                    \"basisAskPrice\": 160.19149808603834,\n                    \"basisBidPrice\": 131.61308443516464,\n                    \"basisPrice\": 149.23860802521085,\n                    \"bidPrice\": 61034.985519199734,\n                    \"fixedEndTime\": \"2024-05-25T00:00:00Z\",\n                    \"price\": 61052.61104278978,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 61156.91508635407,\n                    \"basisAskPrice\": 253.54265158950147,\n                    \"basisBidPrice\": 195.58280310681585,\n                    \"basisPrice\": 241.99719135210762,\n                    \"bidPrice\": 61098.955237871385,\n                    \"fixedEndTime\": \"2024-06-01T00:00:00Z\",\n                    \"price\": 61145.36962611668,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 61290.52149089957,\n                    \"basisAskPrice\": 387.14905613500014,\n                    \"basisBidPrice\": 345.385319053501,\n                    \"basisPrice\": 374.7902534265522,\n                    \"bidPrice\": 61248.75775381807,\n                    \"fixedEndTime\": \"2024-06-11T00:00:00Z\",\n                    \"price\": 61278.16268819112,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61702.89742123082,\n                    \"basisAskPrice\": 799.5249864662474,\n                    \"basisBidPrice\": 797.0001874372902,\n                    \"basisPrice\": 789.6343339372252,\n                    \"bidPrice\": 61700.37262220186,\n                    \"fixedEndTime\": \"2024-07-11T00:00:00Z\",\n                    \"price\": 61693.006768701794,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 62170.175662396214,\n                    \"basisAskPrice\": 1266.8032276316444,\n                    \"basisBidPrice\": 1267.1674801457848,\n                    \"basisPrice\": 1257.6387416450234,\n                    \"bidPrice\": 62170.539914910354,\n                    \"fixedEndTime\": \"2024-08-11T00:00:00Z\",\n                    \"price\": 62161.01117640959,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63650.70033492446,\n                    \"basisAskPrice\": 2747.327900159893,\n                    \"basisBidPrice\": 2729.714853503021,\n                    \"basisPrice\": 2736.4866506655017,\n                    \"bidPrice\": 63633.08728826759,\n                    \"fixedEndTime\": \"2024-11-11T00:00:00Z\",\n                    \"price\": 63639.85908543007,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 65074.95031475243,\n                    \"basisAskPrice\": 4171.577879987861,\n                    \"basisBidPrice\": 4147.454162564987,\n                    \"basisPrice\": 4154.370206222535,\n                    \"bidPrice\": 65050.82659732956,\n                    \"fixedEndTime\": \"2025-02-11T00:00:00Z\",\n                    \"price\": 65057.742640987104,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66349.00663187541,\n                    \"basisAskPrice\": 5445.634197110841,\n                    \"basisBidPrice\": 5413.520524663785,\n                    \"basisPrice\": 5418.622635253538,\n                    \"bidPrice\": 66316.89295942835,\n                    \"fixedEndTime\": \"2025-05-11T00:00:00Z\",\n                    \"price\": 66321.9950700181,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 2757,\n            \"underlyingPrice\": 60903.37243476457,\n            \"volume\": 4827359.3288\n        },\n        {\n            \"bidAskSpread\": 3.7123211761339645,\n            \"businessTime\": \"2024-05-11T01:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.10743980684731878,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60801.54736578099,\n                    \"basisAskPrice\": 13.046040305496717,\n                    \"basisBidPrice\": 10.385193639995123,\n                    \"basisPrice\": 11.598674501692585,\n                    \"bidPrice\": 60798.88651911549,\n                    \"fixedEndTime\": \"2024-05-12T01:00:00Z\",\n                    \"price\": 60800.09999997719,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60814.59620594442,\n                    \"basisAskPrice\": 26.094880468925112,\n                    \"basisBidPrice\": 20.77216150116874,\n                    \"basisPrice\": 23.199562074092682,\n                    \"bidPrice\": 60809.273486976665,\n                    \"fixedEndTime\": \"2024-05-13T01:00:00Z\",\n                    \"price\": 60811.70088754959,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60827.64784656666,\n                    \"basisAskPrice\": 39.14652109116287,\n                    \"basisBidPrice\": 31.16090388664452,\n                    \"basisPrice\": 34.80266313940956,\n                    \"bidPrice\": 60819.66222936214,\n                    \"fixedEndTime\": \"2024-05-14T01:00:00Z\",\n                    \"price\": 60823.303988614905,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 60877.27930037698,\n                    \"basisAskPrice\": 88.77797490148077,\n                    \"basisBidPrice\": 71.34849351123557,\n                    \"basisPrice\": 79.35856881834479,\n                    \"bidPrice\": 60859.84981898673,\n                    \"fixedEndTime\": \"2024-05-18T01:00:00Z\",\n                    \"price\": 60867.85989429384,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 60944.572839879926,\n                    \"basisAskPrice\": 156.07151440442976,\n                    \"basisBidPrice\": 130.05038052673626,\n                    \"basisPrice\": 143.78669043578702,\n                    \"bidPrice\": 60918.55170600223,\n                    \"fixedEndTime\": \"2024-05-25T01:00:00Z\",\n                    \"price\": 60932.28801591128,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 61036.7695178247,\n                    \"basisAskPrice\": 248.2681923492055,\n                    \"basisBidPrice\": 193.90317086120922,\n                    \"basisPrice\": 236.1463869350555,\n                    \"bidPrice\": 60982.404496336705,\n                    \"fixedEndTime\": \"2024-06-01T01:00:00Z\",\n                    \"price\": 61024.64771241055,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 61177.34698087601,\n                    \"basisAskPrice\": 388.845655400517,\n                    \"basisBidPrice\": 349.88266081659094,\n                    \"basisPrice\": 374.0949665250155,\n                    \"bidPrice\": 61138.38398629209,\n                    \"fixedEndTime\": \"2024-06-11T01:00:00Z\",\n                    \"price\": 61162.59629200051,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61609.935675445355,\n                    \"basisAskPrice\": 821.4343499698589,\n                    \"basisBidPrice\": 811.117689965482,\n                    \"basisPrice\": 803.4745738055208,\n                    \"bidPrice\": 61599.61901544098,\n                    \"fixedEndTime\": \"2024-07-11T01:00:00Z\",\n                    \"price\": 61591.97589928102,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 62066.99160912103,\n                    \"basisAskPrice\": 1278.4902836455367,\n                    \"basisBidPrice\": 1271.0802174761993,\n                    \"basisPrice\": 1262.0024000571575,\n                    \"bidPrice\": 62059.581542951695,\n                    \"fixedEndTime\": \"2024-08-11T01:00:00Z\",\n                    \"price\": 62050.50372553265,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63524.62077792017,\n                    \"basisAskPrice\": 2736.1194524446764,\n                    \"basisBidPrice\": 2716.30664395442,\n                    \"basisPrice\": 2723.4244921551654,\n                    \"bidPrice\": 63504.807969429916,\n                    \"fixedEndTime\": \"2024-11-11T01:00:00Z\",\n                    \"price\": 63511.92581763066,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 64959.29947193292,\n                    \"basisAskPrice\": 4170.798146457426,\n                    \"basisBidPrice\": 4125.026898682336,\n                    \"basisPrice\": 4136.468466853505,\n                    \"bidPrice\": 64913.52822415783,\n                    \"fixedEndTime\": \"2025-02-11T01:00:00Z\",\n                    \"price\": 64924.969792329,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66253.99317519477,\n                    \"basisAskPrice\": 5465.4918497192775,\n                    \"basisBidPrice\": 5369.78914690228,\n                    \"basisPrice\": 5389.418417357614,\n                    \"bidPrice\": 66158.29047237778,\n                    \"fixedEndTime\": \"2025-05-11T01:00:00Z\",\n                    \"price\": 66177.91974283311,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 5070,\n            \"underlyingPrice\": 60788.501325475496,\n            \"volume\": 5785046.672\n        },\n        {\n            \"bidAskSpread\": 3.300302951407167,\n            \"businessTime\": \"2024-05-11T02:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.17171230318498373,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60914.44961098822,\n                    \"basisAskPrice\": 16.28429763179156,\n                    \"basisBidPrice\": 13.498769067620742,\n                    \"basisPrice\": 15.04558004881983,\n                    \"bidPrice\": 60911.664082424046,\n                    \"fixedEndTime\": \"2024-05-12T02:00:00Z\",\n                    \"price\": 60913.210893405245,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60930.73826307548,\n                    \"basisAskPrice\": 32.57294971905503,\n                    \"basisBidPrice\": 27.000530290519237,\n                    \"basisPrice\": 30.094877278243075,\n                    \"bidPrice\": 60925.165843646944,\n                    \"fixedEndTime\": \"2024-05-13T02:00:00Z\",\n                    \"price\": 60928.26019063467,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60947.031270782616,\n                    \"basisAskPrice\": 48.86595742619102,\n                    \"basisBidPrice\": 40.5052843319354,\n                    \"basisPrice\": 45.14789260663383,\n                    \"bidPrice\": 60938.67059768836,\n                    \"fixedEndTime\": \"2024-05-14T02:00:00Z\",\n                    \"price\": 60943.31320596306,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 61007.461795799514,\n                    \"basisAskPrice\": 109.29648244308919,\n                    \"basisBidPrice\": 90.83845197057235,\n                    \"basisPrice\": 101.6458926142368,\n                    \"bidPrice\": 60989.003765327,\n                    \"fixedEndTime\": \"2024-05-18T02:00:00Z\",\n                    \"price\": 60999.81120597066,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 61084.21438428778,\n                    \"basisAskPrice\": 186.04907093135262,\n                    \"basisBidPrice\": 153.91099098185805,\n                    \"basisPrice\": 175.0677093663544,\n                    \"bidPrice\": 61052.07630433828,\n                    \"fixedEndTime\": \"2024-05-25T02:00:00Z\",\n                    \"price\": 61073.23302272278,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 61172.94028485352,\n                    \"basisAskPrice\": 274.77497149709234,\n                    \"basisBidPrice\": 221.16417691661627,\n                    \"basisPrice\": 266.85101804329315,\n                    \"bidPrice\": 61119.32949027304,\n                    \"fixedEndTime\": \"2024-06-01T02:00:00Z\",\n                    \"price\": 61165.01633139972,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 61313.783961534544,\n                    \"basisAskPrice\": 415.61864817811875,\n                    \"basisBidPrice\": 378.16413783680036,\n                    \"basisPrice\": 406.9203876655811,\n                    \"bidPrice\": 61276.329451193225,\n                    \"fixedEndTime\": \"2024-06-11T02:00:00Z\",\n                    \"price\": 61305.085701022006,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61743.13704531105,\n                    \"basisAskPrice\": 844.9717319546253,\n                    \"basisBidPrice\": 839.2458209426622,\n                    \"basisPrice\": 835.7867623610655,\n                    \"bidPrice\": 61737.41113429909,\n                    \"fixedEndTime\": \"2024-07-11T02:00:00Z\",\n                    \"price\": 61733.95207571749,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 62192.32348859016,\n                    \"basisAskPrice\": 1294.158175233737,\n                    \"basisBidPrice\": 1291.8478117021732,\n                    \"basisPrice\": 1285.8234345769524,\n                    \"bidPrice\": 62190.0131250586,\n                    \"fixedEndTime\": \"2024-08-11T02:00:00Z\",\n                    \"price\": 62183.98874793338,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63652.9093081177,\n                    \"basisAskPrice\": 2754.743994761273,\n                    \"basisBidPrice\": 2733.847873869803,\n                    \"basisPrice\": 2743.392475910274,\n                    \"bidPrice\": 63632.01318722623,\n                    \"fixedEndTime\": \"2024-11-11T02:00:00Z\",\n                    \"price\": 63641.5577892667,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 65085.648131138674,\n                    \"basisAskPrice\": 4187.482817782249,\n                    \"basisBidPrice\": 4154.271249344049,\n                    \"basisPrice\": 4163.010260725263,\n                    \"bidPrice\": 65052.43656270047,\n                    \"fixedEndTime\": \"2025-02-11T02:00:00Z\",\n                    \"price\": 65061.17557408169,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66351.64846875331,\n                    \"basisAskPrice\": 5453.483155396883,\n                    \"basisBidPrice\": 5409.00545822602,\n                    \"basisPrice\": 5411.875196160327,\n                    \"bidPrice\": 66307.17077158245,\n                    \"fixedEndTime\": \"2025-05-11T02:00:00Z\",\n                    \"price\": 66310.04050951675,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 4956,\n            \"underlyingPrice\": 60898.165313356425,\n            \"volume\": 10907757.8508\n        },\n        {\n            \"bidAskSpread\": 2.9321383111376957,\n            \"businessTime\": \"2024-05-11T03:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.12232841588946769,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60844.2488868707,\n                    \"basisAskPrice\": 14.69629552414699,\n                    \"basisBidPrice\": 12.20687176384672,\n                    \"basisPrice\": 13.228088094729173,\n                    \"bidPrice\": 60841.7594631104,\n                    \"fixedEndTime\": \"2024-05-12T03:00:00Z\",\n                    \"price\": 60842.78067944128,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60858.948732989804,\n                    \"basisAskPrice\": 29.396141643250303,\n                    \"basisBidPrice\": 24.41619312189141,\n                    \"basisPrice\": 26.459052789839916,\n                    \"bidPrice\": 60853.968784468445,\n                    \"fixedEndTime\": \"2024-05-13T03:00:00Z\",\n                    \"price\": 60856.01164413639,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60873.65213056168,\n                    \"basisAskPrice\": 44.099539215123514,\n                    \"basisBidPrice\": 36.62796456567594,\n                    \"basisPrice\": 39.69289471090451,\n                    \"bidPrice\": 60866.18055591223,\n                    \"fixedEndTime\": \"2024-05-14T03:00:00Z\",\n                    \"price\": 60869.24548605746,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 60929.632719681555,\n                    \"basisAskPrice\": 100.08012833500106,\n                    \"basisBidPrice\": 84.3763411745822,\n                    \"basisPrice\": 90.62050333483785,\n                    \"bidPrice\": 60913.928932521136,\n                    \"fixedEndTime\": \"2024-05-18T03:00:00Z\",\n                    \"price\": 60920.17309468139,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 61009.57895958359,\n                    \"basisAskPrice\": 180.02636823703506,\n                    \"basisBidPrice\": 153.8952676963163,\n                    \"basisPrice\": 166.44170389434294,\n                    \"bidPrice\": 60983.44785904287,\n                    \"fixedEndTime\": \"2024-05-25T03:00:00Z\",\n                    \"price\": 60995.9942952409,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 61102.62715145525,\n                    \"basisAskPrice\": 273.07456010869646,\n                    \"basisBidPrice\": 214.4691094827067,\n                    \"basisPrice\": 255.56633914862323,\n                    \"bidPrice\": 61044.02170082926,\n                    \"fixedEndTime\": \"2024-06-01T03:00:00Z\",\n                    \"price\": 61085.11893049518,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 61252.085860485524,\n                    \"basisAskPrice\": 422.53326913897035,\n                    \"basisBidPrice\": 382.9317805193132,\n                    \"basisPrice\": 408.59200689678255,\n                    \"bidPrice\": 61212.48437186587,\n                    \"fixedEndTime\": \"2024-06-11T03:00:00Z\",\n                    \"price\": 61238.144598243336,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61697.62226274681,\n                    \"basisAskPrice\": 868.0696714002552,\n                    \"basisBidPrice\": 862.7992738513422,\n                    \"basisPrice\": 861.1705451437447,\n                    \"bidPrice\": 61692.351865197896,\n                    \"fixedEndTime\": \"2024-07-11T03:00:00Z\",\n                    \"price\": 61690.7231364903,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 62149.868709805574,\n                    \"basisAskPrice\": 1320.3161184590208,\n                    \"basisBidPrice\": 1303.9234708053918,\n                    \"basisPrice\": 1311.6322729070089,\n                    \"bidPrice\": 62133.476062151945,\n                    \"fixedEndTime\": \"2024-08-11T03:00:00Z\",\n                    \"price\": 62141.18486425356,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63588.09973346277,\n                    \"basisAskPrice\": 2758.5471421162147,\n                    \"basisBidPrice\": 2739.532758703812,\n                    \"basisPrice\": 2745.5214506146076,\n                    \"bidPrice\": 63569.085350050365,\n                    \"fixedEndTime\": \"2024-11-11T03:00:00Z\",\n                    \"price\": 63575.07404196116,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 65014.772786495145,\n                    \"basisAskPrice\": 4185.220195148591,\n                    \"basisBidPrice\": 4154.236765550362,\n                    \"basisPrice\": 4158.800384776507,\n                    \"bidPrice\": 64983.789356896916,\n                    \"fixedEndTime\": \"2025-02-11T03:00:00Z\",\n                    \"price\": 64988.35297612306,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66276.89141839131,\n                    \"basisAskPrice\": 5447.338827044761,\n                    \"basisBidPrice\": 5402.91124198903,\n                    \"basisPrice\": 5405.777746648077,\n                    \"bidPrice\": 66232.46383333558,\n                    \"fixedEndTime\": \"2025-05-11T03:00:00Z\",\n                    \"price\": 66235.33033799463,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 3535,\n            \"underlyingPrice\": 60829.55259134655,\n            \"volume\": 7072766.0164\n        },\n        {\n            \"bidAskSpread\": 2.4444387489162884,\n            \"businessTime\": \"2024-05-11T04:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.0915564495811472,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60822.78455147837,\n                    \"basisAskPrice\": 14.308166232563963,\n                    \"basisBidPrice\": 11.379424911079695,\n                    \"basisPrice\": 13.004505041208176,\n                    \"bidPrice\": 60819.855810156885,\n                    \"fixedEndTime\": \"2024-05-12T04:00:00Z\",\n                    \"price\": 60821.48089028701,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60837.09608440638,\n                    \"basisAskPrice\": 28.619699160575692,\n                    \"basisBidPrice\": 22.76097931658296,\n                    \"basisPrice\": 26.011791226766945,\n                    \"bidPrice\": 60831.23736456239,\n                    \"fixedEndTime\": \"2024-05-13T04:00:00Z\",\n                    \"price\": 60834.48817647257,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60851.41098482203,\n                    \"basisAskPrice\": 42.9345995762269,\n                    \"basisBidPrice\": 34.144663614999445,\n                    \"basisPrice\": 39.021859151478566,\n                    \"bidPrice\": 60842.621048860805,\n                    \"fixedEndTime\": \"2024-05-14T04:00:00Z\",\n                    \"price\": 60847.498244397284,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 60905.351455563636,\n                    \"basisAskPrice\": 96.87507031783025,\n                    \"basisBidPrice\": 77.89648641544045,\n                    \"basisPrice\": 88.46379514742875,\n                    \"bidPrice\": 60886.372871661246,\n                    \"fixedEndTime\": \"2024-05-18T04:00:00Z\",\n                    \"price\": 60896.940180393234,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 60980.105196430115,\n                    \"basisAskPrice\": 171.6288111843096,\n                    \"basisBidPrice\": 143.30445330073417,\n                    \"basisPrice\": 159.26173108728835,\n                    \"bidPrice\": 60951.78083854654,\n                    \"fixedEndTime\": \"2024-05-25T04:00:00Z\",\n                    \"price\": 60967.738116333094,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 61079.96343064944,\n                    \"basisAskPrice\": 271.4870454036354,\n                    \"basisBidPrice\": 222.2424627649234,\n                    \"basisPrice\": 257.453971556155,\n                    \"bidPrice\": 61030.71884801073,\n                    \"fixedEndTime\": \"2024-06-01T04:00:00Z\",\n                    \"price\": 61065.93035680196,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 61224.41249079205,\n                    \"basisAskPrice\": 415.9361055462432,\n                    \"basisBidPrice\": 382.50949870466866,\n                    \"basisPrice\": 405.1155719956514,\n                    \"bidPrice\": 61190.985883950474,\n                    \"fixedEndTime\": \"2024-06-11T04:00:00Z\",\n                    \"price\": 61213.59195724146,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61661.60276666867,\n                    \"basisAskPrice\": 853.126381422866,\n                    \"basisBidPrice\": 849.3165908112496,\n                    \"basisPrice\": 848.118178950077,\n                    \"bidPrice\": 61657.792976057055,\n                    \"fixedEndTime\": \"2024-07-11T04:00:00Z\",\n                    \"price\": 61656.59456419588,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 62116.64603680879,\n                    \"basisAskPrice\": 1308.169651562981,\n                    \"basisBidPrice\": 1299.0473850216586,\n                    \"basisPrice\": 1304.5525292090824,\n                    \"bidPrice\": 62107.523770267464,\n                    \"fixedEndTime\": \"2024-08-11T04:00:00Z\",\n                    \"price\": 62113.02891445489,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63561.08907718277,\n                    \"basisAskPrice\": 2752.6126919369635,\n                    \"basisBidPrice\": 2734.8196335810353,\n                    \"basisPrice\": 2736.7308668968617,\n                    \"bidPrice\": 63543.29601882684,\n                    \"fixedEndTime\": \"2024-11-11T04:00:00Z\",\n                    \"price\": 63545.20725214267,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 64992.438322118105,\n                    \"basisAskPrice\": 4183.9619368723,\n                    \"basisBidPrice\": 4151.31350291214,\n                    \"basisPrice\": 4156.471439131761,\n                    \"bidPrice\": 64959.789888157946,\n                    \"fixedEndTime\": \"2025-02-11T04:00:00Z\",\n                    \"price\": 64964.94782437757,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66278.87356238301,\n                    \"basisAskPrice\": 5470.397177137209,\n                    \"basisBidPrice\": 5415.9256150666115,\n                    \"basisPrice\": 5431.703740443183,\n                    \"bidPrice\": 66224.40200031242,\n                    \"fixedEndTime\": \"2025-05-11T04:00:00Z\",\n                    \"price\": 66240.18012568899,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 1620,\n            \"underlyingPrice\": 60808.476385245805,\n            \"volume\": 2068009.4306\n        },\n        {\n            \"bidAskSpread\": 2.8876108828768405,\n            \"businessTime\": \"2024-05-11T05:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.1842049279142003,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60788.03759874663,\n                    \"basisAskPrice\": 14.617661868389405,\n                    \"basisBidPrice\": 11.701145295097376,\n                    \"basisPrice\": 13.071672706028039,\n                    \"bidPrice\": 60785.12108217334,\n                    \"fixedEndTime\": \"2024-05-12T05:00:00Z\",\n                    \"price\": 60786.49160958427,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60802.65877656061,\n                    \"basisAskPrice\": 29.238839682366233,\n                    \"basisBidPrice\": 23.40454349618085,\n                    \"basisPrice\": 26.146156980459637,\n                    \"bidPrice\": 60796.824480374424,\n                    \"fixedEndTime\": \"2024-05-13T05:00:00Z\",\n                    \"price\": 60799.5660938587,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60817.28347116589,\n                    \"basisAskPrice\": 43.86353428764414,\n                    \"basisBidPrice\": 35.11019503700663,\n                    \"basisPrice\": 39.22345342803601,\n                    \"bidPrice\": 60808.53013191525,\n                    \"fixedEndTime\": \"2024-05-14T05:00:00Z\",\n                    \"price\": 60812.64339030628,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 60872.43174515557,\n                    \"basisAskPrice\": 99.01180827732605,\n                    \"basisBidPrice\": 80.78766567732237,\n                    \"basisPrice\": 89.3006127082408,\n                    \"bidPrice\": 60854.207602555565,\n                    \"fixedEndTime\": \"2024-05-18T05:00:00Z\",\n                    \"price\": 60862.720549586484,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 60949.55318440515,\n                    \"basisAskPrice\": 176.13324752690824,\n                    \"basisBidPrice\": 149.06940752081573,\n                    \"basisPrice\": 164.04546365824353,\n                    \"bidPrice\": 60922.48934439906,\n                    \"fixedEndTime\": \"2024-05-25T05:00:00Z\",\n                    \"price\": 60937.46540053649,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 61046.881142845625,\n                    \"basisAskPrice\": 273.46120596738183,\n                    \"basisBidPrice\": 215.8093742031342,\n                    \"basisPrice\": 261.35122505445906,\n                    \"bidPrice\": 60989.22931108138,\n                    \"fixedEndTime\": \"2024-06-01T05:00:00Z\",\n                    \"price\": 61034.7711619327,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 61192.803322145526,\n                    \"basisAskPrice\": 419.3833852672833,\n                    \"basisBidPrice\": 380.7137347970274,\n                    \"basisPrice\": 408.83455363571557,\n                    \"bidPrice\": 61154.13367167527,\n                    \"fixedEndTime\": \"2024-06-11T05:00:00Z\",\n                    \"price\": 61182.25449051396,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61631.89397323063,\n                    \"basisAskPrice\": 858.4740363523888,\n                    \"basisBidPrice\": 854.6059820680312,\n                    \"basisPrice\": 851.4747809427936,\n                    \"bidPrice\": 61628.025918946274,\n                    \"fixedEndTime\": \"2024-07-11T05:00:00Z\",\n                    \"price\": 61624.89471782104,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 62087.2756177175,\n                    \"basisAskPrice\": 1313.8556808392605,\n                    \"basisBidPrice\": 1299.739604748851,\n                    \"basisPrice\": 1307.9712177584297,\n                    \"bidPrice\": 62073.159541627094,\n                    \"fixedEndTime\": \"2024-08-11T05:00:00Z\",\n                    \"price\": 62081.39115463667,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63524.45594934365,\n                    \"basisAskPrice\": 2751.0360124654107,\n                    \"basisBidPrice\": 2732.923101745502,\n                    \"basisPrice\": 2741.833494980623,\n                    \"bidPrice\": 63506.343038623745,\n                    \"fixedEndTime\": \"2024-11-11T05:00:00Z\",\n                    \"price\": 63515.253431858866,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 64952.82302093604,\n                    \"basisAskPrice\": 4179.403084057798,\n                    \"basisBidPrice\": 4155.147551191367,\n                    \"basisPrice\": 4160.672079128832,\n                    \"bidPrice\": 64928.56748806961,\n                    \"fixedEndTime\": \"2025-02-11T05:00:00Z\",\n                    \"price\": 64934.092016007075,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66230.69009297217,\n                    \"basisAskPrice\": 5457.270156093931,\n                    \"basisBidPrice\": 5431.433352270804,\n                    \"basisPrice\": 5431.433352270804,\n                    \"bidPrice\": 66204.85328914905,\n                    \"fixedEndTime\": \"2025-05-11T05:00:00Z\",\n                    \"price\": 66204.85328914905,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 2452,\n            \"underlyingPrice\": 60773.41993687824,\n            \"volume\": 3736075.5256000003\n        },\n        {\n            \"bidAskSpread\": 2.2847362065383887,\n            \"businessTime\": \"2024-05-11T06:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"pairCode\": \"XBT-USD\",\n            \"staleness\": 0.18262311235740036,\n            \"tenorType\": \"Fixed\",\n            \"tenors\": [\n                {\n                    \"askPrice\": 60852.27776941189,\n                    \"basisAskPrice\": 14.499098071421031,\n                    \"basisBidPrice\": 11.702174766272947,\n                    \"basisPrice\": 13.296087012917269,\n                    \"bidPrice\": 60849.480846106744,\n                    \"fixedEndTime\": \"2024-05-12T06:00:00Z\",\n                    \"price\": 60851.07475835339,\n                    \"tenor\": \"1D\"\n                },\n                {\n                    \"askPrice\": 60866.780322965256,\n                    \"basisAskPrice\": 29.001651624785154,\n                    \"basisBidPrice\": 23.406600451256963,\n                    \"basisPrice\": 26.59507988356927,\n                    \"bidPrice\": 60861.18527179173,\n                    \"fixedEndTime\": \"2024-05-13T06:00:00Z\",\n                    \"price\": 60864.37375122404,\n                    \"tenor\": \"2D\"\n                },\n                {\n                    \"askPrice\": 60881.28633282405,\n                    \"basisAskPrice\": 43.50766148357798,\n                    \"basisBidPrice\": 35.11327748790791,\n                    \"basisPrice\": 39.89697924703796,\n                    \"bidPrice\": 60872.89194882838,\n                    \"fixedEndTime\": \"2024-05-14T06:00:00Z\",\n                    \"price\": 60877.67565058751,\n                    \"tenor\": \"3D\"\n                },\n                {\n                    \"askPrice\": 60935.6464437464,\n                    \"basisAskPrice\": 97.86777240593074,\n                    \"basisBidPrice\": 79.54957545410434,\n                    \"basisPrice\": 90.45232748393755,\n                    \"bidPrice\": 60917.328246794576,\n                    \"fixedEndTime\": \"2024-05-18T06:00:00Z\",\n                    \"price\": 60928.23099882441,\n                    \"tenor\": \"1W\"\n                },\n                {\n                    \"askPrice\": 61011.06675834141,\n                    \"basisAskPrice\": 173.2880870009394,\n                    \"basisBidPrice\": 147.84199108915345,\n                    \"basisPrice\": 164.76494103574078,\n                    \"bidPrice\": 60985.620662429625,\n                    \"fixedEndTime\": \"2024-05-25T06:00:00Z\",\n                    \"price\": 61002.54361237621,\n                    \"tenor\": \"2W\"\n                },\n                {\n                    \"askPrice\": 61111.263198665256,\n                    \"basisAskPrice\": 273.4845273247847,\n                    \"basisBidPrice\": 221.41387288034457,\n                    \"basisPrice\": 264.0884961774864,\n                    \"bidPrice\": 61059.192544220816,\n                    \"fixedEndTime\": \"2024-06-01T06:00:00Z\",\n                    \"price\": 61101.86716751796,\n                    \"tenor\": \"3W\"\n                },\n                {\n                    \"askPrice\": 61261.315547388906,\n                    \"basisAskPrice\": 423.53687604843435,\n                    \"basisBidPrice\": 388.62386766376585,\n                    \"basisPrice\": 414.7052559578224,\n                    \"bidPrice\": 61226.40253900424,\n                    \"fixedEndTime\": \"2024-06-11T06:00:00Z\",\n                    \"price\": 61252.48392729829,\n                    \"tenor\": \"1M\"\n                },\n                {\n                    \"askPrice\": 61707.497141642816,\n                    \"basisAskPrice\": 869.7184703023449,\n                    \"basisBidPrice\": 864.8384997770627,\n                    \"basisPrice\": 861.9548222227604,\n                    \"bidPrice\": 61702.617171117534,\n                    \"fixedEndTime\": \"2024-07-11T06:00:00Z\",\n                    \"price\": 61699.73349356323,\n                    \"tenor\": \"2M\"\n                },\n                {\n                    \"askPrice\": 62152.355622853844,\n                    \"basisAskPrice\": 1314.5769515133725,\n                    \"basisBidPrice\": 1298.8378229820664,\n                    \"basisPrice\": 1307.298403276167,\n                    \"bidPrice\": 62136.61649432254,\n                    \"fixedEndTime\": \"2024-08-11T06:00:00Z\",\n                    \"price\": 62145.07707461664,\n                    \"tenor\": \"3M\"\n                },\n                {\n                    \"askPrice\": 63586.317640117726,\n                    \"basisAskPrice\": 2748.538968777255,\n                    \"basisBidPrice\": 2731.0548438075566,\n                    \"basisPrice\": 2738.7218338158564,\n                    \"bidPrice\": 63568.83351514803,\n                    \"fixedEndTime\": \"2024-11-11T06:00:00Z\",\n                    \"price\": 63576.50050515633,\n                    \"tenor\": \"6M\"\n                },\n                {\n                    \"askPrice\": 65025.73922282723,\n                    \"basisAskPrice\": 4187.960551486758,\n                    \"basisBidPrice\": 4165.331876991033,\n                    \"basisPrice\": 4170.0388066285595,\n                    \"bidPrice\": 65003.110548331504,\n                    \"fixedEndTime\": \"2025-02-11T06:00:00Z\",\n                    \"price\": 65007.81747796903,\n                    \"tenor\": \"9M\"\n                },\n                {\n                    \"askPrice\": 66300.82804804153,\n                    \"basisAskPrice\": 5463.049376701056,\n                    \"basisBidPrice\": 5437.185211837561,\n                    \"basisPrice\": 5437.185211837561,\n                    \"bidPrice\": 66274.96388317803,\n                    \"fixedEndTime\": \"2025-05-11T06:00:00Z\",\n                    \"price\": 66274.96388317803,\n                    \"tenor\": \"1Y\"\n                }\n            ],\n            \"tradeCount\": 4086,\n            \"underlyingPrice\": 60837.77867134047,\n            \"volume\": 6305445.8556\n        }\n    ],\n    \"limit\": 24,\n    \"links\": {\n        \"base\": \"/analytics-api/implied-rates-otc-fx\",\n        \"next\": \"/analytics-api/implied-rates-otc-fx?pairCode=XBT-USD&lukkaEntityCode=LUKKA&dataShape=2L&limit=24&ReservedLowerTimeLimit=2024-05-10T07:00:00Z&ReservedUpperTimeLimit=2024-05-13T07:00:00Z&timeFrom=2024-05-11T07:00:00Z&timeRange=1440min\"\n    },\n    \"size\": 24,\n    \"timeFrom\": \"2024-05-10T07:00:00Z\"\n}"}],"_postman_id":"27bb8604-253d-489c-8163-152502d3647c"},{"name":"Implied Volatility","id":"8381293d-0a66-420f-9be8-0b95b7efc2be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{analytics_api_python}}/analytics-api/implied-volatility-surface?lukkaEntityCode=LUKKA&underlyingAssetLukkaCode=ETH&timeTo=2023-10-02T00:00:00Z&timeFrom=2023-10-01T00:00:00Z&moneyness=delta&dataShape=flat&limit=3","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","id":"aa2a699e-591d-4a51-a549-c61af4162640","name":"Analytics","type":"folder"}},"urlObject":{"path":["analytics-api","implied-volatility-surface"],"host":["{{analytics_api_python}}"],"query":[{"description":{"content":"<p>Required Parameter - The Lukka generated enitity code of the entity related to this implied volatility. Aggregated Implied Volatility will use LUKKA entity code.</p>\n","type":"text/plain"},"key":"lukkaEntityCode","value":"LUKKA"},{"description":{"content":"<p>Required Parameter - The Lukka asset code of the underlying asset represented by this volatility.</p>\n","type":"text/plain"},"key":"underlyingAssetLukkaCode","value":"ETH"},{"description":{"content":"<p>Required Parameter - The ending business time to retrieve volatilities to.</p>\n","type":"text/plain"},"key":"timeTo","value":"2023-10-02T00:00:00Z"},{"description":{"content":"<p>Required Parameter - The beginning business time to retrieve volatilities from.</p>\n","type":"text/plain"},"key":"timeFrom","value":"2023-10-01T00:00:00Z"},{"description":{"content":"<p>The Moneyness of the implied volatility, expressed as \"delta\" or \"strike\"</p>\n","type":"text/plain"},"key":"moneyness","value":"delta"},{"description":{"content":"<p>The underlying datashape of the output response. Can be \"flat\", \"2L\", or \"3L\"</p>\n<p>flat - Record level view of implied volatility for each value of the surface</p>\n<p>2L - two dimensional response with nested JSON structures</p>\n<p>3L - three dimensional response with nested JSON structures</p>\n","type":"text/plain"},"key":"dataShape","value":"flat"},{"description":{"content":"<p>The limit of entries to receive in one payload. The max limit is 6 surfaces </p>\n","type":"text/plain"},"key":"limit","value":"3"},{"disabled":true,"description":{"content":"<p>Alternative Parameter for adjusting the time range that can be used with timeTo OR timeFrom. Values denoted in H/D/W/M/Y</p>\n<p>When used with timeTo the returned output will be timeTo - timeRange</p>\n<p>When used with timeFrom the returned output will be timeFrom + timeRange</p>\n","type":"text/plain"},"key":"timeRange","value":"4D"},{"disabled":true,"description":{"content":"<p>The tenor or timeframe of this volatility, D/M/Y</p>\n","type":"text/plain"},"key":"tenor","value":"1D"}],"variable":[]}},"response":[{"id":"681370ed-1919-4fa6-b46e-c043b8ef86bc","name":"Implied Volatility - flat view and strike moneyness","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{analytics_api_python}}/analytics-api/implied-volatility-surface?lukkaEntityCode=LUKKA&moneyness=strike&dataShape=flat&underlyingAssetLukkaCode=ETH&timeTo=2023-10-01T01:00:00.000Z&timeFrom=2023-10-01T00:00:00.000Z&limit=3","host":["{{analytics_api_python}}"],"path":["analytics-api","implied-volatility-surface"],"query":[{"key":"lukkaEntityCode","value":"LUKKA","description":"Required Parameter - The Lukka generated enitity code of the entity related to this implied volatility. Aggregated Implied Volatility will use LUKKA entity code."},{"key":"moneyness","value":"strike","description":"The Moneyness of the implied volatility, expressed as \"delta\" or \"strike\""},{"key":"dataShape","value":"flat","description":"The underlying datashape of the output response. Can be \"flat\", \"2L\", or \"3L\"\n\nflat - Record level view of implied volatility for each value of the surface\n2L - two dimensional response with nested JSON structures\n3L - three dimensional response with nested JSON structures"},{"key":"underlyingAssetLukkaCode","value":"ETH","description":"Required Parameter - The Lukka asset code of the underlying asset represented by this volatility."},{"key":"timeTo","value":"2023-10-01T01:00:00.000Z","description":"Required Parameter - The ending business time to retrieve volatilities to."},{"key":"timeFrom","value":"2023-10-01T00:00:00.000Z","description":"Required Parameter - The beginning business time to retrieve volatilities from."},{"key":"limit","value":"3","description":"The limit of entries to receive in one payload. The max limit is 6 surfaces "},{"key":"timeRange","value":"4D","description":"Alternative Parameter for adjusting the time range that can be used with timeTo OR timeFrom. Values denoted in H/D/W/M/Y\n\nWhen used with timeTo the returned output will be timeTo - timeRange\n\nWhen used with timeFrom the returned output will be timeFrom + timeRange","disabled":true},{"key":"tenor","value":"1D","description":"The tenor or timeframe of this volatility, D/M/Y","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"envoy"},{"key":"date","value":"Fri, 20 Oct 2023 20:56:45 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"219874"},{"key":"x-envoy-upstream-service-time","value":"115"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"gridLabel\": \"-90%stk\",\n            \"gridLabelNumericRelStrike\": 0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.73655857784232,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-80%stk\",\n            \"gridLabelNumericRelStrike\": 0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.73655857784232,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-70%stk\",\n            \"gridLabelNumericRelStrike\": 0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.51060740257586,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-60%stk\",\n            \"gridLabelNumericRelStrike\": 0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.32716792859771,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-50%stk\",\n            \"gridLabelNumericRelStrike\": 0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.16516480789503,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%stk\",\n            \"gridLabelNumericRelStrike\": 0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.01376857970422,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%stk\",\n            \"gridLabelNumericRelStrike\": 0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.865359983330138,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%stk\",\n            \"gridLabelNumericRelStrike\": 0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.789970805292883,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%stk\",\n            \"gridLabelNumericRelStrike\": 0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.712282373085466,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%stk\",\n            \"gridLabelNumericRelStrike\": 0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.630691722791995,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%stk\",\n            \"gridLabelNumericRelStrike\": 0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.54276642167045,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-9%stk\",\n            \"gridLabelNumericRelStrike\": 0.91,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.524102844834387,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-8%stk\",\n            \"gridLabelNumericRelStrike\": 0.92,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.504986028402259,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-7%stk\",\n            \"gridLabelNumericRelStrike\": 0.93,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.485366154215752,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-6%stk\",\n            \"gridLabelNumericRelStrike\": 0.94,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.465189423904408,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%stk\",\n            \"gridLabelNumericRelStrike\": 0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.444402377155737,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-4%stk\",\n            \"gridLabelNumericRelStrike\": 0.96,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.422966149082361,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-3%stk\",\n            \"gridLabelNumericRelStrike\": 0.97,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.400904511102776,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%stk\",\n            \"gridLabelNumericRelStrike\": 0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.378491444057655,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-1%stk\",\n            \"gridLabelNumericRelStrike\": 0.99,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.357187350562962,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"0%stk\",\n            \"gridLabelNumericRelStrike\": 1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.343808595531754,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"1%stk\",\n            \"gridLabelNumericRelStrike\": 1.01,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.344914754594831,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%stk\",\n            \"gridLabelNumericRelStrike\": 1.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.35247428807843,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"3%stk\",\n            \"gridLabelNumericRelStrike\": 1.03,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.363898939693332,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"4%stk\",\n            \"gridLabelNumericRelStrike\": 1.04,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.379346982293643,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%stk\",\n            \"gridLabelNumericRelStrike\": 1.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.395866820448163,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"6%stk\",\n            \"gridLabelNumericRelStrike\": 1.06,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.412103366764292,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"7%stk\",\n            \"gridLabelNumericRelStrike\": 1.07,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.427783498629666,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"8%stk\",\n            \"gridLabelNumericRelStrike\": 1.08,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.442869888207446,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"9%stk\",\n            \"gridLabelNumericRelStrike\": 1.09,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.457382692877967,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%stk\",\n            \"gridLabelNumericRelStrike\": 1.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.471357084231514,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%stk\",\n            \"gridLabelNumericRelStrike\": 1.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.534398136056622,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%stk\",\n            \"gridLabelNumericRelStrike\": 1.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.58859324366764,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%stk\",\n            \"gridLabelNumericRelStrike\": 1.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.636297548157313,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%stk\",\n            \"gridLabelNumericRelStrike\": 1.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.679000728004368,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%stk\",\n            \"gridLabelNumericRelStrike\": 1.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.753132847232166,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"50%stk\",\n            \"gridLabelNumericRelStrike\": 1.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.81613267152714,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"60%stk\",\n            \"gridLabelNumericRelStrike\": 1.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.870956242535035,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"70%stk\",\n            \"gridLabelNumericRelStrike\": 1.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.919485906994911,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"80%stk\",\n            \"gridLabelNumericRelStrike\": 1.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.963005666417349,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"90%stk\",\n            \"gridLabelNumericRelStrike\": 1.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.0024357449394,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"100%stk\",\n            \"gridLabelNumericRelStrike\": 2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.03846071901673,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"110%stk\",\n            \"gridLabelNumericRelStrike\": 2.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.07160496480283,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"120%stk\",\n            \"gridLabelNumericRelStrike\": 2.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.10227972682022,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"130%stk\",\n            \"gridLabelNumericRelStrike\": 2.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.1308138602871,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"140%stk\",\n            \"gridLabelNumericRelStrike\": 2.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.1574746733564,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"150%stk\",\n            \"gridLabelNumericRelStrike\": 2.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.18248250182872,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"200%stk\",\n            \"gridLabelNumericRelStrike\": 3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.28826311967626,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"300%stk\",\n            \"gridLabelNumericRelStrike\": 4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.43945153661336,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"400%stk\",\n            \"gridLabelNumericRelStrike\": 5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.54657881028596,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"500%stk\",\n            \"gridLabelNumericRelStrike\": 6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.62888700330703,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"600%stk\",\n            \"gridLabelNumericRelStrike\": 7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.69536313632677,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"700%stk\",\n            \"gridLabelNumericRelStrike\": 8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.75090863299335,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"800%stk\",\n            \"gridLabelNumericRelStrike\": 9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.79847992082286,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"900%stk\",\n            \"gridLabelNumericRelStrike\": 10,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.83999205830185,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-90%stk\",\n            \"gridLabelNumericRelStrike\": 0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.56152373965769,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-80%stk\",\n            \"gridLabelNumericRelStrike\": 0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.31672440726209,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-70%stk\",\n            \"gridLabelNumericRelStrike\": 0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.14066112889548,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-60%stk\",\n            \"gridLabelNumericRelStrike\": 0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.997287210106055,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-50%stk\",\n            \"gridLabelNumericRelStrike\": 0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.870302059154786,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%stk\",\n            \"gridLabelNumericRelStrike\": 0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.751395542634716,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%stk\",\n            \"gridLabelNumericRelStrike\": 0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.635049199328216,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%stk\",\n            \"gridLabelNumericRelStrike\": 0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.576489736326952,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%stk\",\n            \"gridLabelNumericRelStrike\": 0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.517265841730092,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%stk\",\n            \"gridLabelNumericRelStrike\": 0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.457882546347572,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%stk\",\n            \"gridLabelNumericRelStrike\": 0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.401402005095713,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-9%stk\",\n            \"gridLabelNumericRelStrike\": 0.91,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.391161906876616,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-8%stk\",\n            \"gridLabelNumericRelStrike\": 0.92,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.381545415553293,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-7%stk\",\n            \"gridLabelNumericRelStrike\": 0.93,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.372709272907979,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-6%stk\",\n            \"gridLabelNumericRelStrike\": 0.94,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.364823632926884,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%stk\",\n            \"gridLabelNumericRelStrike\": 0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.358062609874745,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-4%stk\",\n            \"gridLabelNumericRelStrike\": 0.96,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.352595454144333,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-3%stk\",\n            \"gridLabelNumericRelStrike\": 0.97,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.348593005216522,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%stk\",\n            \"gridLabelNumericRelStrike\": 0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.346304020330393,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-1%stk\",\n            \"gridLabelNumericRelStrike\": 0.99,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.34648470435589,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"0%stk\",\n            \"gridLabelNumericRelStrike\": 1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.352221366425985,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"1%stk\",\n            \"gridLabelNumericRelStrike\": 1.01,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.365705544655527,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%stk\",\n            \"gridLabelNumericRelStrike\": 1.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.382102768877727,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"3%stk\",\n            \"gridLabelNumericRelStrike\": 1.03,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.399071688094237,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"4%stk\",\n            \"gridLabelNumericRelStrike\": 1.04,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.416029910357383,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%stk\",\n            \"gridLabelNumericRelStrike\": 1.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.432771955123427,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"6%stk\",\n            \"gridLabelNumericRelStrike\": 1.06,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.449202447767556,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"7%stk\",\n            \"gridLabelNumericRelStrike\": 1.07,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.465272259350007,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"8%stk\",\n            \"gridLabelNumericRelStrike\": 1.08,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.480956781587893,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"9%stk\",\n            \"gridLabelNumericRelStrike\": 1.09,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.496246113593578,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%stk\",\n            \"gridLabelNumericRelStrike\": 1.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.511139672597313,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%stk\",\n            \"gridLabelNumericRelStrike\": 1.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.579966349796,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%stk\",\n            \"gridLabelNumericRelStrike\": 1.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.640561937547328,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%stk\",\n            \"gridLabelNumericRelStrike\": 1.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.694507964946083,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%stk\",\n            \"gridLabelNumericRelStrike\": 1.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.743077765562727,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%stk\",\n            \"gridLabelNumericRelStrike\": 1.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.82772059357285,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"50%stk\",\n            \"gridLabelNumericRelStrike\": 1.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.899793935110119,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"60%stk\",\n            \"gridLabelNumericRelStrike\": 1.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.962538536415322,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"70%stk\",\n            \"gridLabelNumericRelStrike\": 1.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.01807110553801,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"80%stk\",\n            \"gridLabelNumericRelStrike\": 1.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.06785281810975,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"90%stk\",\n            \"gridLabelNumericRelStrike\": 1.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.11293714601714,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"100%stk\",\n            \"gridLabelNumericRelStrike\": 2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.15411019156322,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"110%stk\",\n            \"gridLabelNumericRelStrike\": 2.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.19197501914161,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"120%stk\",\n            \"gridLabelNumericRelStrike\": 2.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.22700490926194,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"130%stk\",\n            \"gridLabelNumericRelStrike\": 2.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.25957840298217,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"140%stk\",\n            \"gridLabelNumericRelStrike\": 2.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.29000317377344,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"150%stk\",\n            \"gridLabelNumericRelStrike\": 2.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.31853277129087,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"200%stk\",\n            \"gridLabelNumericRelStrike\": 3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.43911992601074,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"300%stk\",\n            \"gridLabelNumericRelStrike\": 4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.61124318553755,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"400%stk\",\n            \"gridLabelNumericRelStrike\": 5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.73306623435751,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"500%stk\",\n            \"gridLabelNumericRelStrike\": 6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.8265994112968,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"600%stk\",\n            \"gridLabelNumericRelStrike\": 7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.90210432232858,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"700%stk\",\n            \"gridLabelNumericRelStrike\": 8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.96517095805384,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"800%stk\",\n            \"gridLabelNumericRelStrike\": 9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 2.01916824315661,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"900%stk\",\n            \"gridLabelNumericRelStrike\": 10,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 2.06627705079459,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-90%stk\",\n            \"gridLabelNumericRelStrike\": 0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.47467559461604,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-80%stk\",\n            \"gridLabelNumericRelStrike\": 0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.23491911232995,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-70%stk\",\n            \"gridLabelNumericRelStrike\": 0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.07026367617207,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-60%stk\",\n            \"gridLabelNumericRelStrike\": 0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.936312897403636,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-50%stk\",\n            \"gridLabelNumericRelStrike\": 0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.817862849084678,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%stk\",\n            \"gridLabelNumericRelStrike\": 0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.707263597311588,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%stk\",\n            \"gridLabelNumericRelStrike\": 0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.599679200912883,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%stk\",\n            \"gridLabelNumericRelStrike\": 0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.546018536852177,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%stk\",\n            \"gridLabelNumericRelStrike\": 0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.492418008069676,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%stk\",\n            \"gridLabelNumericRelStrike\": 0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.440011743536378,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%stk\",\n            \"gridLabelNumericRelStrike\": 0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.393185262724546,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-9%stk\",\n            \"gridLabelNumericRelStrike\": 0.91,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.385391974817452,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-8%stk\",\n            \"gridLabelNumericRelStrike\": 0.92,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.378446283913997,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-7%stk\",\n            \"gridLabelNumericRelStrike\": 0.93,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.372526358188633,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-6%stk\",\n            \"gridLabelNumericRelStrike\": 0.94,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.367822900424337,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%stk\",\n            \"gridLabelNumericRelStrike\": 0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.364539575986538,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-4%stk\",\n            \"gridLabelNumericRelStrike\": 0.96,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.362940932915215,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-3%stk\",\n            \"gridLabelNumericRelStrike\": 0.97,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.363694674811315,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%stk\",\n            \"gridLabelNumericRelStrike\": 0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.368793840384007,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-1%stk\",\n            \"gridLabelNumericRelStrike\": 0.99,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.377984999082644,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"0%stk\",\n            \"gridLabelNumericRelStrike\": 1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.388938204245089,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"1%stk\",\n            \"gridLabelNumericRelStrike\": 1.01,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.400828645057273,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%stk\",\n            \"gridLabelNumericRelStrike\": 1.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.413317175333194,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"3%stk\",\n            \"gridLabelNumericRelStrike\": 1.03,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.426182857034266,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"4%stk\",\n            \"gridLabelNumericRelStrike\": 1.04,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.439258849689503,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%stk\",\n            \"gridLabelNumericRelStrike\": 1.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.452416370111708,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"6%stk\",\n            \"gridLabelNumericRelStrike\": 1.06,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.465557220335063,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"7%stk\",\n            \"gridLabelNumericRelStrike\": 1.07,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.478608084860691,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"8%stk\",\n            \"gridLabelNumericRelStrike\": 1.08,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.491515535507688,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"9%stk\",\n            \"gridLabelNumericRelStrike\": 1.09,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.504241707911819,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%stk\",\n            \"gridLabelNumericRelStrike\": 1.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.516760698192777,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%stk\",\n            \"gridLabelNumericRelStrike\": 1.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.575861215146799,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%stk\",\n            \"gridLabelNumericRelStrike\": 1.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.629129869100755,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%stk\",\n            \"gridLabelNumericRelStrike\": 1.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.677215159539109,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%stk\",\n            \"gridLabelNumericRelStrike\": 1.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.720899690354302,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%stk\",\n            \"gridLabelNumericRelStrike\": 1.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.797675320025589,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"50%stk\",\n            \"gridLabelNumericRelStrike\": 1.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.863522457182705,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"60%stk\",\n            \"gridLabelNumericRelStrike\": 1.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.921106231282512,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"70%stk\",\n            \"gridLabelNumericRelStrike\": 1.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.972228953602282,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"80%stk\",\n            \"gridLabelNumericRelStrike\": 1.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.01816063317673,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"90%stk\",\n            \"gridLabelNumericRelStrike\": 1.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.05982937102302,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"100%stk\",\n            \"gridLabelNumericRelStrike\": 2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.09793432948091,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"110%stk\",\n            \"gridLabelNumericRelStrike\": 2.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.13301565348918,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"120%stk\",\n            \"gridLabelNumericRelStrike\": 2.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.16549953043765,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"130%stk\",\n            \"gridLabelNumericRelStrike\": 2.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.1957282839968,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"140%stk\",\n            \"gridLabelNumericRelStrike\": 2.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.22398110491533,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"150%stk\",\n            \"gridLabelNumericRelStrike\": 2.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.25048871984163,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"200%stk\",\n            \"gridLabelNumericRelStrike\": 3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.36266490410654,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"300%stk\",\n            \"gridLabelNumericRelStrike\": 4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.52308003868796,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"400%stk\",\n            \"gridLabelNumericRelStrike\": 5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.63677361217984,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"500%stk\",\n            \"gridLabelNumericRelStrike\": 6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.72413354991751,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"600%stk\",\n            \"gridLabelNumericRelStrike\": 7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.79469141032256,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"700%stk\",\n            \"gridLabelNumericRelStrike\": 8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.85364770875524,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"800%stk\",\n            \"gridLabelNumericRelStrike\": 9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.90413990711618,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"900%stk\",\n            \"gridLabelNumericRelStrike\": 10,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.94820055370223,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-90%stk\",\n            \"gridLabelNumericRelStrike\": 0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 2.04071297720599,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-80%stk\",\n            \"gridLabelNumericRelStrike\": 0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.71050478626795,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-70%stk\",\n            \"gridLabelNumericRelStrike\": 0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.4837572548978,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-60%stk\",\n            \"gridLabelNumericRelStrike\": 0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.29921726956658,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-50%stk\",\n            \"gridLabelNumericRelStrike\": 0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.13579365729515,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%stk\",\n            \"gridLabelNumericRelStrike\": 0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.982599770568432,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%stk\",\n            \"gridLabelNumericRelStrike\": 0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.831959459649026,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%stk\",\n            \"gridLabelNumericRelStrike\": 0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.755310214557749,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%stk\",\n            \"gridLabelNumericRelStrike\": 0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.676352788030813,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%stk\",\n            \"gridLabelNumericRelStrike\": 0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.593727302174563,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%stk\",\n            \"gridLabelNumericRelStrike\": 0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.505726828591327,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-9%stk\",\n            \"gridLabelNumericRelStrike\": 0.91,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.487314170399299,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-8%stk\",\n            \"gridLabelNumericRelStrike\": 0.92,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.468602577152222,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-7%stk\",\n            \"gridLabelNumericRelStrike\": 0.93,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.449595013666668,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-6%stk\",\n            \"gridLabelNumericRelStrike\": 0.94,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.43032468516591,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%stk\",\n            \"gridLabelNumericRelStrike\": 0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.410914304598482,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-4%stk\",\n            \"gridLabelNumericRelStrike\": 0.96,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.391817040002933,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-3%stk\",\n            \"gridLabelNumericRelStrike\": 0.97,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.375112606588892,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%stk\",\n            \"gridLabelNumericRelStrike\": 0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.36812579365065,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-1%stk\",\n            \"gridLabelNumericRelStrike\": 0.99,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.371353481073535,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"0%stk\",\n            \"gridLabelNumericRelStrike\": 1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.37773006810703,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"1%stk\",\n            \"gridLabelNumericRelStrike\": 1.01,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.385116009230785,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%stk\",\n            \"gridLabelNumericRelStrike\": 1.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.392996334253064,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"3%stk\",\n            \"gridLabelNumericRelStrike\": 1.03,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.401188920635635,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"4%stk\",\n            \"gridLabelNumericRelStrike\": 1.04,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.409601464931344,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%stk\",\n            \"gridLabelNumericRelStrike\": 1.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.418172056985009,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"6%stk\",\n            \"gridLabelNumericRelStrike\": 1.06,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.426851455223345,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"7%stk\",\n            \"gridLabelNumericRelStrike\": 1.07,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.43559740857953,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"8%stk\",\n            \"gridLabelNumericRelStrike\": 1.08,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.444372923231837,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"9%stk\",\n            \"gridLabelNumericRelStrike\": 1.09,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.45314580049647,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%stk\",\n            \"gridLabelNumericRelStrike\": 1.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.461888479330808,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%stk\",\n            \"gridLabelNumericRelStrike\": 1.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.50447666824123,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%stk\",\n            \"gridLabelNumericRelStrike\": 1.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.54428894361331,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%stk\",\n            \"gridLabelNumericRelStrike\": 1.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.581011615233947,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%stk\",\n            \"gridLabelNumericRelStrike\": 1.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.61482558156132,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%stk\",\n            \"gridLabelNumericRelStrike\": 1.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.674970737534104,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"50%stk\",\n            \"gridLabelNumericRelStrike\": 1.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.727056627289066,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"60%stk\",\n            \"gridLabelNumericRelStrike\": 1.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.772871471471503,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"70%stk\",\n            \"gridLabelNumericRelStrike\": 1.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.813703699539547,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"80%stk\",\n            \"gridLabelNumericRelStrike\": 1.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.850491818860895,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"90%stk\",\n            \"gridLabelNumericRelStrike\": 1.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.883935579151119,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"100%stk\",\n            \"gridLabelNumericRelStrike\": 2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.914569205038573,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"110%stk\",\n            \"gridLabelNumericRelStrike\": 2.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.942809349992828,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"120%stk\",\n            \"gridLabelNumericRelStrike\": 2.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.968987095583726,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"130%stk\",\n            \"gridLabelNumericRelStrike\": 2.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.993369831295861,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"140%stk\",\n            \"gridLabelNumericRelStrike\": 2.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.01617658336389,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"150%stk\",\n            \"gridLabelNumericRelStrike\": 2.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.03758899934715,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"200%stk\",\n            \"gridLabelNumericRelStrike\": 3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.12833718618073,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"300%stk\",\n            \"gridLabelNumericRelStrike\": 4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.25840707537838,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"400%stk\",\n            \"gridLabelNumericRelStrike\": 5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.35075270856703,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"500%stk\",\n            \"gridLabelNumericRelStrike\": 6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.42177941028026,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"600%stk\",\n            \"gridLabelNumericRelStrike\": 7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.47918296485083,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"700%stk\",\n            \"gridLabelNumericRelStrike\": 8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.52717050373699,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"800%stk\",\n            \"gridLabelNumericRelStrike\": 9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.56828347789368,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"900%stk\",\n            \"gridLabelNumericRelStrike\": 10,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.60416985855022,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-90%stk\",\n            \"gridLabelNumericRelStrike\": 0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.95135851470875,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-80%stk\",\n            \"gridLabelNumericRelStrike\": 0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.62124572867889,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-70%stk\",\n            \"gridLabelNumericRelStrike\": 0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.39288514052547,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-60%stk\",\n            \"gridLabelNumericRelStrike\": 0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.20561522657852,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-50%stk\",\n            \"gridLabelNumericRelStrike\": 0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.03841747431167,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%stk\",\n            \"gridLabelNumericRelStrike\": 0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.880374946148641,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%stk\",\n            \"gridLabelNumericRelStrike\": 0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.724005378840114,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%stk\",\n            \"gridLabelNumericRelStrike\": 0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.644543854873527,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%stk\",\n            \"gridLabelNumericRelStrike\": 0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.563548898956663,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%stk\",\n            \"gridLabelNumericRelStrike\": 0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.481302236798938,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%stk\",\n            \"gridLabelNumericRelStrike\": 0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.400312072557585,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-9%stk\",\n            \"gridLabelNumericRelStrike\": 0.91,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.384849626698985,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-8%stk\",\n            \"gridLabelNumericRelStrike\": 0.92,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.369863573195543,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-7%stk\",\n            \"gridLabelNumericRelStrike\": 0.93,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.355498293392169,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-6%stk\",\n            \"gridLabelNumericRelStrike\": 0.94,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.341925037604814,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%stk\",\n            \"gridLabelNumericRelStrike\": 0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.329341846807862,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-4%stk\",\n            \"gridLabelNumericRelStrike\": 0.96,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.317970193748083,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-3%stk\",\n            \"gridLabelNumericRelStrike\": 0.97,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.308046876465917,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%stk\",\n            \"gridLabelNumericRelStrike\": 0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.299810033980863,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-1%stk\",\n            \"gridLabelNumericRelStrike\": 0.99,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.293479275539695,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"0%stk\",\n            \"gridLabelNumericRelStrike\": 1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.289231890661275,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"1%stk\",\n            \"gridLabelNumericRelStrike\": 1.01,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.28717942557067,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%stk\",\n            \"gridLabelNumericRelStrike\": 1.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.287350389644269,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"3%stk\",\n            \"gridLabelNumericRelStrike\": 1.03,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.289684210864946,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"4%stk\",\n            \"gridLabelNumericRelStrike\": 1.04,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.294038501556975,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%stk\",\n            \"gridLabelNumericRelStrike\": 1.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.300207536322794,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"6%stk\",\n            \"gridLabelNumericRelStrike\": 1.06,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.307946727609819,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"7%stk\",\n            \"gridLabelNumericRelStrike\": 1.07,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.316997193977679,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"8%stk\",\n            \"gridLabelNumericRelStrike\": 1.08,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.327106020359709,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"9%stk\",\n            \"gridLabelNumericRelStrike\": 1.09,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.33804021503606,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%stk\",\n            \"gridLabelNumericRelStrike\": 1.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.34959443674965,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%stk\",\n            \"gridLabelNumericRelStrike\": 1.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.41152449440019,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%stk\",\n            \"gridLabelNumericRelStrike\": 1.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.473025488302401,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%stk\",\n            \"gridLabelNumericRelStrike\": 1.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.530274650351163,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%stk\",\n            \"gridLabelNumericRelStrike\": 1.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.582678340059348,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%stk\",\n            \"gridLabelNumericRelStrike\": 1.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.67447207772189,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"50%stk\",\n            \"gridLabelNumericRelStrike\": 1.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.752357344843019,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"60%stk\",\n            \"gridLabelNumericRelStrike\": 1.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.81970990369458,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"70%stk\",\n            \"gridLabelNumericRelStrike\": 1.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.878922251966748,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"80%stk\",\n            \"gridLabelNumericRelStrike\": 1.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.931683611379949,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"90%stk\",\n            \"gridLabelNumericRelStrike\": 1.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.979215720387522,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"100%stk\",\n            \"gridLabelNumericRelStrike\": 2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.02242659462173,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"110%stk\",\n            \"gridLabelNumericRelStrike\": 2.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.0620082175168,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"120%stk\",\n            \"gridLabelNumericRelStrike\": 2.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.09849964542283,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"130%stk\",\n            \"gridLabelNumericRelStrike\": 2.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.13232885745367,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"140%stk\",\n            \"gridLabelNumericRelStrike\": 2.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.16384127519307,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"150%stk\",\n            \"gridLabelNumericRelStrike\": 2.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.19331970094139,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"200%stk\",\n            \"gridLabelNumericRelStrike\": 3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.31723018990639,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"300%stk\",\n            \"gridLabelNumericRelStrike\": 4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.49248699877884,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"400%stk\",\n            \"gridLabelNumericRelStrike\": 5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.61561934117721,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"500%stk\",\n            \"gridLabelNumericRelStrike\": 6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.70974348151443,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"600%stk\",\n            \"gridLabelNumericRelStrike\": 7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.78549955801834,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"700%stk\",\n            \"gridLabelNumericRelStrike\": 8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.84863817915111,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"800%stk\",\n            \"gridLabelNumericRelStrike\": 9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.90260627221193,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"900%stk\",\n            \"gridLabelNumericRelStrike\": 10,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.94962626612416,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-90%stk\",\n            \"gridLabelNumericRelStrike\": 0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.90585484094478,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-80%stk\",\n            \"gridLabelNumericRelStrike\": 0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.57561777813327,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-70%stk\",\n            \"gridLabelNumericRelStrike\": 0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.34644167993567,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-60%stk\",\n            \"gridLabelNumericRelStrike\": 0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.15798760747041,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-50%stk\",\n            \"gridLabelNumericRelStrike\": 0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.989402181972341,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%stk\",\n            \"gridLabelNumericRelStrike\": 0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.830068438579151,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%stk\",\n            \"gridLabelNumericRelStrike\": 0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.673395551064337,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%stk\",\n            \"gridLabelNumericRelStrike\": 0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.594911919571959,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%stk\",\n            \"gridLabelNumericRelStrike\": 0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.516618958853918,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%stk\",\n            \"gridLabelNumericRelStrike\": 0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.440264939417262,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%stk\",\n            \"gridLabelNumericRelStrike\": 0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.370473754052111,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-9%stk\",\n            \"gridLabelNumericRelStrike\": 0.91,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.358034511305219,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-8%stk\",\n            \"gridLabelNumericRelStrike\": 0.92,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.346319011132957,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-7%stk\",\n            \"gridLabelNumericRelStrike\": 0.93,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.335435482344594,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-6%stk\",\n            \"gridLabelNumericRelStrike\": 0.94,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.325495698307885,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%stk\",\n            \"gridLabelNumericRelStrike\": 0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.316611021487771,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-4%stk\",\n            \"gridLabelNumericRelStrike\": 0.96,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.308887386737869,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-3%stk\",\n            \"gridLabelNumericRelStrike\": 0.97,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.302419477764722,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%stk\",\n            \"gridLabelNumericRelStrike\": 0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.297284591104671,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-1%stk\",\n            \"gridLabelNumericRelStrike\": 0.99,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.293536898172933,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"0%stk\",\n            \"gridLabelNumericRelStrike\": 1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.291202926095532,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"1%stk\",\n            \"gridLabelNumericRelStrike\": 1.01,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.290279007845852,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%stk\",\n            \"gridLabelNumericRelStrike\": 1.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.29073117806822,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"3%stk\",\n            \"gridLabelNumericRelStrike\": 1.03,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.292497568485748,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"4%stk\",\n            \"gridLabelNumericRelStrike\": 1.04,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.295492909266091,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%stk\",\n            \"gridLabelNumericRelStrike\": 1.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.299614408047482,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"6%stk\",\n            \"gridLabelNumericRelStrike\": 1.06,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.304748145159326,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"7%stk\",\n            \"gridLabelNumericRelStrike\": 1.07,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.310775197340226,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"8%stk\",\n            \"gridLabelNumericRelStrike\": 1.08,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.317576918068852,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"9%stk\",\n            \"gridLabelNumericRelStrike\": 1.09,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.325039068299354,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%stk\",\n            \"gridLabelNumericRelStrike\": 1.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.33305472955723,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%stk\",\n            \"gridLabelNumericRelStrike\": 1.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.378362639232603,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%stk\",\n            \"gridLabelNumericRelStrike\": 1.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.426888336998609,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%stk\",\n            \"gridLabelNumericRelStrike\": 1.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.474572102373019,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%stk\",\n            \"gridLabelNumericRelStrike\": 1.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.519841262693478,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%stk\",\n            \"gridLabelNumericRelStrike\": 1.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.601774007363156,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"50%stk\",\n            \"gridLabelNumericRelStrike\": 1.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.673036452468478,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"60%stk\",\n            \"gridLabelNumericRelStrike\": 1.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.735466890078324,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"70%stk\",\n            \"gridLabelNumericRelStrike\": 1.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.790755906215565,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"80%stk\",\n            \"gridLabelNumericRelStrike\": 1.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.840237997286392,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"90%stk\",\n            \"gridLabelNumericRelStrike\": 1.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.884938120133714,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"100%stk\",\n            \"gridLabelNumericRelStrike\": 2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.92564613182667,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"110%stk\",\n            \"gridLabelNumericRelStrike\": 2.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.962978222574113,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"120%stk\",\n            \"gridLabelNumericRelStrike\": 2.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.997422089189236,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"130%stk\",\n            \"gridLabelNumericRelStrike\": 2.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.02936928578207,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"140%stk\",\n            \"gridLabelNumericRelStrike\": 2.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.05913840276744,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"150%stk\",\n            \"gridLabelNumericRelStrike\": 2.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.08699184325141,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"200%stk\",\n            \"gridLabelNumericRelStrike\": 3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.20409126393881,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"300%stk\",\n            \"gridLabelNumericRelStrike\": 4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.36964655926735,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"400%stk\",\n            \"gridLabelNumericRelStrike\": 5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.48586196551472,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"500%stk\",\n            \"gridLabelNumericRelStrike\": 6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.57463349588388,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"600%stk\",\n            \"gridLabelNumericRelStrike\": 7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.64604010770905,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"700%stk\",\n            \"gridLabelNumericRelStrike\": 8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.70552609780737,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"800%stk\",\n            \"gridLabelNumericRelStrike\": 9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.75635280621916,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"900%stk\",\n            \"gridLabelNumericRelStrike\": 10,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.80062182775276,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-90%stk\",\n            \"gridLabelNumericRelStrike\": 0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.75683441063579,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-80%stk\",\n            \"gridLabelNumericRelStrike\": 0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.45461085754156,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-70%stk\",\n            \"gridLabelNumericRelStrike\": 0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.24542170373068,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-60%stk\",\n            \"gridLabelNumericRelStrike\": 0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.07401750911676,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-50%stk\",\n            \"gridLabelNumericRelStrike\": 0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.921494959526753,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%stk\",\n            \"gridLabelNumericRelStrike\": 0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.778539201518281,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%stk\",\n            \"gridLabelNumericRelStrike\": 0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.639899237462292,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%stk\",\n            \"gridLabelNumericRelStrike\": 0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.571547267123024,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%stk\",\n            \"gridLabelNumericRelStrike\": 0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.504350417961231,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%stk\",\n            \"gridLabelNumericRelStrike\": 0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.439908876376815,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%stk\",\n            \"gridLabelNumericRelStrike\": 0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.381742174175786,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-9%stk\",\n            \"gridLabelNumericRelStrike\": 0.91,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.371360344993916,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-8%stk\",\n            \"gridLabelNumericRelStrike\": 0.92,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.36153337953708,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-7%stk\",\n            \"gridLabelNumericRelStrike\": 0.93,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.352327139862674,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-6%stk\",\n            \"gridLabelNumericRelStrike\": 0.94,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.34380885055574,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%stk\",\n            \"gridLabelNumericRelStrike\": 0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.336045318716283,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-4%stk\",\n            \"gridLabelNumericRelStrike\": 0.96,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.329100791807114,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-3%stk\",\n            \"gridLabelNumericRelStrike\": 0.97,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.323034532202289,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%stk\",\n            \"gridLabelNumericRelStrike\": 0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.317898243556358,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-1%stk\",\n            \"gridLabelNumericRelStrike\": 0.99,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.313733537722937,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"0%stk\",\n            \"gridLabelNumericRelStrike\": 1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.31056966922596,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"1%stk\",\n            \"gridLabelNumericRelStrike\": 1.01,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.308421773641317,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%stk\",\n            \"gridLabelNumericRelStrike\": 1.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.307289816729265,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"3%stk\",\n            \"gridLabelNumericRelStrike\": 1.03,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.307158391397481,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"4%stk\",\n            \"gridLabelNumericRelStrike\": 1.04,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.307997399593216,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%stk\",\n            \"gridLabelNumericRelStrike\": 1.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.309763545963534,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"6%stk\",\n            \"gridLabelNumericRelStrike\": 1.06,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.31240247352717,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"7%stk\",\n            \"gridLabelNumericRelStrike\": 1.07,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.315851308642014,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"8%stk\",\n            \"gridLabelNumericRelStrike\": 1.08,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.320041362933302,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"9%stk\",\n            \"gridLabelNumericRelStrike\": 1.09,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.324900761138811,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%stk\",\n            \"gridLabelNumericRelStrike\": 1.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.330356814259298,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%stk\",\n            \"gridLabelNumericRelStrike\": 1.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.36420257780856,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%stk\",\n            \"gridLabelNumericRelStrike\": 1.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.403967366688435,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%stk\",\n            \"gridLabelNumericRelStrike\": 1.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.445167825848119,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%stk\",\n            \"gridLabelNumericRelStrike\": 1.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.485557001575268,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%stk\",\n            \"gridLabelNumericRelStrike\": 1.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.5606334430079,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"50%stk\",\n            \"gridLabelNumericRelStrike\": 1.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.627176101542021,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"60%stk\",\n            \"gridLabelNumericRelStrike\": 1.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.686017555470955,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"70%stk\",\n            \"gridLabelNumericRelStrike\": 1.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.738391739827968,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"80%stk\",\n            \"gridLabelNumericRelStrike\": 1.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.785402409998182,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"90%stk\",\n            \"gridLabelNumericRelStrike\": 1.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.827945674304844,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"100%stk\",\n            \"gridLabelNumericRelStrike\": 2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.866733067851742,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"110%stk\",\n            \"gridLabelNumericRelStrike\": 2.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.902329730512396,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"120%stk\",\n            \"gridLabelNumericRelStrike\": 2.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.93518814274627,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"130%stk\",\n            \"gridLabelNumericRelStrike\": 2.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.965674423753661,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"140%stk\",\n            \"gridLabelNumericRelStrike\": 2.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.994088097085762,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"150%stk\",\n            \"gridLabelNumericRelStrike\": 2.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.02067683279867,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"200%stk\",\n            \"gridLabelNumericRelStrike\": 3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.13247287407899,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"300%stk\",\n            \"gridLabelNumericRelStrike\": 4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.29050180723588,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"400%stk\",\n            \"gridLabelNumericRelStrike\": 5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.40138670341102,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"500%stk\",\n            \"gridLabelNumericRelStrike\": 6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.48605604384444,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"600%stk\",\n            \"gridLabelNumericRelStrike\": 7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.55414374297424,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"700%stk\",\n            \"gridLabelNumericRelStrike\": 8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.61085220995105,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"800%stk\",\n            \"gridLabelNumericRelStrike\": 9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.65929691841429,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"900%stk\",\n            \"gridLabelNumericRelStrike\": 10,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.70148490186163,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-90%stk\",\n            \"gridLabelNumericRelStrike\": 0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.45129838240969,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-80%stk\",\n            \"gridLabelNumericRelStrike\": 0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.20784883160015,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-70%stk\",\n            \"gridLabelNumericRelStrike\": 0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.03997654434299,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-60%stk\",\n            \"gridLabelNumericRelStrike\": 0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.902958328565681,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-50%stk\",\n            \"gridLabelNumericRelStrike\": 0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.781569641199049,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%stk\",\n            \"gridLabelNumericRelStrike\": 0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.668441631081142,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%stk\",\n            \"gridLabelNumericRelStrike\": 0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.559778179173401,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%stk\",\n            \"gridLabelNumericRelStrike\": 0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.506984284398891,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%stk\",\n            \"gridLabelNumericRelStrike\": 0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.456161609273057,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%stk\",\n            \"gridLabelNumericRelStrike\": 0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.409450499883992,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%stk\",\n            \"gridLabelNumericRelStrike\": 0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.370898552850487,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-9%stk\",\n            \"gridLabelNumericRelStrike\": 0.91,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.364650125415245,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-8%stk\",\n            \"gridLabelNumericRelStrike\": 0.92,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.358995601310374,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-7%stk\",\n            \"gridLabelNumericRelStrike\": 0.93,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.353974337933214,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-6%stk\",\n            \"gridLabelNumericRelStrike\": 0.94,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.349619168860036,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%stk\",\n            \"gridLabelNumericRelStrike\": 0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.34595465263725,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-4%stk\",\n            \"gridLabelNumericRelStrike\": 0.96,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.342995669163529,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-3%stk\",\n            \"gridLabelNumericRelStrike\": 0.97,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.340746525048037,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%stk\",\n            \"gridLabelNumericRelStrike\": 0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.33920067541492,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-1%stk\",\n            \"gridLabelNumericRelStrike\": 0.99,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.338341093666756,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"0%stk\",\n            \"gridLabelNumericRelStrike\": 1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.338141238493291,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"1%stk\",\n            \"gridLabelNumericRelStrike\": 1.01,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.338566496602493,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%stk\",\n            \"gridLabelNumericRelStrike\": 1.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.339575934183655,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"3%stk\",\n            \"gridLabelNumericRelStrike\": 1.03,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.341124176157923,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"4%stk\",\n            \"gridLabelNumericRelStrike\": 1.04,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.343163247470153,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%stk\",\n            \"gridLabelNumericRelStrike\": 1.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.345644246398073,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"6%stk\",\n            \"gridLabelNumericRelStrike\": 1.06,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.348518764996809,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"7%stk\",\n            \"gridLabelNumericRelStrike\": 1.07,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.351740016314684,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"8%stk\",\n            \"gridLabelNumericRelStrike\": 1.08,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.355263665048934,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"9%stk\",\n            \"gridLabelNumericRelStrike\": 1.09,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.359048384681039,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%stk\",\n            \"gridLabelNumericRelStrike\": 1.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.363056179689679,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%stk\",\n            \"gridLabelNumericRelStrike\": 1.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.385350528178837,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%stk\",\n            \"gridLabelNumericRelStrike\": 1.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.409376416044168,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%stk\",\n            \"gridLabelNumericRelStrike\": 1.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.433489382626445,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%stk\",\n            \"gridLabelNumericRelStrike\": 1.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.456914695976363,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%stk\",\n            \"gridLabelNumericRelStrike\": 1.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.500613035641263,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"50%stk\",\n            \"gridLabelNumericRelStrike\": 1.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.539864603976334,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"60%stk\",\n            \"gridLabelNumericRelStrike\": 1.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.575082805366486,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"70%stk\",\n            \"gridLabelNumericRelStrike\": 1.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.606839855550965,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"80%stk\",\n            \"gridLabelNumericRelStrike\": 1.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.635661164597743,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"90%stk\",\n            \"gridLabelNumericRelStrike\": 1.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.661987392668064,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"100%stk\",\n            \"gridLabelNumericRelStrike\": 2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.686179076391011,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"110%stk\",\n            \"gridLabelNumericRelStrike\": 2.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.708530147880736,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"120%stk\",\n            \"gridLabelNumericRelStrike\": 2.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.729281289972156,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"130%stk\",\n            \"gridLabelNumericRelStrike\": 2.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.748631047376339,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"140%stk\",\n            \"gridLabelNumericRelStrike\": 2.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.766744584466,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"150%stk\",\n            \"gridLabelNumericRelStrike\": 2.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.783760468589375,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"200%stk\",\n            \"gridLabelNumericRelStrike\": 3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.855933999779218,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"300%stk\",\n            \"gridLabelNumericRelStrike\": 4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.959399735192729,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"400%stk\",\n            \"gridLabelNumericRelStrike\": 5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.03279982812537,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"500%stk\",\n            \"gridLabelNumericRelStrike\": 6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.08920646339789,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"600%stk\",\n            \"gridLabelNumericRelStrike\": 7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.13476077101786,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"700%stk\",\n            \"gridLabelNumericRelStrike\": 8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.17281949462525,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"800%stk\",\n            \"gridLabelNumericRelStrike\": 9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.20540934214785,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"900%stk\",\n            \"gridLabelNumericRelStrike\": 10,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.23384374251541,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-90%stk\",\n            \"gridLabelNumericRelStrike\": 0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.32353547512859,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-80%stk\",\n            \"gridLabelNumericRelStrike\": 0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.10722307115726,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-70%stk\",\n            \"gridLabelNumericRelStrike\": 0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.95889582816064,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-60%stk\",\n            \"gridLabelNumericRelStrike\": 0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.838624014319468,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-50%stk\",\n            \"gridLabelNumericRelStrike\": 0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.732959040319294,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%stk\",\n            \"gridLabelNumericRelStrike\": 0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.635569338717445,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%stk\",\n            \"gridLabelNumericRelStrike\": 0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.543380693941893,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%stk\",\n            \"gridLabelNumericRelStrike\": 0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.499164360857013,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%stk\",\n            \"gridLabelNumericRelStrike\": 0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.456938994144611,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%stk\",\n            \"gridLabelNumericRelStrike\": 0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.418302063379038,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%stk\",\n            \"gridLabelNumericRelStrike\": 0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.386266700531447,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-9%stk\",\n            \"gridLabelNumericRelStrike\": 0.91,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.381019969490596,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-8%stk\",\n            \"gridLabelNumericRelStrike\": 0.92,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.376244831488559,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-7%stk\",\n            \"gridLabelNumericRelStrike\": 0.93,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.371974326027173,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-6%stk\",\n            \"gridLabelNumericRelStrike\": 0.94,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.368237237045217,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%stk\",\n            \"gridLabelNumericRelStrike\": 0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.365056590669018,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-4%stk\",\n            \"gridLabelNumericRelStrike\": 0.96,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.362448331787927,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-3%stk\",\n            \"gridLabelNumericRelStrike\": 0.97,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.360420329003749,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%stk\",\n            \"gridLabelNumericRelStrike\": 0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.358971830307073,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-1%stk\",\n            \"gridLabelNumericRelStrike\": 0.99,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.358093439278475,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"0%stk\",\n            \"gridLabelNumericRelStrike\": 1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.357767613791981,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"1%stk\",\n            \"gridLabelNumericRelStrike\": 1.01,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.357969621220952,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%stk\",\n            \"gridLabelNumericRelStrike\": 1.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.358668831090227,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"3%stk\",\n            \"gridLabelNumericRelStrike\": 1.03,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.359830198029835,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"4%stk\",\n            \"gridLabelNumericRelStrike\": 1.04,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.361415787105714,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%stk\",\n            \"gridLabelNumericRelStrike\": 1.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.363386215304911,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"6%stk\",\n            \"gridLabelNumericRelStrike\": 1.06,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.365701918080077,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"7%stk\",\n            \"gridLabelNumericRelStrike\": 1.07,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.368324188719015,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"8%stk\",\n            \"gridLabelNumericRelStrike\": 1.08,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.371215973292218,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"9%stk\",\n            \"gridLabelNumericRelStrike\": 1.09,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.374342430698158,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%stk\",\n            \"gridLabelNumericRelStrike\": 1.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.377671284610387,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%stk\",\n            \"gridLabelNumericRelStrike\": 1.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.396413854847854,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%stk\",\n            \"gridLabelNumericRelStrike\": 1.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.416884652683753,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%stk\",\n            \"gridLabelNumericRelStrike\": 1.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.437620023008978,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%stk\",\n            \"gridLabelNumericRelStrike\": 1.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.457906557757964,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%stk\",\n            \"gridLabelNumericRelStrike\": 1.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.496053161657054,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"50%stk\",\n            \"gridLabelNumericRelStrike\": 1.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.530596279555762,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"60%stk\",\n            \"gridLabelNumericRelStrike\": 1.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.561776868641188,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"70%stk\",\n            \"gridLabelNumericRelStrike\": 1.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.590023968588998,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"80%stk\",\n            \"gridLabelNumericRelStrike\": 1.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.615754479529071,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"90%stk\",\n            \"gridLabelNumericRelStrike\": 1.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.639327964719019,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"100%stk\",\n            \"gridLabelNumericRelStrike\": 2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.661043868160468,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"110%stk\",\n            \"gridLabelNumericRelStrike\": 2.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.68114942161658,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"120%stk\",\n            \"gridLabelNumericRelStrike\": 2.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.699849029468516,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"130%stk\",\n            \"gridLabelNumericRelStrike\": 2.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.717312607759794,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"140%stk\",\n            \"gridLabelNumericRelStrike\": 2.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.733682395826843,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"150%stk\",\n            \"gridLabelNumericRelStrike\": 2.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.749078356142815,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"200%stk\",\n            \"gridLabelNumericRelStrike\": 3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.814554880964014,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"300%stk\",\n            \"gridLabelNumericRelStrike\": 4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.908822238209589,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"400%stk\",\n            \"gridLabelNumericRelStrike\": 5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.975920619588832,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"500%stk\",\n            \"gridLabelNumericRelStrike\": 6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.02758552217612,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"600%stk\",\n            \"gridLabelNumericRelStrike\": 7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.06936514096108,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"700%stk\",\n            \"gridLabelNumericRelStrike\": 8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.10430354388614,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"800%stk\",\n            \"gridLabelNumericRelStrike\": 9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.13424331427423,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"900%stk\",\n            \"gridLabelNumericRelStrike\": 10,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.16038075821474,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-90%stk\",\n            \"gridLabelNumericRelStrike\": 0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 1.13424238534369,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-80%stk\",\n            \"gridLabelNumericRelStrike\": 0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.942354987999681,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-70%stk\",\n            \"gridLabelNumericRelStrike\": 0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.812512703928485,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-60%stk\",\n            \"gridLabelNumericRelStrike\": 0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.710062043486492,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-50%stk\",\n            \"gridLabelNumericRelStrike\": 0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.624590503188877,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%stk\",\n            \"gridLabelNumericRelStrike\": 0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.55298954402354,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%stk\",\n            \"gridLabelNumericRelStrike\": 0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.495920063223176,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%stk\",\n            \"gridLabelNumericRelStrike\": 0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.473630018823783,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%stk\",\n            \"gridLabelNumericRelStrike\": 0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.455943108601847,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%stk\",\n            \"gridLabelNumericRelStrike\": 0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.443009748678022,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%stk\",\n            \"gridLabelNumericRelStrike\": 0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.434731100777828,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-9%stk\",\n            \"gridLabelNumericRelStrike\": 0.91,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.433606099403349,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-8%stk\",\n            \"gridLabelNumericRelStrike\": 0.92,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.432649285353792,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-7%stk\",\n            \"gridLabelNumericRelStrike\": 0.93,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.431856236327884,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-6%stk\",\n            \"gridLabelNumericRelStrike\": 0.94,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.431222244352818,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%stk\",\n            \"gridLabelNumericRelStrike\": 0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.430742351088447,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-4%stk\",\n            \"gridLabelNumericRelStrike\": 0.96,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.430411384547511,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-3%stk\",\n            \"gridLabelNumericRelStrike\": 0.97,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.430223996603944,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%stk\",\n            \"gridLabelNumericRelStrike\": 0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.430174700661247,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-1%stk\",\n            \"gridLabelNumericRelStrike\": 0.99,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.430257908868539,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"0%stk\",\n            \"gridLabelNumericRelStrike\": 1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.430467968305321,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"1%stk\",\n            \"gridLabelNumericRelStrike\": 1.01,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.430799195607681,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%stk\",\n            \"gridLabelNumericRelStrike\": 1.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.431245909577193,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"3%stk\",\n            \"gridLabelNumericRelStrike\": 1.03,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.431802461395775,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"4%stk\",\n            \"gridLabelNumericRelStrike\": 1.04,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.432463262160457,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%stk\",\n            \"gridLabelNumericRelStrike\": 1.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.433222807545657,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"6%stk\",\n            \"gridLabelNumericRelStrike\": 1.06,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.434075699491847,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"7%stk\",\n            \"gridLabelNumericRelStrike\": 1.07,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.435016664903464,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"8%stk\",\n            \"gridLabelNumericRelStrike\": 1.08,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.436040571412172,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"9%stk\",\n            \"gridLabelNumericRelStrike\": 1.09,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.437142440321922,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%stk\",\n            \"gridLabelNumericRelStrike\": 1.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.438317456898916,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%stk\",\n            \"gridLabelNumericRelStrike\": 1.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.445133523166137,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%stk\",\n            \"gridLabelNumericRelStrike\": 1.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.453158460373006,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%stk\",\n            \"gridLabelNumericRelStrike\": 1.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.461989540113149,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%stk\",\n            \"gridLabelNumericRelStrike\": 1.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.471321552865653,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%stk\",\n            \"gridLabelNumericRelStrike\": 1.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.490648233479129,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"50%stk\",\n            \"gridLabelNumericRelStrike\": 1.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.509990415987116,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"60%stk\",\n            \"gridLabelNumericRelStrike\": 1.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.528778602791675,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"70%stk\",\n            \"gridLabelNumericRelStrike\": 1.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.546754989308198,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"80%stk\",\n            \"gridLabelNumericRelStrike\": 1.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.563825140441614,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"90%stk\",\n            \"gridLabelNumericRelStrike\": 1.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.579978438608693,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"100%stk\",\n            \"gridLabelNumericRelStrike\": 2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.595245805943207,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"110%stk\",\n            \"gridLabelNumericRelStrike\": 2.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.609677262913355,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"120%stk\",\n            \"gridLabelNumericRelStrike\": 2.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.623330053425812,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"130%stk\",\n            \"gridLabelNumericRelStrike\": 2.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.636262441238752,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"140%stk\",\n            \"gridLabelNumericRelStrike\": 2.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.648530574315839,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"150%stk\",\n            \"gridLabelNumericRelStrike\": 2.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.660187015762928,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"200%stk\",\n            \"gridLabelNumericRelStrike\": 3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.710844159016733,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"300%stk\",\n            \"gridLabelNumericRelStrike\": 4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.786080436064193,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"400%stk\",\n            \"gridLabelNumericRelStrike\": 5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.840764348036561,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"500%stk\",\n            \"gridLabelNumericRelStrike\": 6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.883320934199725,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"600%stk\",\n            \"gridLabelNumericRelStrike\": 7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.917957307586798,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"700%stk\",\n            \"gridLabelNumericRelStrike\": 8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.947047508787844,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"800%stk\",\n            \"gridLabelNumericRelStrike\": 9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.972053250220864,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"900%stk\",\n            \"gridLabelNumericRelStrike\": 10,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.993934455365624,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-90%stk\",\n            \"gridLabelNumericRelStrike\": 0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.921374384301936,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-80%stk\",\n            \"gridLabelNumericRelStrike\": 0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.795299080804086,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-70%stk\",\n            \"gridLabelNumericRelStrike\": 0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.711963290837559,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-60%stk\",\n            \"gridLabelNumericRelStrike\": 0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.647205463520469,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-50%stk\",\n            \"gridLabelNumericRelStrike\": 0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.593316292181774,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%stk\",\n            \"gridLabelNumericRelStrike\": 0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.547208738275519,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%stk\",\n            \"gridLabelNumericRelStrike\": 0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.508109910877734,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%stk\",\n            \"gridLabelNumericRelStrike\": 0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.491507800837879,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%stk\",\n            \"gridLabelNumericRelStrike\": 0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.477343222895149,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%stk\",\n            \"gridLabelNumericRelStrike\": 0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.466163311802824,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%stk\",\n            \"gridLabelNumericRelStrike\": 0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.458564247887819,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-9%stk\",\n            \"gridLabelNumericRelStrike\": 0.91,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.457516604810131,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-8%stk\",\n            \"gridLabelNumericRelStrike\": 0.92,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.456631367758533,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-7%stk\",\n            \"gridLabelNumericRelStrike\": 0.93,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.455909035028931,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-6%stk\",\n            \"gridLabelNumericRelStrike\": 0.94,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.45534915848491,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%stk\",\n            \"gridLabelNumericRelStrike\": 0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.45495031583341,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-4%stk\",\n            \"gridLabelNumericRelStrike\": 0.96,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.454710111183364,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-3%stk\",\n            \"gridLabelNumericRelStrike\": 0.97,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.454625204382084,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%stk\",\n            \"gridLabelNumericRelStrike\": 0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.454691367732073,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-1%stk\",\n            \"gridLabelNumericRelStrike\": 0.99,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.454903566930236,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"0%stk\",\n            \"gridLabelNumericRelStrike\": 1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.455256061641108,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"1%stk\",\n            \"gridLabelNumericRelStrike\": 1.01,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.455742520159913,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%stk\",\n            \"gridLabelNumericRelStrike\": 1.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.456356142207885,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"3%stk\",\n            \"gridLabelNumericRelStrike\": 1.03,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.457089784018708,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"4%stk\",\n            \"gridLabelNumericRelStrike\": 1.04,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.457936080440435,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%stk\",\n            \"gridLabelNumericRelStrike\": 1.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.458887559666152,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"6%stk\",\n            \"gridLabelNumericRelStrike\": 1.06,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.459936747276035,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"7%stk\",\n            \"gridLabelNumericRelStrike\": 1.07,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.461076257387523,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"8%stk\",\n            \"gridLabelNumericRelStrike\": 1.08,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.462298869758637,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"9%stk\",\n            \"gridLabelNumericRelStrike\": 1.09,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.463597592594997,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%stk\",\n            \"gridLabelNumericRelStrike\": 1.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.464965711532114,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%stk\",\n            \"gridLabelNumericRelStrike\": 1.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.47263531000198,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%stk\",\n            \"gridLabelNumericRelStrike\": 1.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.481227949984679,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%stk\",\n            \"gridLabelNumericRelStrike\": 1.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.490280687398616,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%stk\",\n            \"gridLabelNumericRelStrike\": 1.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.499493370886915,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%stk\",\n            \"gridLabelNumericRelStrike\": 1.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.517723360365005,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"50%stk\",\n            \"gridLabelNumericRelStrike\": 1.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.535154592642392,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"60%stk\",\n            \"gridLabelNumericRelStrike\": 1.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.551550879577943,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"70%stk\",\n            \"gridLabelNumericRelStrike\": 1.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.566884733995442,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"80%stk\",\n            \"gridLabelNumericRelStrike\": 1.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.581208522254799,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"90%stk\",\n            \"gridLabelNumericRelStrike\": 1.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.59460166890056,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"100%stk\",\n            \"gridLabelNumericRelStrike\": 2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.607148783763505,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"110%stk\",\n            \"gridLabelNumericRelStrike\": 2.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.618930789960875,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"120%stk\",\n            \"gridLabelNumericRelStrike\": 2.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.630021669181644,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"130%stk\",\n            \"gridLabelNumericRelStrike\": 2.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.640487656462002,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"140%stk\",\n            \"gridLabelNumericRelStrike\": 2.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.650387479435344,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"150%stk\",\n            \"gridLabelNumericRelStrike\": 2.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.659773005729699,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"200%stk\",\n            \"gridLabelNumericRelStrike\": 3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.700415522339156,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"300%stk\",\n            \"gridLabelNumericRelStrike\": 4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.760656603025267,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"400%stk\",\n            \"gridLabelNumericRelStrike\": 5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.804526763415125,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"500%stk\",\n            \"gridLabelNumericRelStrike\": 6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.838765520507666,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"600%stk\",\n            \"gridLabelNumericRelStrike\": 7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.866706470308695,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"700%stk\",\n            \"gridLabelNumericRelStrike\": 8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.890228008131622,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"800%stk\",\n            \"gridLabelNumericRelStrike\": 9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.910487667725706,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"900%stk\",\n            \"gridLabelNumericRelStrike\": 10,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.92824682168059,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-90%stk\",\n            \"gridLabelNumericRelStrike\": 0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.899244991613564,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-80%stk\",\n            \"gridLabelNumericRelStrike\": 0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.767020472003411,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-70%stk\",\n            \"gridLabelNumericRelStrike\": 0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.680554751948235,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-60%stk\",\n            \"gridLabelNumericRelStrike\": 0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.6150743221521,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-50%stk\",\n            \"gridLabelNumericRelStrike\": 0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.56324256207816,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%stk\",\n            \"gridLabelNumericRelStrike\": 0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.52271652667895,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%stk\",\n            \"gridLabelNumericRelStrike\": 0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.493243383270281,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%stk\",\n            \"gridLabelNumericRelStrike\": 0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.482758959231958,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%stk\",\n            \"gridLabelNumericRelStrike\": 0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.475102572954505,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%stk\",\n            \"gridLabelNumericRelStrike\": 0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.470160772627693,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%stk\",\n            \"gridLabelNumericRelStrike\": 0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.467717152282671,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-9%stk\",\n            \"gridLabelNumericRelStrike\": 0.91,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.46750277902017,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-8%stk\",\n            \"gridLabelNumericRelStrike\": 0.92,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.467373687860042,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-7%stk\",\n            \"gridLabelNumericRelStrike\": 0.93,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.467327082023953,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-6%stk\",\n            \"gridLabelNumericRelStrike\": 0.94,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.467360113133059,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%stk\",\n            \"gridLabelNumericRelStrike\": 0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.467469894993921,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-4%stk\",\n            \"gridLabelNumericRelStrike\": 0.96,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.467653517022587,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-3%stk\",\n            \"gridLabelNumericRelStrike\": 0.97,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.467908057154491,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%stk\",\n            \"gridLabelNumericRelStrike\": 0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.468230594110835,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-1%stk\",\n            \"gridLabelNumericRelStrike\": 0.99,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.468618218915937,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"0%stk\",\n            \"gridLabelNumericRelStrike\": 1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.469068045583671,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"1%stk\",\n            \"gridLabelNumericRelStrike\": 1.01,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.469577220913973,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%stk\",\n            \"gridLabelNumericRelStrike\": 1.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.470142933361853,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"3%stk\",\n            \"gridLabelNumericRelStrike\": 1.03,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.470762420960999,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"4%stk\",\n            \"gridLabelNumericRelStrike\": 1.04,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.471432978301592,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%stk\",\n            \"gridLabelNumericRelStrike\": 1.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.47215196257715,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"6%stk\",\n            \"gridLabelNumericRelStrike\": 1.06,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.472916798728095,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"7%stk\",\n            \"gridLabelNumericRelStrike\": 1.07,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.473724983720214,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"8%stk\",\n            \"gridLabelNumericRelStrike\": 1.08,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.474574090004403,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"9%stk\",\n            \"gridLabelNumericRelStrike\": 1.09,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.475461768210233,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%stk\",\n            \"gridLabelNumericRelStrike\": 1.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.476385749130054,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%stk\",\n            \"gridLabelNumericRelStrike\": 1.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.48147650422355,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%stk\",\n            \"gridLabelNumericRelStrike\": 1.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.487181397782476,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%stk\",\n            \"gridLabelNumericRelStrike\": 1.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.493306398739651,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%stk\",\n            \"gridLabelNumericRelStrike\": 1.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.499700590942648,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%stk\",\n            \"gridLabelNumericRelStrike\": 1.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.512865076464366,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"50%stk\",\n            \"gridLabelNumericRelStrike\": 1.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.526062381090003,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"60%stk\",\n            \"gridLabelNumericRelStrike\": 1.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.538963960780279,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"70%stk\",\n            \"gridLabelNumericRelStrike\": 1.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.551405264852033,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"80%stk\",\n            \"gridLabelNumericRelStrike\": 1.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.56331411203243,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"90%stk\",\n            \"gridLabelNumericRelStrike\": 1.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.574669493914959,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"100%stk\",\n            \"gridLabelNumericRelStrike\": 2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.585478158102728,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"110%stk\",\n            \"gridLabelNumericRelStrike\": 2.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.595761322969773,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"120%stk\",\n            \"gridLabelNumericRelStrike\": 2.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.605547142007297,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"130%stk\",\n            \"gridLabelNumericRelStrike\": 2.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.614866445960046,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"140%stk\",\n            \"gridLabelNumericRelStrike\": 2.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.623750367216081,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"150%stk\",\n            \"gridLabelNumericRelStrike\": 2.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.63222905216473,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"200%stk\",\n            \"gridLabelNumericRelStrike\": 3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.669472929245814,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"300%stk\",\n            \"gridLabelNumericRelStrike\": 4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.725823745740062,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"400%stk\",\n            \"gridLabelNumericRelStrike\": 5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.767425896497201,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"500%stk\",\n            \"gridLabelNumericRelStrike\": 6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.800116559337975,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"600%stk\",\n            \"gridLabelNumericRelStrike\": 7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.826901544965928,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"700%stk\",\n            \"gridLabelNumericRelStrike\": 8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.849509216053402,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"800%stk\",\n            \"gridLabelNumericRelStrike\": 9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.869017567334833,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"900%stk\",\n            \"gridLabelNumericRelStrike\": 10,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.886141300245044,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        }\n    ],\n    \"dataShape\": \"flat\",\n    \"limit\": 3,\n    \"moneyness\": \"strike\",\n    \"size\": 660,\n    \"timeFrom\": \"2023-10-01T00:00:00Z\",\n    \"timeTo\": \"2023-10-01T01:00:00Z\"\n}"},{"id":"adee28ca-3d56-4028-8eb4-5aa74d984d58","name":"Implied Volatility - flat view and delta moneyness","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{analytics_api_python}}/analytics-api/implied-volatility-surface?lukkaEntityCode=LUKKA&moneyness=delta&dataShape=flat&underlyingAssetLukkaCode=ETH&timeTo=2023-10-01T01:00:00.000Z&timeFrom=2023-10-01T00:00:00.000Z&limit=3","host":["{{analytics_api_python}}"],"path":["analytics-api","implied-volatility-surface"],"query":[{"key":"lukkaEntityCode","value":"LUKKA","description":"Required Parameter - The Lukka generated enitity code of the entity related to this implied volatility. Aggregated Implied Volatility will use LUKKA entity code."},{"key":"moneyness","value":"delta","description":"The Moneyness of the implied volatility, expressed as \"delta\" or \"strike\""},{"key":"dataShape","value":"flat","description":"The underlying datashape of the output response. Can be \"flat\", \"2L\", or \"3L\"\n\nflat - Record level view of implied volatility for each value of the surface\n2L - two dimensional response with nested JSON structures\n3L - three dimensional response with nested JSON structures"},{"key":"underlyingAssetLukkaCode","value":"ETH","description":"Required Parameter - The Lukka asset code of the underlying asset represented by this volatility."},{"key":"timeTo","value":"2023-10-01T01:00:00.000Z","description":"Required Parameter - The ending business time to retrieve volatilities to."},{"key":"timeFrom","value":"2023-10-01T00:00:00.000Z","description":"Required Parameter - The beginning business time to retrieve volatilities from."},{"key":"limit","value":"3","description":"The limit of entries to receive in one payload. The max limit is 6 surfaces "},{"key":"timeRange","value":"4D","description":"Alternative Parameter for adjusting the time range that can be used with timeTo OR timeFrom. Values denoted in H/D/W/M/Y\n\nWhen used with timeTo the returned output will be timeTo - timeRange\n\nWhen used with timeFrom the returned output will be timeFrom + timeRange","disabled":true},{"key":"tenor","value":"1D","description":"The tenor or timeframe of this volatility, D/M/Y","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"envoy"},{"key":"date","value":"Fri, 20 Oct 2023 20:58:10 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"91868"},{"key":"x-envoy-upstream-service-time","value":"107"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"gridLabel\": \"2%dlt\",\n            \"gridLabelNumericCall\": 0.02,\n            \"gridLabelNumericPut\": -0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.388313202632605,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%dlt\",\n            \"gridLabelNumericCall\": 0.05,\n            \"gridLabelNumericPut\": -0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.371566916840045,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%dlt\",\n            \"gridLabelNumericCall\": 0.1,\n            \"gridLabelNumericPut\": -0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.359886901222768,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%dlt\",\n            \"gridLabelNumericCall\": 0.15,\n            \"gridLabelNumericPut\": -0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.353134274720891,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%dlt\",\n            \"gridLabelNumericCall\": 0.2,\n            \"gridLabelNumericPut\": -0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.350182202609963,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%dlt\",\n            \"gridLabelNumericCall\": 0.25,\n            \"gridLabelNumericPut\": -0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.347627057583704,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%dlt\",\n            \"gridLabelNumericCall\": 0.3,\n            \"gridLabelNumericPut\": -0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.345052992022737,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"35%dlt\",\n            \"gridLabelNumericCall\": 0.35,\n            \"gridLabelNumericPut\": -0.65,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.344653850566632,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%dlt\",\n            \"gridLabelNumericCall\": 0.4,\n            \"gridLabelNumericPut\": -0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.34437798630602,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"45%dlt\",\n            \"gridLabelNumericCall\": 0.45,\n            \"gridLabelNumericPut\": -0.55,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.344101900886892,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"atm%dlt\",\n            \"gridLabelNumericCall\": 0.5,\n            \"gridLabelNumericPut\": -0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.343825593776489,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-45%dlt\",\n            \"gridLabelNumericCall\": 0.55,\n            \"gridLabelNumericPut\": -0.45,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.347061122500161,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%dlt\",\n            \"gridLabelNumericCall\": 0.6,\n            \"gridLabelNumericPut\": -0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.350493549971369,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-35%dlt\",\n            \"gridLabelNumericCall\": 0.65,\n            \"gridLabelNumericPut\": -0.35,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.353892687678049,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%dlt\",\n            \"gridLabelNumericCall\": 0.7,\n            \"gridLabelNumericPut\": -0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.357356750742932,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%dlt\",\n            \"gridLabelNumericCall\": 0.75,\n            \"gridLabelNumericPut\": -0.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.365140144582818,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%dlt\",\n            \"gridLabelNumericCall\": 0.8,\n            \"gridLabelNumericPut\": -0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.372761053585775,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%dlt\",\n            \"gridLabelNumericCall\": 0.85,\n            \"gridLabelNumericPut\": -0.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.381764606533523,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%dlt\",\n            \"gridLabelNumericCall\": 0.9,\n            \"gridLabelNumericPut\": -0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.395420659778619,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%dlt\",\n            \"gridLabelNumericCall\": 0.95,\n            \"gridLabelNumericPut\": -0.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.416098564446713,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%dlt\",\n            \"gridLabelNumericCall\": 0.98,\n            \"gridLabelNumericPut\": -0.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.440020873901238,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1D\",\n            \"tenorNumericYearFraction\": 0.0027378507871321,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%dlt\",\n            \"gridLabelNumericCall\": 0.02,\n            \"gridLabelNumericPut\": -0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.476567340656783,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%dlt\",\n            \"gridLabelNumericCall\": 0.05,\n            \"gridLabelNumericPut\": -0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.445063579315267,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%dlt\",\n            \"gridLabelNumericCall\": 0.1,\n            \"gridLabelNumericPut\": -0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.419493946361796,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%dlt\",\n            \"gridLabelNumericCall\": 0.15,\n            \"gridLabelNumericPut\": -0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.403913004610309,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%dlt\",\n            \"gridLabelNumericCall\": 0.2,\n            \"gridLabelNumericPut\": -0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.392389907875718,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%dlt\",\n            \"gridLabelNumericCall\": 0.25,\n            \"gridLabelNumericPut\": -0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.382214799484939,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%dlt\",\n            \"gridLabelNumericCall\": 0.3,\n            \"gridLabelNumericPut\": -0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.375064994495338,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"35%dlt\",\n            \"gridLabelNumericCall\": 0.35,\n            \"gridLabelNumericPut\": -0.65,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.367813058936031,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%dlt\",\n            \"gridLabelNumericCall\": 0.4,\n            \"gridLabelNumericPut\": -0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.362330974750957,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"45%dlt\",\n            \"gridLabelNumericCall\": 0.45,\n            \"gridLabelNumericPut\": -0.55,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.357544721285128,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"atm%dlt\",\n            \"gridLabelNumericCall\": 0.5,\n            \"gridLabelNumericPut\": -0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.352693521593099,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-45%dlt\",\n            \"gridLabelNumericCall\": 0.55,\n            \"gridLabelNumericPut\": -0.45,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.350485638354368,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%dlt\",\n            \"gridLabelNumericCall\": 0.6,\n            \"gridLabelNumericPut\": -0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.348554234991419,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-35%dlt\",\n            \"gridLabelNumericCall\": 0.65,\n            \"gridLabelNumericPut\": -0.35,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.346612069565151,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%dlt\",\n            \"gridLabelNumericCall\": 0.7,\n            \"gridLabelNumericPut\": -0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.346419389644397,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%dlt\",\n            \"gridLabelNumericCall\": 0.75,\n            \"gridLabelNumericPut\": -0.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.346349492016677,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%dlt\",\n            \"gridLabelNumericCall\": 0.8,\n            \"gridLabelNumericPut\": -0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.346725077952601,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%dlt\",\n            \"gridLabelNumericCall\": 0.85,\n            \"gridLabelNumericPut\": -0.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.34792679520825,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%dlt\",\n            \"gridLabelNumericCall\": 0.9,\n            \"gridLabelNumericPut\": -0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.350070334542865,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%dlt\",\n            \"gridLabelNumericCall\": 0.95,\n            \"gridLabelNumericPut\": -0.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.35454280664378,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%dlt\",\n            \"gridLabelNumericCall\": 0.98,\n            \"gridLabelNumericPut\": -0.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.361571702626046,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2D\",\n            \"tenorNumericYearFraction\": 0.0054757015742642,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%dlt\",\n            \"gridLabelNumericCall\": 0.02,\n            \"gridLabelNumericPut\": -0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.526400182277819,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%dlt\",\n            \"gridLabelNumericCall\": 0.05,\n            \"gridLabelNumericPut\": -0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.488266215285481,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%dlt\",\n            \"gridLabelNumericCall\": 0.1,\n            \"gridLabelNumericPut\": -0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.461357317204109,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%dlt\",\n            \"gridLabelNumericCall\": 0.15,\n            \"gridLabelNumericPut\": -0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.444885242203372,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%dlt\",\n            \"gridLabelNumericCall\": 0.2,\n            \"gridLabelNumericPut\": -0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.432751324597415,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%dlt\",\n            \"gridLabelNumericCall\": 0.25,\n            \"gridLabelNumericPut\": -0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.422904376572257,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%dlt\",\n            \"gridLabelNumericCall\": 0.3,\n            \"gridLabelNumericPut\": -0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.414506348251565,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"35%dlt\",\n            \"gridLabelNumericCall\": 0.35,\n            \"gridLabelNumericPut\": -0.65,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.407598570834318,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%dlt\",\n            \"gridLabelNumericCall\": 0.4,\n            \"gridLabelNumericPut\": -0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.400846613807269,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"45%dlt\",\n            \"gridLabelNumericCall\": 0.45,\n            \"gridLabelNumericPut\": -0.55,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.395311878825471,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"atm%dlt\",\n            \"gridLabelNumericCall\": 0.5,\n            \"gridLabelNumericPut\": -0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.389702115716727,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-45%dlt\",\n            \"gridLabelNumericCall\": 0.55,\n            \"gridLabelNumericPut\": -0.45,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.384795084116853,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%dlt\",\n            \"gridLabelNumericCall\": 0.6,\n            \"gridLabelNumericPut\": -0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.379948656001033,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-35%dlt\",\n            \"gridLabelNumericCall\": 0.65,\n            \"gridLabelNumericPut\": -0.35,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.375495801244342,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%dlt\",\n            \"gridLabelNumericCall\": 0.7,\n            \"gridLabelNumericPut\": -0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.371299028094683,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%dlt\",\n            \"gridLabelNumericCall\": 0.75,\n            \"gridLabelNumericPut\": -0.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.36768221319042,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%dlt\",\n            \"gridLabelNumericCall\": 0.8,\n            \"gridLabelNumericPut\": -0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.364946178750699,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%dlt\",\n            \"gridLabelNumericCall\": 0.85,\n            \"gridLabelNumericPut\": -0.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.363398834067906,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%dlt\",\n            \"gridLabelNumericCall\": 0.9,\n            \"gridLabelNumericPut\": -0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.363210501024305,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%dlt\",\n            \"gridLabelNumericCall\": 0.95,\n            \"gridLabelNumericPut\": -0.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.365822772944725,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%dlt\",\n            \"gridLabelNumericCall\": 0.98,\n            \"gridLabelNumericPut\": -0.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.371477055557762,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3D\",\n            \"tenorNumericYearFraction\": 0.0082135523613963,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%dlt\",\n            \"gridLabelNumericCall\": 0.02,\n            \"gridLabelNumericPut\": -0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.517078199983653,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%dlt\",\n            \"gridLabelNumericCall\": 0.05,\n            \"gridLabelNumericPut\": -0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.482823098588432,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%dlt\",\n            \"gridLabelNumericCall\": 0.1,\n            \"gridLabelNumericPut\": -0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.449342655300067,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%dlt\",\n            \"gridLabelNumericCall\": 0.15,\n            \"gridLabelNumericPut\": -0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.432471486260754,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%dlt\",\n            \"gridLabelNumericCall\": 0.2,\n            \"gridLabelNumericPut\": -0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.420205378072437,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%dlt\",\n            \"gridLabelNumericCall\": 0.25,\n            \"gridLabelNumericPut\": -0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.410467147348506,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%dlt\",\n            \"gridLabelNumericCall\": 0.3,\n            \"gridLabelNumericPut\": -0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.402435829452463,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"35%dlt\",\n            \"gridLabelNumericCall\": 0.35,\n            \"gridLabelNumericPut\": -0.65,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.395534608084183,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%dlt\",\n            \"gridLabelNumericCall\": 0.4,\n            \"gridLabelNumericPut\": -0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.38939102143949,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"45%dlt\",\n            \"gridLabelNumericCall\": 0.45,\n            \"gridLabelNumericPut\": -0.55,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.383790377390877,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"atm%dlt\",\n            \"gridLabelNumericCall\": 0.5,\n            \"gridLabelNumericPut\": -0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.378767133052357,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-45%dlt\",\n            \"gridLabelNumericCall\": 0.55,\n            \"gridLabelNumericPut\": -0.45,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.374434991307719,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%dlt\",\n            \"gridLabelNumericCall\": 0.6,\n            \"gridLabelNumericPut\": -0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.370793946154591,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-35%dlt\",\n            \"gridLabelNumericCall\": 0.65,\n            \"gridLabelNumericPut\": -0.35,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.368655878987774,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%dlt\",\n            \"gridLabelNumericCall\": 0.7,\n            \"gridLabelNumericPut\": -0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.372115474159024,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%dlt\",\n            \"gridLabelNumericCall\": 0.75,\n            \"gridLabelNumericPut\": -0.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.38205431178916,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%dlt\",\n            \"gridLabelNumericCall\": 0.8,\n            \"gridLabelNumericPut\": -0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.400707114596829,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%dlt\",\n            \"gridLabelNumericCall\": 0.85,\n            \"gridLabelNumericPut\": -0.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.426841171701421,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%dlt\",\n            \"gridLabelNumericCall\": 0.9,\n            \"gridLabelNumericPut\": -0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.46409802249947,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%dlt\",\n            \"gridLabelNumericCall\": 0.95,\n            \"gridLabelNumericPut\": -0.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.534404306294925,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%dlt\",\n            \"gridLabelNumericCall\": 0.98,\n            \"gridLabelNumericPut\": -0.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.606163312557419,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1W\",\n            \"tenorNumericYearFraction\": 0.0191649555099247,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%dlt\",\n            \"gridLabelNumericCall\": 0.02,\n            \"gridLabelNumericPut\": -0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.519268745100765,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%dlt\",\n            \"gridLabelNumericCall\": 0.05,\n            \"gridLabelNumericPut\": -0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.405385368059294,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%dlt\",\n            \"gridLabelNumericCall\": 0.1,\n            \"gridLabelNumericPut\": -0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.340384734943375,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%dlt\",\n            \"gridLabelNumericCall\": 0.15,\n            \"gridLabelNumericPut\": -0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.315722421908737,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%dlt\",\n            \"gridLabelNumericCall\": 0.2,\n            \"gridLabelNumericPut\": -0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.302874364338101,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%dlt\",\n            \"gridLabelNumericCall\": 0.25,\n            \"gridLabelNumericPut\": -0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.295135977727712,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%dlt\",\n            \"gridLabelNumericCall\": 0.3,\n            \"gridLabelNumericPut\": -0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.290648632884261,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"35%dlt\",\n            \"gridLabelNumericCall\": 0.35,\n            \"gridLabelNumericPut\": -0.65,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.288243565762055,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%dlt\",\n            \"gridLabelNumericCall\": 0.4,\n            \"gridLabelNumericPut\": -0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.28728338122733,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"45%dlt\",\n            \"gridLabelNumericCall\": 0.45,\n            \"gridLabelNumericPut\": -0.55,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.28744310524098,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"atm%dlt\",\n            \"gridLabelNumericCall\": 0.5,\n            \"gridLabelNumericPut\": -0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.288907291700488,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-45%dlt\",\n            \"gridLabelNumericCall\": 0.55,\n            \"gridLabelNumericPut\": -0.45,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.291631004254803,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%dlt\",\n            \"gridLabelNumericCall\": 0.6,\n            \"gridLabelNumericPut\": -0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.295434407465125,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-35%dlt\",\n            \"gridLabelNumericCall\": 0.65,\n            \"gridLabelNumericPut\": -0.35,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.30055102769236,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%dlt\",\n            \"gridLabelNumericCall\": 0.7,\n            \"gridLabelNumericPut\": -0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.307653215459638,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%dlt\",\n            \"gridLabelNumericCall\": 0.75,\n            \"gridLabelNumericPut\": -0.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.317402712939429,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%dlt\",\n            \"gridLabelNumericCall\": 0.8,\n            \"gridLabelNumericPut\": -0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.331145065538964,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%dlt\",\n            \"gridLabelNumericCall\": 0.85,\n            \"gridLabelNumericPut\": -0.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.351514870614405,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%dlt\",\n            \"gridLabelNumericCall\": 0.9,\n            \"gridLabelNumericPut\": -0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.384328888648781,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%dlt\",\n            \"gridLabelNumericCall\": 0.95,\n            \"gridLabelNumericPut\": -0.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.462116566222564,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%dlt\",\n            \"gridLabelNumericCall\": 0.98,\n            \"gridLabelNumericPut\": -0.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.559660384785113,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2W\",\n            \"tenorNumericYearFraction\": 0.0383299110198494,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%dlt\",\n            \"gridLabelNumericCall\": 0.02,\n            \"gridLabelNumericPut\": -0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.52643947556023,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%dlt\",\n            \"gridLabelNumericCall\": 0.05,\n            \"gridLabelNumericPut\": -0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.412515382956609,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%dlt\",\n            \"gridLabelNumericCall\": 0.1,\n            \"gridLabelNumericPut\": -0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.353539084975307,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%dlt\",\n            \"gridLabelNumericCall\": 0.15,\n            \"gridLabelNumericPut\": -0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.322939124702107,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%dlt\",\n            \"gridLabelNumericCall\": 0.2,\n            \"gridLabelNumericPut\": -0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.309367478373263,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%dlt\",\n            \"gridLabelNumericCall\": 0.25,\n            \"gridLabelNumericPut\": -0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.301114511295811,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%dlt\",\n            \"gridLabelNumericCall\": 0.3,\n            \"gridLabelNumericPut\": -0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.295759599235204,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"35%dlt\",\n            \"gridLabelNumericCall\": 0.35,\n            \"gridLabelNumericPut\": -0.65,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.292497641370493,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%dlt\",\n            \"gridLabelNumericCall\": 0.4,\n            \"gridLabelNumericPut\": -0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.290793973774371,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"45%dlt\",\n            \"gridLabelNumericCall\": 0.45,\n            \"gridLabelNumericPut\": -0.55,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.290336345401676,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"atm%dlt\",\n            \"gridLabelNumericCall\": 0.5,\n            \"gridLabelNumericPut\": -0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.290978974115501,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-45%dlt\",\n            \"gridLabelNumericCall\": 0.55,\n            \"gridLabelNumericPut\": -0.45,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.292700569517237,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%dlt\",\n            \"gridLabelNumericCall\": 0.6,\n            \"gridLabelNumericPut\": -0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.295589660961463,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-35%dlt\",\n            \"gridLabelNumericCall\": 0.65,\n            \"gridLabelNumericPut\": -0.35,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.299863706070462,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%dlt\",\n            \"gridLabelNumericCall\": 0.7,\n            \"gridLabelNumericPut\": -0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.30592185922097,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%dlt\",\n            \"gridLabelNumericCall\": 0.75,\n            \"gridLabelNumericPut\": -0.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.314422235395209,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%dlt\",\n            \"gridLabelNumericCall\": 0.8,\n            \"gridLabelNumericPut\": -0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.32666422501561,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%dlt\",\n            \"gridLabelNumericCall\": 0.85,\n            \"gridLabelNumericPut\": -0.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.345677806114281,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%dlt\",\n            \"gridLabelNumericCall\": 0.9,\n            \"gridLabelNumericPut\": -0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.38409777966371,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%dlt\",\n            \"gridLabelNumericCall\": 0.95,\n            \"gridLabelNumericPut\": -0.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.459899712835031,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%dlt\",\n            \"gridLabelNumericCall\": 0.98,\n            \"gridLabelNumericPut\": -0.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.586215242951943,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3W\",\n            \"tenorNumericYearFraction\": 0.0574948665297741,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%dlt\",\n            \"gridLabelNumericCall\": 0.02,\n            \"gridLabelNumericPut\": -0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.59812783191074,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%dlt\",\n            \"gridLabelNumericCall\": 0.05,\n            \"gridLabelNumericPut\": -0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.443205021479619,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%dlt\",\n            \"gridLabelNumericCall\": 0.1,\n            \"gridLabelNumericPut\": -0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.368230935996698,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%dlt\",\n            \"gridLabelNumericCall\": 0.15,\n            \"gridLabelNumericPut\": -0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.342054688649262,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%dlt\",\n            \"gridLabelNumericCall\": 0.2,\n            \"gridLabelNumericPut\": -0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.323778983714855,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%dlt\",\n            \"gridLabelNumericCall\": 0.25,\n            \"gridLabelNumericPut\": -0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.315369227599697,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%dlt\",\n            \"gridLabelNumericCall\": 0.3,\n            \"gridLabelNumericPut\": -0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.310572306284984,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"35%dlt\",\n            \"gridLabelNumericCall\": 0.35,\n            \"gridLabelNumericPut\": -0.65,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.307948742391337,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%dlt\",\n            \"gridLabelNumericCall\": 0.4,\n            \"gridLabelNumericPut\": -0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.307196449387155,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"45%dlt\",\n            \"gridLabelNumericCall\": 0.45,\n            \"gridLabelNumericPut\": -0.55,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.307807246856298,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"atm%dlt\",\n            \"gridLabelNumericCall\": 0.5,\n            \"gridLabelNumericPut\": -0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.309699842198702,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-45%dlt\",\n            \"gridLabelNumericCall\": 0.55,\n            \"gridLabelNumericPut\": -0.45,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.312893259894056,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%dlt\",\n            \"gridLabelNumericCall\": 0.6,\n            \"gridLabelNumericPut\": -0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.317505796120133,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-35%dlt\",\n            \"gridLabelNumericCall\": 0.65,\n            \"gridLabelNumericPut\": -0.35,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.323971531739649,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%dlt\",\n            \"gridLabelNumericCall\": 0.7,\n            \"gridLabelNumericPut\": -0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.332790166066417,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%dlt\",\n            \"gridLabelNumericCall\": 0.75,\n            \"gridLabelNumericPut\": -0.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.34458621029683,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%dlt\",\n            \"gridLabelNumericCall\": 0.8,\n            \"gridLabelNumericPut\": -0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.361403331494239,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%dlt\",\n            \"gridLabelNumericCall\": 0.85,\n            \"gridLabelNumericPut\": -0.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.389456215815976,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%dlt\",\n            \"gridLabelNumericCall\": 0.9,\n            \"gridLabelNumericPut\": -0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.433044605207116,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%dlt\",\n            \"gridLabelNumericCall\": 0.95,\n            \"gridLabelNumericPut\": -0.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.524172243312506,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%dlt\",\n            \"gridLabelNumericCall\": 0.98,\n            \"gridLabelNumericPut\": -0.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.667422585481678,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1M\",\n            \"tenorNumericYearFraction\": 0.0848733744010951,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%dlt\",\n            \"gridLabelNumericCall\": 0.02,\n            \"gridLabelNumericPut\": -0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.617260502142781,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%dlt\",\n            \"gridLabelNumericCall\": 0.05,\n            \"gridLabelNumericPut\": -0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.524264943642358,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%dlt\",\n            \"gridLabelNumericCall\": 0.1,\n            \"gridLabelNumericPut\": -0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.452414619589841,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%dlt\",\n            \"gridLabelNumericCall\": 0.15,\n            \"gridLabelNumericPut\": -0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.414320548089039,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%dlt\",\n            \"gridLabelNumericCall\": 0.2,\n            \"gridLabelNumericPut\": -0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.389815569554009,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%dlt\",\n            \"gridLabelNumericCall\": 0.25,\n            \"gridLabelNumericPut\": -0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.373559750872415,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%dlt\",\n            \"gridLabelNumericCall\": 0.3,\n            \"gridLabelNumericPut\": -0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.359854694706809,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"35%dlt\",\n            \"gridLabelNumericCall\": 0.35,\n            \"gridLabelNumericPut\": -0.65,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.351045585323041,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%dlt\",\n            \"gridLabelNumericCall\": 0.4,\n            \"gridLabelNumericPut\": -0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.344838927566255,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"45%dlt\",\n            \"gridLabelNumericCall\": 0.45,\n            \"gridLabelNumericPut\": -0.55,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.340751751930468,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"atm%dlt\",\n            \"gridLabelNumericCall\": 0.5,\n            \"gridLabelNumericPut\": -0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.338549587692618,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-45%dlt\",\n            \"gridLabelNumericCall\": 0.55,\n            \"gridLabelNumericPut\": -0.45,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.338297467455431,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%dlt\",\n            \"gridLabelNumericCall\": 0.6,\n            \"gridLabelNumericPut\": -0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.340019773355007,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-35%dlt\",\n            \"gridLabelNumericCall\": 0.65,\n            \"gridLabelNumericPut\": -0.35,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.344010212449706,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%dlt\",\n            \"gridLabelNumericCall\": 0.7,\n            \"gridLabelNumericPut\": -0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.350922395127032,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%dlt\",\n            \"gridLabelNumericCall\": 0.75,\n            \"gridLabelNumericPut\": -0.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.361914783321845,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%dlt\",\n            \"gridLabelNumericCall\": 0.8,\n            \"gridLabelNumericPut\": -0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.381911806594408,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%dlt\",\n            \"gridLabelNumericCall\": 0.85,\n            \"gridLabelNumericPut\": -0.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.407427602247811,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%dlt\",\n            \"gridLabelNumericCall\": 0.9,\n            \"gridLabelNumericPut\": -0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.454858029843012,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%dlt\",\n            \"gridLabelNumericCall\": 0.95,\n            \"gridLabelNumericPut\": -0.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.552878513127557,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%dlt\",\n            \"gridLabelNumericCall\": 0.98,\n            \"gridLabelNumericPut\": -0.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.691821420910833,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"2M\",\n            \"tenorNumericYearFraction\": 0.167008898015058,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%dlt\",\n            \"gridLabelNumericCall\": 0.02,\n            \"gridLabelNumericPut\": -0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.696043351930491,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%dlt\",\n            \"gridLabelNumericCall\": 0.05,\n            \"gridLabelNumericPut\": -0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.590365261094738,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%dlt\",\n            \"gridLabelNumericCall\": 0.1,\n            \"gridLabelNumericPut\": -0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.508795269712212,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%dlt\",\n            \"gridLabelNumericCall\": 0.15,\n            \"gridLabelNumericPut\": -0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.460088233131946,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%dlt\",\n            \"gridLabelNumericCall\": 0.2,\n            \"gridLabelNumericPut\": -0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.428474325871128,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%dlt\",\n            \"gridLabelNumericCall\": 0.25,\n            \"gridLabelNumericPut\": -0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.405780052128758,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%dlt\",\n            \"gridLabelNumericCall\": 0.3,\n            \"gridLabelNumericPut\": -0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.389200768528473,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"35%dlt\",\n            \"gridLabelNumericCall\": 0.35,\n            \"gridLabelNumericPut\": -0.65,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.375940617623601,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%dlt\",\n            \"gridLabelNumericCall\": 0.4,\n            \"gridLabelNumericPut\": -0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.367223765555894,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"45%dlt\",\n            \"gridLabelNumericCall\": 0.45,\n            \"gridLabelNumericPut\": -0.55,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.361419681807046,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"atm%dlt\",\n            \"gridLabelNumericCall\": 0.5,\n            \"gridLabelNumericPut\": -0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.358410878697477,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-45%dlt\",\n            \"gridLabelNumericCall\": 0.55,\n            \"gridLabelNumericPut\": -0.45,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.357977581602181,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%dlt\",\n            \"gridLabelNumericCall\": 0.6,\n            \"gridLabelNumericPut\": -0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.360286736370854,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-35%dlt\",\n            \"gridLabelNumericCall\": 0.65,\n            \"gridLabelNumericPut\": -0.35,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.36586788959985,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%dlt\",\n            \"gridLabelNumericCall\": 0.7,\n            \"gridLabelNumericPut\": -0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.375367337838203,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%dlt\",\n            \"gridLabelNumericCall\": 0.75,\n            \"gridLabelNumericPut\": -0.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.39141355981335,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%dlt\",\n            \"gridLabelNumericCall\": 0.8,\n            \"gridLabelNumericPut\": -0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.413863684498991,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%dlt\",\n            \"gridLabelNumericCall\": 0.85,\n            \"gridLabelNumericPut\": -0.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.448540052362226,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%dlt\",\n            \"gridLabelNumericCall\": 0.9,\n            \"gridLabelNumericPut\": -0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.501671657364655,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%dlt\",\n            \"gridLabelNumericCall\": 0.95,\n            \"gridLabelNumericPut\": -0.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.608681691921419,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%dlt\",\n            \"gridLabelNumericCall\": 0.98,\n            \"gridLabelNumericPut\": -0.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.729853095606346,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"3M\",\n            \"tenorNumericYearFraction\": 0.251882272416153,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%dlt\",\n            \"gridLabelNumericCall\": 0.02,\n            \"gridLabelNumericPut\": -0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.749795391123042,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%dlt\",\n            \"gridLabelNumericCall\": 0.05,\n            \"gridLabelNumericPut\": -0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.641183828680425,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%dlt\",\n            \"gridLabelNumericCall\": 0.1,\n            \"gridLabelNumericPut\": -0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.565521765611695,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%dlt\",\n            \"gridLabelNumericCall\": 0.15,\n            \"gridLabelNumericPut\": -0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.524278472147508,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%dlt\",\n            \"gridLabelNumericCall\": 0.2,\n            \"gridLabelNumericPut\": -0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.497094733234991,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%dlt\",\n            \"gridLabelNumericCall\": 0.25,\n            \"gridLabelNumericPut\": -0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.477709038759398,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%dlt\",\n            \"gridLabelNumericCall\": 0.3,\n            \"gridLabelNumericPut\": -0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.462523634106098,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"35%dlt\",\n            \"gridLabelNumericCall\": 0.35,\n            \"gridLabelNumericPut\": -0.65,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.451702768180654,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%dlt\",\n            \"gridLabelNumericCall\": 0.4,\n            \"gridLabelNumericPut\": -0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.443498730809607,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"45%dlt\",\n            \"gridLabelNumericCall\": 0.45,\n            \"gridLabelNumericPut\": -0.55,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.437218755091964,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"atm%dlt\",\n            \"gridLabelNumericCall\": 0.5,\n            \"gridLabelNumericPut\": -0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.433078541255556,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-45%dlt\",\n            \"gridLabelNumericCall\": 0.55,\n            \"gridLabelNumericPut\": -0.45,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.430738974532908,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%dlt\",\n            \"gridLabelNumericCall\": 0.6,\n            \"gridLabelNumericPut\": -0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.430230426213376,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-35%dlt\",\n            \"gridLabelNumericCall\": 0.65,\n            \"gridLabelNumericPut\": -0.35,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.431769569404413,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%dlt\",\n            \"gridLabelNumericCall\": 0.7,\n            \"gridLabelNumericPut\": -0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.436108157555588,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%dlt\",\n            \"gridLabelNumericCall\": 0.75,\n            \"gridLabelNumericPut\": -0.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.442992126386534,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%dlt\",\n            \"gridLabelNumericCall\": 0.8,\n            \"gridLabelNumericPut\": -0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.455205577708857,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%dlt\",\n            \"gridLabelNumericCall\": 0.85,\n            \"gridLabelNumericPut\": -0.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.475255640674042,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%dlt\",\n            \"gridLabelNumericCall\": 0.9,\n            \"gridLabelNumericPut\": -0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.515736721692084,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%dlt\",\n            \"gridLabelNumericCall\": 0.95,\n            \"gridLabelNumericPut\": -0.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.594125665249123,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%dlt\",\n            \"gridLabelNumericCall\": 0.98,\n            \"gridLabelNumericPut\": -0.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.705669978870751,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"6M\",\n            \"tenorNumericYearFraction\": 0.501026694045175,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%dlt\",\n            \"gridLabelNumericCall\": 0.02,\n            \"gridLabelNumericPut\": -0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.828113464394814,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%dlt\",\n            \"gridLabelNumericCall\": 0.05,\n            \"gridLabelNumericPut\": -0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.735249492794119,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%dlt\",\n            \"gridLabelNumericCall\": 0.1,\n            \"gridLabelNumericPut\": -0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.652332607587419,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%dlt\",\n            \"gridLabelNumericCall\": 0.15,\n            \"gridLabelNumericPut\": -0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.60372320486844,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%dlt\",\n            \"gridLabelNumericCall\": 0.2,\n            \"gridLabelNumericPut\": -0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.56807393748101,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%dlt\",\n            \"gridLabelNumericCall\": 0.25,\n            \"gridLabelNumericPut\": -0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.540393860211374,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%dlt\",\n            \"gridLabelNumericCall\": 0.3,\n            \"gridLabelNumericPut\": -0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.517500289759204,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"35%dlt\",\n            \"gridLabelNumericCall\": 0.35,\n            \"gridLabelNumericPut\": -0.65,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.498928745807794,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%dlt\",\n            \"gridLabelNumericCall\": 0.4,\n            \"gridLabelNumericPut\": -0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.483881306834514,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"45%dlt\",\n            \"gridLabelNumericCall\": 0.45,\n            \"gridLabelNumericPut\": -0.55,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.471805653295927,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"atm%dlt\",\n            \"gridLabelNumericCall\": 0.5,\n            \"gridLabelNumericPut\": -0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.462772133211724,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-45%dlt\",\n            \"gridLabelNumericCall\": 0.55,\n            \"gridLabelNumericPut\": -0.45,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.457016155271969,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%dlt\",\n            \"gridLabelNumericCall\": 0.6,\n            \"gridLabelNumericPut\": -0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.454678094210115,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-35%dlt\",\n            \"gridLabelNumericCall\": 0.65,\n            \"gridLabelNumericPut\": -0.35,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.456020110488817,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%dlt\",\n            \"gridLabelNumericCall\": 0.7,\n            \"gridLabelNumericPut\": -0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.461927927286865,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%dlt\",\n            \"gridLabelNumericCall\": 0.75,\n            \"gridLabelNumericPut\": -0.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.471855526613536,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%dlt\",\n            \"gridLabelNumericCall\": 0.8,\n            \"gridLabelNumericPut\": -0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.487063580603024,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%dlt\",\n            \"gridLabelNumericCall\": 0.85,\n            \"gridLabelNumericPut\": -0.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.509115259275317,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%dlt\",\n            \"gridLabelNumericCall\": 0.9,\n            \"gridLabelNumericPut\": -0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.543441780927965,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%dlt\",\n            \"gridLabelNumericCall\": 0.95,\n            \"gridLabelNumericPut\": -0.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.602157253979103,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%dlt\",\n            \"gridLabelNumericCall\": 0.98,\n            \"gridLabelNumericPut\": -0.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.679647967676447,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"9M\",\n            \"tenorNumericYearFraction\": 0.750171115674196,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"2%dlt\",\n            \"gridLabelNumericCall\": 0.02,\n            \"gridLabelNumericPut\": -0.98,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.859201334438892,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"5%dlt\",\n            \"gridLabelNumericCall\": 0.05,\n            \"gridLabelNumericPut\": -0.95,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.752497196851794,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"10%dlt\",\n            \"gridLabelNumericCall\": 0.1,\n            \"gridLabelNumericPut\": -0.9,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.665139644588515,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"15%dlt\",\n            \"gridLabelNumericCall\": 0.15,\n            \"gridLabelNumericPut\": -0.85,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.613153275575846,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"20%dlt\",\n            \"gridLabelNumericCall\": 0.2,\n            \"gridLabelNumericPut\": -0.8,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.577107988280261,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"25%dlt\",\n            \"gridLabelNumericCall\": 0.25,\n            \"gridLabelNumericPut\": -0.75,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.549850793574522,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"30%dlt\",\n            \"gridLabelNumericCall\": 0.3,\n            \"gridLabelNumericPut\": -0.7,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.528553088237988,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"35%dlt\",\n            \"gridLabelNumericCall\": 0.35,\n            \"gridLabelNumericPut\": -0.65,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.511491202654586,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"40%dlt\",\n            \"gridLabelNumericCall\": 0.4,\n            \"gridLabelNumericPut\": -0.6,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.4977803446415,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"45%dlt\",\n            \"gridLabelNumericCall\": 0.45,\n            \"gridLabelNumericPut\": -0.55,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.486876073707196,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"atm%dlt\",\n            \"gridLabelNumericCall\": 0.5,\n            \"gridLabelNumericPut\": -0.5,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.478633028113476,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-45%dlt\",\n            \"gridLabelNumericCall\": 0.55,\n            \"gridLabelNumericPut\": -0.45,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.472441853310375,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-40%dlt\",\n            \"gridLabelNumericCall\": 0.6,\n            \"gridLabelNumericPut\": -0.4,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.468672700766222,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-35%dlt\",\n            \"gridLabelNumericCall\": 0.65,\n            \"gridLabelNumericPut\": -0.35,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.467332334474782,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-30%dlt\",\n            \"gridLabelNumericCall\": 0.7,\n            \"gridLabelNumericPut\": -0.3,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.469052110246594,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-25%dlt\",\n            \"gridLabelNumericCall\": 0.75,\n            \"gridLabelNumericPut\": -0.25,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.473878342149066,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-20%dlt\",\n            \"gridLabelNumericCall\": 0.8,\n            \"gridLabelNumericPut\": -0.2,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.483164136414688,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-15%dlt\",\n            \"gridLabelNumericCall\": 0.85,\n            \"gridLabelNumericPut\": -0.15,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.501619602567082,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-10%dlt\",\n            \"gridLabelNumericCall\": 0.9,\n            \"gridLabelNumericPut\": -0.1,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.530479434035835,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-5%dlt\",\n            \"gridLabelNumericCall\": 0.95,\n            \"gridLabelNumericPut\": -0.05,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.591169832412018,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        },\n        {\n            \"gridLabel\": \"-2%dlt\",\n            \"gridLabelNumericCall\": 0.98,\n            \"gridLabelNumericPut\": -0.02,\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"impliedVolatility\": 0.67226172683865,\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenor\": \"1Y\",\n            \"tenorNumericYearFraction\": 1.00205338809035,\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        }\n    ],\n    \"dataShape\": \"flat\",\n    \"limit\": 3,\n    \"moneyness\": \"delta\",\n    \"size\": 252,\n    \"timeFrom\": \"2023-10-01T00:00:00Z\",\n    \"timeTo\": \"2023-10-01T01:00:00Z\"\n}"},{"id":"9422dbbf-cf5c-4935-9bbc-24ae5db04e11","name":"Implied Volatility - 2L view and delta moneyness","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{analytics_api_python}}/analytics-api/implied-volatility-surface?lukkaEntityCode=LUKKA&moneyness=delta&dataShape=2L&underlyingAssetLukkaCode=ETH&timeTo=2023-10-01T01:00:00.000Z&timeFrom=2023-10-01T00:00:00.000Z&limit=3","host":["{{analytics_api_python}}"],"path":["analytics-api","implied-volatility-surface"],"query":[{"key":"lukkaEntityCode","value":"LUKKA","description":"Required Parameter - The Lukka generated enitity code of the entity related to this implied volatility. Aggregated Implied Volatility will use LUKKA entity code."},{"key":"moneyness","value":"delta","description":"The Moneyness of the implied volatility, expressed as \"delta\" or \"strike\""},{"key":"dataShape","value":"2L","description":"The underlying datashape of the output response. Can be \"flat\", \"2L\", or \"3L\"\n\nflat - Record level view of implied volatility for each value of the surface\n2L - two dimensional response with nested JSON structures\n3L - three dimensional response with nested JSON structures"},{"key":"underlyingAssetLukkaCode","value":"ETH","description":"Required Parameter - The Lukka asset code of the underlying asset represented by this volatility."},{"key":"timeTo","value":"2023-10-01T01:00:00.000Z","description":"Required Parameter - The ending business time to retrieve volatilities to."},{"key":"timeFrom","value":"2023-10-01T00:00:00.000Z","description":"Required Parameter - The beginning business time to retrieve volatilities from."},{"key":"limit","value":"3","description":"The limit of entries to receive in one payload. The max limit is 6 surfaces "},{"key":"timeRange","value":"4D","description":"Alternative Parameter for adjusting the time range that can be used with timeTo OR timeFrom. Values denoted in H/D/W/M/Y\n\nWhen used with timeTo the returned output will be timeTo - timeRange\n\nWhen used with timeFrom the returned output will be timeFrom + timeRange","disabled":true},{"key":"tenor","value":"1D","description":"The tenor or timeframe of this volatility, D/M/Y","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"envoy"},{"key":"date","value":"Fri, 20 Oct 2023 20:58:45 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"67086"},{"key":"x-envoy-upstream-service-time","value":"120"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"surface\": [\n                {\n                    \"gridLabel\": \"2%dlt\",\n                    \"gridLabelNumericCall\": 0.02,\n                    \"gridLabelNumericPut\": -0.98,\n                    \"impliedVolatility\": 0.388313202632605,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"5%dlt\",\n                    \"gridLabelNumericCall\": 0.05,\n                    \"gridLabelNumericPut\": -0.95,\n                    \"impliedVolatility\": 0.371566916840045,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"10%dlt\",\n                    \"gridLabelNumericCall\": 0.1,\n                    \"gridLabelNumericPut\": -0.9,\n                    \"impliedVolatility\": 0.359886901222768,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"15%dlt\",\n                    \"gridLabelNumericCall\": 0.15,\n                    \"gridLabelNumericPut\": -0.85,\n                    \"impliedVolatility\": 0.353134274720891,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"20%dlt\",\n                    \"gridLabelNumericCall\": 0.2,\n                    \"gridLabelNumericPut\": -0.8,\n                    \"impliedVolatility\": 0.350182202609963,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"25%dlt\",\n                    \"gridLabelNumericCall\": 0.25,\n                    \"gridLabelNumericPut\": -0.75,\n                    \"impliedVolatility\": 0.347627057583704,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"30%dlt\",\n                    \"gridLabelNumericCall\": 0.3,\n                    \"gridLabelNumericPut\": -0.7,\n                    \"impliedVolatility\": 0.345052992022737,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"35%dlt\",\n                    \"gridLabelNumericCall\": 0.35,\n                    \"gridLabelNumericPut\": -0.65,\n                    \"impliedVolatility\": 0.344653850566632,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"40%dlt\",\n                    \"gridLabelNumericCall\": 0.4,\n                    \"gridLabelNumericPut\": -0.6,\n                    \"impliedVolatility\": 0.34437798630602,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"45%dlt\",\n                    \"gridLabelNumericCall\": 0.45,\n                    \"gridLabelNumericPut\": -0.55,\n                    \"impliedVolatility\": 0.344101900886892,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"atm%dlt\",\n                    \"gridLabelNumericCall\": 0.5,\n                    \"gridLabelNumericPut\": -0.5,\n                    \"impliedVolatility\": 0.343825593776489,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-45%dlt\",\n                    \"gridLabelNumericCall\": 0.55,\n                    \"gridLabelNumericPut\": -0.45,\n                    \"impliedVolatility\": 0.347061122500161,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-40%dlt\",\n                    \"gridLabelNumericCall\": 0.6,\n                    \"gridLabelNumericPut\": -0.4,\n                    \"impliedVolatility\": 0.350493549971369,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-35%dlt\",\n                    \"gridLabelNumericCall\": 0.65,\n                    \"gridLabelNumericPut\": -0.35,\n                    \"impliedVolatility\": 0.353892687678049,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-30%dlt\",\n                    \"gridLabelNumericCall\": 0.7,\n                    \"gridLabelNumericPut\": -0.3,\n                    \"impliedVolatility\": 0.357356750742932,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-25%dlt\",\n                    \"gridLabelNumericCall\": 0.75,\n                    \"gridLabelNumericPut\": -0.25,\n                    \"impliedVolatility\": 0.365140144582818,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-20%dlt\",\n                    \"gridLabelNumericCall\": 0.8,\n                    \"gridLabelNumericPut\": -0.2,\n                    \"impliedVolatility\": 0.372761053585775,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-15%dlt\",\n                    \"gridLabelNumericCall\": 0.85,\n                    \"gridLabelNumericPut\": -0.15,\n                    \"impliedVolatility\": 0.381764606533523,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-10%dlt\",\n                    \"gridLabelNumericCall\": 0.9,\n                    \"gridLabelNumericPut\": -0.1,\n                    \"impliedVolatility\": 0.395420659778619,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-5%dlt\",\n                    \"gridLabelNumericCall\": 0.95,\n                    \"gridLabelNumericPut\": -0.05,\n                    \"impliedVolatility\": 0.416098564446713,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-2%dlt\",\n                    \"gridLabelNumericCall\": 0.98,\n                    \"gridLabelNumericPut\": -0.02,\n                    \"impliedVolatility\": 0.440020873901238,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"2%dlt\",\n                    \"gridLabelNumericCall\": 0.02,\n                    \"gridLabelNumericPut\": -0.98,\n                    \"impliedVolatility\": 0.476567340656783,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"5%dlt\",\n                    \"gridLabelNumericCall\": 0.05,\n                    \"gridLabelNumericPut\": -0.95,\n                    \"impliedVolatility\": 0.445063579315267,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"10%dlt\",\n                    \"gridLabelNumericCall\": 0.1,\n                    \"gridLabelNumericPut\": -0.9,\n                    \"impliedVolatility\": 0.419493946361796,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"15%dlt\",\n                    \"gridLabelNumericCall\": 0.15,\n                    \"gridLabelNumericPut\": -0.85,\n                    \"impliedVolatility\": 0.403913004610309,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"20%dlt\",\n                    \"gridLabelNumericCall\": 0.2,\n                    \"gridLabelNumericPut\": -0.8,\n                    \"impliedVolatility\": 0.392389907875718,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"25%dlt\",\n                    \"gridLabelNumericCall\": 0.25,\n                    \"gridLabelNumericPut\": -0.75,\n                    \"impliedVolatility\": 0.382214799484939,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"30%dlt\",\n                    \"gridLabelNumericCall\": 0.3,\n                    \"gridLabelNumericPut\": -0.7,\n                    \"impliedVolatility\": 0.375064994495338,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"35%dlt\",\n                    \"gridLabelNumericCall\": 0.35,\n                    \"gridLabelNumericPut\": -0.65,\n                    \"impliedVolatility\": 0.367813058936031,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"40%dlt\",\n                    \"gridLabelNumericCall\": 0.4,\n                    \"gridLabelNumericPut\": -0.6,\n                    \"impliedVolatility\": 0.362330974750957,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"45%dlt\",\n                    \"gridLabelNumericCall\": 0.45,\n                    \"gridLabelNumericPut\": -0.55,\n                    \"impliedVolatility\": 0.357544721285128,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"atm%dlt\",\n                    \"gridLabelNumericCall\": 0.5,\n                    \"gridLabelNumericPut\": -0.5,\n                    \"impliedVolatility\": 0.352693521593099,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-45%dlt\",\n                    \"gridLabelNumericCall\": 0.55,\n                    \"gridLabelNumericPut\": -0.45,\n                    \"impliedVolatility\": 0.350485638354368,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-40%dlt\",\n                    \"gridLabelNumericCall\": 0.6,\n                    \"gridLabelNumericPut\": -0.4,\n                    \"impliedVolatility\": 0.348554234991419,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-35%dlt\",\n                    \"gridLabelNumericCall\": 0.65,\n                    \"gridLabelNumericPut\": -0.35,\n                    \"impliedVolatility\": 0.346612069565151,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-30%dlt\",\n                    \"gridLabelNumericCall\": 0.7,\n                    \"gridLabelNumericPut\": -0.3,\n                    \"impliedVolatility\": 0.346419389644397,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-25%dlt\",\n                    \"gridLabelNumericCall\": 0.75,\n                    \"gridLabelNumericPut\": -0.25,\n                    \"impliedVolatility\": 0.346349492016677,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-20%dlt\",\n                    \"gridLabelNumericCall\": 0.8,\n                    \"gridLabelNumericPut\": -0.2,\n                    \"impliedVolatility\": 0.346725077952601,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-15%dlt\",\n                    \"gridLabelNumericCall\": 0.85,\n                    \"gridLabelNumericPut\": -0.15,\n                    \"impliedVolatility\": 0.34792679520825,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-10%dlt\",\n                    \"gridLabelNumericCall\": 0.9,\n                    \"gridLabelNumericPut\": -0.1,\n                    \"impliedVolatility\": 0.350070334542865,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-5%dlt\",\n                    \"gridLabelNumericCall\": 0.95,\n                    \"gridLabelNumericPut\": -0.05,\n                    \"impliedVolatility\": 0.35454280664378,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-2%dlt\",\n                    \"gridLabelNumericCall\": 0.98,\n                    \"gridLabelNumericPut\": -0.02,\n                    \"impliedVolatility\": 0.361571702626046,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"2%dlt\",\n                    \"gridLabelNumericCall\": 0.02,\n                    \"gridLabelNumericPut\": -0.98,\n                    \"impliedVolatility\": 0.526400182277819,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"5%dlt\",\n                    \"gridLabelNumericCall\": 0.05,\n                    \"gridLabelNumericPut\": -0.95,\n                    \"impliedVolatility\": 0.488266215285481,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"10%dlt\",\n                    \"gridLabelNumericCall\": 0.1,\n                    \"gridLabelNumericPut\": -0.9,\n                    \"impliedVolatility\": 0.461357317204109,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"15%dlt\",\n                    \"gridLabelNumericCall\": 0.15,\n                    \"gridLabelNumericPut\": -0.85,\n                    \"impliedVolatility\": 0.444885242203372,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"20%dlt\",\n                    \"gridLabelNumericCall\": 0.2,\n                    \"gridLabelNumericPut\": -0.8,\n                    \"impliedVolatility\": 0.432751324597415,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"25%dlt\",\n                    \"gridLabelNumericCall\": 0.25,\n                    \"gridLabelNumericPut\": -0.75,\n                    \"impliedVolatility\": 0.422904376572257,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"30%dlt\",\n                    \"gridLabelNumericCall\": 0.3,\n                    \"gridLabelNumericPut\": -0.7,\n                    \"impliedVolatility\": 0.414506348251565,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"35%dlt\",\n                    \"gridLabelNumericCall\": 0.35,\n                    \"gridLabelNumericPut\": -0.65,\n                    \"impliedVolatility\": 0.407598570834318,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"40%dlt\",\n                    \"gridLabelNumericCall\": 0.4,\n                    \"gridLabelNumericPut\": -0.6,\n                    \"impliedVolatility\": 0.400846613807269,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"45%dlt\",\n                    \"gridLabelNumericCall\": 0.45,\n                    \"gridLabelNumericPut\": -0.55,\n                    \"impliedVolatility\": 0.395311878825471,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"atm%dlt\",\n                    \"gridLabelNumericCall\": 0.5,\n                    \"gridLabelNumericPut\": -0.5,\n                    \"impliedVolatility\": 0.389702115716727,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-45%dlt\",\n                    \"gridLabelNumericCall\": 0.55,\n                    \"gridLabelNumericPut\": -0.45,\n                    \"impliedVolatility\": 0.384795084116853,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-40%dlt\",\n                    \"gridLabelNumericCall\": 0.6,\n                    \"gridLabelNumericPut\": -0.4,\n                    \"impliedVolatility\": 0.379948656001033,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-35%dlt\",\n                    \"gridLabelNumericCall\": 0.65,\n                    \"gridLabelNumericPut\": -0.35,\n                    \"impliedVolatility\": 0.375495801244342,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-30%dlt\",\n                    \"gridLabelNumericCall\": 0.7,\n                    \"gridLabelNumericPut\": -0.3,\n                    \"impliedVolatility\": 0.371299028094683,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-25%dlt\",\n                    \"gridLabelNumericCall\": 0.75,\n                    \"gridLabelNumericPut\": -0.25,\n                    \"impliedVolatility\": 0.36768221319042,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-20%dlt\",\n                    \"gridLabelNumericCall\": 0.8,\n                    \"gridLabelNumericPut\": -0.2,\n                    \"impliedVolatility\": 0.364946178750699,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-15%dlt\",\n                    \"gridLabelNumericCall\": 0.85,\n                    \"gridLabelNumericPut\": -0.15,\n                    \"impliedVolatility\": 0.363398834067906,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-10%dlt\",\n                    \"gridLabelNumericCall\": 0.9,\n                    \"gridLabelNumericPut\": -0.1,\n                    \"impliedVolatility\": 0.363210501024305,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-5%dlt\",\n                    \"gridLabelNumericCall\": 0.95,\n                    \"gridLabelNumericPut\": -0.05,\n                    \"impliedVolatility\": 0.365822772944725,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-2%dlt\",\n                    \"gridLabelNumericCall\": 0.98,\n                    \"gridLabelNumericPut\": -0.02,\n                    \"impliedVolatility\": 0.371477055557762,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"2%dlt\",\n                    \"gridLabelNumericCall\": 0.02,\n                    \"gridLabelNumericPut\": -0.98,\n                    \"impliedVolatility\": 0.517078199983653,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"5%dlt\",\n                    \"gridLabelNumericCall\": 0.05,\n                    \"gridLabelNumericPut\": -0.95,\n                    \"impliedVolatility\": 0.482823098588432,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"10%dlt\",\n                    \"gridLabelNumericCall\": 0.1,\n                    \"gridLabelNumericPut\": -0.9,\n                    \"impliedVolatility\": 0.449342655300067,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"15%dlt\",\n                    \"gridLabelNumericCall\": 0.15,\n                    \"gridLabelNumericPut\": -0.85,\n                    \"impliedVolatility\": 0.432471486260754,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"20%dlt\",\n                    \"gridLabelNumericCall\": 0.2,\n                    \"gridLabelNumericPut\": -0.8,\n                    \"impliedVolatility\": 0.420205378072437,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"25%dlt\",\n                    \"gridLabelNumericCall\": 0.25,\n                    \"gridLabelNumericPut\": -0.75,\n                    \"impliedVolatility\": 0.410467147348506,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"30%dlt\",\n                    \"gridLabelNumericCall\": 0.3,\n                    \"gridLabelNumericPut\": -0.7,\n                    \"impliedVolatility\": 0.402435829452463,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"35%dlt\",\n                    \"gridLabelNumericCall\": 0.35,\n                    \"gridLabelNumericPut\": -0.65,\n                    \"impliedVolatility\": 0.395534608084183,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"40%dlt\",\n                    \"gridLabelNumericCall\": 0.4,\n                    \"gridLabelNumericPut\": -0.6,\n                    \"impliedVolatility\": 0.38939102143949,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"45%dlt\",\n                    \"gridLabelNumericCall\": 0.45,\n                    \"gridLabelNumericPut\": -0.55,\n                    \"impliedVolatility\": 0.383790377390877,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"atm%dlt\",\n                    \"gridLabelNumericCall\": 0.5,\n                    \"gridLabelNumericPut\": -0.5,\n                    \"impliedVolatility\": 0.378767133052357,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-45%dlt\",\n                    \"gridLabelNumericCall\": 0.55,\n                    \"gridLabelNumericPut\": -0.45,\n                    \"impliedVolatility\": 0.374434991307719,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-40%dlt\",\n                    \"gridLabelNumericCall\": 0.6,\n                    \"gridLabelNumericPut\": -0.4,\n                    \"impliedVolatility\": 0.370793946154591,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-35%dlt\",\n                    \"gridLabelNumericCall\": 0.65,\n                    \"gridLabelNumericPut\": -0.35,\n                    \"impliedVolatility\": 0.368655878987774,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-30%dlt\",\n                    \"gridLabelNumericCall\": 0.7,\n                    \"gridLabelNumericPut\": -0.3,\n                    \"impliedVolatility\": 0.372115474159024,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-25%dlt\",\n                    \"gridLabelNumericCall\": 0.75,\n                    \"gridLabelNumericPut\": -0.25,\n                    \"impliedVolatility\": 0.38205431178916,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-20%dlt\",\n                    \"gridLabelNumericCall\": 0.8,\n                    \"gridLabelNumericPut\": -0.2,\n                    \"impliedVolatility\": 0.400707114596829,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-15%dlt\",\n                    \"gridLabelNumericCall\": 0.85,\n                    \"gridLabelNumericPut\": -0.15,\n                    \"impliedVolatility\": 0.426841171701421,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-10%dlt\",\n                    \"gridLabelNumericCall\": 0.9,\n                    \"gridLabelNumericPut\": -0.1,\n                    \"impliedVolatility\": 0.46409802249947,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-5%dlt\",\n                    \"gridLabelNumericCall\": 0.95,\n                    \"gridLabelNumericPut\": -0.05,\n                    \"impliedVolatility\": 0.534404306294925,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-2%dlt\",\n                    \"gridLabelNumericCall\": 0.98,\n                    \"gridLabelNumericPut\": -0.02,\n                    \"impliedVolatility\": 0.606163312557419,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"2%dlt\",\n                    \"gridLabelNumericCall\": 0.02,\n                    \"gridLabelNumericPut\": -0.98,\n                    \"impliedVolatility\": 0.519268745100765,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"5%dlt\",\n                    \"gridLabelNumericCall\": 0.05,\n                    \"gridLabelNumericPut\": -0.95,\n                    \"impliedVolatility\": 0.405385368059294,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"10%dlt\",\n                    \"gridLabelNumericCall\": 0.1,\n                    \"gridLabelNumericPut\": -0.9,\n                    \"impliedVolatility\": 0.340384734943375,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"15%dlt\",\n                    \"gridLabelNumericCall\": 0.15,\n                    \"gridLabelNumericPut\": -0.85,\n                    \"impliedVolatility\": 0.315722421908737,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"20%dlt\",\n                    \"gridLabelNumericCall\": 0.2,\n                    \"gridLabelNumericPut\": -0.8,\n                    \"impliedVolatility\": 0.302874364338101,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"25%dlt\",\n                    \"gridLabelNumericCall\": 0.25,\n                    \"gridLabelNumericPut\": -0.75,\n                    \"impliedVolatility\": 0.295135977727712,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"30%dlt\",\n                    \"gridLabelNumericCall\": 0.3,\n                    \"gridLabelNumericPut\": -0.7,\n                    \"impliedVolatility\": 0.290648632884261,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"35%dlt\",\n                    \"gridLabelNumericCall\": 0.35,\n                    \"gridLabelNumericPut\": -0.65,\n                    \"impliedVolatility\": 0.288243565762055,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"40%dlt\",\n                    \"gridLabelNumericCall\": 0.4,\n                    \"gridLabelNumericPut\": -0.6,\n                    \"impliedVolatility\": 0.28728338122733,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"45%dlt\",\n                    \"gridLabelNumericCall\": 0.45,\n                    \"gridLabelNumericPut\": -0.55,\n                    \"impliedVolatility\": 0.28744310524098,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"atm%dlt\",\n                    \"gridLabelNumericCall\": 0.5,\n                    \"gridLabelNumericPut\": -0.5,\n                    \"impliedVolatility\": 0.288907291700488,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-45%dlt\",\n                    \"gridLabelNumericCall\": 0.55,\n                    \"gridLabelNumericPut\": -0.45,\n                    \"impliedVolatility\": 0.291631004254803,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-40%dlt\",\n                    \"gridLabelNumericCall\": 0.6,\n                    \"gridLabelNumericPut\": -0.4,\n                    \"impliedVolatility\": 0.295434407465125,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-35%dlt\",\n                    \"gridLabelNumericCall\": 0.65,\n                    \"gridLabelNumericPut\": -0.35,\n                    \"impliedVolatility\": 0.30055102769236,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-30%dlt\",\n                    \"gridLabelNumericCall\": 0.7,\n                    \"gridLabelNumericPut\": -0.3,\n                    \"impliedVolatility\": 0.307653215459638,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-25%dlt\",\n                    \"gridLabelNumericCall\": 0.75,\n                    \"gridLabelNumericPut\": -0.25,\n                    \"impliedVolatility\": 0.317402712939429,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-20%dlt\",\n                    \"gridLabelNumericCall\": 0.8,\n                    \"gridLabelNumericPut\": -0.2,\n                    \"impliedVolatility\": 0.331145065538964,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-15%dlt\",\n                    \"gridLabelNumericCall\": 0.85,\n                    \"gridLabelNumericPut\": -0.15,\n                    \"impliedVolatility\": 0.351514870614405,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-10%dlt\",\n                    \"gridLabelNumericCall\": 0.9,\n                    \"gridLabelNumericPut\": -0.1,\n                    \"impliedVolatility\": 0.384328888648781,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-5%dlt\",\n                    \"gridLabelNumericCall\": 0.95,\n                    \"gridLabelNumericPut\": -0.05,\n                    \"impliedVolatility\": 0.462116566222564,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-2%dlt\",\n                    \"gridLabelNumericCall\": 0.98,\n                    \"gridLabelNumericPut\": -0.02,\n                    \"impliedVolatility\": 0.559660384785113,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"2%dlt\",\n                    \"gridLabelNumericCall\": 0.02,\n                    \"gridLabelNumericPut\": -0.98,\n                    \"impliedVolatility\": 0.52643947556023,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"5%dlt\",\n                    \"gridLabelNumericCall\": 0.05,\n                    \"gridLabelNumericPut\": -0.95,\n                    \"impliedVolatility\": 0.412515382956609,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"10%dlt\",\n                    \"gridLabelNumericCall\": 0.1,\n                    \"gridLabelNumericPut\": -0.9,\n                    \"impliedVolatility\": 0.353539084975307,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"15%dlt\",\n                    \"gridLabelNumericCall\": 0.15,\n                    \"gridLabelNumericPut\": -0.85,\n                    \"impliedVolatility\": 0.322939124702107,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"20%dlt\",\n                    \"gridLabelNumericCall\": 0.2,\n                    \"gridLabelNumericPut\": -0.8,\n                    \"impliedVolatility\": 0.309367478373263,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"25%dlt\",\n                    \"gridLabelNumericCall\": 0.25,\n                    \"gridLabelNumericPut\": -0.75,\n                    \"impliedVolatility\": 0.301114511295811,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"30%dlt\",\n                    \"gridLabelNumericCall\": 0.3,\n                    \"gridLabelNumericPut\": -0.7,\n                    \"impliedVolatility\": 0.295759599235204,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"35%dlt\",\n                    \"gridLabelNumericCall\": 0.35,\n                    \"gridLabelNumericPut\": -0.65,\n                    \"impliedVolatility\": 0.292497641370493,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"40%dlt\",\n                    \"gridLabelNumericCall\": 0.4,\n                    \"gridLabelNumericPut\": -0.6,\n                    \"impliedVolatility\": 0.290793973774371,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"45%dlt\",\n                    \"gridLabelNumericCall\": 0.45,\n                    \"gridLabelNumericPut\": -0.55,\n                    \"impliedVolatility\": 0.290336345401676,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"atm%dlt\",\n                    \"gridLabelNumericCall\": 0.5,\n                    \"gridLabelNumericPut\": -0.5,\n                    \"impliedVolatility\": 0.290978974115501,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-45%dlt\",\n                    \"gridLabelNumericCall\": 0.55,\n                    \"gridLabelNumericPut\": -0.45,\n                    \"impliedVolatility\": 0.292700569517237,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-40%dlt\",\n                    \"gridLabelNumericCall\": 0.6,\n                    \"gridLabelNumericPut\": -0.4,\n                    \"impliedVolatility\": 0.295589660961463,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-35%dlt\",\n                    \"gridLabelNumericCall\": 0.65,\n                    \"gridLabelNumericPut\": -0.35,\n                    \"impliedVolatility\": 0.299863706070462,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-30%dlt\",\n                    \"gridLabelNumericCall\": 0.7,\n                    \"gridLabelNumericPut\": -0.3,\n                    \"impliedVolatility\": 0.30592185922097,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-25%dlt\",\n                    \"gridLabelNumericCall\": 0.75,\n                    \"gridLabelNumericPut\": -0.25,\n                    \"impliedVolatility\": 0.314422235395209,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-20%dlt\",\n                    \"gridLabelNumericCall\": 0.8,\n                    \"gridLabelNumericPut\": -0.2,\n                    \"impliedVolatility\": 0.32666422501561,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-15%dlt\",\n                    \"gridLabelNumericCall\": 0.85,\n                    \"gridLabelNumericPut\": -0.15,\n                    \"impliedVolatility\": 0.345677806114281,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-10%dlt\",\n                    \"gridLabelNumericCall\": 0.9,\n                    \"gridLabelNumericPut\": -0.1,\n                    \"impliedVolatility\": 0.38409777966371,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-5%dlt\",\n                    \"gridLabelNumericCall\": 0.95,\n                    \"gridLabelNumericPut\": -0.05,\n                    \"impliedVolatility\": 0.459899712835031,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-2%dlt\",\n                    \"gridLabelNumericCall\": 0.98,\n                    \"gridLabelNumericPut\": -0.02,\n                    \"impliedVolatility\": 0.586215242951943,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"2%dlt\",\n                    \"gridLabelNumericCall\": 0.02,\n                    \"gridLabelNumericPut\": -0.98,\n                    \"impliedVolatility\": 0.59812783191074,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"5%dlt\",\n                    \"gridLabelNumericCall\": 0.05,\n                    \"gridLabelNumericPut\": -0.95,\n                    \"impliedVolatility\": 0.443205021479619,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"10%dlt\",\n                    \"gridLabelNumericCall\": 0.1,\n                    \"gridLabelNumericPut\": -0.9,\n                    \"impliedVolatility\": 0.368230935996698,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"15%dlt\",\n                    \"gridLabelNumericCall\": 0.15,\n                    \"gridLabelNumericPut\": -0.85,\n                    \"impliedVolatility\": 0.342054688649262,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"20%dlt\",\n                    \"gridLabelNumericCall\": 0.2,\n                    \"gridLabelNumericPut\": -0.8,\n                    \"impliedVolatility\": 0.323778983714855,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"25%dlt\",\n                    \"gridLabelNumericCall\": 0.25,\n                    \"gridLabelNumericPut\": -0.75,\n                    \"impliedVolatility\": 0.315369227599697,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"30%dlt\",\n                    \"gridLabelNumericCall\": 0.3,\n                    \"gridLabelNumericPut\": -0.7,\n                    \"impliedVolatility\": 0.310572306284984,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"35%dlt\",\n                    \"gridLabelNumericCall\": 0.35,\n                    \"gridLabelNumericPut\": -0.65,\n                    \"impliedVolatility\": 0.307948742391337,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"40%dlt\",\n                    \"gridLabelNumericCall\": 0.4,\n                    \"gridLabelNumericPut\": -0.6,\n                    \"impliedVolatility\": 0.307196449387155,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"45%dlt\",\n                    \"gridLabelNumericCall\": 0.45,\n                    \"gridLabelNumericPut\": -0.55,\n                    \"impliedVolatility\": 0.307807246856298,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"atm%dlt\",\n                    \"gridLabelNumericCall\": 0.5,\n                    \"gridLabelNumericPut\": -0.5,\n                    \"impliedVolatility\": 0.309699842198702,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-45%dlt\",\n                    \"gridLabelNumericCall\": 0.55,\n                    \"gridLabelNumericPut\": -0.45,\n                    \"impliedVolatility\": 0.312893259894056,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-40%dlt\",\n                    \"gridLabelNumericCall\": 0.6,\n                    \"gridLabelNumericPut\": -0.4,\n                    \"impliedVolatility\": 0.317505796120133,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-35%dlt\",\n                    \"gridLabelNumericCall\": 0.65,\n                    \"gridLabelNumericPut\": -0.35,\n                    \"impliedVolatility\": 0.323971531739649,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-30%dlt\",\n                    \"gridLabelNumericCall\": 0.7,\n                    \"gridLabelNumericPut\": -0.3,\n                    \"impliedVolatility\": 0.332790166066417,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-25%dlt\",\n                    \"gridLabelNumericCall\": 0.75,\n                    \"gridLabelNumericPut\": -0.25,\n                    \"impliedVolatility\": 0.34458621029683,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-20%dlt\",\n                    \"gridLabelNumericCall\": 0.8,\n                    \"gridLabelNumericPut\": -0.2,\n                    \"impliedVolatility\": 0.361403331494239,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-15%dlt\",\n                    \"gridLabelNumericCall\": 0.85,\n                    \"gridLabelNumericPut\": -0.15,\n                    \"impliedVolatility\": 0.389456215815976,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-10%dlt\",\n                    \"gridLabelNumericCall\": 0.9,\n                    \"gridLabelNumericPut\": -0.1,\n                    \"impliedVolatility\": 0.433044605207116,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-5%dlt\",\n                    \"gridLabelNumericCall\": 0.95,\n                    \"gridLabelNumericPut\": -0.05,\n                    \"impliedVolatility\": 0.524172243312506,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-2%dlt\",\n                    \"gridLabelNumericCall\": 0.98,\n                    \"gridLabelNumericPut\": -0.02,\n                    \"impliedVolatility\": 0.667422585481678,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"2%dlt\",\n                    \"gridLabelNumericCall\": 0.02,\n                    \"gridLabelNumericPut\": -0.98,\n                    \"impliedVolatility\": 0.617260502142781,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"5%dlt\",\n                    \"gridLabelNumericCall\": 0.05,\n                    \"gridLabelNumericPut\": -0.95,\n                    \"impliedVolatility\": 0.524264943642358,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"10%dlt\",\n                    \"gridLabelNumericCall\": 0.1,\n                    \"gridLabelNumericPut\": -0.9,\n                    \"impliedVolatility\": 0.452414619589841,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"15%dlt\",\n                    \"gridLabelNumericCall\": 0.15,\n                    \"gridLabelNumericPut\": -0.85,\n                    \"impliedVolatility\": 0.414320548089039,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"20%dlt\",\n                    \"gridLabelNumericCall\": 0.2,\n                    \"gridLabelNumericPut\": -0.8,\n                    \"impliedVolatility\": 0.389815569554009,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"25%dlt\",\n                    \"gridLabelNumericCall\": 0.25,\n                    \"gridLabelNumericPut\": -0.75,\n                    \"impliedVolatility\": 0.373559750872415,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"30%dlt\",\n                    \"gridLabelNumericCall\": 0.3,\n                    \"gridLabelNumericPut\": -0.7,\n                    \"impliedVolatility\": 0.359854694706809,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"35%dlt\",\n                    \"gridLabelNumericCall\": 0.35,\n                    \"gridLabelNumericPut\": -0.65,\n                    \"impliedVolatility\": 0.351045585323041,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"40%dlt\",\n                    \"gridLabelNumericCall\": 0.4,\n                    \"gridLabelNumericPut\": -0.6,\n                    \"impliedVolatility\": 0.344838927566255,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"45%dlt\",\n                    \"gridLabelNumericCall\": 0.45,\n                    \"gridLabelNumericPut\": -0.55,\n                    \"impliedVolatility\": 0.340751751930468,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"atm%dlt\",\n                    \"gridLabelNumericCall\": 0.5,\n                    \"gridLabelNumericPut\": -0.5,\n                    \"impliedVolatility\": 0.338549587692618,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-45%dlt\",\n                    \"gridLabelNumericCall\": 0.55,\n                    \"gridLabelNumericPut\": -0.45,\n                    \"impliedVolatility\": 0.338297467455431,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-40%dlt\",\n                    \"gridLabelNumericCall\": 0.6,\n                    \"gridLabelNumericPut\": -0.4,\n                    \"impliedVolatility\": 0.340019773355007,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-35%dlt\",\n                    \"gridLabelNumericCall\": 0.65,\n                    \"gridLabelNumericPut\": -0.35,\n                    \"impliedVolatility\": 0.344010212449706,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-30%dlt\",\n                    \"gridLabelNumericCall\": 0.7,\n                    \"gridLabelNumericPut\": -0.3,\n                    \"impliedVolatility\": 0.350922395127032,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-25%dlt\",\n                    \"gridLabelNumericCall\": 0.75,\n                    \"gridLabelNumericPut\": -0.25,\n                    \"impliedVolatility\": 0.361914783321845,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-20%dlt\",\n                    \"gridLabelNumericCall\": 0.8,\n                    \"gridLabelNumericPut\": -0.2,\n                    \"impliedVolatility\": 0.381911806594408,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-15%dlt\",\n                    \"gridLabelNumericCall\": 0.85,\n                    \"gridLabelNumericPut\": -0.15,\n                    \"impliedVolatility\": 0.407427602247811,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-10%dlt\",\n                    \"gridLabelNumericCall\": 0.9,\n                    \"gridLabelNumericPut\": -0.1,\n                    \"impliedVolatility\": 0.454858029843012,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-5%dlt\",\n                    \"gridLabelNumericCall\": 0.95,\n                    \"gridLabelNumericPut\": -0.05,\n                    \"impliedVolatility\": 0.552878513127557,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-2%dlt\",\n                    \"gridLabelNumericCall\": 0.98,\n                    \"gridLabelNumericPut\": -0.02,\n                    \"impliedVolatility\": 0.691821420910833,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"2%dlt\",\n                    \"gridLabelNumericCall\": 0.02,\n                    \"gridLabelNumericPut\": -0.98,\n                    \"impliedVolatility\": 0.696043351930491,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"5%dlt\",\n                    \"gridLabelNumericCall\": 0.05,\n                    \"gridLabelNumericPut\": -0.95,\n                    \"impliedVolatility\": 0.590365261094738,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"10%dlt\",\n                    \"gridLabelNumericCall\": 0.1,\n                    \"gridLabelNumericPut\": -0.9,\n                    \"impliedVolatility\": 0.508795269712212,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"15%dlt\",\n                    \"gridLabelNumericCall\": 0.15,\n                    \"gridLabelNumericPut\": -0.85,\n                    \"impliedVolatility\": 0.460088233131946,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"20%dlt\",\n                    \"gridLabelNumericCall\": 0.2,\n                    \"gridLabelNumericPut\": -0.8,\n                    \"impliedVolatility\": 0.428474325871128,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"25%dlt\",\n                    \"gridLabelNumericCall\": 0.25,\n                    \"gridLabelNumericPut\": -0.75,\n                    \"impliedVolatility\": 0.405780052128758,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"30%dlt\",\n                    \"gridLabelNumericCall\": 0.3,\n                    \"gridLabelNumericPut\": -0.7,\n                    \"impliedVolatility\": 0.389200768528473,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"35%dlt\",\n                    \"gridLabelNumericCall\": 0.35,\n                    \"gridLabelNumericPut\": -0.65,\n                    \"impliedVolatility\": 0.375940617623601,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"40%dlt\",\n                    \"gridLabelNumericCall\": 0.4,\n                    \"gridLabelNumericPut\": -0.6,\n                    \"impliedVolatility\": 0.367223765555894,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"45%dlt\",\n                    \"gridLabelNumericCall\": 0.45,\n                    \"gridLabelNumericPut\": -0.55,\n                    \"impliedVolatility\": 0.361419681807046,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"atm%dlt\",\n                    \"gridLabelNumericCall\": 0.5,\n                    \"gridLabelNumericPut\": -0.5,\n                    \"impliedVolatility\": 0.358410878697477,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-45%dlt\",\n                    \"gridLabelNumericCall\": 0.55,\n                    \"gridLabelNumericPut\": -0.45,\n                    \"impliedVolatility\": 0.357977581602181,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-40%dlt\",\n                    \"gridLabelNumericCall\": 0.6,\n                    \"gridLabelNumericPut\": -0.4,\n                    \"impliedVolatility\": 0.360286736370854,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-35%dlt\",\n                    \"gridLabelNumericCall\": 0.65,\n                    \"gridLabelNumericPut\": -0.35,\n                    \"impliedVolatility\": 0.36586788959985,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-30%dlt\",\n                    \"gridLabelNumericCall\": 0.7,\n                    \"gridLabelNumericPut\": -0.3,\n                    \"impliedVolatility\": 0.375367337838203,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-25%dlt\",\n                    \"gridLabelNumericCall\": 0.75,\n                    \"gridLabelNumericPut\": -0.25,\n                    \"impliedVolatility\": 0.39141355981335,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-20%dlt\",\n                    \"gridLabelNumericCall\": 0.8,\n                    \"gridLabelNumericPut\": -0.2,\n                    \"impliedVolatility\": 0.413863684498991,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-15%dlt\",\n                    \"gridLabelNumericCall\": 0.85,\n                    \"gridLabelNumericPut\": -0.15,\n                    \"impliedVolatility\": 0.448540052362226,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-10%dlt\",\n                    \"gridLabelNumericCall\": 0.9,\n                    \"gridLabelNumericPut\": -0.1,\n                    \"impliedVolatility\": 0.501671657364655,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-5%dlt\",\n                    \"gridLabelNumericCall\": 0.95,\n                    \"gridLabelNumericPut\": -0.05,\n                    \"impliedVolatility\": 0.608681691921419,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-2%dlt\",\n                    \"gridLabelNumericCall\": 0.98,\n                    \"gridLabelNumericPut\": -0.02,\n                    \"impliedVolatility\": 0.729853095606346,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"2%dlt\",\n                    \"gridLabelNumericCall\": 0.02,\n                    \"gridLabelNumericPut\": -0.98,\n                    \"impliedVolatility\": 0.749795391123042,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"5%dlt\",\n                    \"gridLabelNumericCall\": 0.05,\n                    \"gridLabelNumericPut\": -0.95,\n                    \"impliedVolatility\": 0.641183828680425,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"10%dlt\",\n                    \"gridLabelNumericCall\": 0.1,\n                    \"gridLabelNumericPut\": -0.9,\n                    \"impliedVolatility\": 0.565521765611695,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"15%dlt\",\n                    \"gridLabelNumericCall\": 0.15,\n                    \"gridLabelNumericPut\": -0.85,\n                    \"impliedVolatility\": 0.524278472147508,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"20%dlt\",\n                    \"gridLabelNumericCall\": 0.2,\n                    \"gridLabelNumericPut\": -0.8,\n                    \"impliedVolatility\": 0.497094733234991,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"25%dlt\",\n                    \"gridLabelNumericCall\": 0.25,\n                    \"gridLabelNumericPut\": -0.75,\n                    \"impliedVolatility\": 0.477709038759398,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"30%dlt\",\n                    \"gridLabelNumericCall\": 0.3,\n                    \"gridLabelNumericPut\": -0.7,\n                    \"impliedVolatility\": 0.462523634106098,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"35%dlt\",\n                    \"gridLabelNumericCall\": 0.35,\n                    \"gridLabelNumericPut\": -0.65,\n                    \"impliedVolatility\": 0.451702768180654,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"40%dlt\",\n                    \"gridLabelNumericCall\": 0.4,\n                    \"gridLabelNumericPut\": -0.6,\n                    \"impliedVolatility\": 0.443498730809607,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"45%dlt\",\n                    \"gridLabelNumericCall\": 0.45,\n                    \"gridLabelNumericPut\": -0.55,\n                    \"impliedVolatility\": 0.437218755091964,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"atm%dlt\",\n                    \"gridLabelNumericCall\": 0.5,\n                    \"gridLabelNumericPut\": -0.5,\n                    \"impliedVolatility\": 0.433078541255556,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-45%dlt\",\n                    \"gridLabelNumericCall\": 0.55,\n                    \"gridLabelNumericPut\": -0.45,\n                    \"impliedVolatility\": 0.430738974532908,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-40%dlt\",\n                    \"gridLabelNumericCall\": 0.6,\n                    \"gridLabelNumericPut\": -0.4,\n                    \"impliedVolatility\": 0.430230426213376,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-35%dlt\",\n                    \"gridLabelNumericCall\": 0.65,\n                    \"gridLabelNumericPut\": -0.35,\n                    \"impliedVolatility\": 0.431769569404413,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-30%dlt\",\n                    \"gridLabelNumericCall\": 0.7,\n                    \"gridLabelNumericPut\": -0.3,\n                    \"impliedVolatility\": 0.436108157555588,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-25%dlt\",\n                    \"gridLabelNumericCall\": 0.75,\n                    \"gridLabelNumericPut\": -0.25,\n                    \"impliedVolatility\": 0.442992126386534,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-20%dlt\",\n                    \"gridLabelNumericCall\": 0.8,\n                    \"gridLabelNumericPut\": -0.2,\n                    \"impliedVolatility\": 0.455205577708857,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-15%dlt\",\n                    \"gridLabelNumericCall\": 0.85,\n                    \"gridLabelNumericPut\": -0.15,\n                    \"impliedVolatility\": 0.475255640674042,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-10%dlt\",\n                    \"gridLabelNumericCall\": 0.9,\n                    \"gridLabelNumericPut\": -0.1,\n                    \"impliedVolatility\": 0.515736721692084,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-5%dlt\",\n                    \"gridLabelNumericCall\": 0.95,\n                    \"gridLabelNumericPut\": -0.05,\n                    \"impliedVolatility\": 0.594125665249123,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-2%dlt\",\n                    \"gridLabelNumericCall\": 0.98,\n                    \"gridLabelNumericPut\": -0.02,\n                    \"impliedVolatility\": 0.705669978870751,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"2%dlt\",\n                    \"gridLabelNumericCall\": 0.02,\n                    \"gridLabelNumericPut\": -0.98,\n                    \"impliedVolatility\": 0.828113464394814,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"5%dlt\",\n                    \"gridLabelNumericCall\": 0.05,\n                    \"gridLabelNumericPut\": -0.95,\n                    \"impliedVolatility\": 0.735249492794119,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"10%dlt\",\n                    \"gridLabelNumericCall\": 0.1,\n                    \"gridLabelNumericPut\": -0.9,\n                    \"impliedVolatility\": 0.652332607587419,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"15%dlt\",\n                    \"gridLabelNumericCall\": 0.15,\n                    \"gridLabelNumericPut\": -0.85,\n                    \"impliedVolatility\": 0.60372320486844,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"20%dlt\",\n                    \"gridLabelNumericCall\": 0.2,\n                    \"gridLabelNumericPut\": -0.8,\n                    \"impliedVolatility\": 0.56807393748101,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"25%dlt\",\n                    \"gridLabelNumericCall\": 0.25,\n                    \"gridLabelNumericPut\": -0.75,\n                    \"impliedVolatility\": 0.540393860211374,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"30%dlt\",\n                    \"gridLabelNumericCall\": 0.3,\n                    \"gridLabelNumericPut\": -0.7,\n                    \"impliedVolatility\": 0.517500289759204,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"35%dlt\",\n                    \"gridLabelNumericCall\": 0.35,\n                    \"gridLabelNumericPut\": -0.65,\n                    \"impliedVolatility\": 0.498928745807794,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"40%dlt\",\n                    \"gridLabelNumericCall\": 0.4,\n                    \"gridLabelNumericPut\": -0.6,\n                    \"impliedVolatility\": 0.483881306834514,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"45%dlt\",\n                    \"gridLabelNumericCall\": 0.45,\n                    \"gridLabelNumericPut\": -0.55,\n                    \"impliedVolatility\": 0.471805653295927,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"atm%dlt\",\n                    \"gridLabelNumericCall\": 0.5,\n                    \"gridLabelNumericPut\": -0.5,\n                    \"impliedVolatility\": 0.462772133211724,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-45%dlt\",\n                    \"gridLabelNumericCall\": 0.55,\n                    \"gridLabelNumericPut\": -0.45,\n                    \"impliedVolatility\": 0.457016155271969,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-40%dlt\",\n                    \"gridLabelNumericCall\": 0.6,\n                    \"gridLabelNumericPut\": -0.4,\n                    \"impliedVolatility\": 0.454678094210115,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-35%dlt\",\n                    \"gridLabelNumericCall\": 0.65,\n                    \"gridLabelNumericPut\": -0.35,\n                    \"impliedVolatility\": 0.456020110488817,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-30%dlt\",\n                    \"gridLabelNumericCall\": 0.7,\n                    \"gridLabelNumericPut\": -0.3,\n                    \"impliedVolatility\": 0.461927927286865,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-25%dlt\",\n                    \"gridLabelNumericCall\": 0.75,\n                    \"gridLabelNumericPut\": -0.25,\n                    \"impliedVolatility\": 0.471855526613536,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-20%dlt\",\n                    \"gridLabelNumericCall\": 0.8,\n                    \"gridLabelNumericPut\": -0.2,\n                    \"impliedVolatility\": 0.487063580603024,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-15%dlt\",\n                    \"gridLabelNumericCall\": 0.85,\n                    \"gridLabelNumericPut\": -0.15,\n                    \"impliedVolatility\": 0.509115259275317,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-10%dlt\",\n                    \"gridLabelNumericCall\": 0.9,\n                    \"gridLabelNumericPut\": -0.1,\n                    \"impliedVolatility\": 0.543441780927965,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-5%dlt\",\n                    \"gridLabelNumericCall\": 0.95,\n                    \"gridLabelNumericPut\": -0.05,\n                    \"impliedVolatility\": 0.602157253979103,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-2%dlt\",\n                    \"gridLabelNumericCall\": 0.98,\n                    \"gridLabelNumericPut\": -0.02,\n                    \"impliedVolatility\": 0.679647967676447,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"2%dlt\",\n                    \"gridLabelNumericCall\": 0.02,\n                    \"gridLabelNumericPut\": -0.98,\n                    \"impliedVolatility\": 0.859201334438892,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"5%dlt\",\n                    \"gridLabelNumericCall\": 0.05,\n                    \"gridLabelNumericPut\": -0.95,\n                    \"impliedVolatility\": 0.752497196851794,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"10%dlt\",\n                    \"gridLabelNumericCall\": 0.1,\n                    \"gridLabelNumericPut\": -0.9,\n                    \"impliedVolatility\": 0.665139644588515,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"15%dlt\",\n                    \"gridLabelNumericCall\": 0.15,\n                    \"gridLabelNumericPut\": -0.85,\n                    \"impliedVolatility\": 0.613153275575846,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"20%dlt\",\n                    \"gridLabelNumericCall\": 0.2,\n                    \"gridLabelNumericPut\": -0.8,\n                    \"impliedVolatility\": 0.577107988280261,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"25%dlt\",\n                    \"gridLabelNumericCall\": 0.25,\n                    \"gridLabelNumericPut\": -0.75,\n                    \"impliedVolatility\": 0.549850793574522,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"30%dlt\",\n                    \"gridLabelNumericCall\": 0.3,\n                    \"gridLabelNumericPut\": -0.7,\n                    \"impliedVolatility\": 0.528553088237988,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"35%dlt\",\n                    \"gridLabelNumericCall\": 0.35,\n                    \"gridLabelNumericPut\": -0.65,\n                    \"impliedVolatility\": 0.511491202654586,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"40%dlt\",\n                    \"gridLabelNumericCall\": 0.4,\n                    \"gridLabelNumericPut\": -0.6,\n                    \"impliedVolatility\": 0.4977803446415,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"45%dlt\",\n                    \"gridLabelNumericCall\": 0.45,\n                    \"gridLabelNumericPut\": -0.55,\n                    \"impliedVolatility\": 0.486876073707196,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"atm%dlt\",\n                    \"gridLabelNumericCall\": 0.5,\n                    \"gridLabelNumericPut\": -0.5,\n                    \"impliedVolatility\": 0.478633028113476,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-45%dlt\",\n                    \"gridLabelNumericCall\": 0.55,\n                    \"gridLabelNumericPut\": -0.45,\n                    \"impliedVolatility\": 0.472441853310375,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-40%dlt\",\n                    \"gridLabelNumericCall\": 0.6,\n                    \"gridLabelNumericPut\": -0.4,\n                    \"impliedVolatility\": 0.468672700766222,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-35%dlt\",\n                    \"gridLabelNumericCall\": 0.65,\n                    \"gridLabelNumericPut\": -0.35,\n                    \"impliedVolatility\": 0.467332334474782,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-30%dlt\",\n                    \"gridLabelNumericCall\": 0.7,\n                    \"gridLabelNumericPut\": -0.3,\n                    \"impliedVolatility\": 0.469052110246594,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-25%dlt\",\n                    \"gridLabelNumericCall\": 0.75,\n                    \"gridLabelNumericPut\": -0.25,\n                    \"impliedVolatility\": 0.473878342149066,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-20%dlt\",\n                    \"gridLabelNumericCall\": 0.8,\n                    \"gridLabelNumericPut\": -0.2,\n                    \"impliedVolatility\": 0.483164136414688,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-15%dlt\",\n                    \"gridLabelNumericCall\": 0.85,\n                    \"gridLabelNumericPut\": -0.15,\n                    \"impliedVolatility\": 0.501619602567082,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-10%dlt\",\n                    \"gridLabelNumericCall\": 0.9,\n                    \"gridLabelNumericPut\": -0.1,\n                    \"impliedVolatility\": 0.530479434035835,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-5%dlt\",\n                    \"gridLabelNumericCall\": 0.95,\n                    \"gridLabelNumericPut\": -0.05,\n                    \"impliedVolatility\": 0.591169832412018,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-2%dlt\",\n                    \"gridLabelNumericCall\": 0.98,\n                    \"gridLabelNumericPut\": -0.02,\n                    \"impliedVolatility\": 0.67226172683865,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                }\n            ],\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        }\n    ],\n    \"dataShape\": \"2L\",\n    \"limit\": 3,\n    \"moneyness\": \"delta\",\n    \"size\": 1,\n    \"timeFrom\": \"2023-10-01T00:00:00Z\",\n    \"timeTo\": \"2023-10-01T01:00:00Z\"\n}"},{"id":"8747512d-1c3c-48d9-a653-41114699501c","name":"Implied Volatility - 2L view and strike moneyness","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{analytics_api_python}}/analytics-api/implied-volatility-surface?lukkaEntityCode=LUKKA&moneyness=strike&dataShape=2L&underlyingAssetLukkaCode=ETH&timeTo=2023-10-01T01:00:00.000Z&timeFrom=2023-10-01T00:00:00.000Z&limit=3","host":["{{analytics_api_python}}"],"path":["analytics-api","implied-volatility-surface"],"query":[{"key":"lukkaEntityCode","value":"LUKKA","description":"Required Parameter - The Lukka generated enitity code of the entity related to this implied volatility. Aggregated Implied Volatility will use LUKKA entity code."},{"key":"moneyness","value":"strike","description":"The Moneyness of the implied volatility, expressed as \"delta\" or \"strike\""},{"key":"dataShape","value":"2L","description":"The underlying datashape of the output response. Can be \"flat\", \"2L\", or \"3L\"\n\nflat - Record level view of implied volatility for each value of the surface\n2L - two dimensional response with nested JSON structures\n3L - three dimensional response with nested JSON structures"},{"key":"underlyingAssetLukkaCode","value":"ETH","description":"Required Parameter - The Lukka asset code of the underlying asset represented by this volatility."},{"key":"timeTo","value":"2023-10-01T01:00:00.000Z","description":"Required Parameter - The ending business time to retrieve volatilities to."},{"key":"timeFrom","value":"2023-10-01T00:00:00.000Z","description":"Required Parameter - The beginning business time to retrieve volatilities from."},{"key":"limit","value":"3","description":"The limit of entries to receive in one payload. The max limit is 6 surfaces "},{"key":"timeRange","value":"4D","description":"Alternative Parameter for adjusting the time range that can be used with timeTo OR timeFrom. Values denoted in H/D/W/M/Y\n\nWhen used with timeTo the returned output will be timeTo - timeRange\n\nWhen used with timeFrom the returned output will be timeFrom + timeRange","disabled":true},{"key":"tenor","value":"1D","description":"The tenor or timeframe of this volatility, D/M/Y","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"envoy"},{"key":"date","value":"Fri, 20 Oct 2023 20:59:34 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"152060"},{"key":"x-envoy-upstream-service-time","value":"142"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"surface\": [\n                {\n                    \"gridLabel\": \"-90%stk\",\n                    \"gridLabelNumericRelStrike\": 0.1,\n                    \"impliedVolatility\": 1.73655857784232,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-80%stk\",\n                    \"gridLabelNumericRelStrike\": 0.2,\n                    \"impliedVolatility\": 1.73655857784232,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-70%stk\",\n                    \"gridLabelNumericRelStrike\": 0.3,\n                    \"impliedVolatility\": 1.51060740257586,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-60%stk\",\n                    \"gridLabelNumericRelStrike\": 0.4,\n                    \"impliedVolatility\": 1.32716792859771,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-50%stk\",\n                    \"gridLabelNumericRelStrike\": 0.5,\n                    \"impliedVolatility\": 1.16516480789503,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-40%stk\",\n                    \"gridLabelNumericRelStrike\": 0.6,\n                    \"impliedVolatility\": 1.01376857970422,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-30%stk\",\n                    \"gridLabelNumericRelStrike\": 0.7,\n                    \"impliedVolatility\": 0.865359983330138,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-25%stk\",\n                    \"gridLabelNumericRelStrike\": 0.75,\n                    \"impliedVolatility\": 0.789970805292883,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-20%stk\",\n                    \"gridLabelNumericRelStrike\": 0.8,\n                    \"impliedVolatility\": 0.712282373085466,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-15%stk\",\n                    \"gridLabelNumericRelStrike\": 0.85,\n                    \"impliedVolatility\": 0.630691722791995,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-10%stk\",\n                    \"gridLabelNumericRelStrike\": 0.9,\n                    \"impliedVolatility\": 0.54276642167045,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-9%stk\",\n                    \"gridLabelNumericRelStrike\": 0.91,\n                    \"impliedVolatility\": 0.524102844834387,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-8%stk\",\n                    \"gridLabelNumericRelStrike\": 0.92,\n                    \"impliedVolatility\": 0.504986028402259,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-7%stk\",\n                    \"gridLabelNumericRelStrike\": 0.93,\n                    \"impliedVolatility\": 0.485366154215752,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-6%stk\",\n                    \"gridLabelNumericRelStrike\": 0.94,\n                    \"impliedVolatility\": 0.465189423904408,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-5%stk\",\n                    \"gridLabelNumericRelStrike\": 0.95,\n                    \"impliedVolatility\": 0.444402377155737,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-4%stk\",\n                    \"gridLabelNumericRelStrike\": 0.96,\n                    \"impliedVolatility\": 0.422966149082361,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-3%stk\",\n                    \"gridLabelNumericRelStrike\": 0.97,\n                    \"impliedVolatility\": 0.400904511102776,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-2%stk\",\n                    \"gridLabelNumericRelStrike\": 0.98,\n                    \"impliedVolatility\": 0.378491444057655,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-1%stk\",\n                    \"gridLabelNumericRelStrike\": 0.99,\n                    \"impliedVolatility\": 0.357187350562962,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"0%stk\",\n                    \"gridLabelNumericRelStrike\": 1,\n                    \"impliedVolatility\": 0.343808595531754,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"1%stk\",\n                    \"gridLabelNumericRelStrike\": 1.01,\n                    \"impliedVolatility\": 0.344914754594831,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"2%stk\",\n                    \"gridLabelNumericRelStrike\": 1.02,\n                    \"impliedVolatility\": 0.35247428807843,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"3%stk\",\n                    \"gridLabelNumericRelStrike\": 1.03,\n                    \"impliedVolatility\": 0.363898939693332,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"4%stk\",\n                    \"gridLabelNumericRelStrike\": 1.04,\n                    \"impliedVolatility\": 0.379346982293643,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"5%stk\",\n                    \"gridLabelNumericRelStrike\": 1.05,\n                    \"impliedVolatility\": 0.395866820448163,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"6%stk\",\n                    \"gridLabelNumericRelStrike\": 1.06,\n                    \"impliedVolatility\": 0.412103366764292,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"7%stk\",\n                    \"gridLabelNumericRelStrike\": 1.07,\n                    \"impliedVolatility\": 0.427783498629666,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"8%stk\",\n                    \"gridLabelNumericRelStrike\": 1.08,\n                    \"impliedVolatility\": 0.442869888207446,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"9%stk\",\n                    \"gridLabelNumericRelStrike\": 1.09,\n                    \"impliedVolatility\": 0.457382692877967,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"10%stk\",\n                    \"gridLabelNumericRelStrike\": 1.1,\n                    \"impliedVolatility\": 0.471357084231514,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"15%stk\",\n                    \"gridLabelNumericRelStrike\": 1.15,\n                    \"impliedVolatility\": 0.534398136056622,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"20%stk\",\n                    \"gridLabelNumericRelStrike\": 1.2,\n                    \"impliedVolatility\": 0.58859324366764,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"25%stk\",\n                    \"gridLabelNumericRelStrike\": 1.25,\n                    \"impliedVolatility\": 0.636297548157313,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"30%stk\",\n                    \"gridLabelNumericRelStrike\": 1.3,\n                    \"impliedVolatility\": 0.679000728004368,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"40%stk\",\n                    \"gridLabelNumericRelStrike\": 1.4,\n                    \"impliedVolatility\": 0.753132847232166,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"50%stk\",\n                    \"gridLabelNumericRelStrike\": 1.5,\n                    \"impliedVolatility\": 0.81613267152714,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"60%stk\",\n                    \"gridLabelNumericRelStrike\": 1.6,\n                    \"impliedVolatility\": 0.870956242535035,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"70%stk\",\n                    \"gridLabelNumericRelStrike\": 1.7,\n                    \"impliedVolatility\": 0.919485906994911,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"80%stk\",\n                    \"gridLabelNumericRelStrike\": 1.8,\n                    \"impliedVolatility\": 0.963005666417349,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"90%stk\",\n                    \"gridLabelNumericRelStrike\": 1.9,\n                    \"impliedVolatility\": 1.0024357449394,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"100%stk\",\n                    \"gridLabelNumericRelStrike\": 2,\n                    \"impliedVolatility\": 1.03846071901673,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"110%stk\",\n                    \"gridLabelNumericRelStrike\": 2.1,\n                    \"impliedVolatility\": 1.07160496480283,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"120%stk\",\n                    \"gridLabelNumericRelStrike\": 2.2,\n                    \"impliedVolatility\": 1.10227972682022,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"130%stk\",\n                    \"gridLabelNumericRelStrike\": 2.3,\n                    \"impliedVolatility\": 1.1308138602871,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"140%stk\",\n                    \"gridLabelNumericRelStrike\": 2.4,\n                    \"impliedVolatility\": 1.1574746733564,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"150%stk\",\n                    \"gridLabelNumericRelStrike\": 2.5,\n                    \"impliedVolatility\": 1.18248250182872,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"200%stk\",\n                    \"gridLabelNumericRelStrike\": 3,\n                    \"impliedVolatility\": 1.28826311967626,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"300%stk\",\n                    \"gridLabelNumericRelStrike\": 4,\n                    \"impliedVolatility\": 1.43945153661336,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"400%stk\",\n                    \"gridLabelNumericRelStrike\": 5,\n                    \"impliedVolatility\": 1.54657881028596,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"500%stk\",\n                    \"gridLabelNumericRelStrike\": 6,\n                    \"impliedVolatility\": 1.62888700330703,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"600%stk\",\n                    \"gridLabelNumericRelStrike\": 7,\n                    \"impliedVolatility\": 1.69536313632677,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"700%stk\",\n                    \"gridLabelNumericRelStrike\": 8,\n                    \"impliedVolatility\": 1.75090863299335,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"800%stk\",\n                    \"gridLabelNumericRelStrike\": 9,\n                    \"impliedVolatility\": 1.79847992082286,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"900%stk\",\n                    \"gridLabelNumericRelStrike\": 10,\n                    \"impliedVolatility\": 1.83999205830185,\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": \"-90%stk\",\n                    \"gridLabelNumericRelStrike\": 0.1,\n                    \"impliedVolatility\": 1.56152373965769,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-80%stk\",\n                    \"gridLabelNumericRelStrike\": 0.2,\n                    \"impliedVolatility\": 1.31672440726209,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-70%stk\",\n                    \"gridLabelNumericRelStrike\": 0.3,\n                    \"impliedVolatility\": 1.14066112889548,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-60%stk\",\n                    \"gridLabelNumericRelStrike\": 0.4,\n                    \"impliedVolatility\": 0.997287210106055,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-50%stk\",\n                    \"gridLabelNumericRelStrike\": 0.5,\n                    \"impliedVolatility\": 0.870302059154786,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-40%stk\",\n                    \"gridLabelNumericRelStrike\": 0.6,\n                    \"impliedVolatility\": 0.751395542634716,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-30%stk\",\n                    \"gridLabelNumericRelStrike\": 0.7,\n                    \"impliedVolatility\": 0.635049199328216,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-25%stk\",\n                    \"gridLabelNumericRelStrike\": 0.75,\n                    \"impliedVolatility\": 0.576489736326952,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-20%stk\",\n                    \"gridLabelNumericRelStrike\": 0.8,\n                    \"impliedVolatility\": 0.517265841730092,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-15%stk\",\n                    \"gridLabelNumericRelStrike\": 0.85,\n                    \"impliedVolatility\": 0.457882546347572,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-10%stk\",\n                    \"gridLabelNumericRelStrike\": 0.9,\n                    \"impliedVolatility\": 0.401402005095713,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-9%stk\",\n                    \"gridLabelNumericRelStrike\": 0.91,\n                    \"impliedVolatility\": 0.391161906876616,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-8%stk\",\n                    \"gridLabelNumericRelStrike\": 0.92,\n                    \"impliedVolatility\": 0.381545415553293,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-7%stk\",\n                    \"gridLabelNumericRelStrike\": 0.93,\n                    \"impliedVolatility\": 0.372709272907979,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-6%stk\",\n                    \"gridLabelNumericRelStrike\": 0.94,\n                    \"impliedVolatility\": 0.364823632926884,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-5%stk\",\n                    \"gridLabelNumericRelStrike\": 0.95,\n                    \"impliedVolatility\": 0.358062609874745,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-4%stk\",\n                    \"gridLabelNumericRelStrike\": 0.96,\n                    \"impliedVolatility\": 0.352595454144333,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-3%stk\",\n                    \"gridLabelNumericRelStrike\": 0.97,\n                    \"impliedVolatility\": 0.348593005216522,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-2%stk\",\n                    \"gridLabelNumericRelStrike\": 0.98,\n                    \"impliedVolatility\": 0.346304020330393,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-1%stk\",\n                    \"gridLabelNumericRelStrike\": 0.99,\n                    \"impliedVolatility\": 0.34648470435589,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"0%stk\",\n                    \"gridLabelNumericRelStrike\": 1,\n                    \"impliedVolatility\": 0.352221366425985,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"1%stk\",\n                    \"gridLabelNumericRelStrike\": 1.01,\n                    \"impliedVolatility\": 0.365705544655527,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"2%stk\",\n                    \"gridLabelNumericRelStrike\": 1.02,\n                    \"impliedVolatility\": 0.382102768877727,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"3%stk\",\n                    \"gridLabelNumericRelStrike\": 1.03,\n                    \"impliedVolatility\": 0.399071688094237,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"4%stk\",\n                    \"gridLabelNumericRelStrike\": 1.04,\n                    \"impliedVolatility\": 0.416029910357383,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"5%stk\",\n                    \"gridLabelNumericRelStrike\": 1.05,\n                    \"impliedVolatility\": 0.432771955123427,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"6%stk\",\n                    \"gridLabelNumericRelStrike\": 1.06,\n                    \"impliedVolatility\": 0.449202447767556,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"7%stk\",\n                    \"gridLabelNumericRelStrike\": 1.07,\n                    \"impliedVolatility\": 0.465272259350007,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"8%stk\",\n                    \"gridLabelNumericRelStrike\": 1.08,\n                    \"impliedVolatility\": 0.480956781587893,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"9%stk\",\n                    \"gridLabelNumericRelStrike\": 1.09,\n                    \"impliedVolatility\": 0.496246113593578,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"10%stk\",\n                    \"gridLabelNumericRelStrike\": 1.1,\n                    \"impliedVolatility\": 0.511139672597313,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"15%stk\",\n                    \"gridLabelNumericRelStrike\": 1.15,\n                    \"impliedVolatility\": 0.579966349796,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"20%stk\",\n                    \"gridLabelNumericRelStrike\": 1.2,\n                    \"impliedVolatility\": 0.640561937547328,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"25%stk\",\n                    \"gridLabelNumericRelStrike\": 1.25,\n                    \"impliedVolatility\": 0.694507964946083,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"30%stk\",\n                    \"gridLabelNumericRelStrike\": 1.3,\n                    \"impliedVolatility\": 0.743077765562727,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"40%stk\",\n                    \"gridLabelNumericRelStrike\": 1.4,\n                    \"impliedVolatility\": 0.82772059357285,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"50%stk\",\n                    \"gridLabelNumericRelStrike\": 1.5,\n                    \"impliedVolatility\": 0.899793935110119,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"60%stk\",\n                    \"gridLabelNumericRelStrike\": 1.6,\n                    \"impliedVolatility\": 0.962538536415322,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"70%stk\",\n                    \"gridLabelNumericRelStrike\": 1.7,\n                    \"impliedVolatility\": 1.01807110553801,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"80%stk\",\n                    \"gridLabelNumericRelStrike\": 1.8,\n                    \"impliedVolatility\": 1.06785281810975,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"90%stk\",\n                    \"gridLabelNumericRelStrike\": 1.9,\n                    \"impliedVolatility\": 1.11293714601714,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"100%stk\",\n                    \"gridLabelNumericRelStrike\": 2,\n                    \"impliedVolatility\": 1.15411019156322,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"110%stk\",\n                    \"gridLabelNumericRelStrike\": 2.1,\n                    \"impliedVolatility\": 1.19197501914161,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"120%stk\",\n                    \"gridLabelNumericRelStrike\": 2.2,\n                    \"impliedVolatility\": 1.22700490926194,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"130%stk\",\n                    \"gridLabelNumericRelStrike\": 2.3,\n                    \"impliedVolatility\": 1.25957840298217,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"140%stk\",\n                    \"gridLabelNumericRelStrike\": 2.4,\n                    \"impliedVolatility\": 1.29000317377344,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"150%stk\",\n                    \"gridLabelNumericRelStrike\": 2.5,\n                    \"impliedVolatility\": 1.31853277129087,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"200%stk\",\n                    \"gridLabelNumericRelStrike\": 3,\n                    \"impliedVolatility\": 1.43911992601074,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"300%stk\",\n                    \"gridLabelNumericRelStrike\": 4,\n                    \"impliedVolatility\": 1.61124318553755,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"400%stk\",\n                    \"gridLabelNumericRelStrike\": 5,\n                    \"impliedVolatility\": 1.73306623435751,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"500%stk\",\n                    \"gridLabelNumericRelStrike\": 6,\n                    \"impliedVolatility\": 1.8265994112968,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"600%stk\",\n                    \"gridLabelNumericRelStrike\": 7,\n                    \"impliedVolatility\": 1.90210432232858,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"700%stk\",\n                    \"gridLabelNumericRelStrike\": 8,\n                    \"impliedVolatility\": 1.96517095805384,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"800%stk\",\n                    \"gridLabelNumericRelStrike\": 9,\n                    \"impliedVolatility\": 2.01916824315661,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"900%stk\",\n                    \"gridLabelNumericRelStrike\": 10,\n                    \"impliedVolatility\": 2.06627705079459,\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": \"-90%stk\",\n                    \"gridLabelNumericRelStrike\": 0.1,\n                    \"impliedVolatility\": 1.47467559461604,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-80%stk\",\n                    \"gridLabelNumericRelStrike\": 0.2,\n                    \"impliedVolatility\": 1.23491911232995,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-70%stk\",\n                    \"gridLabelNumericRelStrike\": 0.3,\n                    \"impliedVolatility\": 1.07026367617207,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-60%stk\",\n                    \"gridLabelNumericRelStrike\": 0.4,\n                    \"impliedVolatility\": 0.936312897403636,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-50%stk\",\n                    \"gridLabelNumericRelStrike\": 0.5,\n                    \"impliedVolatility\": 0.817862849084678,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-40%stk\",\n                    \"gridLabelNumericRelStrike\": 0.6,\n                    \"impliedVolatility\": 0.707263597311588,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-30%stk\",\n                    \"gridLabelNumericRelStrike\": 0.7,\n                    \"impliedVolatility\": 0.599679200912883,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-25%stk\",\n                    \"gridLabelNumericRelStrike\": 0.75,\n                    \"impliedVolatility\": 0.546018536852177,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-20%stk\",\n                    \"gridLabelNumericRelStrike\": 0.8,\n                    \"impliedVolatility\": 0.492418008069676,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-15%stk\",\n                    \"gridLabelNumericRelStrike\": 0.85,\n                    \"impliedVolatility\": 0.440011743536378,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-10%stk\",\n                    \"gridLabelNumericRelStrike\": 0.9,\n                    \"impliedVolatility\": 0.393185262724546,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-9%stk\",\n                    \"gridLabelNumericRelStrike\": 0.91,\n                    \"impliedVolatility\": 0.385391974817452,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-8%stk\",\n                    \"gridLabelNumericRelStrike\": 0.92,\n                    \"impliedVolatility\": 0.378446283913997,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-7%stk\",\n                    \"gridLabelNumericRelStrike\": 0.93,\n                    \"impliedVolatility\": 0.372526358188633,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-6%stk\",\n                    \"gridLabelNumericRelStrike\": 0.94,\n                    \"impliedVolatility\": 0.367822900424337,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-5%stk\",\n                    \"gridLabelNumericRelStrike\": 0.95,\n                    \"impliedVolatility\": 0.364539575986538,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-4%stk\",\n                    \"gridLabelNumericRelStrike\": 0.96,\n                    \"impliedVolatility\": 0.362940932915215,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-3%stk\",\n                    \"gridLabelNumericRelStrike\": 0.97,\n                    \"impliedVolatility\": 0.363694674811315,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-2%stk\",\n                    \"gridLabelNumericRelStrike\": 0.98,\n                    \"impliedVolatility\": 0.368793840384007,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-1%stk\",\n                    \"gridLabelNumericRelStrike\": 0.99,\n                    \"impliedVolatility\": 0.377984999082644,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"0%stk\",\n                    \"gridLabelNumericRelStrike\": 1,\n                    \"impliedVolatility\": 0.388938204245089,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"1%stk\",\n                    \"gridLabelNumericRelStrike\": 1.01,\n                    \"impliedVolatility\": 0.400828645057273,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"2%stk\",\n                    \"gridLabelNumericRelStrike\": 1.02,\n                    \"impliedVolatility\": 0.413317175333194,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"3%stk\",\n                    \"gridLabelNumericRelStrike\": 1.03,\n                    \"impliedVolatility\": 0.426182857034266,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"4%stk\",\n                    \"gridLabelNumericRelStrike\": 1.04,\n                    \"impliedVolatility\": 0.439258849689503,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"5%stk\",\n                    \"gridLabelNumericRelStrike\": 1.05,\n                    \"impliedVolatility\": 0.452416370111708,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"6%stk\",\n                    \"gridLabelNumericRelStrike\": 1.06,\n                    \"impliedVolatility\": 0.465557220335063,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"7%stk\",\n                    \"gridLabelNumericRelStrike\": 1.07,\n                    \"impliedVolatility\": 0.478608084860691,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"8%stk\",\n                    \"gridLabelNumericRelStrike\": 1.08,\n                    \"impliedVolatility\": 0.491515535507688,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"9%stk\",\n                    \"gridLabelNumericRelStrike\": 1.09,\n                    \"impliedVolatility\": 0.504241707911819,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"10%stk\",\n                    \"gridLabelNumericRelStrike\": 1.1,\n                    \"impliedVolatility\": 0.516760698192777,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"15%stk\",\n                    \"gridLabelNumericRelStrike\": 1.15,\n                    \"impliedVolatility\": 0.575861215146799,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"20%stk\",\n                    \"gridLabelNumericRelStrike\": 1.2,\n                    \"impliedVolatility\": 0.629129869100755,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"25%stk\",\n                    \"gridLabelNumericRelStrike\": 1.25,\n                    \"impliedVolatility\": 0.677215159539109,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"30%stk\",\n                    \"gridLabelNumericRelStrike\": 1.3,\n                    \"impliedVolatility\": 0.720899690354302,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"40%stk\",\n                    \"gridLabelNumericRelStrike\": 1.4,\n                    \"impliedVolatility\": 0.797675320025589,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"50%stk\",\n                    \"gridLabelNumericRelStrike\": 1.5,\n                    \"impliedVolatility\": 0.863522457182705,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"60%stk\",\n                    \"gridLabelNumericRelStrike\": 1.6,\n                    \"impliedVolatility\": 0.921106231282512,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"70%stk\",\n                    \"gridLabelNumericRelStrike\": 1.7,\n                    \"impliedVolatility\": 0.972228953602282,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"80%stk\",\n                    \"gridLabelNumericRelStrike\": 1.8,\n                    \"impliedVolatility\": 1.01816063317673,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"90%stk\",\n                    \"gridLabelNumericRelStrike\": 1.9,\n                    \"impliedVolatility\": 1.05982937102302,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"100%stk\",\n                    \"gridLabelNumericRelStrike\": 2,\n                    \"impliedVolatility\": 1.09793432948091,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"110%stk\",\n                    \"gridLabelNumericRelStrike\": 2.1,\n                    \"impliedVolatility\": 1.13301565348918,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"120%stk\",\n                    \"gridLabelNumericRelStrike\": 2.2,\n                    \"impliedVolatility\": 1.16549953043765,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"130%stk\",\n                    \"gridLabelNumericRelStrike\": 2.3,\n                    \"impliedVolatility\": 1.1957282839968,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"140%stk\",\n                    \"gridLabelNumericRelStrike\": 2.4,\n                    \"impliedVolatility\": 1.22398110491533,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"150%stk\",\n                    \"gridLabelNumericRelStrike\": 2.5,\n                    \"impliedVolatility\": 1.25048871984163,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"200%stk\",\n                    \"gridLabelNumericRelStrike\": 3,\n                    \"impliedVolatility\": 1.36266490410654,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"300%stk\",\n                    \"gridLabelNumericRelStrike\": 4,\n                    \"impliedVolatility\": 1.52308003868796,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"400%stk\",\n                    \"gridLabelNumericRelStrike\": 5,\n                    \"impliedVolatility\": 1.63677361217984,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"500%stk\",\n                    \"gridLabelNumericRelStrike\": 6,\n                    \"impliedVolatility\": 1.72413354991751,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"600%stk\",\n                    \"gridLabelNumericRelStrike\": 7,\n                    \"impliedVolatility\": 1.79469141032256,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"700%stk\",\n                    \"gridLabelNumericRelStrike\": 8,\n                    \"impliedVolatility\": 1.85364770875524,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"800%stk\",\n                    \"gridLabelNumericRelStrike\": 9,\n                    \"impliedVolatility\": 1.90413990711618,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"900%stk\",\n                    \"gridLabelNumericRelStrike\": 10,\n                    \"impliedVolatility\": 1.94820055370223,\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": \"-90%stk\",\n                    \"gridLabelNumericRelStrike\": 0.1,\n                    \"impliedVolatility\": 2.04071297720599,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-80%stk\",\n                    \"gridLabelNumericRelStrike\": 0.2,\n                    \"impliedVolatility\": 1.71050478626795,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-70%stk\",\n                    \"gridLabelNumericRelStrike\": 0.3,\n                    \"impliedVolatility\": 1.4837572548978,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-60%stk\",\n                    \"gridLabelNumericRelStrike\": 0.4,\n                    \"impliedVolatility\": 1.29921726956658,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-50%stk\",\n                    \"gridLabelNumericRelStrike\": 0.5,\n                    \"impliedVolatility\": 1.13579365729515,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-40%stk\",\n                    \"gridLabelNumericRelStrike\": 0.6,\n                    \"impliedVolatility\": 0.982599770568432,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-30%stk\",\n                    \"gridLabelNumericRelStrike\": 0.7,\n                    \"impliedVolatility\": 0.831959459649026,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-25%stk\",\n                    \"gridLabelNumericRelStrike\": 0.75,\n                    \"impliedVolatility\": 0.755310214557749,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-20%stk\",\n                    \"gridLabelNumericRelStrike\": 0.8,\n                    \"impliedVolatility\": 0.676352788030813,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-15%stk\",\n                    \"gridLabelNumericRelStrike\": 0.85,\n                    \"impliedVolatility\": 0.593727302174563,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-10%stk\",\n                    \"gridLabelNumericRelStrike\": 0.9,\n                    \"impliedVolatility\": 0.505726828591327,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-9%stk\",\n                    \"gridLabelNumericRelStrike\": 0.91,\n                    \"impliedVolatility\": 0.487314170399299,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-8%stk\",\n                    \"gridLabelNumericRelStrike\": 0.92,\n                    \"impliedVolatility\": 0.468602577152222,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-7%stk\",\n                    \"gridLabelNumericRelStrike\": 0.93,\n                    \"impliedVolatility\": 0.449595013666668,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-6%stk\",\n                    \"gridLabelNumericRelStrike\": 0.94,\n                    \"impliedVolatility\": 0.43032468516591,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-5%stk\",\n                    \"gridLabelNumericRelStrike\": 0.95,\n                    \"impliedVolatility\": 0.410914304598482,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-4%stk\",\n                    \"gridLabelNumericRelStrike\": 0.96,\n                    \"impliedVolatility\": 0.391817040002933,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-3%stk\",\n                    \"gridLabelNumericRelStrike\": 0.97,\n                    \"impliedVolatility\": 0.375112606588892,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-2%stk\",\n                    \"gridLabelNumericRelStrike\": 0.98,\n                    \"impliedVolatility\": 0.36812579365065,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-1%stk\",\n                    \"gridLabelNumericRelStrike\": 0.99,\n                    \"impliedVolatility\": 0.371353481073535,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"0%stk\",\n                    \"gridLabelNumericRelStrike\": 1,\n                    \"impliedVolatility\": 0.37773006810703,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"1%stk\",\n                    \"gridLabelNumericRelStrike\": 1.01,\n                    \"impliedVolatility\": 0.385116009230785,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"2%stk\",\n                    \"gridLabelNumericRelStrike\": 1.02,\n                    \"impliedVolatility\": 0.392996334253064,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"3%stk\",\n                    \"gridLabelNumericRelStrike\": 1.03,\n                    \"impliedVolatility\": 0.401188920635635,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"4%stk\",\n                    \"gridLabelNumericRelStrike\": 1.04,\n                    \"impliedVolatility\": 0.409601464931344,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"5%stk\",\n                    \"gridLabelNumericRelStrike\": 1.05,\n                    \"impliedVolatility\": 0.418172056985009,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"6%stk\",\n                    \"gridLabelNumericRelStrike\": 1.06,\n                    \"impliedVolatility\": 0.426851455223345,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"7%stk\",\n                    \"gridLabelNumericRelStrike\": 1.07,\n                    \"impliedVolatility\": 0.43559740857953,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"8%stk\",\n                    \"gridLabelNumericRelStrike\": 1.08,\n                    \"impliedVolatility\": 0.444372923231837,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"9%stk\",\n                    \"gridLabelNumericRelStrike\": 1.09,\n                    \"impliedVolatility\": 0.45314580049647,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"10%stk\",\n                    \"gridLabelNumericRelStrike\": 1.1,\n                    \"impliedVolatility\": 0.461888479330808,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"15%stk\",\n                    \"gridLabelNumericRelStrike\": 1.15,\n                    \"impliedVolatility\": 0.50447666824123,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"20%stk\",\n                    \"gridLabelNumericRelStrike\": 1.2,\n                    \"impliedVolatility\": 0.54428894361331,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"25%stk\",\n                    \"gridLabelNumericRelStrike\": 1.25,\n                    \"impliedVolatility\": 0.581011615233947,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"30%stk\",\n                    \"gridLabelNumericRelStrike\": 1.3,\n                    \"impliedVolatility\": 0.61482558156132,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"40%stk\",\n                    \"gridLabelNumericRelStrike\": 1.4,\n                    \"impliedVolatility\": 0.674970737534104,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"50%stk\",\n                    \"gridLabelNumericRelStrike\": 1.5,\n                    \"impliedVolatility\": 0.727056627289066,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"60%stk\",\n                    \"gridLabelNumericRelStrike\": 1.6,\n                    \"impliedVolatility\": 0.772871471471503,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"70%stk\",\n                    \"gridLabelNumericRelStrike\": 1.7,\n                    \"impliedVolatility\": 0.813703699539547,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"80%stk\",\n                    \"gridLabelNumericRelStrike\": 1.8,\n                    \"impliedVolatility\": 0.850491818860895,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"90%stk\",\n                    \"gridLabelNumericRelStrike\": 1.9,\n                    \"impliedVolatility\": 0.883935579151119,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"100%stk\",\n                    \"gridLabelNumericRelStrike\": 2,\n                    \"impliedVolatility\": 0.914569205038573,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"110%stk\",\n                    \"gridLabelNumericRelStrike\": 2.1,\n                    \"impliedVolatility\": 0.942809349992828,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"120%stk\",\n                    \"gridLabelNumericRelStrike\": 2.2,\n                    \"impliedVolatility\": 0.968987095583726,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"130%stk\",\n                    \"gridLabelNumericRelStrike\": 2.3,\n                    \"impliedVolatility\": 0.993369831295861,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"140%stk\",\n                    \"gridLabelNumericRelStrike\": 2.4,\n                    \"impliedVolatility\": 1.01617658336389,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"150%stk\",\n                    \"gridLabelNumericRelStrike\": 2.5,\n                    \"impliedVolatility\": 1.03758899934715,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"200%stk\",\n                    \"gridLabelNumericRelStrike\": 3,\n                    \"impliedVolatility\": 1.12833718618073,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"300%stk\",\n                    \"gridLabelNumericRelStrike\": 4,\n                    \"impliedVolatility\": 1.25840707537838,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"400%stk\",\n                    \"gridLabelNumericRelStrike\": 5,\n                    \"impliedVolatility\": 1.35075270856703,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"500%stk\",\n                    \"gridLabelNumericRelStrike\": 6,\n                    \"impliedVolatility\": 1.42177941028026,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"600%stk\",\n                    \"gridLabelNumericRelStrike\": 7,\n                    \"impliedVolatility\": 1.47918296485083,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"700%stk\",\n                    \"gridLabelNumericRelStrike\": 8,\n                    \"impliedVolatility\": 1.52717050373699,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"800%stk\",\n                    \"gridLabelNumericRelStrike\": 9,\n                    \"impliedVolatility\": 1.56828347789368,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"900%stk\",\n                    \"gridLabelNumericRelStrike\": 10,\n                    \"impliedVolatility\": 1.60416985855022,\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": \"-90%stk\",\n                    \"gridLabelNumericRelStrike\": 0.1,\n                    \"impliedVolatility\": 1.95135851470875,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-80%stk\",\n                    \"gridLabelNumericRelStrike\": 0.2,\n                    \"impliedVolatility\": 1.62124572867889,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-70%stk\",\n                    \"gridLabelNumericRelStrike\": 0.3,\n                    \"impliedVolatility\": 1.39288514052547,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-60%stk\",\n                    \"gridLabelNumericRelStrike\": 0.4,\n                    \"impliedVolatility\": 1.20561522657852,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-50%stk\",\n                    \"gridLabelNumericRelStrike\": 0.5,\n                    \"impliedVolatility\": 1.03841747431167,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-40%stk\",\n                    \"gridLabelNumericRelStrike\": 0.6,\n                    \"impliedVolatility\": 0.880374946148641,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-30%stk\",\n                    \"gridLabelNumericRelStrike\": 0.7,\n                    \"impliedVolatility\": 0.724005378840114,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-25%stk\",\n                    \"gridLabelNumericRelStrike\": 0.75,\n                    \"impliedVolatility\": 0.644543854873527,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-20%stk\",\n                    \"gridLabelNumericRelStrike\": 0.8,\n                    \"impliedVolatility\": 0.563548898956663,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-15%stk\",\n                    \"gridLabelNumericRelStrike\": 0.85,\n                    \"impliedVolatility\": 0.481302236798938,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-10%stk\",\n                    \"gridLabelNumericRelStrike\": 0.9,\n                    \"impliedVolatility\": 0.400312072557585,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-9%stk\",\n                    \"gridLabelNumericRelStrike\": 0.91,\n                    \"impliedVolatility\": 0.384849626698985,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-8%stk\",\n                    \"gridLabelNumericRelStrike\": 0.92,\n                    \"impliedVolatility\": 0.369863573195543,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-7%stk\",\n                    \"gridLabelNumericRelStrike\": 0.93,\n                    \"impliedVolatility\": 0.355498293392169,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-6%stk\",\n                    \"gridLabelNumericRelStrike\": 0.94,\n                    \"impliedVolatility\": 0.341925037604814,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-5%stk\",\n                    \"gridLabelNumericRelStrike\": 0.95,\n                    \"impliedVolatility\": 0.329341846807862,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-4%stk\",\n                    \"gridLabelNumericRelStrike\": 0.96,\n                    \"impliedVolatility\": 0.317970193748083,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-3%stk\",\n                    \"gridLabelNumericRelStrike\": 0.97,\n                    \"impliedVolatility\": 0.308046876465917,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-2%stk\",\n                    \"gridLabelNumericRelStrike\": 0.98,\n                    \"impliedVolatility\": 0.299810033980863,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-1%stk\",\n                    \"gridLabelNumericRelStrike\": 0.99,\n                    \"impliedVolatility\": 0.293479275539695,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"0%stk\",\n                    \"gridLabelNumericRelStrike\": 1,\n                    \"impliedVolatility\": 0.289231890661275,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"1%stk\",\n                    \"gridLabelNumericRelStrike\": 1.01,\n                    \"impliedVolatility\": 0.28717942557067,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"2%stk\",\n                    \"gridLabelNumericRelStrike\": 1.02,\n                    \"impliedVolatility\": 0.287350389644269,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"3%stk\",\n                    \"gridLabelNumericRelStrike\": 1.03,\n                    \"impliedVolatility\": 0.289684210864946,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"4%stk\",\n                    \"gridLabelNumericRelStrike\": 1.04,\n                    \"impliedVolatility\": 0.294038501556975,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"5%stk\",\n                    \"gridLabelNumericRelStrike\": 1.05,\n                    \"impliedVolatility\": 0.300207536322794,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"6%stk\",\n                    \"gridLabelNumericRelStrike\": 1.06,\n                    \"impliedVolatility\": 0.307946727609819,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"7%stk\",\n                    \"gridLabelNumericRelStrike\": 1.07,\n                    \"impliedVolatility\": 0.316997193977679,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"8%stk\",\n                    \"gridLabelNumericRelStrike\": 1.08,\n                    \"impliedVolatility\": 0.327106020359709,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"9%stk\",\n                    \"gridLabelNumericRelStrike\": 1.09,\n                    \"impliedVolatility\": 0.33804021503606,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"10%stk\",\n                    \"gridLabelNumericRelStrike\": 1.1,\n                    \"impliedVolatility\": 0.34959443674965,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"15%stk\",\n                    \"gridLabelNumericRelStrike\": 1.15,\n                    \"impliedVolatility\": 0.41152449440019,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"20%stk\",\n                    \"gridLabelNumericRelStrike\": 1.2,\n                    \"impliedVolatility\": 0.473025488302401,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"25%stk\",\n                    \"gridLabelNumericRelStrike\": 1.25,\n                    \"impliedVolatility\": 0.530274650351163,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"30%stk\",\n                    \"gridLabelNumericRelStrike\": 1.3,\n                    \"impliedVolatility\": 0.582678340059348,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"40%stk\",\n                    \"gridLabelNumericRelStrike\": 1.4,\n                    \"impliedVolatility\": 0.67447207772189,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"50%stk\",\n                    \"gridLabelNumericRelStrike\": 1.5,\n                    \"impliedVolatility\": 0.752357344843019,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"60%stk\",\n                    \"gridLabelNumericRelStrike\": 1.6,\n                    \"impliedVolatility\": 0.81970990369458,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"70%stk\",\n                    \"gridLabelNumericRelStrike\": 1.7,\n                    \"impliedVolatility\": 0.878922251966748,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"80%stk\",\n                    \"gridLabelNumericRelStrike\": 1.8,\n                    \"impliedVolatility\": 0.931683611379949,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"90%stk\",\n                    \"gridLabelNumericRelStrike\": 1.9,\n                    \"impliedVolatility\": 0.979215720387522,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"100%stk\",\n                    \"gridLabelNumericRelStrike\": 2,\n                    \"impliedVolatility\": 1.02242659462173,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"110%stk\",\n                    \"gridLabelNumericRelStrike\": 2.1,\n                    \"impliedVolatility\": 1.0620082175168,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"120%stk\",\n                    \"gridLabelNumericRelStrike\": 2.2,\n                    \"impliedVolatility\": 1.09849964542283,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"130%stk\",\n                    \"gridLabelNumericRelStrike\": 2.3,\n                    \"impliedVolatility\": 1.13232885745367,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"140%stk\",\n                    \"gridLabelNumericRelStrike\": 2.4,\n                    \"impliedVolatility\": 1.16384127519307,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"150%stk\",\n                    \"gridLabelNumericRelStrike\": 2.5,\n                    \"impliedVolatility\": 1.19331970094139,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"200%stk\",\n                    \"gridLabelNumericRelStrike\": 3,\n                    \"impliedVolatility\": 1.31723018990639,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"300%stk\",\n                    \"gridLabelNumericRelStrike\": 4,\n                    \"impliedVolatility\": 1.49248699877884,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"400%stk\",\n                    \"gridLabelNumericRelStrike\": 5,\n                    \"impliedVolatility\": 1.61561934117721,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"500%stk\",\n                    \"gridLabelNumericRelStrike\": 6,\n                    \"impliedVolatility\": 1.70974348151443,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"600%stk\",\n                    \"gridLabelNumericRelStrike\": 7,\n                    \"impliedVolatility\": 1.78549955801834,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"700%stk\",\n                    \"gridLabelNumericRelStrike\": 8,\n                    \"impliedVolatility\": 1.84863817915111,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"800%stk\",\n                    \"gridLabelNumericRelStrike\": 9,\n                    \"impliedVolatility\": 1.90260627221193,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"900%stk\",\n                    \"gridLabelNumericRelStrike\": 10,\n                    \"impliedVolatility\": 1.94962626612416,\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": \"-90%stk\",\n                    \"gridLabelNumericRelStrike\": 0.1,\n                    \"impliedVolatility\": 1.90585484094478,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-80%stk\",\n                    \"gridLabelNumericRelStrike\": 0.2,\n                    \"impliedVolatility\": 1.57561777813327,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-70%stk\",\n                    \"gridLabelNumericRelStrike\": 0.3,\n                    \"impliedVolatility\": 1.34644167993567,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-60%stk\",\n                    \"gridLabelNumericRelStrike\": 0.4,\n                    \"impliedVolatility\": 1.15798760747041,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-50%stk\",\n                    \"gridLabelNumericRelStrike\": 0.5,\n                    \"impliedVolatility\": 0.989402181972341,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-40%stk\",\n                    \"gridLabelNumericRelStrike\": 0.6,\n                    \"impliedVolatility\": 0.830068438579151,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-30%stk\",\n                    \"gridLabelNumericRelStrike\": 0.7,\n                    \"impliedVolatility\": 0.673395551064337,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-25%stk\",\n                    \"gridLabelNumericRelStrike\": 0.75,\n                    \"impliedVolatility\": 0.594911919571959,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-20%stk\",\n                    \"gridLabelNumericRelStrike\": 0.8,\n                    \"impliedVolatility\": 0.516618958853918,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-15%stk\",\n                    \"gridLabelNumericRelStrike\": 0.85,\n                    \"impliedVolatility\": 0.440264939417262,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-10%stk\",\n                    \"gridLabelNumericRelStrike\": 0.9,\n                    \"impliedVolatility\": 0.370473754052111,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-9%stk\",\n                    \"gridLabelNumericRelStrike\": 0.91,\n                    \"impliedVolatility\": 0.358034511305219,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-8%stk\",\n                    \"gridLabelNumericRelStrike\": 0.92,\n                    \"impliedVolatility\": 0.346319011132957,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-7%stk\",\n                    \"gridLabelNumericRelStrike\": 0.93,\n                    \"impliedVolatility\": 0.335435482344594,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-6%stk\",\n                    \"gridLabelNumericRelStrike\": 0.94,\n                    \"impliedVolatility\": 0.325495698307885,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-5%stk\",\n                    \"gridLabelNumericRelStrike\": 0.95,\n                    \"impliedVolatility\": 0.316611021487771,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-4%stk\",\n                    \"gridLabelNumericRelStrike\": 0.96,\n                    \"impliedVolatility\": 0.308887386737869,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-3%stk\",\n                    \"gridLabelNumericRelStrike\": 0.97,\n                    \"impliedVolatility\": 0.302419477764722,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-2%stk\",\n                    \"gridLabelNumericRelStrike\": 0.98,\n                    \"impliedVolatility\": 0.297284591104671,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-1%stk\",\n                    \"gridLabelNumericRelStrike\": 0.99,\n                    \"impliedVolatility\": 0.293536898172933,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"0%stk\",\n                    \"gridLabelNumericRelStrike\": 1,\n                    \"impliedVolatility\": 0.291202926095532,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"1%stk\",\n                    \"gridLabelNumericRelStrike\": 1.01,\n                    \"impliedVolatility\": 0.290279007845852,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"2%stk\",\n                    \"gridLabelNumericRelStrike\": 1.02,\n                    \"impliedVolatility\": 0.29073117806822,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"3%stk\",\n                    \"gridLabelNumericRelStrike\": 1.03,\n                    \"impliedVolatility\": 0.292497568485748,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"4%stk\",\n                    \"gridLabelNumericRelStrike\": 1.04,\n                    \"impliedVolatility\": 0.295492909266091,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"5%stk\",\n                    \"gridLabelNumericRelStrike\": 1.05,\n                    \"impliedVolatility\": 0.299614408047482,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"6%stk\",\n                    \"gridLabelNumericRelStrike\": 1.06,\n                    \"impliedVolatility\": 0.304748145159326,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"7%stk\",\n                    \"gridLabelNumericRelStrike\": 1.07,\n                    \"impliedVolatility\": 0.310775197340226,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"8%stk\",\n                    \"gridLabelNumericRelStrike\": 1.08,\n                    \"impliedVolatility\": 0.317576918068852,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"9%stk\",\n                    \"gridLabelNumericRelStrike\": 1.09,\n                    \"impliedVolatility\": 0.325039068299354,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"10%stk\",\n                    \"gridLabelNumericRelStrike\": 1.1,\n                    \"impliedVolatility\": 0.33305472955723,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"15%stk\",\n                    \"gridLabelNumericRelStrike\": 1.15,\n                    \"impliedVolatility\": 0.378362639232603,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"20%stk\",\n                    \"gridLabelNumericRelStrike\": 1.2,\n                    \"impliedVolatility\": 0.426888336998609,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"25%stk\",\n                    \"gridLabelNumericRelStrike\": 1.25,\n                    \"impliedVolatility\": 0.474572102373019,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"30%stk\",\n                    \"gridLabelNumericRelStrike\": 1.3,\n                    \"impliedVolatility\": 0.519841262693478,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"40%stk\",\n                    \"gridLabelNumericRelStrike\": 1.4,\n                    \"impliedVolatility\": 0.601774007363156,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"50%stk\",\n                    \"gridLabelNumericRelStrike\": 1.5,\n                    \"impliedVolatility\": 0.673036452468478,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"60%stk\",\n                    \"gridLabelNumericRelStrike\": 1.6,\n                    \"impliedVolatility\": 0.735466890078324,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"70%stk\",\n                    \"gridLabelNumericRelStrike\": 1.7,\n                    \"impliedVolatility\": 0.790755906215565,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"80%stk\",\n                    \"gridLabelNumericRelStrike\": 1.8,\n                    \"impliedVolatility\": 0.840237997286392,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"90%stk\",\n                    \"gridLabelNumericRelStrike\": 1.9,\n                    \"impliedVolatility\": 0.884938120133714,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"100%stk\",\n                    \"gridLabelNumericRelStrike\": 2,\n                    \"impliedVolatility\": 0.92564613182667,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"110%stk\",\n                    \"gridLabelNumericRelStrike\": 2.1,\n                    \"impliedVolatility\": 0.962978222574113,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"120%stk\",\n                    \"gridLabelNumericRelStrike\": 2.2,\n                    \"impliedVolatility\": 0.997422089189236,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"130%stk\",\n                    \"gridLabelNumericRelStrike\": 2.3,\n                    \"impliedVolatility\": 1.02936928578207,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"140%stk\",\n                    \"gridLabelNumericRelStrike\": 2.4,\n                    \"impliedVolatility\": 1.05913840276744,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"150%stk\",\n                    \"gridLabelNumericRelStrike\": 2.5,\n                    \"impliedVolatility\": 1.08699184325141,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"200%stk\",\n                    \"gridLabelNumericRelStrike\": 3,\n                    \"impliedVolatility\": 1.20409126393881,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"300%stk\",\n                    \"gridLabelNumericRelStrike\": 4,\n                    \"impliedVolatility\": 1.36964655926735,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"400%stk\",\n                    \"gridLabelNumericRelStrike\": 5,\n                    \"impliedVolatility\": 1.48586196551472,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"500%stk\",\n                    \"gridLabelNumericRelStrike\": 6,\n                    \"impliedVolatility\": 1.57463349588388,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"600%stk\",\n                    \"gridLabelNumericRelStrike\": 7,\n                    \"impliedVolatility\": 1.64604010770905,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"700%stk\",\n                    \"gridLabelNumericRelStrike\": 8,\n                    \"impliedVolatility\": 1.70552609780737,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"800%stk\",\n                    \"gridLabelNumericRelStrike\": 9,\n                    \"impliedVolatility\": 1.75635280621916,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"900%stk\",\n                    \"gridLabelNumericRelStrike\": 10,\n                    \"impliedVolatility\": 1.80062182775276,\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": \"-90%stk\",\n                    \"gridLabelNumericRelStrike\": 0.1,\n                    \"impliedVolatility\": 1.75683441063579,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-80%stk\",\n                    \"gridLabelNumericRelStrike\": 0.2,\n                    \"impliedVolatility\": 1.45461085754156,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-70%stk\",\n                    \"gridLabelNumericRelStrike\": 0.3,\n                    \"impliedVolatility\": 1.24542170373068,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-60%stk\",\n                    \"gridLabelNumericRelStrike\": 0.4,\n                    \"impliedVolatility\": 1.07401750911676,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-50%stk\",\n                    \"gridLabelNumericRelStrike\": 0.5,\n                    \"impliedVolatility\": 0.921494959526753,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-40%stk\",\n                    \"gridLabelNumericRelStrike\": 0.6,\n                    \"impliedVolatility\": 0.778539201518281,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-30%stk\",\n                    \"gridLabelNumericRelStrike\": 0.7,\n                    \"impliedVolatility\": 0.639899237462292,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-25%stk\",\n                    \"gridLabelNumericRelStrike\": 0.75,\n                    \"impliedVolatility\": 0.571547267123024,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-20%stk\",\n                    \"gridLabelNumericRelStrike\": 0.8,\n                    \"impliedVolatility\": 0.504350417961231,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-15%stk\",\n                    \"gridLabelNumericRelStrike\": 0.85,\n                    \"impliedVolatility\": 0.439908876376815,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-10%stk\",\n                    \"gridLabelNumericRelStrike\": 0.9,\n                    \"impliedVolatility\": 0.381742174175786,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-9%stk\",\n                    \"gridLabelNumericRelStrike\": 0.91,\n                    \"impliedVolatility\": 0.371360344993916,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-8%stk\",\n                    \"gridLabelNumericRelStrike\": 0.92,\n                    \"impliedVolatility\": 0.36153337953708,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-7%stk\",\n                    \"gridLabelNumericRelStrike\": 0.93,\n                    \"impliedVolatility\": 0.352327139862674,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-6%stk\",\n                    \"gridLabelNumericRelStrike\": 0.94,\n                    \"impliedVolatility\": 0.34380885055574,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-5%stk\",\n                    \"gridLabelNumericRelStrike\": 0.95,\n                    \"impliedVolatility\": 0.336045318716283,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-4%stk\",\n                    \"gridLabelNumericRelStrike\": 0.96,\n                    \"impliedVolatility\": 0.329100791807114,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-3%stk\",\n                    \"gridLabelNumericRelStrike\": 0.97,\n                    \"impliedVolatility\": 0.323034532202289,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-2%stk\",\n                    \"gridLabelNumericRelStrike\": 0.98,\n                    \"impliedVolatility\": 0.317898243556358,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-1%stk\",\n                    \"gridLabelNumericRelStrike\": 0.99,\n                    \"impliedVolatility\": 0.313733537722937,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"0%stk\",\n                    \"gridLabelNumericRelStrike\": 1,\n                    \"impliedVolatility\": 0.31056966922596,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"1%stk\",\n                    \"gridLabelNumericRelStrike\": 1.01,\n                    \"impliedVolatility\": 0.308421773641317,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"2%stk\",\n                    \"gridLabelNumericRelStrike\": 1.02,\n                    \"impliedVolatility\": 0.307289816729265,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"3%stk\",\n                    \"gridLabelNumericRelStrike\": 1.03,\n                    \"impliedVolatility\": 0.307158391397481,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"4%stk\",\n                    \"gridLabelNumericRelStrike\": 1.04,\n                    \"impliedVolatility\": 0.307997399593216,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"5%stk\",\n                    \"gridLabelNumericRelStrike\": 1.05,\n                    \"impliedVolatility\": 0.309763545963534,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"6%stk\",\n                    \"gridLabelNumericRelStrike\": 1.06,\n                    \"impliedVolatility\": 0.31240247352717,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"7%stk\",\n                    \"gridLabelNumericRelStrike\": 1.07,\n                    \"impliedVolatility\": 0.315851308642014,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"8%stk\",\n                    \"gridLabelNumericRelStrike\": 1.08,\n                    \"impliedVolatility\": 0.320041362933302,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"9%stk\",\n                    \"gridLabelNumericRelStrike\": 1.09,\n                    \"impliedVolatility\": 0.324900761138811,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"10%stk\",\n                    \"gridLabelNumericRelStrike\": 1.1,\n                    \"impliedVolatility\": 0.330356814259298,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"15%stk\",\n                    \"gridLabelNumericRelStrike\": 1.15,\n                    \"impliedVolatility\": 0.36420257780856,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"20%stk\",\n                    \"gridLabelNumericRelStrike\": 1.2,\n                    \"impliedVolatility\": 0.403967366688435,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"25%stk\",\n                    \"gridLabelNumericRelStrike\": 1.25,\n                    \"impliedVolatility\": 0.445167825848119,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"30%stk\",\n                    \"gridLabelNumericRelStrike\": 1.3,\n                    \"impliedVolatility\": 0.485557001575268,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"40%stk\",\n                    \"gridLabelNumericRelStrike\": 1.4,\n                    \"impliedVolatility\": 0.5606334430079,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"50%stk\",\n                    \"gridLabelNumericRelStrike\": 1.5,\n                    \"impliedVolatility\": 0.627176101542021,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"60%stk\",\n                    \"gridLabelNumericRelStrike\": 1.6,\n                    \"impliedVolatility\": 0.686017555470955,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"70%stk\",\n                    \"gridLabelNumericRelStrike\": 1.7,\n                    \"impliedVolatility\": 0.738391739827968,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"80%stk\",\n                    \"gridLabelNumericRelStrike\": 1.8,\n                    \"impliedVolatility\": 0.785402409998182,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"90%stk\",\n                    \"gridLabelNumericRelStrike\": 1.9,\n                    \"impliedVolatility\": 0.827945674304844,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"100%stk\",\n                    \"gridLabelNumericRelStrike\": 2,\n                    \"impliedVolatility\": 0.866733067851742,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"110%stk\",\n                    \"gridLabelNumericRelStrike\": 2.1,\n                    \"impliedVolatility\": 0.902329730512396,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"120%stk\",\n                    \"gridLabelNumericRelStrike\": 2.2,\n                    \"impliedVolatility\": 0.93518814274627,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"130%stk\",\n                    \"gridLabelNumericRelStrike\": 2.3,\n                    \"impliedVolatility\": 0.965674423753661,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"140%stk\",\n                    \"gridLabelNumericRelStrike\": 2.4,\n                    \"impliedVolatility\": 0.994088097085762,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"150%stk\",\n                    \"gridLabelNumericRelStrike\": 2.5,\n                    \"impliedVolatility\": 1.02067683279867,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"200%stk\",\n                    \"gridLabelNumericRelStrike\": 3,\n                    \"impliedVolatility\": 1.13247287407899,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"300%stk\",\n                    \"gridLabelNumericRelStrike\": 4,\n                    \"impliedVolatility\": 1.29050180723588,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"400%stk\",\n                    \"gridLabelNumericRelStrike\": 5,\n                    \"impliedVolatility\": 1.40138670341102,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"500%stk\",\n                    \"gridLabelNumericRelStrike\": 6,\n                    \"impliedVolatility\": 1.48605604384444,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"600%stk\",\n                    \"gridLabelNumericRelStrike\": 7,\n                    \"impliedVolatility\": 1.55414374297424,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"700%stk\",\n                    \"gridLabelNumericRelStrike\": 8,\n                    \"impliedVolatility\": 1.61085220995105,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"800%stk\",\n                    \"gridLabelNumericRelStrike\": 9,\n                    \"impliedVolatility\": 1.65929691841429,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"900%stk\",\n                    \"gridLabelNumericRelStrike\": 10,\n                    \"impliedVolatility\": 1.70148490186163,\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": \"-90%stk\",\n                    \"gridLabelNumericRelStrike\": 0.1,\n                    \"impliedVolatility\": 1.45129838240969,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-80%stk\",\n                    \"gridLabelNumericRelStrike\": 0.2,\n                    \"impliedVolatility\": 1.20784883160015,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-70%stk\",\n                    \"gridLabelNumericRelStrike\": 0.3,\n                    \"impliedVolatility\": 1.03997654434299,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-60%stk\",\n                    \"gridLabelNumericRelStrike\": 0.4,\n                    \"impliedVolatility\": 0.902958328565681,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-50%stk\",\n                    \"gridLabelNumericRelStrike\": 0.5,\n                    \"impliedVolatility\": 0.781569641199049,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-40%stk\",\n                    \"gridLabelNumericRelStrike\": 0.6,\n                    \"impliedVolatility\": 0.668441631081142,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-30%stk\",\n                    \"gridLabelNumericRelStrike\": 0.7,\n                    \"impliedVolatility\": 0.559778179173401,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-25%stk\",\n                    \"gridLabelNumericRelStrike\": 0.75,\n                    \"impliedVolatility\": 0.506984284398891,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-20%stk\",\n                    \"gridLabelNumericRelStrike\": 0.8,\n                    \"impliedVolatility\": 0.456161609273057,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-15%stk\",\n                    \"gridLabelNumericRelStrike\": 0.85,\n                    \"impliedVolatility\": 0.409450499883992,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-10%stk\",\n                    \"gridLabelNumericRelStrike\": 0.9,\n                    \"impliedVolatility\": 0.370898552850487,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-9%stk\",\n                    \"gridLabelNumericRelStrike\": 0.91,\n                    \"impliedVolatility\": 0.364650125415245,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-8%stk\",\n                    \"gridLabelNumericRelStrike\": 0.92,\n                    \"impliedVolatility\": 0.358995601310374,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-7%stk\",\n                    \"gridLabelNumericRelStrike\": 0.93,\n                    \"impliedVolatility\": 0.353974337933214,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-6%stk\",\n                    \"gridLabelNumericRelStrike\": 0.94,\n                    \"impliedVolatility\": 0.349619168860036,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-5%stk\",\n                    \"gridLabelNumericRelStrike\": 0.95,\n                    \"impliedVolatility\": 0.34595465263725,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-4%stk\",\n                    \"gridLabelNumericRelStrike\": 0.96,\n                    \"impliedVolatility\": 0.342995669163529,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-3%stk\",\n                    \"gridLabelNumericRelStrike\": 0.97,\n                    \"impliedVolatility\": 0.340746525048037,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-2%stk\",\n                    \"gridLabelNumericRelStrike\": 0.98,\n                    \"impliedVolatility\": 0.33920067541492,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-1%stk\",\n                    \"gridLabelNumericRelStrike\": 0.99,\n                    \"impliedVolatility\": 0.338341093666756,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"0%stk\",\n                    \"gridLabelNumericRelStrike\": 1,\n                    \"impliedVolatility\": 0.338141238493291,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"1%stk\",\n                    \"gridLabelNumericRelStrike\": 1.01,\n                    \"impliedVolatility\": 0.338566496602493,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"2%stk\",\n                    \"gridLabelNumericRelStrike\": 1.02,\n                    \"impliedVolatility\": 0.339575934183655,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"3%stk\",\n                    \"gridLabelNumericRelStrike\": 1.03,\n                    \"impliedVolatility\": 0.341124176157923,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"4%stk\",\n                    \"gridLabelNumericRelStrike\": 1.04,\n                    \"impliedVolatility\": 0.343163247470153,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"5%stk\",\n                    \"gridLabelNumericRelStrike\": 1.05,\n                    \"impliedVolatility\": 0.345644246398073,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"6%stk\",\n                    \"gridLabelNumericRelStrike\": 1.06,\n                    \"impliedVolatility\": 0.348518764996809,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"7%stk\",\n                    \"gridLabelNumericRelStrike\": 1.07,\n                    \"impliedVolatility\": 0.351740016314684,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"8%stk\",\n                    \"gridLabelNumericRelStrike\": 1.08,\n                    \"impliedVolatility\": 0.355263665048934,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"9%stk\",\n                    \"gridLabelNumericRelStrike\": 1.09,\n                    \"impliedVolatility\": 0.359048384681039,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"10%stk\",\n                    \"gridLabelNumericRelStrike\": 1.1,\n                    \"impliedVolatility\": 0.363056179689679,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"15%stk\",\n                    \"gridLabelNumericRelStrike\": 1.15,\n                    \"impliedVolatility\": 0.385350528178837,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"20%stk\",\n                    \"gridLabelNumericRelStrike\": 1.2,\n                    \"impliedVolatility\": 0.409376416044168,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"25%stk\",\n                    \"gridLabelNumericRelStrike\": 1.25,\n                    \"impliedVolatility\": 0.433489382626445,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"30%stk\",\n                    \"gridLabelNumericRelStrike\": 1.3,\n                    \"impliedVolatility\": 0.456914695976363,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"40%stk\",\n                    \"gridLabelNumericRelStrike\": 1.4,\n                    \"impliedVolatility\": 0.500613035641263,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"50%stk\",\n                    \"gridLabelNumericRelStrike\": 1.5,\n                    \"impliedVolatility\": 0.539864603976334,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"60%stk\",\n                    \"gridLabelNumericRelStrike\": 1.6,\n                    \"impliedVolatility\": 0.575082805366486,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"70%stk\",\n                    \"gridLabelNumericRelStrike\": 1.7,\n                    \"impliedVolatility\": 0.606839855550965,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"80%stk\",\n                    \"gridLabelNumericRelStrike\": 1.8,\n                    \"impliedVolatility\": 0.635661164597743,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"90%stk\",\n                    \"gridLabelNumericRelStrike\": 1.9,\n                    \"impliedVolatility\": 0.661987392668064,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"100%stk\",\n                    \"gridLabelNumericRelStrike\": 2,\n                    \"impliedVolatility\": 0.686179076391011,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"110%stk\",\n                    \"gridLabelNumericRelStrike\": 2.1,\n                    \"impliedVolatility\": 0.708530147880736,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"120%stk\",\n                    \"gridLabelNumericRelStrike\": 2.2,\n                    \"impliedVolatility\": 0.729281289972156,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"130%stk\",\n                    \"gridLabelNumericRelStrike\": 2.3,\n                    \"impliedVolatility\": 0.748631047376339,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"140%stk\",\n                    \"gridLabelNumericRelStrike\": 2.4,\n                    \"impliedVolatility\": 0.766744584466,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"150%stk\",\n                    \"gridLabelNumericRelStrike\": 2.5,\n                    \"impliedVolatility\": 0.783760468589375,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"200%stk\",\n                    \"gridLabelNumericRelStrike\": 3,\n                    \"impliedVolatility\": 0.855933999779218,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"300%stk\",\n                    \"gridLabelNumericRelStrike\": 4,\n                    \"impliedVolatility\": 0.959399735192729,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"400%stk\",\n                    \"gridLabelNumericRelStrike\": 5,\n                    \"impliedVolatility\": 1.03279982812537,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"500%stk\",\n                    \"gridLabelNumericRelStrike\": 6,\n                    \"impliedVolatility\": 1.08920646339789,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"600%stk\",\n                    \"gridLabelNumericRelStrike\": 7,\n                    \"impliedVolatility\": 1.13476077101786,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"700%stk\",\n                    \"gridLabelNumericRelStrike\": 8,\n                    \"impliedVolatility\": 1.17281949462525,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"800%stk\",\n                    \"gridLabelNumericRelStrike\": 9,\n                    \"impliedVolatility\": 1.20540934214785,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"900%stk\",\n                    \"gridLabelNumericRelStrike\": 10,\n                    \"impliedVolatility\": 1.23384374251541,\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": \"-90%stk\",\n                    \"gridLabelNumericRelStrike\": 0.1,\n                    \"impliedVolatility\": 1.32353547512859,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-80%stk\",\n                    \"gridLabelNumericRelStrike\": 0.2,\n                    \"impliedVolatility\": 1.10722307115726,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-70%stk\",\n                    \"gridLabelNumericRelStrike\": 0.3,\n                    \"impliedVolatility\": 0.95889582816064,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-60%stk\",\n                    \"gridLabelNumericRelStrike\": 0.4,\n                    \"impliedVolatility\": 0.838624014319468,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-50%stk\",\n                    \"gridLabelNumericRelStrike\": 0.5,\n                    \"impliedVolatility\": 0.732959040319294,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-40%stk\",\n                    \"gridLabelNumericRelStrike\": 0.6,\n                    \"impliedVolatility\": 0.635569338717445,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-30%stk\",\n                    \"gridLabelNumericRelStrike\": 0.7,\n                    \"impliedVolatility\": 0.543380693941893,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-25%stk\",\n                    \"gridLabelNumericRelStrike\": 0.75,\n                    \"impliedVolatility\": 0.499164360857013,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-20%stk\",\n                    \"gridLabelNumericRelStrike\": 0.8,\n                    \"impliedVolatility\": 0.456938994144611,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-15%stk\",\n                    \"gridLabelNumericRelStrike\": 0.85,\n                    \"impliedVolatility\": 0.418302063379038,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-10%stk\",\n                    \"gridLabelNumericRelStrike\": 0.9,\n                    \"impliedVolatility\": 0.386266700531447,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-9%stk\",\n                    \"gridLabelNumericRelStrike\": 0.91,\n                    \"impliedVolatility\": 0.381019969490596,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-8%stk\",\n                    \"gridLabelNumericRelStrike\": 0.92,\n                    \"impliedVolatility\": 0.376244831488559,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-7%stk\",\n                    \"gridLabelNumericRelStrike\": 0.93,\n                    \"impliedVolatility\": 0.371974326027173,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-6%stk\",\n                    \"gridLabelNumericRelStrike\": 0.94,\n                    \"impliedVolatility\": 0.368237237045217,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-5%stk\",\n                    \"gridLabelNumericRelStrike\": 0.95,\n                    \"impliedVolatility\": 0.365056590669018,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-4%stk\",\n                    \"gridLabelNumericRelStrike\": 0.96,\n                    \"impliedVolatility\": 0.362448331787927,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-3%stk\",\n                    \"gridLabelNumericRelStrike\": 0.97,\n                    \"impliedVolatility\": 0.360420329003749,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-2%stk\",\n                    \"gridLabelNumericRelStrike\": 0.98,\n                    \"impliedVolatility\": 0.358971830307073,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-1%stk\",\n                    \"gridLabelNumericRelStrike\": 0.99,\n                    \"impliedVolatility\": 0.358093439278475,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"0%stk\",\n                    \"gridLabelNumericRelStrike\": 1,\n                    \"impliedVolatility\": 0.357767613791981,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"1%stk\",\n                    \"gridLabelNumericRelStrike\": 1.01,\n                    \"impliedVolatility\": 0.357969621220952,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"2%stk\",\n                    \"gridLabelNumericRelStrike\": 1.02,\n                    \"impliedVolatility\": 0.358668831090227,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"3%stk\",\n                    \"gridLabelNumericRelStrike\": 1.03,\n                    \"impliedVolatility\": 0.359830198029835,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"4%stk\",\n                    \"gridLabelNumericRelStrike\": 1.04,\n                    \"impliedVolatility\": 0.361415787105714,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"5%stk\",\n                    \"gridLabelNumericRelStrike\": 1.05,\n                    \"impliedVolatility\": 0.363386215304911,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"6%stk\",\n                    \"gridLabelNumericRelStrike\": 1.06,\n                    \"impliedVolatility\": 0.365701918080077,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"7%stk\",\n                    \"gridLabelNumericRelStrike\": 1.07,\n                    \"impliedVolatility\": 0.368324188719015,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"8%stk\",\n                    \"gridLabelNumericRelStrike\": 1.08,\n                    \"impliedVolatility\": 0.371215973292218,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"9%stk\",\n                    \"gridLabelNumericRelStrike\": 1.09,\n                    \"impliedVolatility\": 0.374342430698158,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"10%stk\",\n                    \"gridLabelNumericRelStrike\": 1.1,\n                    \"impliedVolatility\": 0.377671284610387,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"15%stk\",\n                    \"gridLabelNumericRelStrike\": 1.15,\n                    \"impliedVolatility\": 0.396413854847854,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"20%stk\",\n                    \"gridLabelNumericRelStrike\": 1.2,\n                    \"impliedVolatility\": 0.416884652683753,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"25%stk\",\n                    \"gridLabelNumericRelStrike\": 1.25,\n                    \"impliedVolatility\": 0.437620023008978,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"30%stk\",\n                    \"gridLabelNumericRelStrike\": 1.3,\n                    \"impliedVolatility\": 0.457906557757964,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"40%stk\",\n                    \"gridLabelNumericRelStrike\": 1.4,\n                    \"impliedVolatility\": 0.496053161657054,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"50%stk\",\n                    \"gridLabelNumericRelStrike\": 1.5,\n                    \"impliedVolatility\": 0.530596279555762,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"60%stk\",\n                    \"gridLabelNumericRelStrike\": 1.6,\n                    \"impliedVolatility\": 0.561776868641188,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"70%stk\",\n                    \"gridLabelNumericRelStrike\": 1.7,\n                    \"impliedVolatility\": 0.590023968588998,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"80%stk\",\n                    \"gridLabelNumericRelStrike\": 1.8,\n                    \"impliedVolatility\": 0.615754479529071,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"90%stk\",\n                    \"gridLabelNumericRelStrike\": 1.9,\n                    \"impliedVolatility\": 0.639327964719019,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"100%stk\",\n                    \"gridLabelNumericRelStrike\": 2,\n                    \"impliedVolatility\": 0.661043868160468,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"110%stk\",\n                    \"gridLabelNumericRelStrike\": 2.1,\n                    \"impliedVolatility\": 0.68114942161658,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"120%stk\",\n                    \"gridLabelNumericRelStrike\": 2.2,\n                    \"impliedVolatility\": 0.699849029468516,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"130%stk\",\n                    \"gridLabelNumericRelStrike\": 2.3,\n                    \"impliedVolatility\": 0.717312607759794,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"140%stk\",\n                    \"gridLabelNumericRelStrike\": 2.4,\n                    \"impliedVolatility\": 0.733682395826843,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"150%stk\",\n                    \"gridLabelNumericRelStrike\": 2.5,\n                    \"impliedVolatility\": 0.749078356142815,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"200%stk\",\n                    \"gridLabelNumericRelStrike\": 3,\n                    \"impliedVolatility\": 0.814554880964014,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"300%stk\",\n                    \"gridLabelNumericRelStrike\": 4,\n                    \"impliedVolatility\": 0.908822238209589,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"400%stk\",\n                    \"gridLabelNumericRelStrike\": 5,\n                    \"impliedVolatility\": 0.975920619588832,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"500%stk\",\n                    \"gridLabelNumericRelStrike\": 6,\n                    \"impliedVolatility\": 1.02758552217612,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"600%stk\",\n                    \"gridLabelNumericRelStrike\": 7,\n                    \"impliedVolatility\": 1.06936514096108,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"700%stk\",\n                    \"gridLabelNumericRelStrike\": 8,\n                    \"impliedVolatility\": 1.10430354388614,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"800%stk\",\n                    \"gridLabelNumericRelStrike\": 9,\n                    \"impliedVolatility\": 1.13424331427423,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"900%stk\",\n                    \"gridLabelNumericRelStrike\": 10,\n                    \"impliedVolatility\": 1.16038075821474,\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": \"-90%stk\",\n                    \"gridLabelNumericRelStrike\": 0.1,\n                    \"impliedVolatility\": 1.13424238534369,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-80%stk\",\n                    \"gridLabelNumericRelStrike\": 0.2,\n                    \"impliedVolatility\": 0.942354987999681,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-70%stk\",\n                    \"gridLabelNumericRelStrike\": 0.3,\n                    \"impliedVolatility\": 0.812512703928485,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-60%stk\",\n                    \"gridLabelNumericRelStrike\": 0.4,\n                    \"impliedVolatility\": 0.710062043486492,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-50%stk\",\n                    \"gridLabelNumericRelStrike\": 0.5,\n                    \"impliedVolatility\": 0.624590503188877,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-40%stk\",\n                    \"gridLabelNumericRelStrike\": 0.6,\n                    \"impliedVolatility\": 0.55298954402354,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-30%stk\",\n                    \"gridLabelNumericRelStrike\": 0.7,\n                    \"impliedVolatility\": 0.495920063223176,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-25%stk\",\n                    \"gridLabelNumericRelStrike\": 0.75,\n                    \"impliedVolatility\": 0.473630018823783,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-20%stk\",\n                    \"gridLabelNumericRelStrike\": 0.8,\n                    \"impliedVolatility\": 0.455943108601847,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-15%stk\",\n                    \"gridLabelNumericRelStrike\": 0.85,\n                    \"impliedVolatility\": 0.443009748678022,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-10%stk\",\n                    \"gridLabelNumericRelStrike\": 0.9,\n                    \"impliedVolatility\": 0.434731100777828,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-9%stk\",\n                    \"gridLabelNumericRelStrike\": 0.91,\n                    \"impliedVolatility\": 0.433606099403349,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-8%stk\",\n                    \"gridLabelNumericRelStrike\": 0.92,\n                    \"impliedVolatility\": 0.432649285353792,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-7%stk\",\n                    \"gridLabelNumericRelStrike\": 0.93,\n                    \"impliedVolatility\": 0.431856236327884,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-6%stk\",\n                    \"gridLabelNumericRelStrike\": 0.94,\n                    \"impliedVolatility\": 0.431222244352818,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-5%stk\",\n                    \"gridLabelNumericRelStrike\": 0.95,\n                    \"impliedVolatility\": 0.430742351088447,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-4%stk\",\n                    \"gridLabelNumericRelStrike\": 0.96,\n                    \"impliedVolatility\": 0.430411384547511,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-3%stk\",\n                    \"gridLabelNumericRelStrike\": 0.97,\n                    \"impliedVolatility\": 0.430223996603944,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-2%stk\",\n                    \"gridLabelNumericRelStrike\": 0.98,\n                    \"impliedVolatility\": 0.430174700661247,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-1%stk\",\n                    \"gridLabelNumericRelStrike\": 0.99,\n                    \"impliedVolatility\": 0.430257908868539,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"0%stk\",\n                    \"gridLabelNumericRelStrike\": 1,\n                    \"impliedVolatility\": 0.430467968305321,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"1%stk\",\n                    \"gridLabelNumericRelStrike\": 1.01,\n                    \"impliedVolatility\": 0.430799195607681,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"2%stk\",\n                    \"gridLabelNumericRelStrike\": 1.02,\n                    \"impliedVolatility\": 0.431245909577193,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"3%stk\",\n                    \"gridLabelNumericRelStrike\": 1.03,\n                    \"impliedVolatility\": 0.431802461395775,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"4%stk\",\n                    \"gridLabelNumericRelStrike\": 1.04,\n                    \"impliedVolatility\": 0.432463262160457,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"5%stk\",\n                    \"gridLabelNumericRelStrike\": 1.05,\n                    \"impliedVolatility\": 0.433222807545657,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"6%stk\",\n                    \"gridLabelNumericRelStrike\": 1.06,\n                    \"impliedVolatility\": 0.434075699491847,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"7%stk\",\n                    \"gridLabelNumericRelStrike\": 1.07,\n                    \"impliedVolatility\": 0.435016664903464,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"8%stk\",\n                    \"gridLabelNumericRelStrike\": 1.08,\n                    \"impliedVolatility\": 0.436040571412172,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"9%stk\",\n                    \"gridLabelNumericRelStrike\": 1.09,\n                    \"impliedVolatility\": 0.437142440321922,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"10%stk\",\n                    \"gridLabelNumericRelStrike\": 1.1,\n                    \"impliedVolatility\": 0.438317456898916,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"15%stk\",\n                    \"gridLabelNumericRelStrike\": 1.15,\n                    \"impliedVolatility\": 0.445133523166137,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"20%stk\",\n                    \"gridLabelNumericRelStrike\": 1.2,\n                    \"impliedVolatility\": 0.453158460373006,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"25%stk\",\n                    \"gridLabelNumericRelStrike\": 1.25,\n                    \"impliedVolatility\": 0.461989540113149,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"30%stk\",\n                    \"gridLabelNumericRelStrike\": 1.3,\n                    \"impliedVolatility\": 0.471321552865653,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"40%stk\",\n                    \"gridLabelNumericRelStrike\": 1.4,\n                    \"impliedVolatility\": 0.490648233479129,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"50%stk\",\n                    \"gridLabelNumericRelStrike\": 1.5,\n                    \"impliedVolatility\": 0.509990415987116,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"60%stk\",\n                    \"gridLabelNumericRelStrike\": 1.6,\n                    \"impliedVolatility\": 0.528778602791675,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"70%stk\",\n                    \"gridLabelNumericRelStrike\": 1.7,\n                    \"impliedVolatility\": 0.546754989308198,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"80%stk\",\n                    \"gridLabelNumericRelStrike\": 1.8,\n                    \"impliedVolatility\": 0.563825140441614,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"90%stk\",\n                    \"gridLabelNumericRelStrike\": 1.9,\n                    \"impliedVolatility\": 0.579978438608693,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"100%stk\",\n                    \"gridLabelNumericRelStrike\": 2,\n                    \"impliedVolatility\": 0.595245805943207,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"110%stk\",\n                    \"gridLabelNumericRelStrike\": 2.1,\n                    \"impliedVolatility\": 0.609677262913355,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"120%stk\",\n                    \"gridLabelNumericRelStrike\": 2.2,\n                    \"impliedVolatility\": 0.623330053425812,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"130%stk\",\n                    \"gridLabelNumericRelStrike\": 2.3,\n                    \"impliedVolatility\": 0.636262441238752,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"140%stk\",\n                    \"gridLabelNumericRelStrike\": 2.4,\n                    \"impliedVolatility\": 0.648530574315839,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"150%stk\",\n                    \"gridLabelNumericRelStrike\": 2.5,\n                    \"impliedVolatility\": 0.660187015762928,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"200%stk\",\n                    \"gridLabelNumericRelStrike\": 3,\n                    \"impliedVolatility\": 0.710844159016733,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"300%stk\",\n                    \"gridLabelNumericRelStrike\": 4,\n                    \"impliedVolatility\": 0.786080436064193,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"400%stk\",\n                    \"gridLabelNumericRelStrike\": 5,\n                    \"impliedVolatility\": 0.840764348036561,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"500%stk\",\n                    \"gridLabelNumericRelStrike\": 6,\n                    \"impliedVolatility\": 0.883320934199725,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"600%stk\",\n                    \"gridLabelNumericRelStrike\": 7,\n                    \"impliedVolatility\": 0.917957307586798,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"700%stk\",\n                    \"gridLabelNumericRelStrike\": 8,\n                    \"impliedVolatility\": 0.947047508787844,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"800%stk\",\n                    \"gridLabelNumericRelStrike\": 9,\n                    \"impliedVolatility\": 0.972053250220864,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"900%stk\",\n                    \"gridLabelNumericRelStrike\": 10,\n                    \"impliedVolatility\": 0.993934455365624,\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": \"-90%stk\",\n                    \"gridLabelNumericRelStrike\": 0.1,\n                    \"impliedVolatility\": 0.921374384301936,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-80%stk\",\n                    \"gridLabelNumericRelStrike\": 0.2,\n                    \"impliedVolatility\": 0.795299080804086,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-70%stk\",\n                    \"gridLabelNumericRelStrike\": 0.3,\n                    \"impliedVolatility\": 0.711963290837559,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-60%stk\",\n                    \"gridLabelNumericRelStrike\": 0.4,\n                    \"impliedVolatility\": 0.647205463520469,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-50%stk\",\n                    \"gridLabelNumericRelStrike\": 0.5,\n                    \"impliedVolatility\": 0.593316292181774,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-40%stk\",\n                    \"gridLabelNumericRelStrike\": 0.6,\n                    \"impliedVolatility\": 0.547208738275519,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-30%stk\",\n                    \"gridLabelNumericRelStrike\": 0.7,\n                    \"impliedVolatility\": 0.508109910877734,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-25%stk\",\n                    \"gridLabelNumericRelStrike\": 0.75,\n                    \"impliedVolatility\": 0.491507800837879,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-20%stk\",\n                    \"gridLabelNumericRelStrike\": 0.8,\n                    \"impliedVolatility\": 0.477343222895149,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-15%stk\",\n                    \"gridLabelNumericRelStrike\": 0.85,\n                    \"impliedVolatility\": 0.466163311802824,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-10%stk\",\n                    \"gridLabelNumericRelStrike\": 0.9,\n                    \"impliedVolatility\": 0.458564247887819,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-9%stk\",\n                    \"gridLabelNumericRelStrike\": 0.91,\n                    \"impliedVolatility\": 0.457516604810131,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-8%stk\",\n                    \"gridLabelNumericRelStrike\": 0.92,\n                    \"impliedVolatility\": 0.456631367758533,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-7%stk\",\n                    \"gridLabelNumericRelStrike\": 0.93,\n                    \"impliedVolatility\": 0.455909035028931,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-6%stk\",\n                    \"gridLabelNumericRelStrike\": 0.94,\n                    \"impliedVolatility\": 0.45534915848491,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-5%stk\",\n                    \"gridLabelNumericRelStrike\": 0.95,\n                    \"impliedVolatility\": 0.45495031583341,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-4%stk\",\n                    \"gridLabelNumericRelStrike\": 0.96,\n                    \"impliedVolatility\": 0.454710111183364,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-3%stk\",\n                    \"gridLabelNumericRelStrike\": 0.97,\n                    \"impliedVolatility\": 0.454625204382084,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-2%stk\",\n                    \"gridLabelNumericRelStrike\": 0.98,\n                    \"impliedVolatility\": 0.454691367732073,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-1%stk\",\n                    \"gridLabelNumericRelStrike\": 0.99,\n                    \"impliedVolatility\": 0.454903566930236,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"0%stk\",\n                    \"gridLabelNumericRelStrike\": 1,\n                    \"impliedVolatility\": 0.455256061641108,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"1%stk\",\n                    \"gridLabelNumericRelStrike\": 1.01,\n                    \"impliedVolatility\": 0.455742520159913,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"2%stk\",\n                    \"gridLabelNumericRelStrike\": 1.02,\n                    \"impliedVolatility\": 0.456356142207885,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"3%stk\",\n                    \"gridLabelNumericRelStrike\": 1.03,\n                    \"impliedVolatility\": 0.457089784018708,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"4%stk\",\n                    \"gridLabelNumericRelStrike\": 1.04,\n                    \"impliedVolatility\": 0.457936080440435,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"5%stk\",\n                    \"gridLabelNumericRelStrike\": 1.05,\n                    \"impliedVolatility\": 0.458887559666152,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"6%stk\",\n                    \"gridLabelNumericRelStrike\": 1.06,\n                    \"impliedVolatility\": 0.459936747276035,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"7%stk\",\n                    \"gridLabelNumericRelStrike\": 1.07,\n                    \"impliedVolatility\": 0.461076257387523,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"8%stk\",\n                    \"gridLabelNumericRelStrike\": 1.08,\n                    \"impliedVolatility\": 0.462298869758637,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"9%stk\",\n                    \"gridLabelNumericRelStrike\": 1.09,\n                    \"impliedVolatility\": 0.463597592594997,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"10%stk\",\n                    \"gridLabelNumericRelStrike\": 1.1,\n                    \"impliedVolatility\": 0.464965711532114,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"15%stk\",\n                    \"gridLabelNumericRelStrike\": 1.15,\n                    \"impliedVolatility\": 0.47263531000198,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"20%stk\",\n                    \"gridLabelNumericRelStrike\": 1.2,\n                    \"impliedVolatility\": 0.481227949984679,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"25%stk\",\n                    \"gridLabelNumericRelStrike\": 1.25,\n                    \"impliedVolatility\": 0.490280687398616,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"30%stk\",\n                    \"gridLabelNumericRelStrike\": 1.3,\n                    \"impliedVolatility\": 0.499493370886915,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"40%stk\",\n                    \"gridLabelNumericRelStrike\": 1.4,\n                    \"impliedVolatility\": 0.517723360365005,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"50%stk\",\n                    \"gridLabelNumericRelStrike\": 1.5,\n                    \"impliedVolatility\": 0.535154592642392,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"60%stk\",\n                    \"gridLabelNumericRelStrike\": 1.6,\n                    \"impliedVolatility\": 0.551550879577943,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"70%stk\",\n                    \"gridLabelNumericRelStrike\": 1.7,\n                    \"impliedVolatility\": 0.566884733995442,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"80%stk\",\n                    \"gridLabelNumericRelStrike\": 1.8,\n                    \"impliedVolatility\": 0.581208522254799,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"90%stk\",\n                    \"gridLabelNumericRelStrike\": 1.9,\n                    \"impliedVolatility\": 0.59460166890056,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"100%stk\",\n                    \"gridLabelNumericRelStrike\": 2,\n                    \"impliedVolatility\": 0.607148783763505,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"110%stk\",\n                    \"gridLabelNumericRelStrike\": 2.1,\n                    \"impliedVolatility\": 0.618930789960875,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"120%stk\",\n                    \"gridLabelNumericRelStrike\": 2.2,\n                    \"impliedVolatility\": 0.630021669181644,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"130%stk\",\n                    \"gridLabelNumericRelStrike\": 2.3,\n                    \"impliedVolatility\": 0.640487656462002,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"140%stk\",\n                    \"gridLabelNumericRelStrike\": 2.4,\n                    \"impliedVolatility\": 0.650387479435344,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"150%stk\",\n                    \"gridLabelNumericRelStrike\": 2.5,\n                    \"impliedVolatility\": 0.659773005729699,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"200%stk\",\n                    \"gridLabelNumericRelStrike\": 3,\n                    \"impliedVolatility\": 0.700415522339156,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"300%stk\",\n                    \"gridLabelNumericRelStrike\": 4,\n                    \"impliedVolatility\": 0.760656603025267,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"400%stk\",\n                    \"gridLabelNumericRelStrike\": 5,\n                    \"impliedVolatility\": 0.804526763415125,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"500%stk\",\n                    \"gridLabelNumericRelStrike\": 6,\n                    \"impliedVolatility\": 0.838765520507666,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"600%stk\",\n                    \"gridLabelNumericRelStrike\": 7,\n                    \"impliedVolatility\": 0.866706470308695,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"700%stk\",\n                    \"gridLabelNumericRelStrike\": 8,\n                    \"impliedVolatility\": 0.890228008131622,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"800%stk\",\n                    \"gridLabelNumericRelStrike\": 9,\n                    \"impliedVolatility\": 0.910487667725706,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"900%stk\",\n                    \"gridLabelNumericRelStrike\": 10,\n                    \"impliedVolatility\": 0.92824682168059,\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                },\n                {\n                    \"gridLabel\": \"-90%stk\",\n                    \"gridLabelNumericRelStrike\": 0.1,\n                    \"impliedVolatility\": 0.899244991613564,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-80%stk\",\n                    \"gridLabelNumericRelStrike\": 0.2,\n                    \"impliedVolatility\": 0.767020472003411,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-70%stk\",\n                    \"gridLabelNumericRelStrike\": 0.3,\n                    \"impliedVolatility\": 0.680554751948235,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-60%stk\",\n                    \"gridLabelNumericRelStrike\": 0.4,\n                    \"impliedVolatility\": 0.6150743221521,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-50%stk\",\n                    \"gridLabelNumericRelStrike\": 0.5,\n                    \"impliedVolatility\": 0.56324256207816,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-40%stk\",\n                    \"gridLabelNumericRelStrike\": 0.6,\n                    \"impliedVolatility\": 0.52271652667895,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-30%stk\",\n                    \"gridLabelNumericRelStrike\": 0.7,\n                    \"impliedVolatility\": 0.493243383270281,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-25%stk\",\n                    \"gridLabelNumericRelStrike\": 0.75,\n                    \"impliedVolatility\": 0.482758959231958,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-20%stk\",\n                    \"gridLabelNumericRelStrike\": 0.8,\n                    \"impliedVolatility\": 0.475102572954505,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-15%stk\",\n                    \"gridLabelNumericRelStrike\": 0.85,\n                    \"impliedVolatility\": 0.470160772627693,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-10%stk\",\n                    \"gridLabelNumericRelStrike\": 0.9,\n                    \"impliedVolatility\": 0.467717152282671,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-9%stk\",\n                    \"gridLabelNumericRelStrike\": 0.91,\n                    \"impliedVolatility\": 0.46750277902017,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-8%stk\",\n                    \"gridLabelNumericRelStrike\": 0.92,\n                    \"impliedVolatility\": 0.467373687860042,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-7%stk\",\n                    \"gridLabelNumericRelStrike\": 0.93,\n                    \"impliedVolatility\": 0.467327082023953,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-6%stk\",\n                    \"gridLabelNumericRelStrike\": 0.94,\n                    \"impliedVolatility\": 0.467360113133059,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-5%stk\",\n                    \"gridLabelNumericRelStrike\": 0.95,\n                    \"impliedVolatility\": 0.467469894993921,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-4%stk\",\n                    \"gridLabelNumericRelStrike\": 0.96,\n                    \"impliedVolatility\": 0.467653517022587,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-3%stk\",\n                    \"gridLabelNumericRelStrike\": 0.97,\n                    \"impliedVolatility\": 0.467908057154491,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-2%stk\",\n                    \"gridLabelNumericRelStrike\": 0.98,\n                    \"impliedVolatility\": 0.468230594110835,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"-1%stk\",\n                    \"gridLabelNumericRelStrike\": 0.99,\n                    \"impliedVolatility\": 0.468618218915937,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"0%stk\",\n                    \"gridLabelNumericRelStrike\": 1,\n                    \"impliedVolatility\": 0.469068045583671,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"1%stk\",\n                    \"gridLabelNumericRelStrike\": 1.01,\n                    \"impliedVolatility\": 0.469577220913973,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"2%stk\",\n                    \"gridLabelNumericRelStrike\": 1.02,\n                    \"impliedVolatility\": 0.470142933361853,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"3%stk\",\n                    \"gridLabelNumericRelStrike\": 1.03,\n                    \"impliedVolatility\": 0.470762420960999,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"4%stk\",\n                    \"gridLabelNumericRelStrike\": 1.04,\n                    \"impliedVolatility\": 0.471432978301592,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"5%stk\",\n                    \"gridLabelNumericRelStrike\": 1.05,\n                    \"impliedVolatility\": 0.47215196257715,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"6%stk\",\n                    \"gridLabelNumericRelStrike\": 1.06,\n                    \"impliedVolatility\": 0.472916798728095,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"7%stk\",\n                    \"gridLabelNumericRelStrike\": 1.07,\n                    \"impliedVolatility\": 0.473724983720214,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"8%stk\",\n                    \"gridLabelNumericRelStrike\": 1.08,\n                    \"impliedVolatility\": 0.474574090004403,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"9%stk\",\n                    \"gridLabelNumericRelStrike\": 1.09,\n                    \"impliedVolatility\": 0.475461768210233,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"10%stk\",\n                    \"gridLabelNumericRelStrike\": 1.1,\n                    \"impliedVolatility\": 0.476385749130054,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"15%stk\",\n                    \"gridLabelNumericRelStrike\": 1.15,\n                    \"impliedVolatility\": 0.48147650422355,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"20%stk\",\n                    \"gridLabelNumericRelStrike\": 1.2,\n                    \"impliedVolatility\": 0.487181397782476,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"25%stk\",\n                    \"gridLabelNumericRelStrike\": 1.25,\n                    \"impliedVolatility\": 0.493306398739651,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"30%stk\",\n                    \"gridLabelNumericRelStrike\": 1.3,\n                    \"impliedVolatility\": 0.499700590942648,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"40%stk\",\n                    \"gridLabelNumericRelStrike\": 1.4,\n                    \"impliedVolatility\": 0.512865076464366,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"50%stk\",\n                    \"gridLabelNumericRelStrike\": 1.5,\n                    \"impliedVolatility\": 0.526062381090003,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"60%stk\",\n                    \"gridLabelNumericRelStrike\": 1.6,\n                    \"impliedVolatility\": 0.538963960780279,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"70%stk\",\n                    \"gridLabelNumericRelStrike\": 1.7,\n                    \"impliedVolatility\": 0.551405264852033,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"80%stk\",\n                    \"gridLabelNumericRelStrike\": 1.8,\n                    \"impliedVolatility\": 0.56331411203243,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"90%stk\",\n                    \"gridLabelNumericRelStrike\": 1.9,\n                    \"impliedVolatility\": 0.574669493914959,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"100%stk\",\n                    \"gridLabelNumericRelStrike\": 2,\n                    \"impliedVolatility\": 0.585478158102728,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"110%stk\",\n                    \"gridLabelNumericRelStrike\": 2.1,\n                    \"impliedVolatility\": 0.595761322969773,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"120%stk\",\n                    \"gridLabelNumericRelStrike\": 2.2,\n                    \"impliedVolatility\": 0.605547142007297,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"130%stk\",\n                    \"gridLabelNumericRelStrike\": 2.3,\n                    \"impliedVolatility\": 0.614866445960046,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"140%stk\",\n                    \"gridLabelNumericRelStrike\": 2.4,\n                    \"impliedVolatility\": 0.623750367216081,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"150%stk\",\n                    \"gridLabelNumericRelStrike\": 2.5,\n                    \"impliedVolatility\": 0.63222905216473,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"200%stk\",\n                    \"gridLabelNumericRelStrike\": 3,\n                    \"impliedVolatility\": 0.669472929245814,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"300%stk\",\n                    \"gridLabelNumericRelStrike\": 4,\n                    \"impliedVolatility\": 0.725823745740062,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"400%stk\",\n                    \"gridLabelNumericRelStrike\": 5,\n                    \"impliedVolatility\": 0.767425896497201,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"500%stk\",\n                    \"gridLabelNumericRelStrike\": 6,\n                    \"impliedVolatility\": 0.800116559337975,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"600%stk\",\n                    \"gridLabelNumericRelStrike\": 7,\n                    \"impliedVolatility\": 0.826901544965928,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"700%stk\",\n                    \"gridLabelNumericRelStrike\": 8,\n                    \"impliedVolatility\": 0.849509216053402,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"800%stk\",\n                    \"gridLabelNumericRelStrike\": 9,\n                    \"impliedVolatility\": 0.869017567334833,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": \"900%stk\",\n                    \"gridLabelNumericRelStrike\": 10,\n                    \"impliedVolatility\": 0.886141300245044,\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                }\n            ],\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        }\n    ],\n    \"dataShape\": \"2L\",\n    \"limit\": 3,\n    \"moneyness\": \"strike\",\n    \"size\": 1,\n    \"timeFrom\": \"2023-10-01T00:00:00Z\",\n    \"timeTo\": \"2023-10-01T01:00:00Z\"\n}"},{"id":"3e53b8a7-ed5d-40ae-beeb-20cf5a1c1fab","name":"Implied Volatility - 3L view and strike moneyness","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{analytics_api_python}}/analytics-api/implied-volatility-surface?lukkaEntityCode=LUKKA&moneyness=strike&dataShape=3L&underlyingAssetLukkaCode=ETH&timeTo=2023-10-01T01:00:00.000Z&timeFrom=2023-10-01T00:00:00.000Z&limit=3","host":["{{analytics_api_python}}"],"path":["analytics-api","implied-volatility-surface"],"query":[{"key":"lukkaEntityCode","value":"LUKKA","description":"Required Parameter - The Lukka generated enitity code of the entity related to this implied volatility. Aggregated Implied Volatility will use LUKKA entity code."},{"key":"moneyness","value":"strike","description":"The Moneyness of the implied volatility, expressed as \"delta\" or \"strike\""},{"key":"dataShape","value":"3L","description":"The underlying datashape of the output response. Can be \"flat\", \"2L\", or \"3L\"\n\nflat - Record level view of implied volatility for each value of the surface\n2L - two dimensional response with nested JSON structures\n3L - three dimensional response with nested JSON structures"},{"key":"underlyingAssetLukkaCode","value":"ETH","description":"Required Parameter - The Lukka asset code of the underlying asset represented by this volatility."},{"key":"timeTo","value":"2023-10-01T01:00:00.000Z","description":"Required Parameter - The ending business time to retrieve volatilities to."},{"key":"timeFrom","value":"2023-10-01T00:00:00.000Z","description":"Required Parameter - The beginning business time to retrieve volatilities from."},{"key":"limit","value":"3","description":"The limit of entries to receive in one payload. The max limit is 6 surfaces "},{"key":"timeRange","value":"4D","description":"Alternative Parameter for adjusting the time range that can be used with timeTo OR timeFrom. Values denoted in H/D/W/M/Y\n\nWhen used with timeTo the returned output will be timeTo - timeRange\n\nWhen used with timeFrom the returned output will be timeFrom + timeRange","disabled":true},{"key":"tenor","value":"1D","description":"The tenor or timeframe of this volatility, D/M/Y","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"envoy"},{"key":"date","value":"Fri, 20 Oct 2023 21:00:14 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"49639"},{"key":"x-envoy-upstream-service-time","value":"150"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenors\": [\n                {\n                    \"gridLabel\": [\n                        \"-90%stk\",\n                        \"-80%stk\",\n                        \"-70%stk\",\n                        \"-60%stk\",\n                        \"-50%stk\",\n                        \"-40%stk\",\n                        \"-30%stk\",\n                        \"-25%stk\",\n                        \"-20%stk\",\n                        \"-15%stk\",\n                        \"-10%stk\",\n                        \"-9%stk\",\n                        \"-8%stk\",\n                        \"-7%stk\",\n                        \"-6%stk\",\n                        \"-5%stk\",\n                        \"-4%stk\",\n                        \"-3%stk\",\n                        \"-2%stk\",\n                        \"-1%stk\",\n                        \"0%stk\",\n                        \"1%stk\",\n                        \"2%stk\",\n                        \"3%stk\",\n                        \"4%stk\",\n                        \"5%stk\",\n                        \"6%stk\",\n                        \"7%stk\",\n                        \"8%stk\",\n                        \"9%stk\",\n                        \"10%stk\",\n                        \"15%stk\",\n                        \"20%stk\",\n                        \"25%stk\",\n                        \"30%stk\",\n                        \"40%stk\",\n                        \"50%stk\",\n                        \"60%stk\",\n                        \"70%stk\",\n                        \"80%stk\",\n                        \"90%stk\",\n                        \"100%stk\",\n                        \"110%stk\",\n                        \"120%stk\",\n                        \"130%stk\",\n                        \"140%stk\",\n                        \"150%stk\",\n                        \"200%stk\",\n                        \"300%stk\",\n                        \"400%stk\",\n                        \"500%stk\",\n                        \"600%stk\",\n                        \"700%stk\",\n                        \"800%stk\",\n                        \"900%stk\"\n                    ],\n                    \"gridLabelNumericRelStrike\": [\n                        0.1,\n                        0.2,\n                        0.3,\n                        0.4,\n                        0.5,\n                        0.6,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.91,\n                        0.92,\n                        0.93,\n                        0.94,\n                        0.95,\n                        0.96,\n                        0.97,\n                        0.98,\n                        0.99,\n                        1,\n                        1.01,\n                        1.02,\n                        1.03,\n                        1.04,\n                        1.05,\n                        1.06,\n                        1.07,\n                        1.08,\n                        1.09,\n                        1.1,\n                        1.15,\n                        1.2,\n                        1.25,\n                        1.3,\n                        1.4,\n                        1.5,\n                        1.6,\n                        1.7,\n                        1.8,\n                        1.9,\n                        2,\n                        2.1,\n                        2.2,\n                        2.3,\n                        2.4,\n                        2.5,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"impliedVolatility\": [\n                        1.73655857784232,\n                        1.73655857784232,\n                        1.51060740257586,\n                        1.32716792859771,\n                        1.16516480789503,\n                        1.01376857970422,\n                        0.865359983330138,\n                        0.789970805292883,\n                        0.712282373085466,\n                        0.630691722791995,\n                        0.54276642167045,\n                        0.524102844834387,\n                        0.504986028402259,\n                        0.485366154215752,\n                        0.465189423904408,\n                        0.444402377155737,\n                        0.422966149082361,\n                        0.400904511102776,\n                        0.378491444057655,\n                        0.357187350562962,\n                        0.343808595531754,\n                        0.344914754594831,\n                        0.35247428807843,\n                        0.363898939693332,\n                        0.379346982293643,\n                        0.395866820448163,\n                        0.412103366764292,\n                        0.427783498629666,\n                        0.442869888207446,\n                        0.457382692877967,\n                        0.471357084231514,\n                        0.534398136056622,\n                        0.58859324366764,\n                        0.636297548157313,\n                        0.679000728004368,\n                        0.753132847232166,\n                        0.81613267152714,\n                        0.870956242535035,\n                        0.919485906994911,\n                        0.963005666417349,\n                        1.0024357449394,\n                        1.03846071901673,\n                        1.07160496480283,\n                        1.10227972682022,\n                        1.1308138602871,\n                        1.1574746733564,\n                        1.18248250182872,\n                        1.28826311967626,\n                        1.43945153661336,\n                        1.54657881028596,\n                        1.62888700330703,\n                        1.69536313632677,\n                        1.75090863299335,\n                        1.79847992082286,\n                        1.83999205830185\n                    ],\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": [\n                        \"-90%stk\",\n                        \"-80%stk\",\n                        \"-70%stk\",\n                        \"-60%stk\",\n                        \"-50%stk\",\n                        \"-40%stk\",\n                        \"-30%stk\",\n                        \"-25%stk\",\n                        \"-20%stk\",\n                        \"-15%stk\",\n                        \"-10%stk\",\n                        \"-9%stk\",\n                        \"-8%stk\",\n                        \"-7%stk\",\n                        \"-6%stk\",\n                        \"-5%stk\",\n                        \"-4%stk\",\n                        \"-3%stk\",\n                        \"-2%stk\",\n                        \"-1%stk\",\n                        \"0%stk\",\n                        \"1%stk\",\n                        \"2%stk\",\n                        \"3%stk\",\n                        \"4%stk\",\n                        \"5%stk\",\n                        \"6%stk\",\n                        \"7%stk\",\n                        \"8%stk\",\n                        \"9%stk\",\n                        \"10%stk\",\n                        \"15%stk\",\n                        \"20%stk\",\n                        \"25%stk\",\n                        \"30%stk\",\n                        \"40%stk\",\n                        \"50%stk\",\n                        \"60%stk\",\n                        \"70%stk\",\n                        \"80%stk\",\n                        \"90%stk\",\n                        \"100%stk\",\n                        \"110%stk\",\n                        \"120%stk\",\n                        \"130%stk\",\n                        \"140%stk\",\n                        \"150%stk\",\n                        \"200%stk\",\n                        \"300%stk\",\n                        \"400%stk\",\n                        \"500%stk\",\n                        \"600%stk\",\n                        \"700%stk\",\n                        \"800%stk\",\n                        \"900%stk\"\n                    ],\n                    \"gridLabelNumericRelStrike\": [\n                        0.1,\n                        0.2,\n                        0.3,\n                        0.4,\n                        0.5,\n                        0.6,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.91,\n                        0.92,\n                        0.93,\n                        0.94,\n                        0.95,\n                        0.96,\n                        0.97,\n                        0.98,\n                        0.99,\n                        1,\n                        1.01,\n                        1.02,\n                        1.03,\n                        1.04,\n                        1.05,\n                        1.06,\n                        1.07,\n                        1.08,\n                        1.09,\n                        1.1,\n                        1.15,\n                        1.2,\n                        1.25,\n                        1.3,\n                        1.4,\n                        1.5,\n                        1.6,\n                        1.7,\n                        1.8,\n                        1.9,\n                        2,\n                        2.1,\n                        2.2,\n                        2.3,\n                        2.4,\n                        2.5,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"impliedVolatility\": [\n                        1.75683441063579,\n                        1.45461085754156,\n                        1.24542170373068,\n                        1.07401750911676,\n                        0.921494959526753,\n                        0.778539201518281,\n                        0.639899237462292,\n                        0.571547267123024,\n                        0.504350417961231,\n                        0.439908876376815,\n                        0.381742174175786,\n                        0.371360344993916,\n                        0.36153337953708,\n                        0.352327139862674,\n                        0.34380885055574,\n                        0.336045318716283,\n                        0.329100791807114,\n                        0.323034532202289,\n                        0.317898243556358,\n                        0.313733537722937,\n                        0.31056966922596,\n                        0.308421773641317,\n                        0.307289816729265,\n                        0.307158391397481,\n                        0.307997399593216,\n                        0.309763545963534,\n                        0.31240247352717,\n                        0.315851308642014,\n                        0.320041362933302,\n                        0.324900761138811,\n                        0.330356814259298,\n                        0.36420257780856,\n                        0.403967366688435,\n                        0.445167825848119,\n                        0.485557001575268,\n                        0.5606334430079,\n                        0.627176101542021,\n                        0.686017555470955,\n                        0.738391739827968,\n                        0.785402409998182,\n                        0.827945674304844,\n                        0.866733067851742,\n                        0.902329730512396,\n                        0.93518814274627,\n                        0.965674423753661,\n                        0.994088097085762,\n                        1.02067683279867,\n                        1.13247287407899,\n                        1.29050180723588,\n                        1.40138670341102,\n                        1.48605604384444,\n                        1.55414374297424,\n                        1.61085220995105,\n                        1.65929691841429,\n                        1.70148490186163\n                    ],\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": [\n                        \"-90%stk\",\n                        \"-80%stk\",\n                        \"-70%stk\",\n                        \"-60%stk\",\n                        \"-50%stk\",\n                        \"-40%stk\",\n                        \"-30%stk\",\n                        \"-25%stk\",\n                        \"-20%stk\",\n                        \"-15%stk\",\n                        \"-10%stk\",\n                        \"-9%stk\",\n                        \"-8%stk\",\n                        \"-7%stk\",\n                        \"-6%stk\",\n                        \"-5%stk\",\n                        \"-4%stk\",\n                        \"-3%stk\",\n                        \"-2%stk\",\n                        \"-1%stk\",\n                        \"0%stk\",\n                        \"1%stk\",\n                        \"2%stk\",\n                        \"3%stk\",\n                        \"4%stk\",\n                        \"5%stk\",\n                        \"6%stk\",\n                        \"7%stk\",\n                        \"8%stk\",\n                        \"9%stk\",\n                        \"10%stk\",\n                        \"15%stk\",\n                        \"20%stk\",\n                        \"25%stk\",\n                        \"30%stk\",\n                        \"40%stk\",\n                        \"50%stk\",\n                        \"60%stk\",\n                        \"70%stk\",\n                        \"80%stk\",\n                        \"90%stk\",\n                        \"100%stk\",\n                        \"110%stk\",\n                        \"120%stk\",\n                        \"130%stk\",\n                        \"140%stk\",\n                        \"150%stk\",\n                        \"200%stk\",\n                        \"300%stk\",\n                        \"400%stk\",\n                        \"500%stk\",\n                        \"600%stk\",\n                        \"700%stk\",\n                        \"800%stk\",\n                        \"900%stk\"\n                    ],\n                    \"gridLabelNumericRelStrike\": [\n                        0.1,\n                        0.2,\n                        0.3,\n                        0.4,\n                        0.5,\n                        0.6,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.91,\n                        0.92,\n                        0.93,\n                        0.94,\n                        0.95,\n                        0.96,\n                        0.97,\n                        0.98,\n                        0.99,\n                        1,\n                        1.01,\n                        1.02,\n                        1.03,\n                        1.04,\n                        1.05,\n                        1.06,\n                        1.07,\n                        1.08,\n                        1.09,\n                        1.1,\n                        1.15,\n                        1.2,\n                        1.25,\n                        1.3,\n                        1.4,\n                        1.5,\n                        1.6,\n                        1.7,\n                        1.8,\n                        1.9,\n                        2,\n                        2.1,\n                        2.2,\n                        2.3,\n                        2.4,\n                        2.5,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"impliedVolatility\": [\n                        2.04071297720599,\n                        1.71050478626795,\n                        1.4837572548978,\n                        1.29921726956658,\n                        1.13579365729515,\n                        0.982599770568432,\n                        0.831959459649026,\n                        0.755310214557749,\n                        0.676352788030813,\n                        0.593727302174563,\n                        0.505726828591327,\n                        0.487314170399299,\n                        0.468602577152222,\n                        0.449595013666668,\n                        0.43032468516591,\n                        0.410914304598482,\n                        0.391817040002933,\n                        0.375112606588892,\n                        0.36812579365065,\n                        0.371353481073535,\n                        0.37773006810703,\n                        0.385116009230785,\n                        0.392996334253064,\n                        0.401188920635635,\n                        0.409601464931344,\n                        0.418172056985009,\n                        0.426851455223345,\n                        0.43559740857953,\n                        0.444372923231837,\n                        0.45314580049647,\n                        0.461888479330808,\n                        0.50447666824123,\n                        0.54428894361331,\n                        0.581011615233947,\n                        0.61482558156132,\n                        0.674970737534104,\n                        0.727056627289066,\n                        0.772871471471503,\n                        0.813703699539547,\n                        0.850491818860895,\n                        0.883935579151119,\n                        0.914569205038573,\n                        0.942809349992828,\n                        0.968987095583726,\n                        0.993369831295861,\n                        1.01617658336389,\n                        1.03758899934715,\n                        1.12833718618073,\n                        1.25840707537838,\n                        1.35075270856703,\n                        1.42177941028026,\n                        1.47918296485083,\n                        1.52717050373699,\n                        1.56828347789368,\n                        1.60416985855022\n                    ],\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": [\n                        \"-90%stk\",\n                        \"-80%stk\",\n                        \"-70%stk\",\n                        \"-60%stk\",\n                        \"-50%stk\",\n                        \"-40%stk\",\n                        \"-30%stk\",\n                        \"-25%stk\",\n                        \"-20%stk\",\n                        \"-15%stk\",\n                        \"-10%stk\",\n                        \"-9%stk\",\n                        \"-8%stk\",\n                        \"-7%stk\",\n                        \"-6%stk\",\n                        \"-5%stk\",\n                        \"-4%stk\",\n                        \"-3%stk\",\n                        \"-2%stk\",\n                        \"-1%stk\",\n                        \"0%stk\",\n                        \"1%stk\",\n                        \"2%stk\",\n                        \"3%stk\",\n                        \"4%stk\",\n                        \"5%stk\",\n                        \"6%stk\",\n                        \"7%stk\",\n                        \"8%stk\",\n                        \"9%stk\",\n                        \"10%stk\",\n                        \"15%stk\",\n                        \"20%stk\",\n                        \"25%stk\",\n                        \"30%stk\",\n                        \"40%stk\",\n                        \"50%stk\",\n                        \"60%stk\",\n                        \"70%stk\",\n                        \"80%stk\",\n                        \"90%stk\",\n                        \"100%stk\",\n                        \"110%stk\",\n                        \"120%stk\",\n                        \"130%stk\",\n                        \"140%stk\",\n                        \"150%stk\",\n                        \"200%stk\",\n                        \"300%stk\",\n                        \"400%stk\",\n                        \"500%stk\",\n                        \"600%stk\",\n                        \"700%stk\",\n                        \"800%stk\",\n                        \"900%stk\"\n                    ],\n                    \"gridLabelNumericRelStrike\": [\n                        0.1,\n                        0.2,\n                        0.3,\n                        0.4,\n                        0.5,\n                        0.6,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.91,\n                        0.92,\n                        0.93,\n                        0.94,\n                        0.95,\n                        0.96,\n                        0.97,\n                        0.98,\n                        0.99,\n                        1,\n                        1.01,\n                        1.02,\n                        1.03,\n                        1.04,\n                        1.05,\n                        1.06,\n                        1.07,\n                        1.08,\n                        1.09,\n                        1.1,\n                        1.15,\n                        1.2,\n                        1.25,\n                        1.3,\n                        1.4,\n                        1.5,\n                        1.6,\n                        1.7,\n                        1.8,\n                        1.9,\n                        2,\n                        2.1,\n                        2.2,\n                        2.3,\n                        2.4,\n                        2.5,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"impliedVolatility\": [\n                        0.899244991613564,\n                        0.767020472003411,\n                        0.680554751948235,\n                        0.6150743221521,\n                        0.56324256207816,\n                        0.52271652667895,\n                        0.493243383270281,\n                        0.482758959231958,\n                        0.475102572954505,\n                        0.470160772627693,\n                        0.467717152282671,\n                        0.46750277902017,\n                        0.467373687860042,\n                        0.467327082023953,\n                        0.467360113133059,\n                        0.467469894993921,\n                        0.467653517022587,\n                        0.467908057154491,\n                        0.468230594110835,\n                        0.468618218915937,\n                        0.469068045583671,\n                        0.469577220913973,\n                        0.470142933361853,\n                        0.470762420960999,\n                        0.471432978301592,\n                        0.47215196257715,\n                        0.472916798728095,\n                        0.473724983720214,\n                        0.474574090004403,\n                        0.475461768210233,\n                        0.476385749130054,\n                        0.48147650422355,\n                        0.487181397782476,\n                        0.493306398739651,\n                        0.499700590942648,\n                        0.512865076464366,\n                        0.526062381090003,\n                        0.538963960780279,\n                        0.551405264852033,\n                        0.56331411203243,\n                        0.574669493914959,\n                        0.585478158102728,\n                        0.595761322969773,\n                        0.605547142007297,\n                        0.614866445960046,\n                        0.623750367216081,\n                        0.63222905216473,\n                        0.669472929245814,\n                        0.725823745740062,\n                        0.767425896497201,\n                        0.800116559337975,\n                        0.826901544965928,\n                        0.849509216053402,\n                        0.869017567334833,\n                        0.886141300245044\n                    ],\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": [\n                        \"-90%stk\",\n                        \"-80%stk\",\n                        \"-70%stk\",\n                        \"-60%stk\",\n                        \"-50%stk\",\n                        \"-40%stk\",\n                        \"-30%stk\",\n                        \"-25%stk\",\n                        \"-20%stk\",\n                        \"-15%stk\",\n                        \"-10%stk\",\n                        \"-9%stk\",\n                        \"-8%stk\",\n                        \"-7%stk\",\n                        \"-6%stk\",\n                        \"-5%stk\",\n                        \"-4%stk\",\n                        \"-3%stk\",\n                        \"-2%stk\",\n                        \"-1%stk\",\n                        \"0%stk\",\n                        \"1%stk\",\n                        \"2%stk\",\n                        \"3%stk\",\n                        \"4%stk\",\n                        \"5%stk\",\n                        \"6%stk\",\n                        \"7%stk\",\n                        \"8%stk\",\n                        \"9%stk\",\n                        \"10%stk\",\n                        \"15%stk\",\n                        \"20%stk\",\n                        \"25%stk\",\n                        \"30%stk\",\n                        \"40%stk\",\n                        \"50%stk\",\n                        \"60%stk\",\n                        \"70%stk\",\n                        \"80%stk\",\n                        \"90%stk\",\n                        \"100%stk\",\n                        \"110%stk\",\n                        \"120%stk\",\n                        \"130%stk\",\n                        \"140%stk\",\n                        \"150%stk\",\n                        \"200%stk\",\n                        \"300%stk\",\n                        \"400%stk\",\n                        \"500%stk\",\n                        \"600%stk\",\n                        \"700%stk\",\n                        \"800%stk\",\n                        \"900%stk\"\n                    ],\n                    \"gridLabelNumericRelStrike\": [\n                        0.1,\n                        0.2,\n                        0.3,\n                        0.4,\n                        0.5,\n                        0.6,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.91,\n                        0.92,\n                        0.93,\n                        0.94,\n                        0.95,\n                        0.96,\n                        0.97,\n                        0.98,\n                        0.99,\n                        1,\n                        1.01,\n                        1.02,\n                        1.03,\n                        1.04,\n                        1.05,\n                        1.06,\n                        1.07,\n                        1.08,\n                        1.09,\n                        1.1,\n                        1.15,\n                        1.2,\n                        1.25,\n                        1.3,\n                        1.4,\n                        1.5,\n                        1.6,\n                        1.7,\n                        1.8,\n                        1.9,\n                        2,\n                        2.1,\n                        2.2,\n                        2.3,\n                        2.4,\n                        2.5,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"impliedVolatility\": [\n                        1.56152373965769,\n                        1.31672440726209,\n                        1.14066112889548,\n                        0.997287210106055,\n                        0.870302059154786,\n                        0.751395542634716,\n                        0.635049199328216,\n                        0.576489736326952,\n                        0.517265841730092,\n                        0.457882546347572,\n                        0.401402005095713,\n                        0.391161906876616,\n                        0.381545415553293,\n                        0.372709272907979,\n                        0.364823632926884,\n                        0.358062609874745,\n                        0.352595454144333,\n                        0.348593005216522,\n                        0.346304020330393,\n                        0.34648470435589,\n                        0.352221366425985,\n                        0.365705544655527,\n                        0.382102768877727,\n                        0.399071688094237,\n                        0.416029910357383,\n                        0.432771955123427,\n                        0.449202447767556,\n                        0.465272259350007,\n                        0.480956781587893,\n                        0.496246113593578,\n                        0.511139672597313,\n                        0.579966349796,\n                        0.640561937547328,\n                        0.694507964946083,\n                        0.743077765562727,\n                        0.82772059357285,\n                        0.899793935110119,\n                        0.962538536415322,\n                        1.01807110553801,\n                        1.06785281810975,\n                        1.11293714601714,\n                        1.15411019156322,\n                        1.19197501914161,\n                        1.22700490926194,\n                        1.25957840298217,\n                        1.29000317377344,\n                        1.31853277129087,\n                        1.43911992601074,\n                        1.61124318553755,\n                        1.73306623435751,\n                        1.8265994112968,\n                        1.90210432232858,\n                        1.96517095805384,\n                        2.01916824315661,\n                        2.06627705079459\n                    ],\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": [\n                        \"-90%stk\",\n                        \"-80%stk\",\n                        \"-70%stk\",\n                        \"-60%stk\",\n                        \"-50%stk\",\n                        \"-40%stk\",\n                        \"-30%stk\",\n                        \"-25%stk\",\n                        \"-20%stk\",\n                        \"-15%stk\",\n                        \"-10%stk\",\n                        \"-9%stk\",\n                        \"-8%stk\",\n                        \"-7%stk\",\n                        \"-6%stk\",\n                        \"-5%stk\",\n                        \"-4%stk\",\n                        \"-3%stk\",\n                        \"-2%stk\",\n                        \"-1%stk\",\n                        \"0%stk\",\n                        \"1%stk\",\n                        \"2%stk\",\n                        \"3%stk\",\n                        \"4%stk\",\n                        \"5%stk\",\n                        \"6%stk\",\n                        \"7%stk\",\n                        \"8%stk\",\n                        \"9%stk\",\n                        \"10%stk\",\n                        \"15%stk\",\n                        \"20%stk\",\n                        \"25%stk\",\n                        \"30%stk\",\n                        \"40%stk\",\n                        \"50%stk\",\n                        \"60%stk\",\n                        \"70%stk\",\n                        \"80%stk\",\n                        \"90%stk\",\n                        \"100%stk\",\n                        \"110%stk\",\n                        \"120%stk\",\n                        \"130%stk\",\n                        \"140%stk\",\n                        \"150%stk\",\n                        \"200%stk\",\n                        \"300%stk\",\n                        \"400%stk\",\n                        \"500%stk\",\n                        \"600%stk\",\n                        \"700%stk\",\n                        \"800%stk\",\n                        \"900%stk\"\n                    ],\n                    \"gridLabelNumericRelStrike\": [\n                        0.1,\n                        0.2,\n                        0.3,\n                        0.4,\n                        0.5,\n                        0.6,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.91,\n                        0.92,\n                        0.93,\n                        0.94,\n                        0.95,\n                        0.96,\n                        0.97,\n                        0.98,\n                        0.99,\n                        1,\n                        1.01,\n                        1.02,\n                        1.03,\n                        1.04,\n                        1.05,\n                        1.06,\n                        1.07,\n                        1.08,\n                        1.09,\n                        1.1,\n                        1.15,\n                        1.2,\n                        1.25,\n                        1.3,\n                        1.4,\n                        1.5,\n                        1.6,\n                        1.7,\n                        1.8,\n                        1.9,\n                        2,\n                        2.1,\n                        2.2,\n                        2.3,\n                        2.4,\n                        2.5,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"impliedVolatility\": [\n                        1.45129838240969,\n                        1.20784883160015,\n                        1.03997654434299,\n                        0.902958328565681,\n                        0.781569641199049,\n                        0.668441631081142,\n                        0.559778179173401,\n                        0.506984284398891,\n                        0.456161609273057,\n                        0.409450499883992,\n                        0.370898552850487,\n                        0.364650125415245,\n                        0.358995601310374,\n                        0.353974337933214,\n                        0.349619168860036,\n                        0.34595465263725,\n                        0.342995669163529,\n                        0.340746525048037,\n                        0.33920067541492,\n                        0.338341093666756,\n                        0.338141238493291,\n                        0.338566496602493,\n                        0.339575934183655,\n                        0.341124176157923,\n                        0.343163247470153,\n                        0.345644246398073,\n                        0.348518764996809,\n                        0.351740016314684,\n                        0.355263665048934,\n                        0.359048384681039,\n                        0.363056179689679,\n                        0.385350528178837,\n                        0.409376416044168,\n                        0.433489382626445,\n                        0.456914695976363,\n                        0.500613035641263,\n                        0.539864603976334,\n                        0.575082805366486,\n                        0.606839855550965,\n                        0.635661164597743,\n                        0.661987392668064,\n                        0.686179076391011,\n                        0.708530147880736,\n                        0.729281289972156,\n                        0.748631047376339,\n                        0.766744584466,\n                        0.783760468589375,\n                        0.855933999779218,\n                        0.959399735192729,\n                        1.03279982812537,\n                        1.08920646339789,\n                        1.13476077101786,\n                        1.17281949462525,\n                        1.20540934214785,\n                        1.23384374251541\n                    ],\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": [\n                        \"-90%stk\",\n                        \"-80%stk\",\n                        \"-70%stk\",\n                        \"-60%stk\",\n                        \"-50%stk\",\n                        \"-40%stk\",\n                        \"-30%stk\",\n                        \"-25%stk\",\n                        \"-20%stk\",\n                        \"-15%stk\",\n                        \"-10%stk\",\n                        \"-9%stk\",\n                        \"-8%stk\",\n                        \"-7%stk\",\n                        \"-6%stk\",\n                        \"-5%stk\",\n                        \"-4%stk\",\n                        \"-3%stk\",\n                        \"-2%stk\",\n                        \"-1%stk\",\n                        \"0%stk\",\n                        \"1%stk\",\n                        \"2%stk\",\n                        \"3%stk\",\n                        \"4%stk\",\n                        \"5%stk\",\n                        \"6%stk\",\n                        \"7%stk\",\n                        \"8%stk\",\n                        \"9%stk\",\n                        \"10%stk\",\n                        \"15%stk\",\n                        \"20%stk\",\n                        \"25%stk\",\n                        \"30%stk\",\n                        \"40%stk\",\n                        \"50%stk\",\n                        \"60%stk\",\n                        \"70%stk\",\n                        \"80%stk\",\n                        \"90%stk\",\n                        \"100%stk\",\n                        \"110%stk\",\n                        \"120%stk\",\n                        \"130%stk\",\n                        \"140%stk\",\n                        \"150%stk\",\n                        \"200%stk\",\n                        \"300%stk\",\n                        \"400%stk\",\n                        \"500%stk\",\n                        \"600%stk\",\n                        \"700%stk\",\n                        \"800%stk\",\n                        \"900%stk\"\n                    ],\n                    \"gridLabelNumericRelStrike\": [\n                        0.1,\n                        0.2,\n                        0.3,\n                        0.4,\n                        0.5,\n                        0.6,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.91,\n                        0.92,\n                        0.93,\n                        0.94,\n                        0.95,\n                        0.96,\n                        0.97,\n                        0.98,\n                        0.99,\n                        1,\n                        1.01,\n                        1.02,\n                        1.03,\n                        1.04,\n                        1.05,\n                        1.06,\n                        1.07,\n                        1.08,\n                        1.09,\n                        1.1,\n                        1.15,\n                        1.2,\n                        1.25,\n                        1.3,\n                        1.4,\n                        1.5,\n                        1.6,\n                        1.7,\n                        1.8,\n                        1.9,\n                        2,\n                        2.1,\n                        2.2,\n                        2.3,\n                        2.4,\n                        2.5,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"impliedVolatility\": [\n                        1.95135851470875,\n                        1.62124572867889,\n                        1.39288514052547,\n                        1.20561522657852,\n                        1.03841747431167,\n                        0.880374946148641,\n                        0.724005378840114,\n                        0.644543854873527,\n                        0.563548898956663,\n                        0.481302236798938,\n                        0.400312072557585,\n                        0.384849626698985,\n                        0.369863573195543,\n                        0.355498293392169,\n                        0.341925037604814,\n                        0.329341846807862,\n                        0.317970193748083,\n                        0.308046876465917,\n                        0.299810033980863,\n                        0.293479275539695,\n                        0.289231890661275,\n                        0.28717942557067,\n                        0.287350389644269,\n                        0.289684210864946,\n                        0.294038501556975,\n                        0.300207536322794,\n                        0.307946727609819,\n                        0.316997193977679,\n                        0.327106020359709,\n                        0.33804021503606,\n                        0.34959443674965,\n                        0.41152449440019,\n                        0.473025488302401,\n                        0.530274650351163,\n                        0.582678340059348,\n                        0.67447207772189,\n                        0.752357344843019,\n                        0.81970990369458,\n                        0.878922251966748,\n                        0.931683611379949,\n                        0.979215720387522,\n                        1.02242659462173,\n                        1.0620082175168,\n                        1.09849964542283,\n                        1.13232885745367,\n                        1.16384127519307,\n                        1.19331970094139,\n                        1.31723018990639,\n                        1.49248699877884,\n                        1.61561934117721,\n                        1.70974348151443,\n                        1.78549955801834,\n                        1.84863817915111,\n                        1.90260627221193,\n                        1.94962626612416\n                    ],\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": [\n                        \"-90%stk\",\n                        \"-80%stk\",\n                        \"-70%stk\",\n                        \"-60%stk\",\n                        \"-50%stk\",\n                        \"-40%stk\",\n                        \"-30%stk\",\n                        \"-25%stk\",\n                        \"-20%stk\",\n                        \"-15%stk\",\n                        \"-10%stk\",\n                        \"-9%stk\",\n                        \"-8%stk\",\n                        \"-7%stk\",\n                        \"-6%stk\",\n                        \"-5%stk\",\n                        \"-4%stk\",\n                        \"-3%stk\",\n                        \"-2%stk\",\n                        \"-1%stk\",\n                        \"0%stk\",\n                        \"1%stk\",\n                        \"2%stk\",\n                        \"3%stk\",\n                        \"4%stk\",\n                        \"5%stk\",\n                        \"6%stk\",\n                        \"7%stk\",\n                        \"8%stk\",\n                        \"9%stk\",\n                        \"10%stk\",\n                        \"15%stk\",\n                        \"20%stk\",\n                        \"25%stk\",\n                        \"30%stk\",\n                        \"40%stk\",\n                        \"50%stk\",\n                        \"60%stk\",\n                        \"70%stk\",\n                        \"80%stk\",\n                        \"90%stk\",\n                        \"100%stk\",\n                        \"110%stk\",\n                        \"120%stk\",\n                        \"130%stk\",\n                        \"140%stk\",\n                        \"150%stk\",\n                        \"200%stk\",\n                        \"300%stk\",\n                        \"400%stk\",\n                        \"500%stk\",\n                        \"600%stk\",\n                        \"700%stk\",\n                        \"800%stk\",\n                        \"900%stk\"\n                    ],\n                    \"gridLabelNumericRelStrike\": [\n                        0.1,\n                        0.2,\n                        0.3,\n                        0.4,\n                        0.5,\n                        0.6,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.91,\n                        0.92,\n                        0.93,\n                        0.94,\n                        0.95,\n                        0.96,\n                        0.97,\n                        0.98,\n                        0.99,\n                        1,\n                        1.01,\n                        1.02,\n                        1.03,\n                        1.04,\n                        1.05,\n                        1.06,\n                        1.07,\n                        1.08,\n                        1.09,\n                        1.1,\n                        1.15,\n                        1.2,\n                        1.25,\n                        1.3,\n                        1.4,\n                        1.5,\n                        1.6,\n                        1.7,\n                        1.8,\n                        1.9,\n                        2,\n                        2.1,\n                        2.2,\n                        2.3,\n                        2.4,\n                        2.5,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"impliedVolatility\": [\n                        1.47467559461604,\n                        1.23491911232995,\n                        1.07026367617207,\n                        0.936312897403636,\n                        0.817862849084678,\n                        0.707263597311588,\n                        0.599679200912883,\n                        0.546018536852177,\n                        0.492418008069676,\n                        0.440011743536378,\n                        0.393185262724546,\n                        0.385391974817452,\n                        0.378446283913997,\n                        0.372526358188633,\n                        0.367822900424337,\n                        0.364539575986538,\n                        0.362940932915215,\n                        0.363694674811315,\n                        0.368793840384007,\n                        0.377984999082644,\n                        0.388938204245089,\n                        0.400828645057273,\n                        0.413317175333194,\n                        0.426182857034266,\n                        0.439258849689503,\n                        0.452416370111708,\n                        0.465557220335063,\n                        0.478608084860691,\n                        0.491515535507688,\n                        0.504241707911819,\n                        0.516760698192777,\n                        0.575861215146799,\n                        0.629129869100755,\n                        0.677215159539109,\n                        0.720899690354302,\n                        0.797675320025589,\n                        0.863522457182705,\n                        0.921106231282512,\n                        0.972228953602282,\n                        1.01816063317673,\n                        1.05982937102302,\n                        1.09793432948091,\n                        1.13301565348918,\n                        1.16549953043765,\n                        1.1957282839968,\n                        1.22398110491533,\n                        1.25048871984163,\n                        1.36266490410654,\n                        1.52308003868796,\n                        1.63677361217984,\n                        1.72413354991751,\n                        1.79469141032256,\n                        1.85364770875524,\n                        1.90413990711618,\n                        1.94820055370223\n                    ],\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": [\n                        \"-90%stk\",\n                        \"-80%stk\",\n                        \"-70%stk\",\n                        \"-60%stk\",\n                        \"-50%stk\",\n                        \"-40%stk\",\n                        \"-30%stk\",\n                        \"-25%stk\",\n                        \"-20%stk\",\n                        \"-15%stk\",\n                        \"-10%stk\",\n                        \"-9%stk\",\n                        \"-8%stk\",\n                        \"-7%stk\",\n                        \"-6%stk\",\n                        \"-5%stk\",\n                        \"-4%stk\",\n                        \"-3%stk\",\n                        \"-2%stk\",\n                        \"-1%stk\",\n                        \"0%stk\",\n                        \"1%stk\",\n                        \"2%stk\",\n                        \"3%stk\",\n                        \"4%stk\",\n                        \"5%stk\",\n                        \"6%stk\",\n                        \"7%stk\",\n                        \"8%stk\",\n                        \"9%stk\",\n                        \"10%stk\",\n                        \"15%stk\",\n                        \"20%stk\",\n                        \"25%stk\",\n                        \"30%stk\",\n                        \"40%stk\",\n                        \"50%stk\",\n                        \"60%stk\",\n                        \"70%stk\",\n                        \"80%stk\",\n                        \"90%stk\",\n                        \"100%stk\",\n                        \"110%stk\",\n                        \"120%stk\",\n                        \"130%stk\",\n                        \"140%stk\",\n                        \"150%stk\",\n                        \"200%stk\",\n                        \"300%stk\",\n                        \"400%stk\",\n                        \"500%stk\",\n                        \"600%stk\",\n                        \"700%stk\",\n                        \"800%stk\",\n                        \"900%stk\"\n                    ],\n                    \"gridLabelNumericRelStrike\": [\n                        0.1,\n                        0.2,\n                        0.3,\n                        0.4,\n                        0.5,\n                        0.6,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.91,\n                        0.92,\n                        0.93,\n                        0.94,\n                        0.95,\n                        0.96,\n                        0.97,\n                        0.98,\n                        0.99,\n                        1,\n                        1.01,\n                        1.02,\n                        1.03,\n                        1.04,\n                        1.05,\n                        1.06,\n                        1.07,\n                        1.08,\n                        1.09,\n                        1.1,\n                        1.15,\n                        1.2,\n                        1.25,\n                        1.3,\n                        1.4,\n                        1.5,\n                        1.6,\n                        1.7,\n                        1.8,\n                        1.9,\n                        2,\n                        2.1,\n                        2.2,\n                        2.3,\n                        2.4,\n                        2.5,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"impliedVolatility\": [\n                        1.32353547512859,\n                        1.10722307115726,\n                        0.95889582816064,\n                        0.838624014319468,\n                        0.732959040319294,\n                        0.635569338717445,\n                        0.543380693941893,\n                        0.499164360857013,\n                        0.456938994144611,\n                        0.418302063379038,\n                        0.386266700531447,\n                        0.381019969490596,\n                        0.376244831488559,\n                        0.371974326027173,\n                        0.368237237045217,\n                        0.365056590669018,\n                        0.362448331787927,\n                        0.360420329003749,\n                        0.358971830307073,\n                        0.358093439278475,\n                        0.357767613791981,\n                        0.357969621220952,\n                        0.358668831090227,\n                        0.359830198029835,\n                        0.361415787105714,\n                        0.363386215304911,\n                        0.365701918080077,\n                        0.368324188719015,\n                        0.371215973292218,\n                        0.374342430698158,\n                        0.377671284610387,\n                        0.396413854847854,\n                        0.416884652683753,\n                        0.437620023008978,\n                        0.457906557757964,\n                        0.496053161657054,\n                        0.530596279555762,\n                        0.561776868641188,\n                        0.590023968588998,\n                        0.615754479529071,\n                        0.639327964719019,\n                        0.661043868160468,\n                        0.68114942161658,\n                        0.699849029468516,\n                        0.717312607759794,\n                        0.733682395826843,\n                        0.749078356142815,\n                        0.814554880964014,\n                        0.908822238209589,\n                        0.975920619588832,\n                        1.02758552217612,\n                        1.06936514096108,\n                        1.10430354388614,\n                        1.13424331427423,\n                        1.16038075821474\n                    ],\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": [\n                        \"-90%stk\",\n                        \"-80%stk\",\n                        \"-70%stk\",\n                        \"-60%stk\",\n                        \"-50%stk\",\n                        \"-40%stk\",\n                        \"-30%stk\",\n                        \"-25%stk\",\n                        \"-20%stk\",\n                        \"-15%stk\",\n                        \"-10%stk\",\n                        \"-9%stk\",\n                        \"-8%stk\",\n                        \"-7%stk\",\n                        \"-6%stk\",\n                        \"-5%stk\",\n                        \"-4%stk\",\n                        \"-3%stk\",\n                        \"-2%stk\",\n                        \"-1%stk\",\n                        \"0%stk\",\n                        \"1%stk\",\n                        \"2%stk\",\n                        \"3%stk\",\n                        \"4%stk\",\n                        \"5%stk\",\n                        \"6%stk\",\n                        \"7%stk\",\n                        \"8%stk\",\n                        \"9%stk\",\n                        \"10%stk\",\n                        \"15%stk\",\n                        \"20%stk\",\n                        \"25%stk\",\n                        \"30%stk\",\n                        \"40%stk\",\n                        \"50%stk\",\n                        \"60%stk\",\n                        \"70%stk\",\n                        \"80%stk\",\n                        \"90%stk\",\n                        \"100%stk\",\n                        \"110%stk\",\n                        \"120%stk\",\n                        \"130%stk\",\n                        \"140%stk\",\n                        \"150%stk\",\n                        \"200%stk\",\n                        \"300%stk\",\n                        \"400%stk\",\n                        \"500%stk\",\n                        \"600%stk\",\n                        \"700%stk\",\n                        \"800%stk\",\n                        \"900%stk\"\n                    ],\n                    \"gridLabelNumericRelStrike\": [\n                        0.1,\n                        0.2,\n                        0.3,\n                        0.4,\n                        0.5,\n                        0.6,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.91,\n                        0.92,\n                        0.93,\n                        0.94,\n                        0.95,\n                        0.96,\n                        0.97,\n                        0.98,\n                        0.99,\n                        1,\n                        1.01,\n                        1.02,\n                        1.03,\n                        1.04,\n                        1.05,\n                        1.06,\n                        1.07,\n                        1.08,\n                        1.09,\n                        1.1,\n                        1.15,\n                        1.2,\n                        1.25,\n                        1.3,\n                        1.4,\n                        1.5,\n                        1.6,\n                        1.7,\n                        1.8,\n                        1.9,\n                        2,\n                        2.1,\n                        2.2,\n                        2.3,\n                        2.4,\n                        2.5,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"impliedVolatility\": [\n                        1.90585484094478,\n                        1.57561777813327,\n                        1.34644167993567,\n                        1.15798760747041,\n                        0.989402181972341,\n                        0.830068438579151,\n                        0.673395551064337,\n                        0.594911919571959,\n                        0.516618958853918,\n                        0.440264939417262,\n                        0.370473754052111,\n                        0.358034511305219,\n                        0.346319011132957,\n                        0.335435482344594,\n                        0.325495698307885,\n                        0.316611021487771,\n                        0.308887386737869,\n                        0.302419477764722,\n                        0.297284591104671,\n                        0.293536898172933,\n                        0.291202926095532,\n                        0.290279007845852,\n                        0.29073117806822,\n                        0.292497568485748,\n                        0.295492909266091,\n                        0.299614408047482,\n                        0.304748145159326,\n                        0.310775197340226,\n                        0.317576918068852,\n                        0.325039068299354,\n                        0.33305472955723,\n                        0.378362639232603,\n                        0.426888336998609,\n                        0.474572102373019,\n                        0.519841262693478,\n                        0.601774007363156,\n                        0.673036452468478,\n                        0.735466890078324,\n                        0.790755906215565,\n                        0.840237997286392,\n                        0.884938120133714,\n                        0.92564613182667,\n                        0.962978222574113,\n                        0.997422089189236,\n                        1.02936928578207,\n                        1.05913840276744,\n                        1.08699184325141,\n                        1.20409126393881,\n                        1.36964655926735,\n                        1.48586196551472,\n                        1.57463349588388,\n                        1.64604010770905,\n                        1.70552609780737,\n                        1.75635280621916,\n                        1.80062182775276\n                    ],\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": [\n                        \"-90%stk\",\n                        \"-80%stk\",\n                        \"-70%stk\",\n                        \"-60%stk\",\n                        \"-50%stk\",\n                        \"-40%stk\",\n                        \"-30%stk\",\n                        \"-25%stk\",\n                        \"-20%stk\",\n                        \"-15%stk\",\n                        \"-10%stk\",\n                        \"-9%stk\",\n                        \"-8%stk\",\n                        \"-7%stk\",\n                        \"-6%stk\",\n                        \"-5%stk\",\n                        \"-4%stk\",\n                        \"-3%stk\",\n                        \"-2%stk\",\n                        \"-1%stk\",\n                        \"0%stk\",\n                        \"1%stk\",\n                        \"2%stk\",\n                        \"3%stk\",\n                        \"4%stk\",\n                        \"5%stk\",\n                        \"6%stk\",\n                        \"7%stk\",\n                        \"8%stk\",\n                        \"9%stk\",\n                        \"10%stk\",\n                        \"15%stk\",\n                        \"20%stk\",\n                        \"25%stk\",\n                        \"30%stk\",\n                        \"40%stk\",\n                        \"50%stk\",\n                        \"60%stk\",\n                        \"70%stk\",\n                        \"80%stk\",\n                        \"90%stk\",\n                        \"100%stk\",\n                        \"110%stk\",\n                        \"120%stk\",\n                        \"130%stk\",\n                        \"140%stk\",\n                        \"150%stk\",\n                        \"200%stk\",\n                        \"300%stk\",\n                        \"400%stk\",\n                        \"500%stk\",\n                        \"600%stk\",\n                        \"700%stk\",\n                        \"800%stk\",\n                        \"900%stk\"\n                    ],\n                    \"gridLabelNumericRelStrike\": [\n                        0.1,\n                        0.2,\n                        0.3,\n                        0.4,\n                        0.5,\n                        0.6,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.91,\n                        0.92,\n                        0.93,\n                        0.94,\n                        0.95,\n                        0.96,\n                        0.97,\n                        0.98,\n                        0.99,\n                        1,\n                        1.01,\n                        1.02,\n                        1.03,\n                        1.04,\n                        1.05,\n                        1.06,\n                        1.07,\n                        1.08,\n                        1.09,\n                        1.1,\n                        1.15,\n                        1.2,\n                        1.25,\n                        1.3,\n                        1.4,\n                        1.5,\n                        1.6,\n                        1.7,\n                        1.8,\n                        1.9,\n                        2,\n                        2.1,\n                        2.2,\n                        2.3,\n                        2.4,\n                        2.5,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"impliedVolatility\": [\n                        1.13424238534369,\n                        0.942354987999681,\n                        0.812512703928485,\n                        0.710062043486492,\n                        0.624590503188877,\n                        0.55298954402354,\n                        0.495920063223176,\n                        0.473630018823783,\n                        0.455943108601847,\n                        0.443009748678022,\n                        0.434731100777828,\n                        0.433606099403349,\n                        0.432649285353792,\n                        0.431856236327884,\n                        0.431222244352818,\n                        0.430742351088447,\n                        0.430411384547511,\n                        0.430223996603944,\n                        0.430174700661247,\n                        0.430257908868539,\n                        0.430467968305321,\n                        0.430799195607681,\n                        0.431245909577193,\n                        0.431802461395775,\n                        0.432463262160457,\n                        0.433222807545657,\n                        0.434075699491847,\n                        0.435016664903464,\n                        0.436040571412172,\n                        0.437142440321922,\n                        0.438317456898916,\n                        0.445133523166137,\n                        0.453158460373006,\n                        0.461989540113149,\n                        0.471321552865653,\n                        0.490648233479129,\n                        0.509990415987116,\n                        0.528778602791675,\n                        0.546754989308198,\n                        0.563825140441614,\n                        0.579978438608693,\n                        0.595245805943207,\n                        0.609677262913355,\n                        0.623330053425812,\n                        0.636262441238752,\n                        0.648530574315839,\n                        0.660187015762928,\n                        0.710844159016733,\n                        0.786080436064193,\n                        0.840764348036561,\n                        0.883320934199725,\n                        0.917957307586798,\n                        0.947047508787844,\n                        0.972053250220864,\n                        0.993934455365624\n                    ],\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": [\n                        \"-90%stk\",\n                        \"-80%stk\",\n                        \"-70%stk\",\n                        \"-60%stk\",\n                        \"-50%stk\",\n                        \"-40%stk\",\n                        \"-30%stk\",\n                        \"-25%stk\",\n                        \"-20%stk\",\n                        \"-15%stk\",\n                        \"-10%stk\",\n                        \"-9%stk\",\n                        \"-8%stk\",\n                        \"-7%stk\",\n                        \"-6%stk\",\n                        \"-5%stk\",\n                        \"-4%stk\",\n                        \"-3%stk\",\n                        \"-2%stk\",\n                        \"-1%stk\",\n                        \"0%stk\",\n                        \"1%stk\",\n                        \"2%stk\",\n                        \"3%stk\",\n                        \"4%stk\",\n                        \"5%stk\",\n                        \"6%stk\",\n                        \"7%stk\",\n                        \"8%stk\",\n                        \"9%stk\",\n                        \"10%stk\",\n                        \"15%stk\",\n                        \"20%stk\",\n                        \"25%stk\",\n                        \"30%stk\",\n                        \"40%stk\",\n                        \"50%stk\",\n                        \"60%stk\",\n                        \"70%stk\",\n                        \"80%stk\",\n                        \"90%stk\",\n                        \"100%stk\",\n                        \"110%stk\",\n                        \"120%stk\",\n                        \"130%stk\",\n                        \"140%stk\",\n                        \"150%stk\",\n                        \"200%stk\",\n                        \"300%stk\",\n                        \"400%stk\",\n                        \"500%stk\",\n                        \"600%stk\",\n                        \"700%stk\",\n                        \"800%stk\",\n                        \"900%stk\"\n                    ],\n                    \"gridLabelNumericRelStrike\": [\n                        0.1,\n                        0.2,\n                        0.3,\n                        0.4,\n                        0.5,\n                        0.6,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.91,\n                        0.92,\n                        0.93,\n                        0.94,\n                        0.95,\n                        0.96,\n                        0.97,\n                        0.98,\n                        0.99,\n                        1,\n                        1.01,\n                        1.02,\n                        1.03,\n                        1.04,\n                        1.05,\n                        1.06,\n                        1.07,\n                        1.08,\n                        1.09,\n                        1.1,\n                        1.15,\n                        1.2,\n                        1.25,\n                        1.3,\n                        1.4,\n                        1.5,\n                        1.6,\n                        1.7,\n                        1.8,\n                        1.9,\n                        2,\n                        2.1,\n                        2.2,\n                        2.3,\n                        2.4,\n                        2.5,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"impliedVolatility\": [\n                        0.921374384301936,\n                        0.795299080804086,\n                        0.711963290837559,\n                        0.647205463520469,\n                        0.593316292181774,\n                        0.547208738275519,\n                        0.508109910877734,\n                        0.491507800837879,\n                        0.477343222895149,\n                        0.466163311802824,\n                        0.458564247887819,\n                        0.457516604810131,\n                        0.456631367758533,\n                        0.455909035028931,\n                        0.45534915848491,\n                        0.45495031583341,\n                        0.454710111183364,\n                        0.454625204382084,\n                        0.454691367732073,\n                        0.454903566930236,\n                        0.455256061641108,\n                        0.455742520159913,\n                        0.456356142207885,\n                        0.457089784018708,\n                        0.457936080440435,\n                        0.458887559666152,\n                        0.459936747276035,\n                        0.461076257387523,\n                        0.462298869758637,\n                        0.463597592594997,\n                        0.464965711532114,\n                        0.47263531000198,\n                        0.481227949984679,\n                        0.490280687398616,\n                        0.499493370886915,\n                        0.517723360365005,\n                        0.535154592642392,\n                        0.551550879577943,\n                        0.566884733995442,\n                        0.581208522254799,\n                        0.59460166890056,\n                        0.607148783763505,\n                        0.618930789960875,\n                        0.630021669181644,\n                        0.640487656462002,\n                        0.650387479435344,\n                        0.659773005729699,\n                        0.700415522339156,\n                        0.760656603025267,\n                        0.804526763415125,\n                        0.838765520507666,\n                        0.866706470308695,\n                        0.890228008131622,\n                        0.910487667725706,\n                        0.92824682168059\n                    ],\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                }\n            ],\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        }\n    ],\n    \"dataShape\": \"3L\",\n    \"limit\": 3,\n    \"moneyness\": \"strike\",\n    \"size\": 1,\n    \"timeFrom\": \"2023-10-01T00:00:00Z\",\n    \"timeTo\": \"2023-10-01T01:00:00Z\"\n}"},{"id":"53279513-19c9-4611-9921-52355c912ea6","name":"Implied Volatility - 3L view and delta moneyness","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{analytics_api_python}}/analytics-api/implied-volatility-surface?lukkaEntityCode=LUKKA&moneyness=delta&dataShape=3L&underlyingAssetLukkaCode=ETH&timeTo=2023-10-01T01:00:00.000Z&timeFrom=2023-10-01T00:00:00.000Z&limit=3","host":["{{analytics_api_python}}"],"path":["analytics-api","implied-volatility-surface"],"query":[{"key":"lukkaEntityCode","value":"LUKKA","description":"Required Parameter - The Lukka generated enitity code of the entity related to this implied volatility. Aggregated Implied Volatility will use LUKKA entity code."},{"key":"moneyness","value":"delta","description":"The Moneyness of the implied volatility, expressed as \"delta\" or \"strike\""},{"key":"dataShape","value":"3L","description":"The underlying datashape of the output response. Can be \"flat\", \"2L\", or \"3L\"\n\nflat - Record level view of implied volatility for each value of the surface\n2L - two dimensional response with nested JSON structures\n3L - three dimensional response with nested JSON structures"},{"key":"underlyingAssetLukkaCode","value":"ETH","description":"Required Parameter - The Lukka asset code of the underlying asset represented by this volatility."},{"key":"timeTo","value":"2023-10-01T01:00:00.000Z","description":"Required Parameter - The ending business time to retrieve volatilities to."},{"key":"timeFrom","value":"2023-10-01T00:00:00.000Z","description":"Required Parameter - The beginning business time to retrieve volatilities from."},{"key":"limit","value":"3","description":"The limit of entries to receive in one payload. The max limit is 6 surfaces "},{"key":"timeRange","value":"4D","description":"Alternative Parameter for adjusting the time range that can be used with timeTo OR timeFrom. Values denoted in H/D/W/M/Y\n\nWhen used with timeTo the returned output will be timeTo - timeRange\n\nWhen used with timeFrom the returned output will be timeFrom + timeRange","disabled":true},{"key":"tenor","value":"1D","description":"The tenor or timeframe of this volatility, D/M/Y","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"envoy"},{"key":"date","value":"Fri, 20 Oct 2023 21:00:44 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"26213"},{"key":"x-envoy-upstream-service-time","value":"106"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"impliedVolBusinessTime\": \"2023-10-01T00:00:00Z\",\n            \"lukkaEntityCode\": \"LUKKA\",\n            \"tenors\": [\n                {\n                    \"gridLabel\": [\n                        \"2%dlt\",\n                        \"5%dlt\",\n                        \"10%dlt\",\n                        \"15%dlt\",\n                        \"20%dlt\",\n                        \"25%dlt\",\n                        \"30%dlt\",\n                        \"35%dlt\",\n                        \"40%dlt\",\n                        \"45%dlt\",\n                        \"atm%dlt\",\n                        \"-45%dlt\",\n                        \"-40%dlt\",\n                        \"-35%dlt\",\n                        \"-30%dlt\",\n                        \"-25%dlt\",\n                        \"-20%dlt\",\n                        \"-15%dlt\",\n                        \"-10%dlt\",\n                        \"-5%dlt\",\n                        \"-2%dlt\"\n                    ],\n                    \"gridLabelNumericCall\": [\n                        0.02,\n                        0.05,\n                        0.1,\n                        0.15,\n                        0.2,\n                        0.25,\n                        0.3,\n                        0.35,\n                        0.4,\n                        0.45,\n                        0.5,\n                        0.55,\n                        0.6,\n                        0.65,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.95,\n                        0.98\n                    ],\n                    \"gridLabelNumericPut\": [\n                        -0.98,\n                        -0.95,\n                        -0.9,\n                        -0.85,\n                        -0.8,\n                        -0.75,\n                        -0.7,\n                        -0.65,\n                        -0.6,\n                        -0.55,\n                        -0.5,\n                        -0.45,\n                        -0.4,\n                        -0.35,\n                        -0.3,\n                        -0.25,\n                        -0.2,\n                        -0.15,\n                        -0.1,\n                        -0.05,\n                        -0.02\n                    ],\n                    \"impliedVolatility\": [\n                        0.388313202632605,\n                        0.371566916840045,\n                        0.359886901222768,\n                        0.353134274720891,\n                        0.350182202609963,\n                        0.347627057583704,\n                        0.345052992022737,\n                        0.344653850566632,\n                        0.34437798630602,\n                        0.344101900886892,\n                        0.343825593776489,\n                        0.347061122500161,\n                        0.350493549971369,\n                        0.353892687678049,\n                        0.357356750742932,\n                        0.365140144582818,\n                        0.372761053585775,\n                        0.381764606533523,\n                        0.395420659778619,\n                        0.416098564446713,\n                        0.440020873901238\n                    ],\n                    \"tenor\": \"1D\",\n                    \"tenorNumericYearFraction\": 0.0027378507871321\n                },\n                {\n                    \"gridLabel\": [\n                        \"2%dlt\",\n                        \"5%dlt\",\n                        \"10%dlt\",\n                        \"15%dlt\",\n                        \"20%dlt\",\n                        \"25%dlt\",\n                        \"30%dlt\",\n                        \"35%dlt\",\n                        \"40%dlt\",\n                        \"45%dlt\",\n                        \"atm%dlt\",\n                        \"-45%dlt\",\n                        \"-40%dlt\",\n                        \"-35%dlt\",\n                        \"-30%dlt\",\n                        \"-25%dlt\",\n                        \"-20%dlt\",\n                        \"-15%dlt\",\n                        \"-10%dlt\",\n                        \"-5%dlt\",\n                        \"-2%dlt\"\n                    ],\n                    \"gridLabelNumericCall\": [\n                        0.02,\n                        0.05,\n                        0.1,\n                        0.15,\n                        0.2,\n                        0.25,\n                        0.3,\n                        0.35,\n                        0.4,\n                        0.45,\n                        0.5,\n                        0.55,\n                        0.6,\n                        0.65,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.95,\n                        0.98\n                    ],\n                    \"gridLabelNumericPut\": [\n                        -0.98,\n                        -0.95,\n                        -0.9,\n                        -0.85,\n                        -0.8,\n                        -0.75,\n                        -0.7,\n                        -0.65,\n                        -0.6,\n                        -0.55,\n                        -0.5,\n                        -0.45,\n                        -0.4,\n                        -0.35,\n                        -0.3,\n                        -0.25,\n                        -0.2,\n                        -0.15,\n                        -0.1,\n                        -0.05,\n                        -0.02\n                    ],\n                    \"impliedVolatility\": [\n                        0.59812783191074,\n                        0.443205021479619,\n                        0.368230935996698,\n                        0.342054688649262,\n                        0.323778983714855,\n                        0.315369227599697,\n                        0.310572306284984,\n                        0.307948742391337,\n                        0.307196449387155,\n                        0.307807246856298,\n                        0.309699842198702,\n                        0.312893259894056,\n                        0.317505796120133,\n                        0.323971531739649,\n                        0.332790166066417,\n                        0.34458621029683,\n                        0.361403331494239,\n                        0.389456215815976,\n                        0.433044605207116,\n                        0.524172243312506,\n                        0.667422585481678\n                    ],\n                    \"tenor\": \"1M\",\n                    \"tenorNumericYearFraction\": 0.0848733744010951\n                },\n                {\n                    \"gridLabel\": [\n                        \"2%dlt\",\n                        \"5%dlt\",\n                        \"10%dlt\",\n                        \"15%dlt\",\n                        \"20%dlt\",\n                        \"25%dlt\",\n                        \"30%dlt\",\n                        \"35%dlt\",\n                        \"40%dlt\",\n                        \"45%dlt\",\n                        \"atm%dlt\",\n                        \"-45%dlt\",\n                        \"-40%dlt\",\n                        \"-35%dlt\",\n                        \"-30%dlt\",\n                        \"-25%dlt\",\n                        \"-20%dlt\",\n                        \"-15%dlt\",\n                        \"-10%dlt\",\n                        \"-5%dlt\",\n                        \"-2%dlt\"\n                    ],\n                    \"gridLabelNumericCall\": [\n                        0.02,\n                        0.05,\n                        0.1,\n                        0.15,\n                        0.2,\n                        0.25,\n                        0.3,\n                        0.35,\n                        0.4,\n                        0.45,\n                        0.5,\n                        0.55,\n                        0.6,\n                        0.65,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.95,\n                        0.98\n                    ],\n                    \"gridLabelNumericPut\": [\n                        -0.98,\n                        -0.95,\n                        -0.9,\n                        -0.85,\n                        -0.8,\n                        -0.75,\n                        -0.7,\n                        -0.65,\n                        -0.6,\n                        -0.55,\n                        -0.5,\n                        -0.45,\n                        -0.4,\n                        -0.35,\n                        -0.3,\n                        -0.25,\n                        -0.2,\n                        -0.15,\n                        -0.1,\n                        -0.05,\n                        -0.02\n                    ],\n                    \"impliedVolatility\": [\n                        0.517078199983653,\n                        0.482823098588432,\n                        0.449342655300067,\n                        0.432471486260754,\n                        0.420205378072437,\n                        0.410467147348506,\n                        0.402435829452463,\n                        0.395534608084183,\n                        0.38939102143949,\n                        0.383790377390877,\n                        0.378767133052357,\n                        0.374434991307719,\n                        0.370793946154591,\n                        0.368655878987774,\n                        0.372115474159024,\n                        0.38205431178916,\n                        0.400707114596829,\n                        0.426841171701421,\n                        0.46409802249947,\n                        0.534404306294925,\n                        0.606163312557419\n                    ],\n                    \"tenor\": \"1W\",\n                    \"tenorNumericYearFraction\": 0.0191649555099247\n                },\n                {\n                    \"gridLabel\": [\n                        \"2%dlt\",\n                        \"5%dlt\",\n                        \"10%dlt\",\n                        \"15%dlt\",\n                        \"20%dlt\",\n                        \"25%dlt\",\n                        \"30%dlt\",\n                        \"35%dlt\",\n                        \"40%dlt\",\n                        \"45%dlt\",\n                        \"atm%dlt\",\n                        \"-45%dlt\",\n                        \"-40%dlt\",\n                        \"-35%dlt\",\n                        \"-30%dlt\",\n                        \"-25%dlt\",\n                        \"-20%dlt\",\n                        \"-15%dlt\",\n                        \"-10%dlt\",\n                        \"-5%dlt\",\n                        \"-2%dlt\"\n                    ],\n                    \"gridLabelNumericCall\": [\n                        0.02,\n                        0.05,\n                        0.1,\n                        0.15,\n                        0.2,\n                        0.25,\n                        0.3,\n                        0.35,\n                        0.4,\n                        0.45,\n                        0.5,\n                        0.55,\n                        0.6,\n                        0.65,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.95,\n                        0.98\n                    ],\n                    \"gridLabelNumericPut\": [\n                        -0.98,\n                        -0.95,\n                        -0.9,\n                        -0.85,\n                        -0.8,\n                        -0.75,\n                        -0.7,\n                        -0.65,\n                        -0.6,\n                        -0.55,\n                        -0.5,\n                        -0.45,\n                        -0.4,\n                        -0.35,\n                        -0.3,\n                        -0.25,\n                        -0.2,\n                        -0.15,\n                        -0.1,\n                        -0.05,\n                        -0.02\n                    ],\n                    \"impliedVolatility\": [\n                        0.859201334438892,\n                        0.752497196851794,\n                        0.665139644588515,\n                        0.613153275575846,\n                        0.577107988280261,\n                        0.549850793574522,\n                        0.528553088237988,\n                        0.511491202654586,\n                        0.4977803446415,\n                        0.486876073707196,\n                        0.478633028113476,\n                        0.472441853310375,\n                        0.468672700766222,\n                        0.467332334474782,\n                        0.469052110246594,\n                        0.473878342149066,\n                        0.483164136414688,\n                        0.501619602567082,\n                        0.530479434035835,\n                        0.591169832412018,\n                        0.67226172683865\n                    ],\n                    \"tenor\": \"1Y\",\n                    \"tenorNumericYearFraction\": 1.00205338809035\n                },\n                {\n                    \"gridLabel\": [\n                        \"2%dlt\",\n                        \"5%dlt\",\n                        \"10%dlt\",\n                        \"15%dlt\",\n                        \"20%dlt\",\n                        \"25%dlt\",\n                        \"30%dlt\",\n                        \"35%dlt\",\n                        \"40%dlt\",\n                        \"45%dlt\",\n                        \"atm%dlt\",\n                        \"-45%dlt\",\n                        \"-40%dlt\",\n                        \"-35%dlt\",\n                        \"-30%dlt\",\n                        \"-25%dlt\",\n                        \"-20%dlt\",\n                        \"-15%dlt\",\n                        \"-10%dlt\",\n                        \"-5%dlt\",\n                        \"-2%dlt\"\n                    ],\n                    \"gridLabelNumericCall\": [\n                        0.02,\n                        0.05,\n                        0.1,\n                        0.15,\n                        0.2,\n                        0.25,\n                        0.3,\n                        0.35,\n                        0.4,\n                        0.45,\n                        0.5,\n                        0.55,\n                        0.6,\n                        0.65,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.95,\n                        0.98\n                    ],\n                    \"gridLabelNumericPut\": [\n                        -0.98,\n                        -0.95,\n                        -0.9,\n                        -0.85,\n                        -0.8,\n                        -0.75,\n                        -0.7,\n                        -0.65,\n                        -0.6,\n                        -0.55,\n                        -0.5,\n                        -0.45,\n                        -0.4,\n                        -0.35,\n                        -0.3,\n                        -0.25,\n                        -0.2,\n                        -0.15,\n                        -0.1,\n                        -0.05,\n                        -0.02\n                    ],\n                    \"impliedVolatility\": [\n                        0.476567340656783,\n                        0.445063579315267,\n                        0.419493946361796,\n                        0.403913004610309,\n                        0.392389907875718,\n                        0.382214799484939,\n                        0.375064994495338,\n                        0.367813058936031,\n                        0.362330974750957,\n                        0.357544721285128,\n                        0.352693521593099,\n                        0.350485638354368,\n                        0.348554234991419,\n                        0.346612069565151,\n                        0.346419389644397,\n                        0.346349492016677,\n                        0.346725077952601,\n                        0.34792679520825,\n                        0.350070334542865,\n                        0.35454280664378,\n                        0.361571702626046\n                    ],\n                    \"tenor\": \"2D\",\n                    \"tenorNumericYearFraction\": 0.0054757015742642\n                },\n                {\n                    \"gridLabel\": [\n                        \"2%dlt\",\n                        \"5%dlt\",\n                        \"10%dlt\",\n                        \"15%dlt\",\n                        \"20%dlt\",\n                        \"25%dlt\",\n                        \"30%dlt\",\n                        \"35%dlt\",\n                        \"40%dlt\",\n                        \"45%dlt\",\n                        \"atm%dlt\",\n                        \"-45%dlt\",\n                        \"-40%dlt\",\n                        \"-35%dlt\",\n                        \"-30%dlt\",\n                        \"-25%dlt\",\n                        \"-20%dlt\",\n                        \"-15%dlt\",\n                        \"-10%dlt\",\n                        \"-5%dlt\",\n                        \"-2%dlt\"\n                    ],\n                    \"gridLabelNumericCall\": [\n                        0.02,\n                        0.05,\n                        0.1,\n                        0.15,\n                        0.2,\n                        0.25,\n                        0.3,\n                        0.35,\n                        0.4,\n                        0.45,\n                        0.5,\n                        0.55,\n                        0.6,\n                        0.65,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.95,\n                        0.98\n                    ],\n                    \"gridLabelNumericPut\": [\n                        -0.98,\n                        -0.95,\n                        -0.9,\n                        -0.85,\n                        -0.8,\n                        -0.75,\n                        -0.7,\n                        -0.65,\n                        -0.6,\n                        -0.55,\n                        -0.5,\n                        -0.45,\n                        -0.4,\n                        -0.35,\n                        -0.3,\n                        -0.25,\n                        -0.2,\n                        -0.15,\n                        -0.1,\n                        -0.05,\n                        -0.02\n                    ],\n                    \"impliedVolatility\": [\n                        0.617260502142781,\n                        0.524264943642358,\n                        0.452414619589841,\n                        0.414320548089039,\n                        0.389815569554009,\n                        0.373559750872415,\n                        0.359854694706809,\n                        0.351045585323041,\n                        0.344838927566255,\n                        0.340751751930468,\n                        0.338549587692618,\n                        0.338297467455431,\n                        0.340019773355007,\n                        0.344010212449706,\n                        0.350922395127032,\n                        0.361914783321845,\n                        0.381911806594408,\n                        0.407427602247811,\n                        0.454858029843012,\n                        0.552878513127557,\n                        0.691821420910833\n                    ],\n                    \"tenor\": \"2M\",\n                    \"tenorNumericYearFraction\": 0.167008898015058\n                },\n                {\n                    \"gridLabel\": [\n                        \"2%dlt\",\n                        \"5%dlt\",\n                        \"10%dlt\",\n                        \"15%dlt\",\n                        \"20%dlt\",\n                        \"25%dlt\",\n                        \"30%dlt\",\n                        \"35%dlt\",\n                        \"40%dlt\",\n                        \"45%dlt\",\n                        \"atm%dlt\",\n                        \"-45%dlt\",\n                        \"-40%dlt\",\n                        \"-35%dlt\",\n                        \"-30%dlt\",\n                        \"-25%dlt\",\n                        \"-20%dlt\",\n                        \"-15%dlt\",\n                        \"-10%dlt\",\n                        \"-5%dlt\",\n                        \"-2%dlt\"\n                    ],\n                    \"gridLabelNumericCall\": [\n                        0.02,\n                        0.05,\n                        0.1,\n                        0.15,\n                        0.2,\n                        0.25,\n                        0.3,\n                        0.35,\n                        0.4,\n                        0.45,\n                        0.5,\n                        0.55,\n                        0.6,\n                        0.65,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.95,\n                        0.98\n                    ],\n                    \"gridLabelNumericPut\": [\n                        -0.98,\n                        -0.95,\n                        -0.9,\n                        -0.85,\n                        -0.8,\n                        -0.75,\n                        -0.7,\n                        -0.65,\n                        -0.6,\n                        -0.55,\n                        -0.5,\n                        -0.45,\n                        -0.4,\n                        -0.35,\n                        -0.3,\n                        -0.25,\n                        -0.2,\n                        -0.15,\n                        -0.1,\n                        -0.05,\n                        -0.02\n                    ],\n                    \"impliedVolatility\": [\n                        0.519268745100765,\n                        0.405385368059294,\n                        0.340384734943375,\n                        0.315722421908737,\n                        0.302874364338101,\n                        0.295135977727712,\n                        0.290648632884261,\n                        0.288243565762055,\n                        0.28728338122733,\n                        0.28744310524098,\n                        0.288907291700488,\n                        0.291631004254803,\n                        0.295434407465125,\n                        0.30055102769236,\n                        0.307653215459638,\n                        0.317402712939429,\n                        0.331145065538964,\n                        0.351514870614405,\n                        0.384328888648781,\n                        0.462116566222564,\n                        0.559660384785113\n                    ],\n                    \"tenor\": \"2W\",\n                    \"tenorNumericYearFraction\": 0.0383299110198494\n                },\n                {\n                    \"gridLabel\": [\n                        \"2%dlt\",\n                        \"5%dlt\",\n                        \"10%dlt\",\n                        \"15%dlt\",\n                        \"20%dlt\",\n                        \"25%dlt\",\n                        \"30%dlt\",\n                        \"35%dlt\",\n                        \"40%dlt\",\n                        \"45%dlt\",\n                        \"atm%dlt\",\n                        \"-45%dlt\",\n                        \"-40%dlt\",\n                        \"-35%dlt\",\n                        \"-30%dlt\",\n                        \"-25%dlt\",\n                        \"-20%dlt\",\n                        \"-15%dlt\",\n                        \"-10%dlt\",\n                        \"-5%dlt\",\n                        \"-2%dlt\"\n                    ],\n                    \"gridLabelNumericCall\": [\n                        0.02,\n                        0.05,\n                        0.1,\n                        0.15,\n                        0.2,\n                        0.25,\n                        0.3,\n                        0.35,\n                        0.4,\n                        0.45,\n                        0.5,\n                        0.55,\n                        0.6,\n                        0.65,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.95,\n                        0.98\n                    ],\n                    \"gridLabelNumericPut\": [\n                        -0.98,\n                        -0.95,\n                        -0.9,\n                        -0.85,\n                        -0.8,\n                        -0.75,\n                        -0.7,\n                        -0.65,\n                        -0.6,\n                        -0.55,\n                        -0.5,\n                        -0.45,\n                        -0.4,\n                        -0.35,\n                        -0.3,\n                        -0.25,\n                        -0.2,\n                        -0.15,\n                        -0.1,\n                        -0.05,\n                        -0.02\n                    ],\n                    \"impliedVolatility\": [\n                        0.526400182277819,\n                        0.488266215285481,\n                        0.461357317204109,\n                        0.444885242203372,\n                        0.432751324597415,\n                        0.422904376572257,\n                        0.414506348251565,\n                        0.407598570834318,\n                        0.400846613807269,\n                        0.395311878825471,\n                        0.389702115716727,\n                        0.384795084116853,\n                        0.379948656001033,\n                        0.375495801244342,\n                        0.371299028094683,\n                        0.36768221319042,\n                        0.364946178750699,\n                        0.363398834067906,\n                        0.363210501024305,\n                        0.365822772944725,\n                        0.371477055557762\n                    ],\n                    \"tenor\": \"3D\",\n                    \"tenorNumericYearFraction\": 0.0082135523613963\n                },\n                {\n                    \"gridLabel\": [\n                        \"2%dlt\",\n                        \"5%dlt\",\n                        \"10%dlt\",\n                        \"15%dlt\",\n                        \"20%dlt\",\n                        \"25%dlt\",\n                        \"30%dlt\",\n                        \"35%dlt\",\n                        \"40%dlt\",\n                        \"45%dlt\",\n                        \"atm%dlt\",\n                        \"-45%dlt\",\n                        \"-40%dlt\",\n                        \"-35%dlt\",\n                        \"-30%dlt\",\n                        \"-25%dlt\",\n                        \"-20%dlt\",\n                        \"-15%dlt\",\n                        \"-10%dlt\",\n                        \"-5%dlt\",\n                        \"-2%dlt\"\n                    ],\n                    \"gridLabelNumericCall\": [\n                        0.02,\n                        0.05,\n                        0.1,\n                        0.15,\n                        0.2,\n                        0.25,\n                        0.3,\n                        0.35,\n                        0.4,\n                        0.45,\n                        0.5,\n                        0.55,\n                        0.6,\n                        0.65,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.95,\n                        0.98\n                    ],\n                    \"gridLabelNumericPut\": [\n                        -0.98,\n                        -0.95,\n                        -0.9,\n                        -0.85,\n                        -0.8,\n                        -0.75,\n                        -0.7,\n                        -0.65,\n                        -0.6,\n                        -0.55,\n                        -0.5,\n                        -0.45,\n                        -0.4,\n                        -0.35,\n                        -0.3,\n                        -0.25,\n                        -0.2,\n                        -0.15,\n                        -0.1,\n                        -0.05,\n                        -0.02\n                    ],\n                    \"impliedVolatility\": [\n                        0.696043351930491,\n                        0.590365261094738,\n                        0.508795269712212,\n                        0.460088233131946,\n                        0.428474325871128,\n                        0.405780052128758,\n                        0.389200768528473,\n                        0.375940617623601,\n                        0.367223765555894,\n                        0.361419681807046,\n                        0.358410878697477,\n                        0.357977581602181,\n                        0.360286736370854,\n                        0.36586788959985,\n                        0.375367337838203,\n                        0.39141355981335,\n                        0.413863684498991,\n                        0.448540052362226,\n                        0.501671657364655,\n                        0.608681691921419,\n                        0.729853095606346\n                    ],\n                    \"tenor\": \"3M\",\n                    \"tenorNumericYearFraction\": 0.251882272416153\n                },\n                {\n                    \"gridLabel\": [\n                        \"2%dlt\",\n                        \"5%dlt\",\n                        \"10%dlt\",\n                        \"15%dlt\",\n                        \"20%dlt\",\n                        \"25%dlt\",\n                        \"30%dlt\",\n                        \"35%dlt\",\n                        \"40%dlt\",\n                        \"45%dlt\",\n                        \"atm%dlt\",\n                        \"-45%dlt\",\n                        \"-40%dlt\",\n                        \"-35%dlt\",\n                        \"-30%dlt\",\n                        \"-25%dlt\",\n                        \"-20%dlt\",\n                        \"-15%dlt\",\n                        \"-10%dlt\",\n                        \"-5%dlt\",\n                        \"-2%dlt\"\n                    ],\n                    \"gridLabelNumericCall\": [\n                        0.02,\n                        0.05,\n                        0.1,\n                        0.15,\n                        0.2,\n                        0.25,\n                        0.3,\n                        0.35,\n                        0.4,\n                        0.45,\n                        0.5,\n                        0.55,\n                        0.6,\n                        0.65,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.95,\n                        0.98\n                    ],\n                    \"gridLabelNumericPut\": [\n                        -0.98,\n                        -0.95,\n                        -0.9,\n                        -0.85,\n                        -0.8,\n                        -0.75,\n                        -0.7,\n                        -0.65,\n                        -0.6,\n                        -0.55,\n                        -0.5,\n                        -0.45,\n                        -0.4,\n                        -0.35,\n                        -0.3,\n                        -0.25,\n                        -0.2,\n                        -0.15,\n                        -0.1,\n                        -0.05,\n                        -0.02\n                    ],\n                    \"impliedVolatility\": [\n                        0.52643947556023,\n                        0.412515382956609,\n                        0.353539084975307,\n                        0.322939124702107,\n                        0.309367478373263,\n                        0.301114511295811,\n                        0.295759599235204,\n                        0.292497641370493,\n                        0.290793973774371,\n                        0.290336345401676,\n                        0.290978974115501,\n                        0.292700569517237,\n                        0.295589660961463,\n                        0.299863706070462,\n                        0.30592185922097,\n                        0.314422235395209,\n                        0.32666422501561,\n                        0.345677806114281,\n                        0.38409777966371,\n                        0.459899712835031,\n                        0.586215242951943\n                    ],\n                    \"tenor\": \"3W\",\n                    \"tenorNumericYearFraction\": 0.0574948665297741\n                },\n                {\n                    \"gridLabel\": [\n                        \"2%dlt\",\n                        \"5%dlt\",\n                        \"10%dlt\",\n                        \"15%dlt\",\n                        \"20%dlt\",\n                        \"25%dlt\",\n                        \"30%dlt\",\n                        \"35%dlt\",\n                        \"40%dlt\",\n                        \"45%dlt\",\n                        \"atm%dlt\",\n                        \"-45%dlt\",\n                        \"-40%dlt\",\n                        \"-35%dlt\",\n                        \"-30%dlt\",\n                        \"-25%dlt\",\n                        \"-20%dlt\",\n                        \"-15%dlt\",\n                        \"-10%dlt\",\n                        \"-5%dlt\",\n                        \"-2%dlt\"\n                    ],\n                    \"gridLabelNumericCall\": [\n                        0.02,\n                        0.05,\n                        0.1,\n                        0.15,\n                        0.2,\n                        0.25,\n                        0.3,\n                        0.35,\n                        0.4,\n                        0.45,\n                        0.5,\n                        0.55,\n                        0.6,\n                        0.65,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.95,\n                        0.98\n                    ],\n                    \"gridLabelNumericPut\": [\n                        -0.98,\n                        -0.95,\n                        -0.9,\n                        -0.85,\n                        -0.8,\n                        -0.75,\n                        -0.7,\n                        -0.65,\n                        -0.6,\n                        -0.55,\n                        -0.5,\n                        -0.45,\n                        -0.4,\n                        -0.35,\n                        -0.3,\n                        -0.25,\n                        -0.2,\n                        -0.15,\n                        -0.1,\n                        -0.05,\n                        -0.02\n                    ],\n                    \"impliedVolatility\": [\n                        0.749795391123042,\n                        0.641183828680425,\n                        0.565521765611695,\n                        0.524278472147508,\n                        0.497094733234991,\n                        0.477709038759398,\n                        0.462523634106098,\n                        0.451702768180654,\n                        0.443498730809607,\n                        0.437218755091964,\n                        0.433078541255556,\n                        0.430738974532908,\n                        0.430230426213376,\n                        0.431769569404413,\n                        0.436108157555588,\n                        0.442992126386534,\n                        0.455205577708857,\n                        0.475255640674042,\n                        0.515736721692084,\n                        0.594125665249123,\n                        0.705669978870751\n                    ],\n                    \"tenor\": \"6M\",\n                    \"tenorNumericYearFraction\": 0.501026694045175\n                },\n                {\n                    \"gridLabel\": [\n                        \"2%dlt\",\n                        \"5%dlt\",\n                        \"10%dlt\",\n                        \"15%dlt\",\n                        \"20%dlt\",\n                        \"25%dlt\",\n                        \"30%dlt\",\n                        \"35%dlt\",\n                        \"40%dlt\",\n                        \"45%dlt\",\n                        \"atm%dlt\",\n                        \"-45%dlt\",\n                        \"-40%dlt\",\n                        \"-35%dlt\",\n                        \"-30%dlt\",\n                        \"-25%dlt\",\n                        \"-20%dlt\",\n                        \"-15%dlt\",\n                        \"-10%dlt\",\n                        \"-5%dlt\",\n                        \"-2%dlt\"\n                    ],\n                    \"gridLabelNumericCall\": [\n                        0.02,\n                        0.05,\n                        0.1,\n                        0.15,\n                        0.2,\n                        0.25,\n                        0.3,\n                        0.35,\n                        0.4,\n                        0.45,\n                        0.5,\n                        0.55,\n                        0.6,\n                        0.65,\n                        0.7,\n                        0.75,\n                        0.8,\n                        0.85,\n                        0.9,\n                        0.95,\n                        0.98\n                    ],\n                    \"gridLabelNumericPut\": [\n                        -0.98,\n                        -0.95,\n                        -0.9,\n                        -0.85,\n                        -0.8,\n                        -0.75,\n                        -0.7,\n                        -0.65,\n                        -0.6,\n                        -0.55,\n                        -0.5,\n                        -0.45,\n                        -0.4,\n                        -0.35,\n                        -0.3,\n                        -0.25,\n                        -0.2,\n                        -0.15,\n                        -0.1,\n                        -0.05,\n                        -0.02\n                    ],\n                    \"impliedVolatility\": [\n                        0.828113464394814,\n                        0.735249492794119,\n                        0.652332607587419,\n                        0.60372320486844,\n                        0.56807393748101,\n                        0.540393860211374,\n                        0.517500289759204,\n                        0.498928745807794,\n                        0.483881306834514,\n                        0.471805653295927,\n                        0.462772133211724,\n                        0.457016155271969,\n                        0.454678094210115,\n                        0.456020110488817,\n                        0.461927927286865,\n                        0.471855526613536,\n                        0.487063580603024,\n                        0.509115259275317,\n                        0.543441780927965,\n                        0.602157253979103,\n                        0.679647967676447\n                    ],\n                    \"tenor\": \"9M\",\n                    \"tenorNumericYearFraction\": 0.750171115674196\n                }\n            ],\n            \"underlyingAssetLukkaCode\": \"ETH\"\n        }\n    ],\n    \"dataShape\": \"3L\",\n    \"limit\": 3,\n    \"moneyness\": \"delta\",\n    \"size\": 1,\n    \"timeFrom\": \"2023-10-01T00:00:00Z\",\n    \"timeTo\": \"2023-10-01T01:00:00Z\"\n}"}],"_postman_id":"8381293d-0a66-420f-9be8-0b95b7efc2be"}],"id":"f8e38e23-3e74-4a7f-949f-26e9285d9153","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"735ba027-09e5-44d5-a05e-92d0cc809df2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9f62f45a-300a-4ddc-b869-cee4edb05a45"}}],"_postman_id":"f8e38e23-3e74-4a7f-949f-26e9285d9153","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","id":"aa2a699e-591d-4a51-a549-c61af4162640","name":"Analytics","type":"folder"}}}],"id":"aa2a699e-591d-4a51-a549-c61af4162640","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"96c11cb2-4349-465d-8ba8-a7c8d980a46a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c9ca8279-da84-44a0-99dd-609d9eff3c53"}}],"_postman_id":"aa2a699e-591d-4a51-a549-c61af4162640","description":""},{"name":"Reference Data (Deprecated)","item":[{"name":"Okta JWT Authorization - Ref Data","id":"a122f135-eef8-42c7-8f9d-0943764a2e46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>Okta's grant type</p>\n","type":"text"},{"key":"scope","value":"ref-data","description":"<p>Scope provided to client</p>\n","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token","urlObject":{"protocol":"https","path":["oauth2","aus1imo2g7ugEl49C0h8","v1","token"],"host":["sso","lukka","tech"],"query":[],"variable":[]}},"response":[{"id":"bfb23385-fefb-4855-9723-f060ed870fa7","name":"Okta JWT Authorization - Ref Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Cache-Control","type":"text","value":"no-cache"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Basic {INPUT_BASE64_ENCODED_CREDENTIALS_HERE}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"Okta's grant type","type":"text"},{"key":"scope","value":"ref-data","description":"Scope provided to client","type":"text"}]},"url":"https://sso.lukka.tech/oauth2/aus1imo2g7ugEl49C0h8/v1/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 18:02:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-okta-request-id","value":"Xy2XM5@gsl0ckF5Gdk8GTAAACWw"},{"key":"x-xss-protection","value":"1; mode=block; report=https://okta.report-uri.com/r/d/xss/enforce"},{"key":"p3p","value":"CP=\"HONK\""},{"key":"x-content-type-options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=315360000; includeSubDomains"},{"key":"set-cookie","value":"sid=\"\"; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"046bafb8100000e718271d3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5bf2e8a01bd9e718-EWR"}],"cookie":[],"responseTime":null,"body":"{\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 43200,\n  \"access_token\": \"**REDACTED**\",\n  \"scope\": \"pricing\"\n}"}],"_postman_id":"a122f135-eef8-42c7-8f9d-0943764a2e46"},{"name":"All Lukka Assets","id":"c48fb251-bb22-4dfc-98c5-43cd33f3256e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v1/lukka/assets?limit=1000&offset=7527","description":"<p>Get a list of all the Lukka normalized assets with details.<br /><br /></p>\n<p><b>Response Details</b><br /></p>\n<table>\n<table>\n<tr>\n    <th>Field Name</th>\n    <th>Data Type</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>lukkaId</td>\n    <td>STRING</td>\n    <td>11-character unique Lukka ID (LID) for the crypto asset. Please refer to the Lukka ID document for more information</td>\n  </tr>\n  <tr>\n    <td>lukkaAssetCode</td>\n    <td>STRING</td>\n    <td>Lukka normalized unique asset code (ticker)</td>\n  </tr>\n  <tr>\n    <td>lukkaAssetName</td>\n    <td>STRING</td>\n    <td>Lukka's long name for the asset</td>\n  </tr>\n  <tr>\n    <td>whitepaperCode</td>\n    <td>STRING</td>\n    <td>Ticker of the crypto asset found in the primary source</td>\n  </tr>\n  <tr>\n    <td>assetType</td>\n    <td>STRING</td>\n    <td>Type of crypto asset such as coin, token, stablecoin, etc.</td>\n  </tr>\n  <tr>\n    <td>totalSupply</td>\n    <td>STRING</td>\n    <td>Total supply of assets that can enter circulation</td>\n  </tr>\n    <tr>\n    <td>cuirculatingSupply</td>\n    <td>STRING</td>\n    <td>Assets active and currently in circulation</td>\n  </tr>\n    <tr>\n    <td>supplyUpdateTime</td>\n    <td>DATE</td>\n    <td>Time when the circulating supply was updated</td>\n  </tr>\n  <tr>\n    <td>assetWebsite</td>\n    <td>STRING</td>\n    <td>Official website of the asset or primary source of asset information</td>\n  </tr>\n  <tr>\n    <td>blockchain</td>\n    <td>STRING</td>\n    <td>Blockchain on which the asset resides</td>\n  </tr>\n  <tr>\n    <td>contractAddress</td>\n    <td>STRING</td>\n    <td>The address of the contract of an asset in its respective blockchain</td>\n  </tr>\n</table></table>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","name":"Reference Data (Deprecated)","type":"folder"}},"urlObject":{"path":["v1","lukka","assets"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"1000"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"7527"}],"variable":[]}},"response":[{"id":"ff571034-8fbb-4d5a-83a9-cf828b14e53e","name":"All Lukka Assets","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v1/lukka/assets?limit=3&offset=0","host":["{{ref_data}}"],"path":["v1","lukka","assets"],"query":[{"key":"limit","value":"3","description":"Max data set size to show"},{"key":"offset","value":"0","description":"Data set offset"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Wed, 01 Apr 2020 15:40:24 GMT"},{"key":"server","value":"Application/debug ktor/debug"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"lukkaId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetCode\": \"XBT\",\n            \"lukkaAssetName\": \"Bitcoin\",\n            \"whitepaperCode\": \"BTC\",\n            \"assetType\": \"coin\",\n            \"totalSupply\": 21000000,\n            \"circulatingSupply\": 18702306,\n            \"supplyUpdateTime\": \"2021-05-07T11:16:29.259Z\",\n            \"assetWebsite\": \"https://bitcoin.org/en/\",\n            \"blockchain\": \"Blockchain\",\n            \"contractAddress\": null,\n            \"lukkaAssetInternalId\": 10007\n        },\n        {\n            \"lukkaId\": \"LA8VRAGEMT1\",\n            \"lukkaAssetCode\": \"ETH\",\n            \"lukkaAssetName\": \"Ether\",\n            \"whitepaperCode\": \"ETH\",\n            \"assetType\": \"coin\",\n            \"totalSupply\": null,\n            \"circulatingSupply\": 115773579,\n            \"supplyUpdateTime\": \"2021-05-07T11:16:29.26Z\",\n            \"assetWebsite\": \"https://www.ethereum.org/\",\n            \"blockchain\": \"Ethereum\",\n            \"contractAddress\": null,\n            \"lukkaAssetInternalId\": 10029\n        },\n                {\n            \"lukkaId\": \"LA58RADHS00\",\n            \"lukkaAssetCode\": \"XLT\",\n            \"lukkaAssetName\": \"Litecoin\",\n            \"whitepaperCode\": \"LTC\",\n            \"assetType\": \"coin\",\n            \"totalSupply\": 84000000,\n            \"circulatingSupply\": 66752414,\n            \"supplyUpdateTime\": \"2021-03-29T10:36:23.081Z\",\n            \"assetWebsite\": \"https://litecoin.org/\",\n            \"blockchain\": \"Litecoin\",\n            \"contractAddress\": null,\n            \"lukkaAssetInternalId\": 10043\n        },\n        {\n            \"lukkaId\": \"LA176YWNB05\",\n            \"lukkaAssetCode\": \"USDT\",\n            \"lukkaAssetName\": \"Tether ERC20\",\n            \"whitepaperCode\": \"USDT\",\n            \"assetType\": \"stable coin\",\n            \"totalSupply\": 53740188339,\n            \"circulatingSupply\": 54869185682,\n            \"supplyUpdateTime\": \"2021-05-07T11:16:29.261Z\",\n            \"assetWebsite\": \"https://tether.to/\",\n            \"blockchain\": \"ERC20\",\n            \"contractAddress\": null,\n            \"lukkaAssetInternalId\": 10058\n        },\n        {\n            \"lukkaId\": \"LA46AZCHRX1\",\n            \"lukkaAssetCode\": \"BRY1\",\n            \"lukkaAssetName\": \"Berry Data\",\n            \"whitepaperCode\": \"BRY\",\n            \"assetType\": \"token\",\n            \"totalSupply\": 7797868,\n            \"circulatingSupply\": 2875000,\n            \"supplyUpdateTime\": \"2021-05-07T11:16:29.475Z\",\n            \"assetWebsite\": \"https://berrydata.co/\",\n            \"blockchain\": null,\n            \"contractAddress\": \"0xf859Bf77cBe8699013d6Dbc7C2b926Aaf307F830\",\n            \"lukkaAssetInternalId\": 17398\n        },\n        {\n            \"lukkaId\": \"LA10Q21P3Q6\",\n            \"lukkaAssetCode\": \"SMO\",\n            \"lukkaAssetName\": \"Sun Money Token\",\n            \"whitepaperCode\": \"SMT\",\n            \"assetType\": \"token\",\n            \"totalSupply\": null,\n            \"circulatingSupply\": null,\n            \"supplyUpdateTime\": null,\n            \"assetWebsite\": \"https://sunmoney.com/en/\",\n            \"blockchain\": \"ERC20\",\n            \"contractAddress\": \"0xc761c8dc05ae52a8a785665e528ddbb00c098ad1\",\n            \"lukkaAssetInternalId\": 12683\n        },\n        {\n            \"lukkaId\": \"LA4ZXXX0ES8\",\n            \"lukkaAssetCode\": \"SMH\",\n            \"lukkaAssetName\": \"Smathium\",\n            \"whitepaperCode\": \"SMT\",\n            \"assetType\": null,\n            \"totalSupply\": null,\n            \"circulatingSupply\": null,\n            \"supplyUpdateTime\": null,\n            \"assetWebsite\": \"https://smathium.io/\",\n            \"blockchain\": null,\n            \"contractAddress\": \"0x4B4787AAce23Eb70Da046bCC0CcFE28D4e4fB899\",\n            \"lukkaAssetInternalId\": 13169\n        },\n        {\n            \"lukkaId\": \"LA3FUC7XS35\",\n            \"lukkaAssetCode\": \"SMT\",\n            \"lukkaAssetName\": \"SmartMesh\",\n            \"whitepaperCode\": \"SMT\",\n            \"assetType\": \"token\",\n            \"totalSupply\": 3141592653,\n            \"circulatingSupply\": 1665044106,\n            \"supplyUpdateTime\": \"2021-03-16T10:07:20.363Z\",\n            \"assetWebsite\": \"https://smartmesh.io/\",\n            \"blockchain\": \"ERC20\",\n            \"contractAddress\": \"0x55f93985431fc9304077687a35a1ba103dc1e081\",\n            \"lukkaAssetInternalId\": 11684\n        }\n    ],\n    \"limit\": 1000,\n    \"offset\": 7527,\n    \"size\": 971,\n    \"links\": {\n        \"base\": \"/v1/lukka/assets\",\n        \"next\": null,\n        \"prev\": \"/v1/lukka/assets?limit=1000&offset=6556\"\n    }\n}"}],"_postman_id":"c48fb251-bb22-4dfc-98c5-43cd33f3256e"},{"name":"A Lukka Asset","id":"29c8ffb7-6780-4c36-8279-7080e236fbb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v1/lukka/assets/LA4QVLA9QE0","description":"<p>Get a Lukka normalized asset by its Lukka ID.<br /><br /></p>\n<p><b>Parameters</b><br /></p>\n<table>\n<table>\n<tr>\n    <th>Field Name</th>\n    <th>Mandatory</th>\n  </tr>\n  <tr>\n    <td>lukkaId</td>\n    <td>YES</td>\n  </tr>\n</table>\n\n<p><b>Response Details</b><br /></p>\n<table>\n<table>\n<tr>\n    <th>Field Name</th>\n    <th>Data Type</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>lukkaId</td>\n    <td>STRING</td>\n    <td>11-character unique Lukka ID (LID) for the crypto asset. Please refer to the Lukka ID document for more information</td>\n  </tr>\n  <tr>\n    <td>lukkaAssetCode</td>\n    <td>STRING</td>\n    <td>Lukka normalized unique asset code (ticker)</td>\n  </tr>\n  <tr>\n    <td>lukkaAssetName</td>\n    <td>STRING</td>\n    <td>Lukka's long name for the asset</td>\n  </tr>\n  <tr>\n    <td>whitepaperCode</td>\n    <td>STRING</td>\n    <td>Ticker of the crypto asset found in the primary source</td>\n  </tr>\n  <tr>\n    <td>assetType</td>\n    <td>STRING</td>\n    <td>Type of crypto asset such as coin, token, stablecoin, etc.</td>\n  </tr>\n  <tr>\n    <td>totalSupply</td>\n    <td>STRING</td>\n    <td>Total supply of assets that can enter circulation</td>\n  </tr>\n    <tr>\n    <td>cuirculatingSupply</td>\n    <td>STRING</td>\n    <td>Assets active and currently in circulation</td>\n  </tr>\n    <tr>\n    <td>supplyUpdateTime</td>\n    <td>DATE</td>\n    <td>Time when the circulating supply was updated</td>\n  </tr>\n  <tr>\n    <td>assetWebsite</td>\n    <td>STRING</td>\n    <td>Official website of the asset or primary source of asset information</td>\n  </tr>\n  <tr>\n    <td>blockchain</td>\n    <td>STRING</td>\n    <td>Blockchain on which the asset resides</td>\n  </tr>\n  <tr>\n    <td>contractAddress</td>\n    <td>STRING</td>\n    <td>The address of the contract of an asset in its respective blockchain</td>\n  </tr>\n</table></table></table>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","name":"Reference Data (Deprecated)","type":"folder"}},"urlObject":{"path":["v1","lukka","assets","LA4QVLA9QE0"],"host":["{{ref_data}}"],"query":[],"variable":[]}},"response":[{"id":"d09adeb5-eba1-4104-94b7-41dd6caa45d3","name":"A Lukka Asset","originalRequest":{"method":"GET","header":[],"url":"{{ref_data}}/v1/lukka/assets/LA4QVLA9QE0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Wed, 01 Apr 2020 15:41:59 GMT"},{"key":"server","value":"Application/debug ktor/debug"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"lukkaId\": \"LA4QVLA9QE0\",\n    \"lukkaAssetCode\": \"PAX\",\n    \"lukkaAssetName\": \"Paxos Standard Token\",\n    \"whitepaperCode\": \"PAX\",\n    \"assetType\": \"stable coin\",\n    \"totalSupply\": 1212563073,\n    \"circulatingSupply\": 1212563073,\n    \"supplyUpdateTime\": \"2021-05-07T11:16:29.278Z\",\n    \"assetWebsite\": \"https://www.paxos.com/pax/\",\n    \"blockchain\": \"ERC20\",\n    \"contractAddress\": \"0x8E870D67F660D95d5be530380D0eC0bd388289E1\",\n    \"lukkaAssetInternalId\": 12410\n}"}],"_postman_id":"29c8ffb7-6780-4c36-8279-7080e236fbb3"},{"name":"All Lukka Entities","id":"542d858b-4f19-4910-ae82-a0bfa8ff6afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v1/lukka/entities?limit=100&offset=0","description":"<p>Get a list of all the Lukka entities with details.<br /><br /></p>\n<p><b>Response Details</b><br /></p>\n<table>\n<table>\n<tr>\n    <th>Field Name</th>\n    <th>Data Type</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>name</td>\n    <td>STRING</td>\n    <td>Lukka's long name for the entity</td>\n  </tr>\n  <tr>\n    <td>lukkaEntityCode</td>\n    <td>STRING</td>\n    <td>Unique Lukka code for the source entity</td>\n  </tr>\n  <tr>\n    <td>type</td>\n    <td>STRING</td>\n    <td>The main function of the entity in the crypto ecosystem</td>\n  </tr>\n  <tr>\n    <td>jurisdiction</td>\n    <td>STRING</td>\n    <td>The location of the entity where it is registered</td>\n  </tr>\n  <tr>\n    <td>status</td>\n    <td>STRING</td>\n    <td>Indicates if the entity is still operational in the crypto ecosystem</td>\n  </tr>\n  <tr>\n    <td>url</td>\n    <td>STRING</td>\n    <td>Official website of the entity</td>\n  </tr>\n  <tr>\n    <td>startTs</td>\n    <td>DATE</td>\n    <td>The date when the entity started operating</td>\n  </tr>\n  <tr>\n    <td>endTs</td>\n    <td>DATE</td>\n    <td>The date when the entity stopped operating, if the entity is no longer active</td>\n  </tr>\n  <tr>\n    <td>fiat</td>\n    <td>STRING</td>\n    <td>The fiats supported by the entity for trading</td>\n  </tr>\n  <tr>\n    <td>amlKycProcess</td>\n    <td>STRING</td>\n    <td>Indicates if the entity has an AML/KYC process when onboarding customers</td>\n  </tr>\n</table></table>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","name":"Reference Data (Deprecated)","type":"folder"}},"urlObject":{"path":["v1","lukka","entities"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"ab4bf531-281b-4de1-8f59-c6927e55dace","name":"All Lukka Entities","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v1/lukka/entities?limit=4&offset=0","host":["{{ref_data}}"],"path":["v1","lukka","entities"],"query":[{"key":"limit","value":"4","description":"Max data set size to show. Max value is 1000 and defaults to 100."},{"key":"offset","value":"0","description":"Data set offset. Defaults to 0."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Apr 2020 23:43:45 GMT"},{"key":"Server","value":"ktor-server-core/1.3.0 ktor-server-core/1.3.0"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Kraken\",\n            \"lukkaEntityCode\": \"KRAK\",\n            \"type\": \"exchange\",\n            \"jurisdiction\": \"USA\",\n            \"status\": \"active\",\n            \"url\": \"https://www.kraken.com\",\n            \"startTs\": \"2011-04-03 00:00:00\",\n            \"endTs\": null,\n            \"fiat\": [\n            \t\"USD\",\n            \t\"EUR\",\n            \t\"GBP\",\n            \t\"JPY\",\n            \t\"CAD\"\n            ],\n            \"amlKycProcess\": \"y\"\n        },\n        {\n            \"name\": \"Bithumb\",\n            \"lukkaEntityCode\": \"BTHM\",\n            \"type\": \"exchange\",\n            \"jurisdiction\": \"South Korea\",\n            \"status\": \"active\",\n            \"url\": \"https://www.bithumb.com/\",\n            \"startTs\": \"2015-06-16 00:00:00\",\n            \"endTs\": null,\n            \"fiat\": [\n            \t\"KRW\"\n            ],\n            \"amlKycProcess\": null\n        },\n        {\n            \"name\": \"Liqui\",\n            \"lukkaEntityCode\": \"LIQU\",\n            \"type\": \"exchange\",\n            \"jurisdiction\": \"Ukraine\",\n            \"status\": \"inactive\",\n            \"url\": \"https://liqui.io/\",\n            \"startTs\": \"2017-04-26 00:00:00\",\n            \"endTs\": \"2019-01-28 00:00:00\",\n            \"fiat\": [],\n            \"amlKycProcess\": \"y\"\n        },\n        {\n            \"name\": \"CoinMarketCap\",\n            \"lukkaEntityCode\": \"CMCP\",\n            \"type\": \"pricing service\",\n            \"jurisdiction\": \"USA\",\n            \"status\": \"active\",\n            \"url\": \"https://coinmarketcap.com/\",\n            \"startTs\": \"2013-06-01 00:00:00\",\n            \"endTs\": null,\n            \"fiat\": [],\n            \"amlKycProcess\": null\n        }\n    ],\n    \"limit\": 4,\n    \"offset\": 0,\n    \"size\": 4,\n    \"links\": {\n        \"base\": \"/v1/lukka/entities\",\n        \"next\": \"/v1/lukka/entities?limit=4&offset=4\",\n        \"prev\": null\n    }\n}"}],"_postman_id":"542d858b-4f19-4910-ae82-a0bfa8ff6afe"},{"name":"An Entity","id":"cb0aff1e-3d61-4511-b757-4c997a676901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v1/lukka/entities/BINA","description":"<p>Get an entity by its Lukka Entity Code.<br /><br /></p>\n<p><b>Parameters</b><br /></p>\n<table>\n<table>\n<tr>\n    <th>Field Name</th>\n    <th>Mandatory</th>\n  </tr>\n  <tr>\n    <td>lukkaEntityCode</td>\n    <td>YES</td>\n  </tr>\n</table>\n\n<p><b>Response Details</b><br /></p>\n<table>\n<table>\n<tr>\n    <th>Field Name</th>\n    <th>Data Type</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>name</td>\n    <td>STRING</td>\n    <td>Lukka's long name for the entity</td>\n  </tr>\n  <tr>\n    <td>lukkaEntityCode</td>\n    <td>STRING</td>\n    <td>Unique Lukka code for the source entity</td>\n  </tr>\n  <tr>\n    <td>type</td>\n    <td>STRING</td>\n    <td>The main function of the entity in the crypto ecosystem</td>\n  </tr>\n  <tr>\n    <td>jurisdiction</td>\n    <td>STRING</td>\n    <td>The location of the entity where it is registered</td>\n  </tr>\n  <tr>\n    <td>status</td>\n    <td>STRING</td>\n    <td>Indicates if the entity is still operational in the crypto ecosystem</td>\n  </tr>\n  <tr>\n    <td>url</td>\n    <td>STRING</td>\n    <td>Official website of the entity</td>\n  </tr>\n  <tr>\n    <td>startTs</td>\n    <td>DATE</td>\n    <td>The date when the entity started operating</td>\n  </tr>\n  <tr>\n    <td>endTs</td>\n    <td>DATE</td>\n    <td>The date when the entity stopped operating, if the entity is no longer active</td>\n  </tr>\n  <tr>\n    <td>fiat</td>\n    <td>STRING</td>\n    <td>The fiats supported by the entity for trading</td>\n  </tr>\n  <tr>\n    <td>amlKycProcess</td>\n    <td>STRING</td>\n    <td>Indicates if the entity has an AML/KYC process when onboarding customers</td>\n  </tr>\n</table></table></table>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","name":"Reference Data (Deprecated)","type":"folder"}},"urlObject":{"path":["v1","lukka","entities","BINA"],"host":["{{ref_data}}"],"query":[],"variable":[]}},"response":[{"id":"0abba4b9-e451-4ecf-bf05-12d9bdba32c0","name":"An Entity","originalRequest":{"method":"GET","header":[],"url":"{{ref_data}}/v1/lukka/entities/BINA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Apr 2020 23:42:20 GMT"},{"key":"Server","value":"ktor-server-core/1.3.0 ktor-server-core/1.3.0"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Exmo\",\n    \"lukkaEntityCode\": \"EXMO\",\n    \"type\": \"Exchange\",\n    \"jurisdiction\": \"UK\",\n    \"status\": \"Active\",\n    \"url\": \"https://exmo.com/\",\n    \"startTs\": \"2013-09-18T00:00:00Z\",\n    \"endTs\": null,\n    \"fiat\": [\n        \"USD\",\n        \"EUR\",\n        \"RUB\",\n        \"UAH\",\n        \"PLN\",\n        \"TRY\"\n    ],\n    \"amlKycProcess\": null\n}"}],"_postman_id":"cb0aff1e-3d61-4511-b757-4c997a676901"},{"name":"Lukka Asset Mappings","id":"5b2e23c7-b2c3-48c0-b9f2-f028aa3fc340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v1/lukka/ref-assets?entityCode=KRAK&entityAssetCode=BTC&limit=100","description":"<p>Get the cross reference of all the assets supported by an entity mapped to Lukka normalized assets.<br /><br /></p>\n<p><b>Response Details</b><br /></p>\n<table>\n<table>\n<tr>\n    <th>Field Name</th>\n    <th>Data Type</th>\n    <th>Data Type Details</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>entityName</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Name of the source entity</td>\n  </tr>\n  <tr>\n    <td>entityCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Unique Lukka code for the source entity</td>\n  </tr>\n  <tr>\n    <td>entityType</td>\n    <td>CHARACTER</td>\n    <td>20</td>\n    <td>Type of service provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>entityAssetCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Asset code (ticker) provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>entityAssetName</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Asset name provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>entityAssetInternalId</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Internal code provided by the source entity to uniquely identify the asset</td>\n  </tr>\n  <tr>\n    <td>entityWithdrawalFeeAssetCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Asset code (ticker) of the fee charged by the source entity when withdrawing the asset</td>\n  </tr>\n  <tr>\n    <td>entityWithdrawalFeeAmount</td>\n    <td>NUMERIC</td>\n    <td></td>\n    <td>Amount of fee charged by the source entity when withdrawing the asset</td>\n  </tr>\n  <tr>\n    <td>entityWithdrawalFeeType</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Indicates if the withdrawal fee charged is a percentage or unit</td>\n  </tr>\n  <tr>\n    <td>lukkaAssetId</td>\n    <td>CHARACTER</td>\n    <td>11</td>\n    <td>11-character unique Lukka ID (LID) for the crypto asset. Please refer to the Lukka ID document for more information</td>\n  </tr>\n  <tr>\n    <td>lukkaAssetCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Lukka normalized unique asset code (ticker)</td>\n  </tr>\n  <tr>    \n    <td>lukkaAssetName</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Lukka's long name for the asset</td>\n  </tr>\n  <tr>    \n    <td>startTime</td>\n    <td>DATE</td>\n    <td>ISO 8601</td>\n    <td>Timestamp (UTC+0) when the entity asset was mapped to the Lukka asset</td>\n  </tr>\n  <tr>    \n    <td>endTime</td>\n    <td>DATE</td>\n    <td>ISO 8601</td>\n    <td>Timestamp (UTC+0) when the entity stopped supporting the asset; also indicates the time when the entity to Lukka asset mapping was removed</td>\n  </tr>\n</table></table>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","name":"Reference Data (Deprecated)","type":"folder"}},"urlObject":{"path":["v1","lukka","ref-assets"],"host":["{{ref_data}}"],"query":[{"disabled":true,"description":{"content":"<p>All asset mappings created after or on the given time. Defaults to 1970-01-01T00:00:00Z.</p>\n","type":"text/plain"},"key":"createdAfter","value":"2019-01-29T23:40:10.924Z"},{"disabled":true,"description":{"content":"<p>All asset mappings created before the given time. Defaults to now.</p>\n","type":"text/plain"},"key":"createdBefore","value":"2020-04-29T23:40:11.924Z"},{"disabled":true,"description":{"content":"<p>All asset mappings deleted after or on the given time. Defaults to 1970-01-01T00:00:00Z</p>\n","type":"text/plain"},"key":"deletedAfter","value":"2020-01-01T23:40:10.924Z"},{"disabled":true,"description":{"content":"<p>All asset mappings delete before the given time. Defaults to now.</p>\n","type":"text/plain"},"key":"deletedBefore","value":"2020-04-01T23:40:10.924Z"},{"disabled":true,"description":{"content":"<p>Include in-active asset mappings. Defaults to false.</p>\n","type":"text/plain"},"key":"includeDeleted","value":"true"},{"disabled":true,"description":{"content":"<p>All asset mappings with the given Lukka asset code.</p>\n","type":"text/plain"},"key":"lukkaAssetCode","value":"WRX"},{"disabled":true,"description":{"content":"<p>All asset mappings with the given Lukka asset ID.</p>\n","type":"text/plain"},"key":"lukkaAssetId","value":"LA6HYGC9BB6"},{"description":{"content":"<p>All asset mappings with the given entity code.</p>\n","type":"text/plain"},"key":"entityCode","value":"KRAK"},{"description":{"content":"<p>All asset mappings with the given entity's asset code.</p>\n","type":"text/plain"},"key":"entityAssetCode","value":"BTC"},{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"disabled":true,"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"cb763ce8-c9a1-4bd4-94a0-2f06a17fe89b","name":"Lukka Asset Mappings","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v1/lukka/ref-assets?createdAfter=2019-01-29T23:40:10.924Z&createdBefore=2020-04-29T23:40:11.924Z&deletedAfter=2020-01-01T23:40:10.924Z&deletedBefore=2020-04-01T23:40:10.924Z&includeDeleted=true&lukkaAssetCode=WRX&lukkaAssetId=LA6HYGC9BB6&entityCode=BINA","host":["{{ref_data}}"],"path":["v1","lukka","ref-assets"],"query":[{"key":"createdAfter","value":"2019-01-29T23:40:10.924Z","description":"All asset mappings created after or on the given time. Defaults to 1970-01-01T00:00:00Z."},{"key":"createdBefore","value":"2020-04-29T23:40:11.924Z","description":"All asset mappings created before the given time. Defaults to now."},{"key":"deletedAfter","value":"2020-01-01T23:40:10.924Z","description":"All asset mappings deleted after or on the given time. Defaults to 1970-01-01T00:00:00Z"},{"key":"deletedBefore","value":"2020-04-01T23:40:10.924Z","description":"All asset mappings delete before the given time. Defaults to now."},{"key":"includeDeleted","value":"true","description":"Include in-active asset mappings. Defaults to false"},{"key":"lukkaAssetCode","value":"WRX","description":"All asset mappings with the given Lukka Asset Code"},{"key":"lukkaAssetId","value":"LA6HYGC9BB6","description":"All asset mappings with the given Lukka Asset Id"},{"key":"entityCode","value":"BINA","description":"All asset mappings with the given Entity Code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Wed, 01 Apr 2020 15:57:45 GMT"},{"key":"server","value":"Application/debug ktor/debug"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"entityName\": \"Bibox\",\n            \"entityCode\": \"BIBO\",\n            \"entityType\": \"Exchange\",\n            \"entityAssetCode\": \"BIX\",\n            \"entityAssetName\": \"BIX Token\",\n            \"entityAssetInternalId\": null,\n            \"entityWithdrawalFeeAssetCode\": \"BIX\",\n            \"entityWithdrawalFeeAmount\": 12.0,\n            \"entityWithdrawalFeeType\": \"Unit\",\n            \"lukkaAssetId\": \"LA52E52WCD9\",\n            \"lukkaAssetCode\": \"BIX\",\n            \"lukkaAssetName\": \"Bibox Token\",\n            \"lukkaAssetInternalId\": 11234,\n            \"startTime\": \"2019-09-13T14:15:46.149Z\",\n            \"endTime\": null\n        },\n        {\n            \"entityName\": \"Bibox\",\n            \"entityCode\": \"BIBO\",\n            \"entityType\": \"Exchange\",\n            \"entityAssetCode\": \"ETH\",\n            \"entityAssetName\": \"Ethereum\",\n            \"entityAssetInternalId\": null,\n            \"entityWithdrawalFeeAssetCode\": \"ETH\",\n            \"entityWithdrawalFeeAmount\": 0.009,\n            \"entityWithdrawalFeeType\": \"Unit\",\n            \"lukkaAssetId\": \"LA8VRAGEMT1\",\n            \"lukkaAssetCode\": \"ETH\",\n            \"lukkaAssetName\": \"Ether\",\n            \"lukkaAssetInternalId\": 10029,\n            \"startTime\": \"2019-09-12T21:44:43.999Z\",\n            \"endTime\": null\n        }\n        ],\n    \"limit\": 100,\n    \"offset\": 0,\n    \"size\": 100,\n    \"links\": {\n        \"base\": \"/v1/lukka/ref-assets\",\n        \"next\": \"/v1/lukka/ref-assets?entityCode=BIBO&limit=100&offset=100\",\n        \"prev\": null\n    }\n}"}],"_postman_id":"5b2e23c7-b2c3-48c0-b9f2-f028aa3fc340"},{"name":"Lukka Pair Mappings","id":"6ed9c808-458f-486f-a0e0-0d850a29e79e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v1/lukka/ref-pairs?lukkaCounterAssetCode=ETH&entityCode=KUCO&limit=100&offset=0","description":"<p>Get the cross reference of all the pairs supported by an entity mapped to Lukka normalized pairs.<br /><br /></p>\n<p><b>Response Details</b><br /></p>\n<table>\n<table>\n<tr>\n    <th>Field Name</th>\n    <th>Data Type</th>\n    <th>Data Type Details</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>entityName</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Name of the source entity</td>\n  </tr>\n  <tr>\n    <td>entityCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Unique Lukka code for the source entity</td>\n  </tr>\n  <tr>\n    <td>entityType</td>\n    <td>CHARACTER</td>\n    <td>20</td>\n    <td>Type of service provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>entityPairCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Pair code provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>entityAssetOneCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Base asset code (ticker) of the pair provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>entityAssetOneName</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Base asset name of the pair provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>entityAssetOneInternalId</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Internal code provided by the source entity to uniquely identify the base asset</td>\n  </tr>\n  <tr>\n    <td>entityAssetTwoCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Counter asset code (ticker) of the pair provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>entityAssetTwoName</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Counter asset name of the pair provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>entityAssetTwoInternalId</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Internal code provided by the source entity to uniquely identify the counter asset</td>\n  </tr>\n  <tr>\n    <td>entityPricePrecision</td>\n    <td>NUMERIC</td>\n    <td></td>\n    <td>Fixed number of decimal places to which the price is rounded off by the source entity</td>\n  </tr>\n  <tr>\n    <td>entityQuantityPrecision</td>\n    <td>NUMERIC</td>\n    <td></td>\n    <td>Fixed number of decimal places to which the quantity traded is rounded off by the source entity</td>\n  </tr>\n  <tr>\n    <td>entityMinimumTickSize</td>\n    <td>NUMERIC</td>\n    <td></td>\n    <td>Smallest price increment in which the source entity prices are quoted</td>\n  </tr>\n  <tr>\n    <td>entityMinimumTradeQuantity</td>\n    <td>NUMERIC</td>\n    <td></td>\n    <td>Minimum amount of base asset allowed by the source entity to be traded</td>\n  </tr>\n  <tr>\n    <td>entityTradeFeeAssetCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Asset code (ticker) of the fee charged by the source entity when trading</td>\n  </tr>\n  <tr>\n    <td>entityTradeFeeAmount</td>\n    <td>NUMERIC</td>\n    <td></td>\n    <td>Amount of fee charged by the source entity when trading</td>\n  </tr>\n  <tr>\n    <td>entityTradeFeeType</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Indicates if the trade fee charged is a percentage or unit</td>\n  </tr>\n  <tr>\n    <td>lukkaPairCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Lukka normalized unique pair code</td>\n  </tr>\n  <tr>\n    <td>lukkaAssetOneId</td>\n    <td>CHARACTER</td>\n    <td>11</td>\n    <td>11-character unique Lukka ID (LID) for the base asset. Please refer to the Lukka ID document for more information</td>\n  </tr>\n  <tr>\n    <td>lukkaAssetOneCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Lukka normalized unique asset code (ticker) for the base asset</td>\n  </tr>\n  <tr>\n    <td>lukkaAssetOneName</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Lukka's long name for the base asset</td>\n  </tr>\n  <tr>\n    <td>lukkaAssetTwoId</td>\n    <td>CHARACTER</td>\n    <td>11</td>\n    <td>11-character unique Lukka ID (LID) for the counter asset. Please refer to the Lukka ID document for more information</td>\n  </tr>\n  <tr>\n    <td>lukkaAssetTwoCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Lukka normalized unique asset code (ticker) for the counter asset</td>\n  </tr>\n  <tr>\n    <td>lukkaAssetTwoName</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Lukka's long name for the counter asset</td>\n  </tr>\n  <tr>\n    <td>startTime</td>\n    <td>DATE</td>\n    <td>ISO 8601</td>\n    <td>Timestamp (UTC+0) when the entity pair was mapped to the Lukka pair</td>\n  </tr>\n  <tr>\n    <td>endTime</td>\n    <td>DATE</td>\n    <td>ISO 8601</td>\n    <td>Timestamp (UTC+0) when the entity stopped supporting the pair; also indicates the time when the entity to Lukka pair mapping was removed</td>\n  </tr>\n</table></table>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","name":"Reference Data (Deprecated)","type":"folder"}},"urlObject":{"path":["v1","lukka","ref-pairs"],"host":["{{ref_data}}"],"query":[{"disabled":true,"description":{"content":"<p>All pair mappings created after or on the given time. Defaults to 1970-01-01T00:00:00Z.</p>\n","type":"text/plain"},"key":"createdAfter","value":"2019-01-29T23:40:10.924Z"},{"disabled":true,"description":{"content":"<p>All pair mappings created before the given time. Defaults to now.</p>\n","type":"text/plain"},"key":"createdBefore","value":"2020-04-29T23:40:11.924Z"},{"disabled":true,"description":{"content":"<p>All pair mappings deleted after or on the given time. Defaults to 1970-01-01T00:00:00Z.</p>\n","type":"text/plain"},"key":"deletedAfter","value":"2020-01-01T23:40:10.924Z"},{"disabled":true,"description":{"content":"<p>All pair mappings deleted before the given time. Defaults to now.</p>\n","type":"text/plain"},"key":"deletedBefore","value":"2020-04-01T23:40:10.924Z"},{"disabled":true,"description":{"content":"<p>Include in-active pair mappings. Default to false.</p>\n","type":"text/plain"},"key":"includeDeleted","value":"true"},{"disabled":true,"description":{"content":"<p>All pair mappings with the given Lukka asset one code,</p>\n","type":"text/plain"},"key":"lukkaBaseAssetCode","value":"ETH"},{"description":{"content":"<p>All pair mappings with the given Lukka asset two code.</p>\n","type":"text/plain"},"key":"lukkaCounterAssetCode","value":"ETH"},{"description":{"content":"<p>All pair mappings with the given entity code.</p>\n","type":"text/plain"},"key":"entityCode","value":"KUCO"},{"disabled":true,"description":{"content":"<p>All pair mappings with the given entity's pair code.</p>\n","type":"text/plain"},"key":"entityPairCode","value":"FLY-USDT"},{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"f1e07252-5a2a-4fb5-a063-e7e9da82a386","name":"Lukka Pair Mappings","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v1/lukka/ref-pairs?createdAfter=2019-01-29T23:40:10.924Z&createdBefore=2020-04-29T23:40:11.924Z&deletedAfter=2020-01-01T23:40:10.924Z&deletedBefore=2020-04-01T23:40:10.924Z&includeDeleted=true&lukkaBaseAssetCode=WTC&lukkaCounterAssetCode=BNB&entityCode=LAPR","host":["{{ref_data}}"],"path":["v1","lukka","ref-pairs"],"query":[{"key":"createdAfter","value":"2019-01-29T23:40:10.924Z","description":"All pair mappings created after or on the given time. Defaults to 1970-01-01T00:00:00Z."},{"key":"createdBefore","value":"2020-04-29T23:40:11.924Z","description":"All pair mappings created before the given time. Defaults to now."},{"key":"deletedAfter","value":"2020-01-01T23:40:10.924Z","description":"All pair mappings deleted after or on the given time. Defaults to 1970-01-01T00:00:00Z."},{"key":"deletedBefore","value":"2020-04-01T23:40:10.924Z","description":"All pair mappings deleted before the given time. Defaults to now."},{"key":"includeDeleted","value":"true","description":"Include in-active pair mappings. Default to false."},{"key":"lukkaBaseAssetCode","value":"WTC","description":"All pair mappings with the given Lukka asset one code,"},{"key":"lukkaCounterAssetCode","value":"BNB","description":"All pair mappings with the given Lukka asset two code."},{"key":"entityCode","value":"LAPR","description":"All pair mappings with the given entity code."},{"key":"limit","value":null,"disabled":true},{"key":"offset","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Wed, 01 Apr 2020 15:59:16 GMT"},{"key":"server","value":"Application/debug ktor/debug"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"entityName\": \"Binance\",\n            \"entityCode\": \"BINA\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"ETHBTC\",\n            \"entityAssetOneCode\": \"ETH\",\n            \"entityAssetOneName\": \"Ethereum\",\n            \"entityAssetTwoCode\": \"BTC\",\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoName\": \"Bitcoin\",\n            \"lukkaPairCode\": \"ETH-XBT\",\n            \"lukkaPairInternalId\": 116139,\n            \"entityAssetTwoInternalId\": null,\n            \"entityPricePrecision\": 8,\n            \"entityQuantityPrecision\": 8,\n            \"entityMinimumTickSize\": 0,\n            \"entityMinimumTradeQuantity\": 0,\n            \"entityTradeFeeAssetCode\": \"BTC\",\n            \"entityTradeFeeAmount\": 0.1,\n            \"entityTradeFeeType\": \"Percent\",\n            \"lukkaAssetOneId\": \"LA8VRAGEMT1\",\n            \"lukkaAssetOneInternalId\": 10029,\n            \"lukkaAssetOneCode\": \"ETH\",\n            \"lukkaAssetOneName\": \"Ether\",\n            \"lukkaAssetTwoId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetTwoInternalId\": 10007,\n            \"lukkaAssetTwoCode\": \"XBT\",\n            \"lukkaAssetTwoName\": \"Bitcoin\",\n            \"isReversed\": false,\n            \"startTime\": \"2018-05-03T00:57:49.356Z\",\n            \"endTime\": \"2021-04-25T10:49:46.889Z\"\n        },\n        {\n            \"entityName\": \"Binance\",\n            \"entityCode\": \"BINA\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"LTCBTC\",\n            \"entityAssetOneCode\": \"LTC\",\n            \"entityAssetOneName\": \"Litecoin\",\n            \"entityAssetTwoCode\": \"BTC\",\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoName\": \"Bitcoin\",\n            \"lukkaPairCode\": \"XLT-XBT\",\n            \"lukkaPairInternalId\": 114677,\n            \"entityAssetTwoInternalId\": null,\n            \"entityPricePrecision\": 8,\n            \"entityQuantityPrecision\": 8,\n            \"entityMinimumTickSize\": 0,\n            \"entityMinimumTradeQuantity\": 0,\n            \"entityTradeFeeAssetCode\": \"BTC\",\n            \"entityTradeFeeAmount\": 0.1,\n            \"entityTradeFeeType\": \"Percent\",\n            \"lukkaAssetOneId\": \"LA58RADHS00\",\n            \"lukkaAssetOneInternalId\": 10043,\n            \"lukkaAssetOneCode\": \"XLT\",\n            \"lukkaAssetOneName\": \"Litecoin\",\n            \"lukkaAssetTwoId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetTwoInternalId\": 10007,\n            \"lukkaAssetTwoCode\": \"XBT\",\n            \"lukkaAssetTwoName\": \"Bitcoin\",\n            \"isReversed\": false,\n            \"startTime\": \"2018-05-03T00:57:49.356Z\",\n            \"endTime\": \"2021-04-25T10:49:46.859Z\"\n        },\n        {\n            \"entityName\": \"Binance\",\n            \"entityCode\": \"BINA\",\n            \"entityType\": \"Exchange\",\n            \"entityPairCode\": \"BNBBTC\",\n            \"entityAssetOneCode\": \"BNB\",\n            \"entityAssetOneName\": \"Binance Coin\",\n            \"entityAssetTwoCode\": \"BTC\",\n            \"entityAssetOneInternalId\": null,\n            \"entityAssetTwoName\": \"Bitcoin\",\n            \"lukkaPairCode\": \"BNB-XBT\",\n            \"lukkaPairInternalId\": 117575,\n            \"entityAssetTwoInternalId\": null,\n            \"entityPricePrecision\": 8,\n            \"entityQuantityPrecision\": 8,\n            \"entityMinimumTickSize\": 0,\n            \"entityMinimumTradeQuantity\": 0,\n            \"entityTradeFeeAssetCode\": \"BTC\",\n            \"entityTradeFeeAmount\": 0.0,\n            \"entityTradeFeeType\": \"Unit\",\n            \"lukkaAssetOneId\": \"LA6QAR0HMW5\",\n            \"lukkaAssetOneInternalId\": 10184,\n            \"lukkaAssetOneCode\": \"BNB\",\n            \"lukkaAssetOneName\": \"Binance Coin\",\n            \"lukkaAssetTwoId\": \"LA6EV2NKQ95\",\n            \"lukkaAssetTwoInternalId\": 10007,\n            \"lukkaAssetTwoCode\": \"XBT\",\n            \"lukkaAssetTwoName\": \"Bitcoin\",\n            \"isReversed\": false,\n            \"startTime\": \"2018-07-17T21:54:32.537Z\",\n            \"endTime\": \"2019-09-19T08:01:51.831Z\"\n        }\n        ],\n    \"limit\": 100,\n    \"offset\": 0,\n    \"size\": 100,\n    \"links\": {\n        \"base\": \"/v1/lukka/ref-pairs\",\n        \"next\": \"/v1/lukka/ref-pairs?includeDeleted=true&entityCode=BINA&limit=100&offset=100\",\n        \"prev\": null\n    }\n}"}],"_postman_id":"6ed9c808-458f-486f-a0e0-0d850a29e79e"},{"name":"Lukka Derivative Mappings","id":"37dc8d41-4e8b-468e-abdd-9524baeb63fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v1/lukka/ref-derivatives?includeDeleted=true&entityCode=OKEX&limit=100&offset=0","description":"<p>Get the list of all the contracts supported by an entity.<br /><br /></p>\n<p><b>Response Details</b><br /></p>\n<table>\n<table>\n<tr>\n    <th>Field Name</th>\n    <th>Data Type</th>\n    <th>Data Type Details</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>entityName</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Name of the source entity</td>\n  </tr>\n  <tr>\n    <td>entityCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Unique Lukka code for the source entity</td>\n  </tr>\n  <tr>\n    <td>entityType</td>\n    <td>CHARACTER</td>\n    <td>20</td>\n    <td>Type of service provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>entityDerivativeCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Code used by the source entity to uniquely identify the contract</td>\n  </tr>\n  <tr>\n    <td>entityDerivativeName</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Additional descriptive information provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>startTime</td>\n    <td>DATE</td>\n    <td>ISO 8601</td>\n    <td>Timestamp (UTC+0) when the derivative contract was listed by the source entity</td>\n  </tr>\n  <tr>\n    <td>endTime</td>\n    <td>DATE</td>\n    <td>ISO 8601</td>\n    <td>Timestamp (UTC+0) for the expiration date of the contract provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>settlementTime</td>\n    <td>DATE</td>\n    <td>ISO 8601</td>\n    <td>Timestamp (UTC+0) for the settlement time of the contract provided by the source entity</td>\n  </tr>\n  <tr>\n    <td>instrumentType</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Type of contract classified by the source entity</td>\n  </tr>\n  <tr>\n    <td>instrumentSubtype</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Additional information on the type of contract</td>\n  </tr>\n  <tr>\n    <td>multiplier</td>\n    <td>NUMERIC</td>\n    <td></td>\n    <td>Value of one point of quoted price in quote currency for one contract. Contract size in futures trading is the amount of underlying asset represented by each futures contract</td>\n  </tr>\n  <tr>\n    <td>strike</td>\n    <td>NUMERIC</td>\n    <td></td>\n    <td>Price at which the put or call option can be exercised</td>\n  </tr>\n  <tr>\n    <td>entitySettleAssetCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>The asset in which a contract is settled</td>\n  </tr>\n  <tr>\n    <td>entityUnderlyingAssetCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>The asset making up the contract and upon which the price is based</td>\n  </tr>\n  <tr>\n    <td>entityQuoteAssetCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>The asset by which a contract is valued</td>\n  </tr>\n  <tr>\n    <td>underlyingSymbol</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Source entity-specific information such as underlying index, descriptive data, unique identifiers, etc.</td>\n  </tr>\n  <tr>\n    <td>lukkaDerivativeId</td>\n    <td>CHARACTER</td>\n    <td>11</td>\n    <td>11-character unique Lukka ID (LID) for the crypto contract. Please refer to the Lukka ID document for more information</td>\n  </tr>\n  <tr>\n    <td>lukkaSettleAssetCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Lukka normalized unique asset code (ticker) for the settle asset. Please refer to the Lukka ID document for more information</td>\n  </tr>\n  <tr>\n    <td>lukkaUnderlyingAssetCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Lukka normalized unique asset code (ticker) for the underlying asset. Please refer to the Lukka ID document for more information</td>\n  </tr>\n  <tr>\n    <td>lukkaQuoteAssetCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Lukka normalized unique asset code (ticker) for the quote asset. Please refer to the Lukka ID document for more information</td>\n  </tr>\n</table></table>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","name":"Reference Data (Deprecated)","type":"folder"}},"urlObject":{"path":["v1","lukka","ref-derivatives"],"host":["{{ref_data}}"],"query":[{"disabled":true,"description":{"content":"<p>All derivative mappings created after or on the given time. Defaults to 1970-01-01T00:00:00Z.</p>\n","type":"text/plain"},"key":"createdAfter","value":"2019-01-29T23:40:10.924Z"},{"disabled":true,"description":{"content":"<p>All derivative mappings created before the given time. Defaults to now.</p>\n","type":"text/plain"},"key":"createdBefore","value":"2020-04-29T23:40:11.924Z"},{"disabled":true,"description":{"content":"<p>All derivative mappings deleted after or on the given time. Defaults to 1970-01-01T00:00:00Z.</p>\n","type":"text/plain"},"key":"deletedAfter","value":"2020-01-01T23:40:10.924Z"},{"disabled":true,"description":{"content":"<p>All derivative mappings deleted before the given time. Defaults to now.</p>\n","type":"text/plain"},"key":"deletedBefore","value":"2020-04-01T23:40:10.924Z"},{"description":{"content":"<p>Include inactive derivative mappings. Default to false.</p>\n","type":"text/plain"},"key":"includeDeleted","value":"true"},{"description":{"content":"<p>All derivative mappings with the given Lukka generated entity code.</p>\n","type":"text/plain"},"key":"entityCode","value":"OKEX"},{"disabled":true,"description":{"content":"<p>All derivative mappings with the given entity's derivative code.</p>\n","type":"text/plain"},"key":"entityDerivativeCode","value":"LTC-USDT-SWAP"},{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"fdee9634-3dd1-494e-a080-3603c56839ce","name":"Lukka Derivative Mappings","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v1/lukka/ref-derivatives?createdBefore=2020-04-29T23:40:11.924Z&deletedAfter=2020-01-01T23:40:10.924Z&deletedBefore=2020-04-01T23:40:10.924Z&includeDeleted=true&entityCode=OKEX&entityDerivativeCode=LTC-USDT-SWAP&limit=100&offset=19225","host":["{{ref_data}}"],"path":["v1","lukka","ref-derivatives"],"query":[{"key":"createdAfter","value":"2019-01-29T23:40:10.924Z","disabled":true},{"key":"createdBefore","value":"2020-04-29T23:40:11.924Z"},{"key":"deletedAfter","value":"2020-01-01T23:40:10.924Z"},{"key":"deletedBefore","value":"2020-04-01T23:40:10.924Z"},{"key":"includeDeleted","value":"true"},{"key":"entityCode","value":"OKEX"},{"key":"entityDerivativeCode","value":"LTC-USDT-SWAP"},{"key":"limit","value":"100"},{"key":"offset","value":"19225"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Jul 2020 20:27:33 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"03dc027fb80000e0d2b2087200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5b0d06ac5cc7e0d2-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"entityName\": \"OKEx\",\n            \"entityCode\": \"OKEX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"BTC-USD-190712\",\n            \"entityDerivativeName\": \"BTC-USD-190712\",\n            \"startTime\": \"2019-06-28T00:00:00Z\",\n            \"endTime\": \"2019-07-12T00:00:00Z\",\n            \"settlementTime\": null,\n            \"instrumentType\": \"FUTURE\",\n            \"instrumentSubtype\": \"NEXT_WEEK\",\n            \"multiplier\": 100,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"BTC\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": null,\n            \"lukkaId\": null,\n            \"lukkaSettleAsset\": null,\n            \"lukkaUnderlyingAsset\": \"XBT\",\n            \"lukkaQuoteAsset\": null,\n            \"lukkaDerivativeInternalId\": 1000000022475,\n            \"lukkaUnderlyingAssetInternalId\": 10007,\n            \"lukkaSettleAssetInternalId\": null,\n            \"lukkaQuoteAssetInternalId\": null\n        },\n        {\n            \"entityName\": \"OKEx\",\n            \"entityCode\": \"OKEX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"LTC-USD-190712\",\n            \"entityDerivativeName\": \"LTC-USD-190712\",\n            \"startTime\": \"2019-06-28T00:00:00Z\",\n            \"endTime\": \"2019-07-12T00:00:00Z\",\n            \"settlementTime\": null,\n            \"instrumentType\": \"FUTURE\",\n            \"instrumentSubtype\": \"NEXT_WEEK\",\n            \"multiplier\": 10,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"LTC\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": null,\n            \"lukkaId\": null,\n            \"lukkaSettleAsset\": null,\n            \"lukkaUnderlyingAsset\": \"XLT\",\n            \"lukkaQuoteAsset\": null,\n            \"lukkaDerivativeInternalId\": 1000000022476,\n            \"lukkaUnderlyingAssetInternalId\": 10043,\n            \"lukkaSettleAssetInternalId\": null,\n            \"lukkaQuoteAssetInternalId\": null\n        },\n        {\n            \"entityName\": \"OKEx\",\n            \"entityCode\": \"OKEX\",\n            \"entityType\": \"Exchange\",\n            \"entityDerivativeCode\": \"ETH-USD-190712\",\n            \"entityDerivativeName\": \"ETH-USD-190712\",\n            \"startTime\": \"2019-06-28T00:00:00Z\",\n            \"endTime\": \"2019-07-12T00:00:00Z\",\n            \"settlementTime\": null,\n            \"instrumentType\": \"FUTURE\",\n            \"instrumentSubtype\": \"NEXT_WEEK\",\n            \"multiplier\": 10,\n            \"entitySettleAsset\": null,\n            \"entityUnderlyingAsset\": \"ETH\",\n            \"entityQuoteAsset\": \"USD\",\n            \"underlyingSymbol\": null,\n            \"lukkaId\": null,\n            \"lukkaSettleAsset\": null,\n            \"lukkaUnderlyingAsset\": \"ETH\",\n            \"lukkaQuoteAsset\": null,\n            \"lukkaDerivativeInternalId\": 1000000022477,\n            \"lukkaUnderlyingAssetInternalId\": 10029,\n            \"lukkaSettleAssetInternalId\": null,\n            \"lukkaQuoteAssetInternalId\": null\n        }\n        ],\n    \"limit\": 100,\n    \"offset\": 0,\n    \"size\": 100,\n    \"links\": {\n        \"base\": \"/v1/lukka/ref-derivatives\",\n        \"next\": \"/v1/lukka/ref-derivatives?entityCode=OKEX&limit=100&offset=100\",\n        \"prev\": null\n    }\n}"}],"_postman_id":"37dc8d41-4e8b-468e-abdd-9524baeb63fd"},{"name":"Lukka Crypto Actions","id":"3aa45fa2-1368-41a7-8fd6-5fdedab0efd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ref_data}}/v1/lukka/assets/crypto-actions?limit=100&offset=0&eventBefore=2020-04-29T23:40:11.924Z&eventAfter=2020-04-29T23:40:11.924Z&event=Fork","description":"<p>Get a list of all the crypto actions occurring on an asset.<br /><br /></p>\n<p><b>Response Details</b><br /></p>\n<table>\n<table>\n<tr>\n    <th>Field Name</th>\n    <th>Data Type</th>\n    <th>Data Type Details</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>event</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Type of crypto action</td>\n  </tr>\n  <tr>\n    <td>eventTime</td>\n    <td>DATE</td>\n    <td>ISO 8601</td>\n    <td>Timestamp (UTC+0) when the crypto action has taken place or will take place (for future events)</td>\n  </tr>\n  <tr>\n    <td>oldLukkaId</td>\n    <td>CHARACTER</td>\n    <td>11</td>\n    <td>11-character unique Lukka ID (LID) for the crypto asset before the crypto action event. Please refer to the Lukka ID document for more information</td>\n  </tr>\n  <tr>\n    <td>oldWhitepaperAssetCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Ticker of the crypto asset found in the primary source before the crypto action event</td>\n  </tr>\n  <tr>\n    <td>oldWhitepaperAssetName</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Name of the crypto asset found in the primary source before the crypto action event</td>\n  </tr>\n  <tr>\n    <td>oldBlockchain</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Blockchain on which the asset resided before the crypto action event</td>\n  </tr>\n  <tr>\n    <td>oldContractAddress</td>\n    <td>CHARACTER</td>\n    <td>4000</td>\n    <td>Address of the contract of an asset in its respective blockchain before the crypto action event</td>\n  </tr>\n  <tr>\n    <td>newLukkaId</td>\n    <td>CHARACTER</td>\n    <td>11</td>\n    <td>11-character unique Lukka ID (LID) for the crypto asset after the crypto action event. Please refer to the Lukka ID document for more information</td>\n  </tr>\n  <tr>\n    <td>newWhitepaperAssetCode</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Ticker of the crypto asset found in the primary source after the crypto action event</td>\n  </tr>\n  <tr>\n    <td>newWhitepaperAssetName</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Name of the crypto asset found in the primary source after the crypto action event</td>\n  </tr>\n  <tr>\n    <td>newBlockchain</td>\n    <td>CHARACTER</td>\n    <td>256</td>\n    <td>Blockchain on which the asset resides after the crypto action event</td>\n  </tr>\n  <tr>\n    <td>newContractAddress</td>\n    <td>CHARACTER</td>\n    <td>4000</td>\n    <td>Address of the contract of an asset in its respective blockchain after the crypto action event</td>\n  </tr>\n  <tr>\n    <td>newSplitMultiplier</td>\n    <td>NUMBER</td>\n    <td></td>\n    <td>Change in the balance of the new asset after a crypto action event such as an \"Asset Swap\" has taken place</td>\n  </tr>\n  <tr>\n    <td>eventDetails</td>\n    <td>CHARACTER</td>\n    <td>4000</td>\n    <td>Additional information such as a link to the website or publication of the crypto action event</td>\n  </tr>\n</table></table>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","name":"Reference Data (Deprecated)","type":"folder"}},"urlObject":{"path":["v1","lukka","assets","crypto-actions"],"host":["{{ref_data}}"],"query":[{"description":{"content":"<p>Max data set size to show. Max value is 1000 and defaults to 100.</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Data set offset. Defaults to 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>All Crypto Actions before the given time. Defaults to now.</p>\n","type":"text/plain"},"key":"eventBefore","value":"2020-04-29T23:40:11.924Z"},{"description":{"content":"<p>All Crypto Actions after the given time. </p>\n","type":"text/plain"},"key":"eventAfter","value":"2020-04-29T23:40:11.924Z"},{"description":{"content":"<p>All Crypto Actions for a given type of crypto action</p>\n","type":"text/plain"},"key":"event","value":"Fork"}],"variable":[]}},"response":[{"id":"a8cdf629-65af-4a99-84cf-c07fd7120d40","name":"Lukka Crypto Actions","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ref_data}}/v1/lukka/assets/crypto-actions?limit=100&offset=0&eventBefore=2021-03-01T00:00:00Z&eventAfter=2021-02-01T00:00:00Z","host":["{{ref_data}}"],"path":["v1","lukka","assets","crypto-actions"],"query":[{"key":"limit","value":"100"},{"key":"offset","value":"0"},{"key":"eventBefore","value":"2021-03-01T00:00:00Z"},{"key":"eventAfter","value":"2021-02-01T00:00:00Z"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Mar 2021 17:06:41 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08e7e6cdd90000381dc99c5000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"63200d8fce39381d-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"event\": \"Name Change\",\n            \"eventTime\": null,\n            \"oldLukkaId\": \"LA4T6QCC611\",\n            \"oldWhitepaperAssetCode\": \"BUS\",\n            \"oldWhitepaperAssetName\": \"BTU Support\",\n            \"oldBlockchain\": null,\n            \"oldContractAddress\": null,\n            \"newLukkaId\": \"LA4T6QCC611\",\n            \"newWhitepaperAssetCode\": \"BUS\",\n            \"newWhitepaperAssetName\": \"Bitcoin Unlimited Support\",\n            \"newBlockchain\": null,\n            \"newContractAddress\": null,\n            \"newSplitMultiplier\": null,\n            \"eventDetails\": null\n        },\n        {\n            \"event\": \"Asset Swap\",\n            \"eventTime\": null,\n            \"oldLukkaId\": \"LA37C925373\",\n            \"oldWhitepaperAssetCode\": \"APIS\",\n            \"oldWhitepaperAssetName\": \"APIS\",\n            \"oldBlockchain\": null,\n            \"oldContractAddress\": null,\n            \"newLukkaId\": \"LA2W3K7SNX9\",\n            \"newWhitepaperAssetCode\": \"APIX\",\n            \"newWhitepaperAssetName\": \"APIX\",\n            \"newBlockchain\": null,\n            \"newContractAddress\": null,\n            \"newSplitMultiplier\": 0.01,\n            \"eventDetails\": null\n        },\n        {\n            \"event\": \"Blockchain Migration\",\n            \"eventTime\": null,\n            \"oldLukkaId\": \"LA1BX58PPZ7\",\n            \"oldWhitepaperAssetCode\": \"MEDX\",\n            \"oldWhitepaperAssetName\": \"MediBloc\",\n            \"oldBlockchain\": \"ERC20\",\n            \"oldContractAddress\": null,\n            \"newLukkaId\": \"LA8ZWA13L82\",\n            \"newWhitepaperAssetCode\": \"MEDB\",\n            \"newWhitepaperAssetName\": \"MediBloc [Panacea]\",\n            \"newBlockchain\": \"Panacea\",\n            \"newContractAddress\": null,\n            \"newSplitMultiplier\": 0.5,\n            \"eventDetails\": null\n        },\n        {\n            \"event\": \"Hard Fork\",\n            \"eventTime\": null,\n            \"oldLukkaId\": \"LA4TKP4Q8H4\",\n            \"oldWhitepaperAssetCode\": \"DASC\",\n            \"oldWhitepaperAssetName\": \"DasCoin\",\n            \"oldBlockchain\": null,\n            \"oldContractAddress\": null,\n            \"newLukkaId\": \"LA1BUTBD5C6\",\n            \"newWhitepaperAssetCode\": \"GRP\",\n            \"newWhitepaperAssetName\": \"GreenPower\",\n            \"newBlockchain\": null,\n            \"newContractAddress\": null,\n            \"newSplitMultiplier\": null,\n            \"eventDetails\": null\n        },\n        {\n            \"event\": \"Contract Migration\",\n            \"eventTime\": null,\n            \"oldLukkaId\": \"LA47Y9PUK43\",\n            \"oldWhitepaperAssetCode\": \"YAMv2\",\n            \"oldWhitepaperAssetName\": \"YAMv2\",\n            \"oldBlockchain\": null,\n            \"oldContractAddress\": \"0xaba8cac6866b83ae4eec97dd07ed254282f6ad8a\",\n            \"newLukkaId\": \"LA3TTQUP5T9\",\n            \"newWhitepaperAssetCode\": \"YAMv3\",\n            \"newWhitepaperAssetName\": \"YAMv3\",\n            \"newBlockchain\": null,\n            \"newContractAddress\": \"0x0aacfbec6a24756c20d41914f2caba817c0d8521\",\n            \"newSplitMultiplier\": 2.5,\n            \"eventDetails\": \"https://docs.yam.finance/faq#how-does-yamv2-to-yam-migration-work\"\n        }\n        ],\n    \"limit\": 100,\n    \"offset\": 0,\n    \"size\": 100,\n    \"links\": {\n        \"base\": \"/v1/lukka/assets/crypto-actions\",\n        \"next\": \"/v1/lukka/assets/crypto-actions?event=&limit=100&offset=100\",\n        \"prev\": null\n    }\n}"}],"_postman_id":"3aa45fa2-1368-41a7-8fd6-5fdedab0efd9"}],"id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e","description":"<p><strong>Lukka Reference Data Overview</strong></p>\n<p>Lukka Reference Data is the golden copy of crypto asset reference data. It normalizes and maps thousands of crypto assets from hundreds of sources (entities).</p>\n<p>Lukka Reference Data provides comprehensive data for crypto assets, ranging from underlying blockchains and contract addresses to entity-specific tickers, asset names, and asset codes.</p>\n<p>Included in the entity-specific details is trade and transfer-level metadata such as price precision, trade and withdrawal fees, and minimum tick size. Lukka Reference Data also provides cross-reference data for assets and asset pairs for cross-entity mapping.</p>\n<p><strong>For support questions or feedback, please contact your Lukka representative.</strong></p>\n<p>There are multiple types of data available via the API that can be pulled. Below are descriptions of the endpoints and data types. Notice that each endpoint uses the <strong>GET</strong> command to send a request to the API.</p>\n<p>The base endpoint that is used to access all data is <a href=\"https://data-refdata-api.lukka.tech/v1\"><strong>https://data-refdata-api.lukka.tech/v1</strong></a> and is included in all API calls.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f500abbc-db2b-4c46-96f0-631218281189"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b2aaba12-76f1-402b-9d6d-216cc6566b64"}}],"_postman_id":"6147ea04-983e-4b93-8d33-3c1e94bdca0e"}],"auth":{"type":"bearer","bearer":{"token":"<token>"}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","requests":{},"exec":[""],"id":"8b3b20f7-d553-4afe-bbb8-e9c1ad663bd4"}},{"listen":"test","script":{"type":"text/javascript","requests":{},"exec":[""],"id":"359a2ce3-85e7-4f7f-8a31-6c4c465149b6"}}]}