openapi: 3.0.0 info: title: Arkham Intel Analytics Hypercore API version: 1.1.0 tags: - name: Hypercore paths: /hypercore/account/{address}/active: get: summary: Check for HyperCore activity description: 'Whether a HyperCore address has any HyperCore activity: a spot balance, open perp position, margin, staking, or vault equity.' operationId: GetHypercoreAccountActive parameters: - name: address in: path description: HyperCore master or sub-account address. required: true schema: type: string description: HyperCore master or sub-account address. example: '0xECB63caA47c7c4E77F60f1cE858Cf28dC2B82b00' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercoreAccountActiveResponse' example: active: true address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/account/{address}/perp-positions: get: summary: Get HyperCore perp positions description: Open perpetual positions for a HyperCore address (master + sub-accounts) with mark price, unrealized PnL, and per-DEX USDC margin. operationId: GetHypercorePerpPositions parameters: - name: address in: path description: HyperCore master or sub-account address. required: true schema: type: string description: HyperCore master or sub-account address. example: '0xECB63caA47c7c4E77F60f1cE858Cf28dC2B82b00' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercorePerpPositionsResponse' example: accountUsdValue: 62831603.012425 addresses: - '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' - '0x08b095625fb698837fc436c489ce9e4f6ee084c1' - '0x152600cac5306fd519ccb2bdd4b18a441443428a' - '0x153ae96fafe232f61b9a19c285b8e8e265642f69' - '0x37449263a96d00ec4cd68952a3f3c7fd1927d958' - '0x4304dc380a4c9a452c58707487e185caf992ff05' - '0x6d9f9706d647d19e93164a7217576797358fa8c3' - '0x8185204d31602595fadbb9305155e8981762e60c' - '0x82578861165b62466f8e11e51efe74455ed0e1a6' - '0x88f9bd20b748c3e533374fa201621ceb119ee9db' - '0x8af63f51e0c60851a30da696a6a0911a3d019d5e' - '0x8fecb60f12fd9a3db6901b8a7703a24fa2ee1268' - '0x90e678b96a3d15bac0e109535692be5361571652' - '0x91ea0caf217cb0e51d833d9b66464371fb9d1c5b' - '0xa3e4be245fa0cbd5df1718c33cb9c08af5796f3b' - '0xb3514b307d17e09d2086738b62ac5db371692d9d' - '0xba6be69a57e42572df416997af3b7dcdd59ef360' - '0xc21f25650fd7165905e94014529261070c4530a3' - '0xc64283a986819174aa0b13b22ff9ab55ac2bd394' - '0xe78030f0e93def6280f7331edb81db4a3f547633' - '0xefee01d3a0d06c188627d98b6aa814f401f87c4b' - '0xfa452867a690af8bc0a3aa585facaf8e70e65ef8' - '0xff1ec702af93ac3e9537d9e24c2c4750d44cbf75' dexBalances: - dex: xyz usdcBalance: 10084680.877152 - dex: vntl usdcBalance: 0 - dex: cash usdcBalance: 0.004359 positions: - address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' coin: xyz:XYZ100 direction: long entryPx: 28568.39 leverageType: cross leverageValue: 3 markPx: 28523.999999999996 maxLeverage: 30 positionValue: 79536.3216 szi: 2.7884 unrealizedPnl: -123.78444 - address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' coin: xyz:TSLA direction: long entryPx: 392.186 leverageType: cross leverageValue: 3 markPx: 380.03000000000003 maxLeverage: 20 positionValue: 608103.86441 szi: 1600.147 underlyingPricingId: tesla-xstock underlyingSymbol: TSLAX unrealizedPnl: -19451.467595 - address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' coin: xyz:NVDA direction: long entryPx: 206.302 leverageType: cross leverageValue: 3 markPx: 203.20000000000002 maxLeverage: 20 positionValue: 847307.424 szi: 4169.82 underlyingPricingId: nvidia-xstock underlyingSymbol: NVDAX unrealizedPnl: -12935.268385 unrealizedPnl: 1015323.5175330002 usdcBalance: 179763906.134545 '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/account/{address}/portfolio-history: get: summary: Get HyperCore account value / PnL history description: Live account-value and PnL time series per timeframe (day, week, month, allTime) for a HyperCore address. Not aggregated across sub-accounts. operationId: GetHypercorePortfolioHistory parameters: - name: address in: path description: HyperCore master or sub-account address. required: true schema: type: string description: HyperCore master or sub-account address. example: '0xECB63caA47c7c4E77F60f1cE858Cf28dC2B82b00' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercorePortfolioHistoryResponse' example: address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' periods: - accountValue: - time: 1784246344057 value: 95092178.097197 - time: 1784298591213 value: 98859536.656199 period: day pnl: - time: 1784224644641 value: 849540.7263119817 - time: 1784298591213 value: 1945082.7996740043 - accountValue: - time: 1783727877035 value: 91759827.573454 - time: 1783814323032 value: 96805222.506593 - time: 1783896617062 value: 101532293.403535 period: week pnl: - time: 1784073197689 value: -2659247.7237069905 - time: 1784138060004 value: -3659770.578257978 - time: 1784224644641 value: -2810229.8519459963 '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/account/{address}/spot-balances: get: summary: Get HyperCore spot balances description: Spot token balances for a HyperCore address (master + sub-accounts), each valued in USD at the spot mid price. operationId: GetHypercoreSpotBalances parameters: - name: address in: path description: HyperCore master or sub-account address. required: true schema: type: string description: HyperCore master or sub-account address. example: '0xECB63caA47c7c4E77F60f1cE858Cf28dC2B82b00' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercoreSpotBalancesResponse' example: addresses: - '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' - '0x08b095625fb698837fc436c489ce9e4f6ee084c1' - '0x152600cac5306fd519ccb2bdd4b18a441443428a' - '0x153ae96fafe232f61b9a19c285b8e8e265642f69' - '0x37449263a96d00ec4cd68952a3f3c7fd1927d958' - '0x4304dc380a4c9a452c58707487e185caf992ff05' - '0x6d9f9706d647d19e93164a7217576797358fa8c3' - '0x8185204d31602595fadbb9305155e8981762e60c' - '0x82578861165b62466f8e11e51efe74455ed0e1a6' - '0x88f9bd20b748c3e533374fa201621ceb119ee9db' - '0x8af63f51e0c60851a30da696a6a0911a3d019d5e' - '0x8fecb60f12fd9a3db6901b8a7703a24fa2ee1268' - '0x90e678b96a3d15bac0e109535692be5361571652' - '0x91ea0caf217cb0e51d833d9b66464371fb9d1c5b' - '0xa3e4be245fa0cbd5df1718c33cb9c08af5796f3b' - '0xb3514b307d17e09d2086738b62ac5db371692d9d' - '0xba6be69a57e42572df416997af3b7dcdd59ef360' - '0xc21f25650fd7165905e94014529261070c4530a3' - '0xc64283a986819174aa0b13b22ff9ab55ac2bd394' - '0xe78030f0e93def6280f7331edb81db4a3f547633' - '0xefee01d3a0d06c188627d98b6aa814f401f87c4b' - '0xfa452867a690af8bc0a3aa585facaf8e70e65ef8' - '0xff1ec702af93ac3e9537d9e24c2c4750d44cbf75' balances: - address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' coin: USDC hold: 5417652.57475905 token: 0 total: 10874813.93987035 underlyingPricingId: usd-coin usdPrice: 1 usdValue: 5457161.3651113 - address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' coin: PURR entryPx: 0.08784222575940936 hold: 0 token: 1 total: 129.21127 underlyingPricingId: purr-2 underlyingSymbol: PURR unrealizedPnl: -2.1359560693949984 usdPrice: 0.0713115 usdValue: 9.214249480605002 - address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' coin: HFUN hold: 0 token: 2 total: 0.73279813 underlyingPricingId: hypurr-fun underlyingSymbol: HFUN usdPrice: 13.4645 usdValue: 9.866760421385 totalUsdValue: 16717217.12361454 '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/account/{address}/subaccounts: get: summary: Get HyperCore sub-accounts description: Sub-accounts (name, address, vault flag) indexed for a HyperCore master address. operationId: GetHypercoreSubAccounts parameters: - name: address in: path description: HyperCore master or sub-account address. required: true schema: type: string description: HyperCore master or sub-account address. example: '0xECB63caA47c7c4E77F60f1cE858Cf28dC2B82b00' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercoreSubAccountsResponse' example: address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' subAccounts: - address: '0x8185204d31602595fadbb9305155e8981762e60c' isVault: false master: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' name: sub1 - address: '0x37449263a96d00ec4cd68952a3f3c7fd1927d958' isVault: false master: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' name: sub10 - address: '0x152600cac5306fd519ccb2bdd4b18a441443428a' isVault: false master: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' name: sub11 '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/account/{address}/summary: get: summary: Get HyperCore account value summary description: Total account value (spot USD + perp equity + staked HYPE) for a HyperCore address. A master address aggregates across all of its sub-accounts; a sub-account returns only its own value. operationId: GetHypercoreAccountSummary parameters: - name: address in: path description: HyperCore master or sub-account address. required: true schema: type: string description: HyperCore master or sub-account address. example: '0xECB63caA47c7c4E77F60f1cE858Cf28dC2B82b00' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercoreAccountSummaryResponse' example: address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' addresses: - '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' - '0x08b095625fb698837fc436c489ce9e4f6ee084c1' - '0x152600cac5306fd519ccb2bdd4b18a441443428a' - '0x153ae96fafe232f61b9a19c285b8e8e265642f69' - '0x37449263a96d00ec4cd68952a3f3c7fd1927d958' - '0x4304dc380a4c9a452c58707487e185caf992ff05' - '0x6d9f9706d647d19e93164a7217576797358fa8c3' - '0x8185204d31602595fadbb9305155e8981762e60c' - '0x82578861165b62466f8e11e51efe74455ed0e1a6' - '0x88f9bd20b748c3e533374fa201621ceb119ee9db' - '0x8af63f51e0c60851a30da696a6a0911a3d019d5e' - '0x8fecb60f12fd9a3db6901b8a7703a24fa2ee1268' - '0x90e678b96a3d15bac0e109535692be5361571652' - '0x91ea0caf217cb0e51d833d9b66464371fb9d1c5b' - '0xa3e4be245fa0cbd5df1718c33cb9c08af5796f3b' - '0xb3514b307d17e09d2086738b62ac5db371692d9d' - '0xba6be69a57e42572df416997af3b7dcdd59ef360' - '0xc21f25650fd7165905e94014529261070c4530a3' - '0xc64283a986819174aa0b13b22ff9ab55ac2bd394' - '0xe78030f0e93def6280f7331edb81db4a3f547633' - '0xefee01d3a0d06c188627d98b6aa814f401f87c4b' - '0xfa452867a690af8bc0a3aa585facaf8e70e65ef8' - '0xff1ec702af93ac3e9537d9e24c2c4750d44cbf75' perpPositionCount: 123 perpUnrealizedPnl: 1015323.5175330002 perpUsdValue: 62831603.012425 perpUsdcBalance: 179763906.134545 pricingAvailable: true spotBalanceCount: 34 spotUsdValue: 16717217.12361454 stakedUsdValue: 15428141.678624816 subAccountCount: 22 totalUsdValue: 94976961.81466436 '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/account/{address}/trades: get: summary: Get HyperCore trade history description: Merged spot and perp fills for a HyperCore address (master + sub-accounts), newest first, paginated via limit/offset. operationId: GetHypercoreTrades parameters: - name: limit in: query description: Max fills to return (default 50, max 200). schema: type: integer description: Max fills to return (default 50, max 200). example: 50 - name: offset in: query description: 'Pagination offset into the merged fill history. Default: 0.' schema: type: integer description: 'Pagination offset into the merged fill history. Default: 0.' example: 0 - name: address in: path description: HyperCore master or sub-account address. required: true schema: type: string description: HyperCore master or sub-account address. example: '0x020ca66c30bec2c4fe3861a94e4db4a498a35872' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercoreTradesResponse' example: addresses: - '0x020ca66c30bec2c4fe3861a94e4db4a498a35872' hasMore: true limit: 50 offset: 0 trades: - address: '0x020ca66c30bec2c4fe3861a94e4db4a498a35872' closedPnl: 0 coin: ETH direction: Open Long fee: 9.970859 feeToken: USDC hash: '0x0a62f1391c59819b0bdc044022f1670203a2001eb75ca06dae2b9c8bdb5d5b85' kind: perp price: 1832.7 side: B size: 18.1351 time: '2026-07-17T14:10:59.009Z' - address: '0x020ca66c30bec2c4fe3861a94e4db4a498a35872' closedPnl: 0 coin: ETH direction: Open Long fee: 3.77439 feeToken: USDC hash: '0x0a62f1391c59819b0bdc044022f1670203a2001eb75ca06dae2b9c8bdb5d5b85' kind: perp price: 1832.7 side: B size: 6.8649 time: '2026-07-17T14:10:59.009Z' - address: '0x020ca66c30bec2c4fe3861a94e4db4a498a35872' closedPnl: 0 coin: ETH direction: Open Long fee: 13.753499 feeToken: USDC hash: '0x282c56304428027829a6044022f1010206a50015df2b214acbf50183032bdc62' kind: perp price: 1833.8 side: B size: 25 time: '2026-07-17T14:10:51.906Z' '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/entity/{entity}/active: get: summary: Check for HyperCore entity activity description: 'Whether any address attributed to the entity has HyperCore activity: a spot balance, open perp position, margin, staking, or vault equity.' operationId: GetHypercoreEntityActive parameters: - name: entity in: path description: Arkham entity ID. required: true schema: type: string description: Arkham entity ID. example: wintermute responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercoreEntityActiveResponse' example: active: true entity: wintermute '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/entity/{entity}/perp-positions: get: summary: Get HyperCore entity perp positions description: Open perpetual positions across every address attributed to the entity, with mark price, unrealized PnL, and per-DEX USDC margin. operationId: GetHypercoreEntityPerpPositions parameters: - name: entity in: path description: Arkham entity ID. required: true schema: type: string description: Arkham entity ID. example: wintermute responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercorePerpPositionsResponse' example: accountUsdValue: 60422375.07808398 addresses: - '0x0000006daea1723962647b7e189d311d757fb793' - '0x0000f079e68bbcc79ab9600ace786b0a4db1c83c' - '0x03ae1a796dfe0400439211133d065bda774b9d3e' dexBalances: - dex: xyz usdcBalance: 9719026.928198999 - dex: '' usdcBalance: 161683016.732425 - dex: cash usdcBalance: 0.004359 positions: - address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' coin: PUMP direction: short entryPx: 0.0015532833786410095 leverageType: cross leverageValue: 3 markPx: 0.001625 maxLeverage: 10 positionValue: 4264428.89925 szi: -2624263938 underlyingPricingId: pump-fun underlyingSymbol: PUMP unrealizedPnl: -188203.34318759906 - address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' coin: kPEPE direction: short entryPx: 0.0026949657593151586 leverageType: cross leverageValue: 10 markPx: 0.002675 maxLeverage: 10 positionValue: 1309223.594175 szi: -489429381 underlyingPricingId: pepe underlyingSymbol: PEPE unrealizedPnl: 9771.829222813132 - address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' coin: kBONK direction: short entryPx: 0.003497 leverageType: cross leverageValue: 10 markPx: 0.003168 maxLeverage: 10 positionValue: 171282.754368 szi: -54066526 underlyingPricingId: bonk underlyingSymbol: BONK unrealizedPnl: 17787.887054000017 unrealizedPnl: 1653719.941092011 usdcBalance: 171402043.664983 '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/entity/{entity}/portfolio-history: get: summary: Get HyperCore entity account value / PnL history description: Combined account-value and PnL time series per timeframe (day, week, month, allTime) across an entity's HyperCore addresses, at daily resolution. operationId: GetHypercoreEntityPortfolioHistory parameters: - name: entity in: path description: Arkham entity ID. required: true schema: type: string description: Arkham entity ID. example: wintermute responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercoreEntityPortfolioHistoryResponse' example: entity: wintermute periods: - accountValue: - time: 1784246344057 value: 95158621.32031299 - time: 1784294531578 value: 98562252.84599899 period: day pnl: - time: 1784224706077 value: 846167.4401189685 - time: 1784294531578 value: 2471029.4675139785 - accountValue: - time: 1783727996396 value: 91760066.196543 - time: 1783814323032 value: 96805461.583287 - time: 1783900560020 value: 101532531.30774198 period: week pnl: - time: 1783726080034 value: -2659042.1070310175 - time: 1783810080061 value: -2659041.3849770427 - time: 1783897680023 value: -2659040.7379760146 '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/entity/{entity}/spot-balances: get: summary: Get HyperCore entity spot balances description: Spot token balances across every address attributed to the entity, each valued in USD at the spot mid price. operationId: GetHypercoreEntitySpotBalances parameters: - name: entity in: path description: Arkham entity ID. required: true schema: type: string description: Arkham entity ID. example: wintermute responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercoreSpotBalancesResponse' example: addresses: - '0x0000006daea1723962647b7e189d311d757fb793' - '0x0000f079e68bbcc79ab9600ace786b0a4db1c83c' - '0x03ae1a796dfe0400439211133d065bda774b9d3e' balances: - address: '0x9f2a049145af1ee33ee1de8adc0e62041761cc5d' coin: MAX hold: 0 token: 734 total: 9995.425307 usdPrice: 4e-7 usdValue: 0.0039981701228 - address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' coin: USDC hold: 6289812.51771749 token: 0 total: 9991392.00856484 underlyingPricingId: usd-coin usdPrice: 1 usdValue: 3701579.490847349 - address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' coin: UBTC entryPx: 64115.25251628088 hold: 36.39076 token: 197 total: 97.9853715109 underlyingPricingId: unit-bitcoin underlyingSymbol: UBTC unrealizedPnl: -141515.61936333403 usdPrice: 62671 usdValue: 6140841.217959614 totalUsdValue: 16750028.265744798 '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/entity/{entity}/summary: get: summary: Get HyperCore entity value summary description: Total HyperCore value (spot USD + perp equity + staked HYPE) aggregated across every address attributed to the entity, sub-accounts included. operationId: GetHypercoreEntitySummary parameters: - name: entity in: path description: Arkham entity ID. required: true schema: type: string description: Arkham entity ID. example: wintermute responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercoreEntitySummaryResponse' example: addressCount: 71 entity: wintermute perpPositionCount: 123 perpUnrealizedPnl: 1653719.941092011 perpUsdValue: 60422375.07808398 perpUsdcBalance: 171402043.664983 pricingAvailable: true spotBalanceCount: 45 spotUsdValue: 16750028.265744798 stakedUsdValue: 15341482.640184918 subAccountCount: 22 totalUsdValue: 92513885.98401369 '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/markets: get: summary: List HyperCore markets description: Every token that has a HyperCore spot or perpetual market. Returns each token's pricing id, symbol, and name. operationId: GetHypercoreMarkets responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercoreMarketsResponse' example: markets: - name: Bitcoin pricingId: bitcoin symbol: BTC - name: Ethereum pricingId: ethereum symbol: ETH - name: Hyperliquid pricingId: hyperliquid symbol: HYPE '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/token/{pricingId}/positions: get: summary: Get top HyperCore perp positions for a token description: Returns the largest open HyperCore perp positions on the token's canonical market, optionally netted per entity. operationId: GetHypercoreTokenPositions parameters: - name: side in: query description: Filter to 'long' or 'short' positions; omit for both. schema: type: string description: Filter to 'long' or 'short' positions; omit for both. example: long - name: groupByEntity in: query description: If 'true', nets positions per attributed entity. schema: type: string description: If 'true', nets positions per attributed entity. example: 'true' - name: sort in: query description: 'Sort column: size, value, pnl, funding (default size).' schema: type: string description: 'Sort column: size, value, pnl, funding (default size).' example: size - name: ascending in: query description: If 'true', sorts ascending. schema: type: string description: If 'true', sorts ascending. example: 'true' - name: limit in: query description: Rows per page (default 50, max 100). schema: type: integer description: Rows per page (default 50, max 100). example: 50 - name: offset in: query description: 'Pagination offset (offset+limit capped at 1000). Default: 0.' schema: type: integer description: 'Pagination offset (offset+limit capped at 1000). Default: 0.' example: 0 - name: pricingId in: path description: CoinGecko pricing id of the token. required: true schema: type: string description: CoinGecko pricing id of the token. example: bitcoin responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercoreTokenPositionsResponse' example: hasPerp: true positions: - address: address: '0x92ea19eceb7a8de0f50978a1583a5d8b018050e9' arkhamLabel: address: '0x92ea19ECeB7a8dE0f50978A1583A5D8b018050e9' chainType: evm name: '"GarretBullish" on Markets.xyz' chain: hyperevm contract: false service: false addressCount: 1 coin: BTC cumFundingSinceOpen: 862173.863344 direction: long entryPx: 76117.3 leverageType: cross leverageValue: 5 markPx: 62700 maxLeverage: 40 positionValue: 79524596.34899999 szi: 1268.33487 unrealizedPnl: -17017629.451251004 - address: address: '0x66f889094739dbb7d20aa60f645acd88feba75a9' arkhamLabel: address: '0x66f889094739dbb7d20AA60F645AcD88FEbA75a9' chainType: evm name: '"DoshiAtoll" on Markets.xyz' chain: hyperevm contract: false service: false addressCount: 1 coin: BTC cumFundingSinceOpen: 8757.225544 direction: long entryPx: 63451.3 leverageType: cross leverageValue: 30 markPx: 62700 maxLeverage: 40 positionValue: 62702811.468 szi: 1000.04484 unrealizedPnl: -751333.6882920029 - address: address: '0x15a4f009bb324a3fb9e36137136b201e3fe0dfdb' arkhamLabel: address: '0x15a4F009BB324A3fb9E36137136B201E3Fe0DFDb' chainType: evm name: '"baxter-island-papaverpoppy2999" on Markets.xyz' chain: hyperevm contract: false service: false addressCount: 1 coin: BTC cumFundingSinceOpen: 210709.639252 direction: long entryPx: 62353.6 leverageType: cross leverageValue: 40 markPx: 62700 maxLeverage: 40 positionValue: 62700000 szi: 1000 unrealizedPnl: 346400.00000000146 total: 29706 '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore /hypercore/trades: get: summary: Search HyperCore trades description: Filtered, sorted feed of HyperCore perp and spot fills merged under one limit, each enriched with the trader's entity and labels. operationId: GetHypercoreTradesFeed parameters: - name: base in: query description: 'Filter by trader: a comma-separated list of addresses and/or entity ids.' schema: type: array items: type: string description: 'Filter by trader: a comma-separated list of addresses and/or entity ids.' example: - wintermute - name: coins in: query description: Filter to these raw coin identifiers. schema: type: array items: type: string description: Filter to these raw coin identifiers. example: - BTC - name: pricingIds in: query description: 'Filter by token: CoinGecko pricing ids, expanded to every coin that resolves to them.' schema: type: array items: type: string description: 'Filter by token: CoinGecko pricing ids, expanded to every coin that resolves to them.' example: - bitcoin - name: side in: query description: 'Filter by side: ''buy'' or ''sell''.' schema: type: string description: 'Filter by side: ''buy'' or ''sell''.' example: buy - name: directions in: query description: Filter perp fills by direction label, for example 'Open Long'. schema: type: array items: type: string description: Filter perp fills by direction label, for example 'Open Long'. example: - Open Long - name: product in: query description: Limit to 'perp' or 'spot'; empty returns both. schema: type: string description: Limit to 'perp' or 'spot'; empty returns both. example: perp - name: crossed in: query description: Filter by whether the fill crossed the book. schema: type: boolean description: Filter by whether the fill crossed the book. nullable: true example: true - name: tags in: query description: Filter by trader address tags. schema: type: array items: type: string example: abc123 description: Filter by trader address tags. example: - abc123 - name: valueGte in: query description: Minimum notional value (price*size). style: deepObject explode: true schema: type: string description: Minimum notional value (price*size). nullable: true example: '1000' - name: valueLte in: query description: Maximum notional value. style: deepObject explode: true schema: type: string description: Maximum notional value. nullable: true example: '1000000' - name: sizeGte in: query description: Minimum fill size. style: deepObject explode: true schema: type: string description: Minimum fill size. nullable: true example: '0.001' - name: sizeLte in: query description: Maximum fill size. style: deepObject explode: true schema: type: string description: Maximum fill size. nullable: true example: '1000' - name: priceGte in: query description: Minimum fill price. style: deepObject explode: true schema: type: string description: Minimum fill price. nullable: true example: '1' - name: priceLte in: query description: Maximum fill price. style: deepObject explode: true schema: type: string description: Maximum fill price. nullable: true example: '1000000' - name: timeGte in: query description: Only fills at or after this time. schema: type: string description: Only fills at or after this time. nullable: true example: '2024-01-01T00:00:00Z' - name: timeLte in: query description: Only fills at or before this time. schema: type: string description: Only fills at or before this time. nullable: true example: '2024-01-01T00:00:00Z' - name: timeLast in: query description: Relative window, e.g. '24h' or '7d' (mutually exclusive with timeGte/timeLte). schema: type: string description: Relative window, e.g. '24h' or '7d' (mutually exclusive with timeGte/timeLte). example: 24h - name: sortKey in: query description: Sort by 'time', 'value', 'size', or 'price' (default 'time'). schema: type: string description: Sort by 'time', 'value', 'size', or 'price' (default 'time'). example: time - name: sortDir in: query description: '''asc'' or ''desc'' (default ''desc'').' schema: type: string description: '''asc'' or ''desc'' (default ''desc'').' example: desc - name: limit in: query description: Max trades to return (default 50, max 200). schema: type: integer description: Max trades to return (default 50, max 200). example: 50 - name: offset in: query description: 'Pagination offset (offset+limit must be <= 10000). Default: 0.' schema: type: integer description: 'Pagination offset (offset+limit must be <= 10000). Default: 0.' example: 0 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HypercoreTradesFeedResponse' example: count: 10000 hasMore: true limit: 50 offset: 0 trades: - blockNumber: 1076280041 closedPnl: 0 coin: xyz:CL crossed: true direction: Open Short eventIndex: 1 hash: '0x1c5e446f7b1ff6e01dd8044026bae90201640055161315b2c026efc23a13d0ca' kind: perp price: 81.466 side: sell size: 6.138 startPosition: -1894.224 time: '2026-07-17T19:06:56.614267408Z' trader: address: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' arkhamEntity: crunchbase: https://www.crunchbase.com/organization/wintermute-trading id: wintermute linkedin: https://www.linkedin.com/company/wintermute-trading name: Wintermute note: '' service: null twitter: https://twitter.com/wintermute_t type: fund website: https://www.wintermute.com/ arkhamLabel: address: '0xECB63caA47c7c4E77F60f1cE858Cf28dC2B82b00' chainType: evm name: '"Wintermute" on Markets.xyz' chain: hyperevm contract: false service: false userAddress: '0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00' value: 500.038308 - blockNumber: 1076280039 closedPnl: 0.18291 coin: SPX crossed: false direction: Close Long eventIndex: 1 hash: '0x5ed8ee482a2d69b26052044026bae7010700062dc520888402a1999ae921439d' kind: perp price: 0.3589 side: sell size: 54.6 startPosition: 8990.2 time: '2026-07-17T19:06:56.464368727Z' trader: address: '0x4e60e3a4a32d63d245aa4e4ce304b4254b088f95' chain: hyperevm contract: false underlyingPricingId: spx6900 underlyingSymbol: SPX userAddress: '0x4e60e3a4a32d63d245aa4e4ce304b4254b088f95' value: 19.59594 - blockNumber: 1076280037 closedPnl: 0 coin: xyz:XYZ100 crossed: true direction: Open Short eventIndex: 23 hash: '0xb30123117eb306e8b47a044026bae50202c200f719b625ba56c9ce643db6e0d3' kind: perp price: 28637 side: sell size: 0.0061 startPosition: 0 time: '2026-07-17T19:06:56.345106954Z' trader: address: '0x34fb17e6b34541d631777a78528bb5b156856d35' chain: hyperevm contract: false userAddress: '0x34fb17e6b34541d631777a78528bb5b156856d35' value: 174.6857 '400': description: Bad Request '500': description: Internal Server Error tags: - Hypercore components: schemas: Chain: enum: - ethereum - polygon - bsc - optimism - avalanche - arbitrum_one - base - bitcoin - tron - flare - solana - dogecoin - zcash - hyperevm - hypercore type: string example: ethereum HypercoreMarketsResponse: required: - markets type: object properties: markets: type: array items: $ref: '#/components/schemas/HypercoreMarketDTO' nullable: true example: - name: abc123 pricingId: abc123 symbol: abc123 example: markets: - name: abc123 pricingId: abc123 symbol: abc123 HypercoreTokenPositionDTO: required: - coin - direction - szi type: object properties: address: $ref: '#/components/schemas/Address' addressCount: type: integer example: 1 coin: type: string example: abc123 cumFundingSinceOpen: type: number nullable: true example: 1.23 direction: type: string example: abc123 entity: $ref: '#/components/schemas/ArkhamEntity' entryPx: type: number nullable: true example: 1.23 leverageType: type: string example: abc123 leverageValue: type: integer example: 1 markPx: type: number nullable: true example: 1.23 maxLeverage: type: integer example: 1 positionValue: type: number nullable: true example: 1.23 szi: type: number example: 1.23 unrealizedPnl: type: number nullable: true example: 1.23 example: address: address: '0x28C6c06298d514Db089934071355E5743bf21d60' arkhamEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com arkhamLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' chain: ethereum contract: false depositServiceID: binance isShielded: true isUserAddress: false ownerAddress: {} predictedEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com program: true service: true userEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com userLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' addressCount: 1 coin: abc123 cumFundingSinceOpen: 1.23 direction: abc123 entity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true description: Binance is a global cryptocurrency exchange. id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com entryPx: 1.23 leverageType: abc123 leverageValue: 1 markPx: 1.23 maxLeverage: 1 positionValue: 1.23 szi: 1.23 unrealizedPnl: 1.23 HypercoreEntitySummaryResponse: required: - entity - addressCount - subAccountCount - spotUsdValue - perpUsdValue - perpUsdcBalance - perpUnrealizedPnl - stakedUsdValue - totalUsdValue - spotBalanceCount - perpPositionCount - pricingAvailable type: object properties: addressCount: type: integer example: 1 entity: type: string example: abc123 perpPositionCount: type: integer example: 1 perpUnrealizedPnl: type: number example: 1.23 perpUsdValue: type: number example: 1.23 perpUsdcBalance: type: number example: 1.23 pricingAvailable: type: boolean example: true spotBalanceCount: type: integer example: 1 spotUsdValue: type: number example: 1.23 stakedUsdValue: type: number example: 1.23 subAccountCount: type: integer example: 1 totalUsdValue: type: number example: 1.23 example: addressCount: 1 entity: abc123 perpPositionCount: 1 perpUnrealizedPnl: 1.23 perpUsdValue: 1.23 perpUsdcBalance: 1.23 pricingAvailable: true spotBalanceCount: 1 spotUsdValue: 1.23 stakedUsdValue: 1.23 subAccountCount: 1 totalUsdValue: 1.23 HypercorePerpPositionsResponse: required: - addresses - positions - dexBalances - usdcBalance - unrealizedPnl - accountUsdValue type: object properties: accountUsdValue: type: number example: 1.23 addresses: type: array items: type: string example: abc123 nullable: true example: - abc123 dexBalances: type: array items: $ref: '#/components/schemas/HypercorePerpDexBalanceDTO' nullable: true example: - dex: abc123 usdcBalance: 1.23 positions: type: array items: $ref: '#/components/schemas/HypercorePerpPositionDTO' nullable: true example: - address: abc123 coin: abc123 cumFunding: allTime: 1.23 sinceChange: 1.23 sinceOpen: 1.23 direction: abc123 entryPx: 1.23 leverageType: abc123 leverageValue: 1 markPx: 1.23 marketLabel: abc123 marketUrl: abc123 maxLeverage: 1 positionValue: 1.23 szi: 1.23 underlyingPricingId: abc123 underlyingSymbol: abc123 unrealizedPnl: 1.23 unrealizedPnl: type: number example: 1.23 usdcBalance: type: number example: 1.23 example: accountUsdValue: 1.23 addresses: - abc123 dexBalances: - dex: abc123 usdcBalance: 1.23 positions: - address: abc123 coin: abc123 cumFunding: allTime: 1.23 sinceChange: 1.23 sinceOpen: 1.23 direction: abc123 entryPx: 1.23 leverageType: abc123 leverageValue: 1 markPx: 1.23 marketLabel: abc123 marketUrl: abc123 maxLeverage: 1 positionValue: 1.23 szi: 1.23 underlyingPricingId: abc123 underlyingSymbol: abc123 unrealizedPnl: 1.23 unrealizedPnl: 1.23 usdcBalance: 1.23 HypercoreTradesFeedResponse: required: - trades - count - limit - offset - hasMore type: object properties: count: type: integer example: 1 hasMore: type: boolean example: true limit: type: integer example: 1 offset: type: integer example: 1 trades: type: array items: $ref: '#/components/schemas/HypercoreTradeFeedDTO' nullable: true example: - addressTags: - abc123 blockNumber: 1 closedPnl: 1.23 coin: abc123 crossed: true direction: abc123 eventIndex: 1 hash: abc123 kind: abc123 marketLabel: abc123 marketUrl: abc123 price: 1.23 side: abc123 size: 1.23 startPosition: 1.23 time: '2024-01-01T00:00:00Z' trader: address: '0x28C6c06298d514Db089934071355E5743bf21d60' arkhamEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com arkhamLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' chain: ethereum contract: false depositServiceID: binance isShielded: true isUserAddress: false ownerAddress: {} predictedEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com program: true service: true userEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com userLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' underlyingPricingId: abc123 underlyingSymbol: abc123 userAddress: abc123 value: 1.23 example: count: 1 hasMore: true limit: 1 offset: 1 trades: - addressTags: - abc123 blockNumber: 1 closedPnl: 1.23 coin: abc123 crossed: true direction: abc123 eventIndex: 1 hash: abc123 kind: abc123 marketLabel: abc123 marketUrl: abc123 price: 1.23 side: abc123 size: 1.23 startPosition: 1.23 time: '2024-01-01T00:00:00Z' trader: address: '0x28C6c06298d514Db089934071355E5743bf21d60' arkhamEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com arkhamLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' chain: ethereum contract: false depositServiceID: binance isShielded: true isUserAddress: false ownerAddress: {} predictedEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com program: true service: true userEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com userLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' underlyingPricingId: abc123 underlyingSymbol: abc123 userAddress: abc123 value: 1.23 HypercoreSpotBalancesResponse: required: - addresses - balances - totalUsdValue type: object properties: addresses: type: array items: type: string example: abc123 nullable: true example: - abc123 balances: type: array items: $ref: '#/components/schemas/HypercoreSpotBalanceDTO' nullable: true example: - address: abc123 coin: abc123 entryPx: 1.23 hold: 1.23 marketLabel: abc123 marketUrl: abc123 token: 1 total: 1.23 underlyingPricingId: abc123 underlyingSymbol: abc123 unrealizedPnl: 1.23 usdPrice: 1.23 usdValue: 1.23 totalUsdValue: type: number example: 1.23 example: addresses: - abc123 balances: - address: abc123 coin: abc123 entryPx: 1.23 hold: 1.23 marketLabel: abc123 marketUrl: abc123 token: 1 total: 1.23 underlyingPricingId: abc123 underlyingSymbol: abc123 unrealizedPnl: 1.23 usdPrice: 1.23 usdValue: 1.23 totalUsdValue: 1.23 HypercoreTradesResponse: required: - addresses - trades - limit - offset - hasMore type: object properties: addresses: type: array items: type: string example: abc123 nullable: true example: - abc123 hasMore: type: boolean example: true limit: type: integer example: 1 offset: type: integer example: 1 trades: type: array items: $ref: '#/components/schemas/HypercoreTradeDTO' nullable: true example: - address: abc123 closedPnl: 1.23 coin: abc123 direction: abc123 fee: 1.23 feeToken: abc123 hash: abc123 kind: abc123 price: 1.23 side: abc123 size: 1.23 time: '2024-01-01T00:00:00Z' example: addresses: - abc123 hasMore: true limit: 1 offset: 1 trades: - address: abc123 closedPnl: 1.23 coin: abc123 direction: abc123 fee: 1.23 feeToken: abc123 hash: abc123 kind: abc123 price: 1.23 side: abc123 size: 1.23 time: '2024-01-01T00:00:00Z' HypercoreTokenPositionsResponse: required: - hasPerp - total - positions type: object properties: hasPerp: type: boolean example: true positions: type: array items: $ref: '#/components/schemas/HypercoreTokenPositionDTO' nullable: true example: - address: address: '0x28C6c06298d514Db089934071355E5743bf21d60' arkhamEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com arkhamLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' chain: ethereum contract: false depositServiceID: binance isShielded: true isUserAddress: false ownerAddress: {} predictedEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com program: true service: true userEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com userLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' addressCount: 1 coin: abc123 cumFundingSinceOpen: 1.23 direction: abc123 entity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true description: Binance is a global cryptocurrency exchange. id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com entryPx: 1.23 leverageType: abc123 leverageValue: 1 markPx: 1.23 maxLeverage: 1 positionValue: 1.23 szi: 1.23 unrealizedPnl: 1.23 total: type: integer example: 1 example: hasPerp: true positions: - address: address: '0x28C6c06298d514Db089934071355E5743bf21d60' arkhamEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com arkhamLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' chain: ethereum contract: false depositServiceID: binance isShielded: true isUserAddress: false ownerAddress: {} predictedEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com program: true service: true userEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com userLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' addressCount: 1 coin: abc123 cumFundingSinceOpen: 1.23 direction: abc123 entity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true description: Binance is a global cryptocurrency exchange. id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com entryPx: 1.23 leverageType: abc123 leverageValue: 1 markPx: 1.23 maxLeverage: 1 positionValue: 1.23 szi: 1.23 unrealizedPnl: 1.23 total: 1 HypercoreEntityActiveResponse: required: - entity - active type: object properties: active: type: boolean example: true entity: type: string example: abc123 example: active: true entity: abc123 HypercoreTradeDTO: required: - kind - address - coin - side - price - size - time - hash type: object properties: address: type: string example: abc123 closedPnl: type: number nullable: true example: 1.23 coin: type: string example: abc123 direction: type: string nullable: true example: abc123 fee: type: number nullable: true example: 1.23 feeToken: type: string nullable: true example: abc123 hash: type: string example: abc123 kind: type: string example: abc123 price: type: number example: 1.23 side: type: string example: abc123 size: type: number example: 1.23 time: type: string format: date-time example: '2024-01-01T00:00:00Z' example: address: abc123 closedPnl: 1.23 coin: abc123 direction: abc123 fee: 1.23 feeToken: abc123 hash: abc123 kind: abc123 price: 1.23 side: abc123 size: 1.23 time: '2024-01-01T00:00:00Z' HypercorePortfolioPointDTO: required: - time - value type: object properties: time: type: integer example: 1 value: type: number example: 1.23 example: time: 1 value: 1.23 HypercoreSubAccountDTO: required: - name - address - master - isVault type: object properties: address: type: string example: abc123 isVault: type: boolean example: true master: type: string example: abc123 name: type: string example: abc123 example: address: abc123 isVault: true master: abc123 name: abc123 Address: required: - address - chain type: object properties: address: type: string example: '0x28C6c06298d514Db089934071355E5743bf21d60' arkhamEntity: $ref: '#/components/schemas/Entity' arkhamLabel: $ref: '#/components/schemas/Label' chain: $ref: '#/components/schemas/Chain' contract: type: boolean nullable: true example: false depositServiceID: type: string nullable: true example: binance isShielded: type: boolean nullable: true example: true isUserAddress: type: boolean nullable: true example: false ownerAddress: $ref: '#/components/schemas/Address' predictedEntity: $ref: '#/components/schemas/Entity' program: type: boolean nullable: true example: true service: type: boolean nullable: true example: true userEntity: $ref: '#/components/schemas/Entity' userLabel: $ref: '#/components/schemas/Label' example: address: '0x28C6c06298d514Db089934071355E5743bf21d60' arkhamEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com arkhamLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' chain: ethereum contract: false depositServiceID: binance isShielded: true isUserAddress: false ownerAddress: {} predictedEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com program: true service: true userEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com userLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' HypercoreCumFundingDTO: required: - allTime - sinceOpen - sinceChange type: object properties: allTime: type: number example: 1.23 sinceChange: type: number example: 1.23 sinceOpen: type: number example: 1.23 example: allTime: 1.23 sinceChange: 1.23 sinceOpen: 1.23 HypercorePortfolioPeriodDTO: required: - period - accountValue - pnl type: object properties: accountValue: type: array items: $ref: '#/components/schemas/HypercorePortfolioPointDTO' nullable: true example: - time: 1 value: 1.23 period: type: string example: abc123 pnl: type: array items: $ref: '#/components/schemas/HypercorePortfolioPointDTO' nullable: true example: - time: 1 value: 1.23 example: accountValue: - time: 1 value: 1.23 period: abc123 pnl: - time: 1 value: 1.23 HypercoreAccountActiveResponse: required: - address - active type: object properties: active: type: boolean example: true address: type: string example: abc123 example: active: true address: abc123 HypercoreEntityPortfolioHistoryResponse: required: - entity - periods type: object properties: entity: type: string example: abc123 periods: type: array items: $ref: '#/components/schemas/HypercorePortfolioPeriodDTO' nullable: true example: - accountValue: - time: 1 value: 1.23 period: abc123 pnl: - time: 1 value: 1.23 example: entity: abc123 periods: - accountValue: - time: 1 value: 1.23 period: abc123 pnl: - time: 1 value: 1.23 Entity: required: - name - note - id - type - service type: object properties: addresses: type: object additionalProperties: type: array items: type: string example: abc123 example: - abc123 example: abc123: - abc123 crunchbase: type: string nullable: true example: https://www.crunchbase.com/organization/binance customImageSlug: type: string nullable: true example: binance customized: type: boolean nullable: true example: true id: type: string example: binance instagram: type: string nullable: true example: https://www.instagram.com/binance linkShareable: type: boolean nullable: true example: true linkedin: type: string nullable: true example: https://www.linkedin.com/company/binance name: type: string example: Binance note: type: string example: '' ownerUID: type: string example: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: type: array items: $ref: '#/components/schemas/PopulatedTag' example: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: type: boolean nullable: true example: true twitter: type: string nullable: true example: https://twitter.com/binance type: type: string nullable: true example: cex website: type: string nullable: true example: https://binance.com example: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com ArkhamEntity: required: - name - note - id - type - service - description type: object properties: addresses: type: object additionalProperties: type: array items: type: string example: abc123 example: - abc123 example: abc123: - abc123 crunchbase: type: string nullable: true example: https://www.crunchbase.com/organization/binance customImageSlug: type: string nullable: true example: binance customized: type: boolean nullable: true example: true description: type: string example: Binance is a global cryptocurrency exchange. id: type: string example: binance instagram: type: string nullable: true example: https://www.instagram.com/binance linkShareable: type: boolean nullable: true example: true linkedin: type: string nullable: true example: https://www.linkedin.com/company/binance name: type: string example: Binance note: type: string example: '' ownerUID: type: string example: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: type: array items: $ref: '#/components/schemas/PopulatedTag' example: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: type: boolean nullable: true example: true twitter: type: string nullable: true example: https://twitter.com/binance type: type: string nullable: true example: cex website: type: string nullable: true example: https://binance.com example: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true description: Binance is a global cryptocurrency exchange. id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com HypercoreTradeFeedDTO: required: - kind - blockNumber - eventIndex - time - userAddress - coin - side - price - size - value - crossed type: object properties: addressTags: type: array items: type: string example: abc123 example: - abc123 blockNumber: type: integer example: 1 closedPnl: type: number nullable: true example: 1.23 coin: type: string example: abc123 crossed: type: boolean example: true direction: type: string nullable: true example: abc123 eventIndex: type: integer example: 1 hash: type: string nullable: true example: abc123 kind: type: string example: abc123 marketLabel: type: string nullable: true example: abc123 marketUrl: type: string nullable: true example: abc123 price: type: number example: 1.23 side: type: string example: abc123 size: type: number example: 1.23 startPosition: type: number nullable: true example: 1.23 time: type: string format: date-time example: '2024-01-01T00:00:00Z' trader: $ref: '#/components/schemas/Address' underlyingPricingId: type: string nullable: true example: abc123 underlyingSymbol: type: string nullable: true example: abc123 userAddress: type: string example: abc123 value: type: number example: 1.23 example: addressTags: - abc123 blockNumber: 1 closedPnl: 1.23 coin: abc123 crossed: true direction: abc123 eventIndex: 1 hash: abc123 kind: abc123 marketLabel: abc123 marketUrl: abc123 price: 1.23 side: abc123 size: 1.23 startPosition: 1.23 time: '2024-01-01T00:00:00Z' trader: address: '0x28C6c06298d514Db089934071355E5743bf21d60' arkhamEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com arkhamLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' chain: ethereum contract: false depositServiceID: binance isShielded: true isUserAddress: false ownerAddress: {} predictedEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com program: true service: true userEntity: addresses: abc123: - abc123 crunchbase: https://www.crunchbase.com/organization/binance customImageSlug: binance customized: true id: binance instagram: https://www.instagram.com/binance linkShareable: true linkedin: https://www.linkedin.com/company/binance name: Binance note: '' ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab populatedTags: - chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance service: true twitter: https://twitter.com/binance type: cex website: https://binance.com userLabel: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' underlyingPricingId: abc123 underlyingSymbol: abc123 userAddress: abc123 value: 1.23 HypercoreMarketDTO: required: - pricingId - symbol type: object properties: name: type: string example: abc123 pricingId: type: string example: abc123 symbol: type: string example: abc123 example: name: abc123 pricingId: abc123 symbol: abc123 PopulatedTag: required: - id - label - rank - excludeEntities - disablePage type: object properties: chain: $ref: '#/components/schemas/Chain' disablePage: type: boolean description: Whether the dedicated page for this tag is disabled. example: false excludeEntities: type: boolean description: Whether entities are excluded from this tag. example: false id: type: string description: The tag identifier. example: proof-of-reserves label: type: string description: Human-readable label for this tag parameter combination. example: Binance Proof of Reserves rank: type: integer description: Display rank of the tag. example: 20 tagParams: type: string description: The specific parameter value for this tag instance. nullable: true example: Binance example: chain: ethereum disablePage: false excludeEntities: false id: proof-of-reserves label: Binance Proof of Reserves rank: 20 tagParams: Binance HypercorePerpDexBalanceDTO: required: - dex - usdcBalance type: object properties: dex: type: string example: abc123 usdcBalance: type: number example: 1.23 example: dex: abc123 usdcBalance: 1.23 HypercorePerpPositionDTO: required: - address - coin - szi - direction type: object properties: address: type: string example: abc123 coin: type: string example: abc123 cumFunding: $ref: '#/components/schemas/HypercoreCumFundingDTO' direction: type: string example: abc123 entryPx: type: number nullable: true example: 1.23 leverageType: type: string example: abc123 leverageValue: type: integer example: 1 markPx: type: number nullable: true example: 1.23 marketLabel: type: string nullable: true example: abc123 marketUrl: type: string nullable: true example: abc123 maxLeverage: type: integer example: 1 positionValue: type: number nullable: true example: 1.23 szi: type: number example: 1.23 underlyingPricingId: type: string nullable: true example: abc123 underlyingSymbol: type: string nullable: true example: abc123 unrealizedPnl: type: number nullable: true example: 1.23 example: address: abc123 coin: abc123 cumFunding: allTime: 1.23 sinceChange: 1.23 sinceOpen: 1.23 direction: abc123 entryPx: 1.23 leverageType: abc123 leverageValue: 1 markPx: 1.23 marketLabel: abc123 marketUrl: abc123 maxLeverage: 1 positionValue: 1.23 szi: 1.23 underlyingPricingId: abc123 underlyingSymbol: abc123 unrealizedPnl: 1.23 HypercoreSpotBalanceDTO: required: - address - coin - total - hold type: object properties: address: type: string example: abc123 coin: type: string example: abc123 entryPx: type: number nullable: true example: 1.23 hold: type: number example: 1.23 marketLabel: type: string nullable: true example: abc123 marketUrl: type: string nullable: true example: abc123 token: type: integer nullable: true example: 1 total: type: number example: 1.23 underlyingPricingId: type: string nullable: true example: abc123 underlyingSymbol: type: string nullable: true example: abc123 unrealizedPnl: type: number nullable: true example: 1.23 usdPrice: type: number nullable: true example: 1.23 usdValue: type: number nullable: true example: 1.23 example: address: abc123 coin: abc123 entryPx: 1.23 hold: 1.23 marketLabel: abc123 marketUrl: abc123 token: 1 total: 1.23 underlyingPricingId: abc123 underlyingSymbol: abc123 unrealizedPnl: 1.23 usdPrice: 1.23 usdValue: 1.23 Label: required: - name - address - chainType type: object properties: address: type: string example: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: type: string example: evm name: type: string example: Cold Wallet note: type: string example: '' example: address: '0x28C6c06298d514Db089934071355E5743bf21d60' chainType: evm name: Cold Wallet note: '' HypercoreSubAccountsResponse: required: - address - subAccounts type: object properties: address: type: string example: abc123 subAccounts: type: array items: $ref: '#/components/schemas/HypercoreSubAccountDTO' nullable: true example: - address: abc123 isVault: true master: abc123 name: abc123 example: address: abc123 subAccounts: - address: abc123 isVault: true master: abc123 name: abc123 HypercorePortfolioHistoryResponse: required: - address - periods type: object properties: address: type: string example: abc123 periods: type: array items: $ref: '#/components/schemas/HypercorePortfolioPeriodDTO' nullable: true example: - accountValue: - time: 1 value: 1.23 period: abc123 pnl: - time: 1 value: 1.23 example: address: abc123 periods: - accountValue: - time: 1 value: 1.23 period: abc123 pnl: - time: 1 value: 1.23 HypercoreAccountSummaryResponse: required: - address - addresses - subAccountCount - spotUsdValue - perpUsdValue - perpUsdcBalance - perpUnrealizedPnl - stakedUsdValue - totalUsdValue - spotBalanceCount - perpPositionCount - pricingAvailable type: object properties: address: type: string example: abc123 addresses: type: array items: type: string example: abc123 nullable: true example: - abc123 perpPositionCount: type: integer example: 1 perpUnrealizedPnl: type: number example: 1.23 perpUsdValue: type: number example: 1.23 perpUsdcBalance: type: number example: 1.23 pricingAvailable: type: boolean example: true spotBalanceCount: type: integer example: 1 spotUsdValue: type: number example: 1.23 stakedUsdValue: type: number example: 1.23 subAccountCount: type: integer example: 1 totalUsdValue: type: number example: 1.23 example: address: abc123 addresses: - abc123 perpPositionCount: 1 perpUnrealizedPnl: 1.23 perpUsdValue: 1.23 perpUsdcBalance: 1.23 pricingAvailable: true spotBalanceCount: 1 spotUsdValue: 1.23 stakedUsdValue: 1.23 subAccountCount: 1 totalUsdValue: 1.23