Data Verticals
- Chain Metrics
- Stablecoins
- Decoded
- Token Transfers
- Balances
- DEX Trades
- NFT Trades
- Wallet 360
- Bridges
- Lending
- Prices
- Identity
- DefiLlama
- Utility
- Staking
Solana
- Solana
Hyperliquid 🌱
- Hyperliquid
Bitcoin Ecosystem
- Overview
- Bitcoin
- Bitcoin Cash
- Dogecoin
- Litecoin
- Rootstock
- Stacks
EVM
- Overview
- Core Schemas
- Ethereum
- Beacon Chain
- Holesky 🌱
- Abstract
- ALIENX
- Aleph Zero
- Apechain
- Arbitrum
- Arbitrum Nova
- Arbitrum Sepolia
- Astar 🌱
- Avalanche
- B3
- Base
- Berachain
- Blast
- BNB Smart Chain (BSC)
- Celo
- Degen
- Ethereum Hoodi
- Fantom
- Fraxtal
- Gnosis
- HyperEVM 🌱
- IMX zkEVM
- Ink
- Manta Pacific
- Mode
- Polygon
- Polygon zkEVM
- Proof of Play Apex 🌱
- Proof of Play Boss 🌱
- Real
- Reya
- Ronin 🌱
- Sanko
- Scroll
- Scroll Sepolia
- Sei 🌱
- Soneium
- Sonic
- Superposition
- Starknet 🌱
- SX Rollup
- Tron
- Unichain
- WeMix 🌱
- WINR 🌱
- Worldchain
- zkSync
- Zora
Cosmos Ecosystem
- Overview
- Babylon
- Core Schemas
- Cosmos
- Dymension
- Injective
- Kava 🌱
- MANTRA 🌱
- Osmosis
- Provenance
Move Ecosystem
- Overview
- Aptos
- Sui
Other Ecosystems
- Near
- TON
- Hedera
API
Hyperliquid API without rate limits.
curl --request POST \
--url https://api.allium.so/api/v1/developer/hyperliquid/info \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "clearinghouseState",
"user": "0x48cd535b80439fefd6d00f74e5cf9b152adf2671",
"dex": ""
}'
{}
We provide some API Endpoints that are a 1-1 match for the hyperliquid API.
You can check the Hyperliquid API Docs for the most up to date parameters.
Making a request
All requests are made to the info endpoint.
With
{"type": [Type]}
Types
activeAssetData
User details regarding an asset:
- leverage
- leverage type
- available to trade
- mark price
{
"type": "activeAssetData",
"user": "0x102a618b36c32b338c03526255dcf2a39eb1897f",
"asset": 1
}
{
"user": "0x102a618b36c32b338c03526255dcf2a39eb1897f",
"coin": "ETH",
"leverage": {
"type": "cross",
"value": 20
},
"maxTradeSzs": [
"0.0",
"0.0"
],
"availableToTrade": [
"0.0",
"0.0"
],
"markPx": "2419.8"
}
clearinghouseState
Includes user margin account summaries:
- positions
- leverage
- margin
- funding paid
- etc
{
"type": "clearinghouseState",
"user": "0x48cd535b80439fefd6d00f74e5cf9b152adf2671",
"dex": ""
}
{
"marginSummary": {
"accountValue": "211927.614841",
"totalNtlPos": "1923479.383901",
"totalRawUsd": "1992450.186428",
"totalMarginUsed": "67359.529636"
},
"crossMarginSummary": {
"accountValue": "211927.614841",
"totalNtlPos": "1923479.383901",
"totalRawUsd": "1992450.186428",
"totalMarginUsed": "67359.529636"
},
"crossMaintenanceMarginUsed": "33679.764815",
"withdrawable": "0.0",
"assetPositions": [
{
"type": "oneWay",
"position": {
"coin": "BTC",
"szi": "-10.81525",
"leverage": {
"type": "cross",
"value": 40
},
"entryPx": "104838.1",
"positionValue": "1135157.8247499999",
"unrealizedPnl": "-1306.65792",
"returnOnEquity": "-0.0460962764",
"liquidationPx": "121236.6874584099",
"marginUsed": "28378.945618",
"maxLeverage": 40,
"cumFunding": {
"allTime": "-14077.424452",
"sinceOpen": "0.0",
"sinceChange": "0.0"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "ETH",
"szi": "-228.9204",
"leverage": {
"type": "cross",
"value": 25
},
"entryPx": "2392.39",
"positionValue": "548996.90328",
"unrealizedPnl": "-1329.28991",
"returnOnEquity": "-0.0606795928",
"liquidationPx": "3161.577987032",
"marginUsed": "21959.876131",
"maxLeverage": 25,
"cumFunding": {
"allTime": "-4127.340792",
"sinceOpen": "0.0",
"sinceChange": "0.0"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "SOL",
"szi": "-957.85",
"leverage": {
"type": "cross",
"value": 20
},
"entryPx": "143.73",
"positionValue": "138246.4905",
"unrealizedPnl": "-574.71",
"returnOnEquity": "-0.0834898769",
"liquidationPx": "325.8827916566",
"marginUsed": "6912.324525",
"maxLeverage": 20,
"cumFunding": {
"allTime": "-1970.43225",
"sinceOpen": "0.0",
"sinceChange": "0.0"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "AVAX",
"szi": "-0.01",
"leverage": {
"type": "cross",
"value": 10
},
"entryPx": "16.623",
"positionValue": "0.18051",
"unrealizedPnl": "-0.01428",
"returnOnEquity": "-0.8590507129",
"liquidationPx": "16976003.7677142844",
"marginUsed": "0.018051",
"maxLeverage": 10,
"cumFunding": {
"allTime": "-177.655294",
"sinceOpen": "-0.000028",
"sinceChange": "-0.000028"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "DOGE",
"szi": "70527.0",
"leverage": {
"type": "cross",
"value": 10
},
"entryPx": "0.16512",
"positionValue": "11519.88018",
"unrealizedPnl": "-125.538177",
"returnOnEquity": "-0.107800487",
"liquidationPx": null,
"marginUsed": "1151.988018",
"maxLeverage": 10,
"cumFunding": {
"allTime": "-291.305291",
"sinceOpen": "1.611403",
"sinceChange": "0.0"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "kPEPE",
"szi": "4068635.0",
"leverage": {
"type": "cross",
"value": 10
},
"entryPx": "0.009935",
"positionValue": "40543.947775",
"unrealizedPnl": "117.990456",
"returnOnEquity": "0.0291868057",
"liquidationPx": null,
"marginUsed": "4054.394777",
"maxLeverage": 10,
"cumFunding": {
"allTime": "-334.097869",
"sinceOpen": "0.410786",
"sinceChange": "0.0"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "LDO",
"szi": "-0.1",
"leverage": {
"type": "cross",
"value": 10
},
"entryPx": "0.71858",
"positionValue": "0.070794",
"unrealizedPnl": "0.001064",
"returnOnEquity": "0.1480698043",
"liquidationPx": "1697599.2796095237",
"marginUsed": "0.007079",
"maxLeverage": 10,
"cumFunding": {
"allTime": "0.016567",
"sinceOpen": "-0.001923",
"sinceChange": "-0.001923"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "WLD",
"szi": "20776.0",
"leverage": {
"type": "cross",
"value": 10
},
"entryPx": "0.93807",
"positionValue": "19412.67888",
"unrealizedPnl": "-76.767941",
"returnOnEquity": "-0.039389492",
"liquidationPx": null,
"marginUsed": "1941.267888",
"maxLeverage": 10,
"cumFunding": {
"allTime": "-11.221184",
"sinceOpen": "0.220877",
"sinceChange": "0.0"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "SEI",
"szi": "-60196.0",
"leverage": {
"type": "cross",
"value": 10
},
"entryPx": "0.284386",
"positionValue": "17110.713",
"unrealizedPnl": "8.200578",
"returnOnEquity": "0.0047903612",
"liquidationPx": "3.1043685655",
"marginUsed": "1711.0713",
"maxLeverage": 10,
"cumFunding": {
"allTime": "-1.225517",
"sinceOpen": "0.0",
"sinceChange": "0.0"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "TRB",
"szi": "-0.01",
"leverage": {
"type": "cross",
"value": 3
},
"entryPx": "49.672",
"positionValue": "0.38235",
"unrealizedPnl": "0.11437",
"returnOnEquity": "0.6907513287",
"liquidationPx": "15278425.3800857142",
"marginUsed": "0.12745",
"maxLeverage": 3,
"cumFunding": {
"allTime": "-0.003148",
"sinceOpen": "-0.003148",
"sinceChange": "-0.003148"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "JUP",
"szi": "1.0",
"leverage": {
"type": "cross",
"value": 10
},
"entryPx": "0.62323",
"positionValue": "0.41405",
"unrealizedPnl": "-0.20918",
"returnOnEquity": "-3.3563852831",
"liquidationPx": null,
"marginUsed": "0.041405",
"maxLeverage": 10,
"cumFunding": {
"allTime": "0.016789",
"sinceOpen": "0.00064",
"sinceChange": "0.00064"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "USUAL",
"szi": "21.2",
"leverage": {
"type": "cross",
"value": 5
},
"entryPx": "0.12962",
"positionValue": "1.485272",
"unrealizedPnl": "-1.262672",
"returnOnEquity": "-2.297484956",
"liquidationPx": null,
"marginUsed": "0.297054",
"maxLeverage": 5,
"cumFunding": {
"allTime": "-0.075303",
"sinceOpen": "-0.056057",
"sinceChange": "-0.056057"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "FARTCOIN",
"szi": "-12104.5",
"leverage": {
"type": "cross",
"value": 10
},
"entryPx": "1.03094",
"positionValue": "12487.0022",
"unrealizedPnl": "-7.86803",
"returnOnEquity": "-0.0063049486",
"liquidationPx": "15.0561245295",
"marginUsed": "1248.70022",
"maxLeverage": 10,
"cumFunding": {
"allTime": "-27.971043",
"sinceOpen": "0.0",
"sinceChange": "0.0"
}
}
},
{
"type": "oneWay",
"position": {
"coin": "ANIME",
"szi": "-73.0",
"leverage": {
"type": "cross",
"value": 3
},
"entryPx": "0.032903",
"positionValue": "1.41036",
"unrealizedPnl": "0.991559",
"returnOnEquity": "1.2384584992",
"liquidationPx": "2092.9490659022",
"marginUsed": "0.47012",
"maxLeverage": 3,
"cumFunding": {
"allTime": "0.25212",
"sinceOpen": "0.29221",
"sinceChange": "0.29288"
}
}
}
],
"time": 1750753764566
}
delegations
{
"type": "delegations",
"user": "0x48cd535b80439fefd6d00f74e5cf9b152adf2671"
}
[
{
"validator":"0x5ac99df645f3414876c816caa18b2d234024b487",
"amount":"12060.16529862",
"lockedUntilTimestamp":1735466781353
}
]
delegatorSummary
{
"type": "delegatorSummary",
"user": "0x48cd535b80439fefd6d00f74e5cf9b152adf2671"
}
{
"delegated": "0.0",
"undelegated": "0.0",
"totalPendingWithdrawal": "0.0",
"nPendingWithdrawals": 0
}
exchangeStatus
{
"type": "exchangeStatus"
}
{
"specialStatuses": null,
"time": 1750754795672
}
extraAgents
{
"type": "extraAgents",
"user": "0x48cd535b80439fefd6d00f74e5cf9b152adf2671"
}
frontendOpenOrders
Includes a user’s open orders details.
This is the same call that powers the Hyperliquid Frontend.
{
"type": "frontendOpenOrders",
"user": "0x48cd535b80439fefd6d00f74e5cf9b152adf2671"
}
[
{
"coin": "XRP",
"side": "A",
"limitPx": "2.1761",
"sz": "44703.0",
"oid": 105773236743,
"timestamp": 1750754980508,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "44703.0",
"tif": "Alo",
"cloid": "0x17507549803518906739128985115394"
},
{
"coin": "XRP",
"side": "A",
"limitPx": "2.1757",
"sz": "44703.0",
"oid": 105773236742,
"timestamp": 1750754980508,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "44703.0",
"tif": "Alo",
"cloid": "0x17507549803518706739128985115394"
},
{
"coin": "XRP",
"side": "A",
"limitPx": "2.1753",
"sz": "44703.0",
"oid": 105773236741,
"timestamp": 1750754980508,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "44703.0",
"tif": "Alo",
"cloid": "0x17507549803518506739128985115394"
},
{
"coin": "XRP",
"side": "A",
"limitPx": "2.1749",
"sz": "44703.0",
"oid": 105773236740,
"timestamp": 1750754980508,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "44703.0",
"tif": "Alo",
"cloid": "0x17507549803518306739128985115394"
},
{
"coin": "SEI",
"side": "A",
"limitPx": "0.28479",
"sz": "20859.0",
"oid": 105773236404,
"timestamp": 1750754980454,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "20859.0",
"tif": "Alo",
"cloid": "0x17507549801868915314064224764671"
},
{
"coin": "SEI",
"side": "B",
"limitPx": "0.28292",
"sz": "20859.0",
"oid": 105773236403,
"timestamp": 1750754980454,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "20859.0",
"tif": "Alo",
"cloid": "0x17507549801868815314064224764671"
},
{
"coin": "SEI",
"side": "A",
"limitPx": "0.28471",
"sz": "20859.0",
"oid": 105773236402,
"timestamp": 1750754980454,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "20859.0",
"tif": "Alo",
"cloid": "0x17507549801868715314064224764671"
},
{
"coin": "SEI",
"side": "B",
"limitPx": "0.28301",
"sz": "20859.0",
"oid": 105773236401,
"timestamp": 1750754980454,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "20859.0",
"tif": "Alo",
"cloid": "0x17507549801868615314064224764671"
},
{
"coin": "SEI",
"side": "A",
"limitPx": "0.28462",
"sz": "20858.0",
"oid": 105773236400,
"timestamp": 1750754980454,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "20858.0",
"tif": "Alo",
"cloid": "0x17507549801868515314064224764671"
},
{
"coin": "SEI",
"side": "B",
"limitPx": "0.28309",
"sz": "20858.0",
"oid": 105773236399,
"timestamp": 1750754980454,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "20858.0",
"tif": "Alo",
"cloid": "0x17507549801868415314064224764671"
},
{
"coin": "SEI",
"side": "A",
"limitPx": "0.28454",
"sz": "20859.0",
"oid": 105773236398,
"timestamp": 1750754980454,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "20859.0",
"tif": "Alo",
"cloid": "0x17507549801868315314064224764671"
},
{
"coin": "SEI",
"side": "B",
"limitPx": "0.28318",
"sz": "20859.0",
"oid": 105773236397,
"timestamp": 1750754980454,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "20859.0",
"tif": "Alo",
"cloid": "0x17507549801868215314064224764671"
},
{
"coin": "WLD",
"side": "B",
"limitPx": "0.9313",
"sz": "7257.2",
"oid": 105773235959,
"timestamp": 1750754980258,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "7257.2",
"tif": "Alo",
"cloid": "0x17507549801437833166132745524762"
},
{
"coin": "WLD",
"side": "B",
"limitPx": "0.9315",
"sz": "7257.2",
"oid": 105773235958,
"timestamp": 1750754980258,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "7257.2",
"tif": "Alo",
"cloid": "0x17507549801437633166132745524762"
},
{
"coin": "WLD",
"side": "A",
"limitPx": "0.9342",
"sz": "7257.2",
"oid": 105773235957,
"timestamp": 1750754980258,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "7257.2",
"tif": "Alo",
"cloid": "0x17507549801437533166132745524762"
},
{
"coin": "WLD",
"side": "B",
"limitPx": "0.9318",
"sz": "7257.2",
"oid": 105773235956,
"timestamp": 1750754980258,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "7257.2",
"tif": "Alo",
"cloid": "0x17507549801437433166132745524762"
},
{
"coin": "WLD",
"side": "A",
"limitPx": "0.9339",
"sz": "1897.3",
"oid": 105773235955,
"timestamp": 1750754980258,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "1897.3",
"tif": "Alo",
"cloid": "0x17507549801437333166132745524762"
},
{
"coin": "WLD",
"side": "B",
"limitPx": "0.9321",
"sz": "1897.3",
"oid": 105773235954,
"timestamp": 1750754980258,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "1897.3",
"tif": "Alo",
"cloid": "0x17507549801437233166132745524762"
},
{
"coin": "WLD",
"side": "A",
"limitPx": "0.9332",
"sz": "5360.9",
"oid": 105773235953,
"timestamp": 1750754980258,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": true,
"orderType": "Limit",
"origSz": "5360.9",
"tif": "Alo",
"cloid": "0x17507549801437133166132745524762"
},
{
"coin": "SUI",
"side": "A",
"limitPx": "2.7995",
"sz": "9200.3",
"oid": 105773235305,
"timestamp": 1750754980048,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "9200.3",
"tif": "Alo",
"cloid": "0x17507549798420376026783721331521"
},
{
"coin": "ETH",
"side": "A",
"limitPx": "2401.8",
"sz": "114.4171",
"oid": 105773234767,
"timestamp": 1750754979902,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "114.4171",
"tif": "Alo",
"cloid": "0x17507549797242746933692085057799"
},
{
"coin": "kPEPE",
"side": "A",
"limitPx": "0.009965",
"sz": "10608.0",
"oid": 105773234636,
"timestamp": 1750754979844,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "10608.0",
"tif": "Alo",
"cloid": "0x17507549796809965453636907389090"
},
{
"coin": "kPEPE",
"side": "B",
"limitPx": "0.009943",
"sz": "2376370.0",
"oid": 105773234635,
"timestamp": 1750754979844,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "2376370.0",
"tif": "Alo",
"cloid": "0x17507549796809665453636907389090"
},
{
"coin": "WIF",
"side": "A",
"limitPx": "0.86255",
"sz": "18982.0",
"oid": 105773234323,
"timestamp": 1750754979844,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": true,
"orderType": "Limit",
"origSz": "18982.0",
"tif": "Alo",
"cloid": "0x17507549796757133970000834564430"
},
{
"coin": "XRP",
"side": "B",
"limitPx": "2.1714",
"sz": "44695.0",
"oid": 105773233774,
"timestamp": 1750754979703,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "44695.0",
"tif": "Alo",
"cloid": "0x17507549794091875264484024109546"
},
{
"coin": "XRP",
"side": "B",
"limitPx": "2.1718",
"sz": "44695.0",
"oid": 105773233773,
"timestamp": 1750754979703,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "44695.0",
"tif": "Alo",
"cloid": "0x17507549794091675264484024109546"
},
{
"coin": "XRP",
"side": "B",
"limitPx": "2.1722",
"sz": "44695.0",
"oid": 105773233771,
"timestamp": 1750754979703,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "44695.0",
"tif": "Alo",
"cloid": "0x17507549794091475264484024109546"
},
{
"coin": "XRP",
"side": "B",
"limitPx": "2.1726",
"sz": "44695.0",
"oid": 105773233769,
"timestamp": 1750754979703,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "44695.0",
"tif": "Alo",
"cloid": "0x17507549794091275264484024109546"
},
{
"coin": "DOGE",
"side": "B",
"limitPx": "0.16286",
"sz": "372444.0",
"oid": 105773233113,
"timestamp": 1750754979538,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "372444.0",
"tif": "Alo",
"cloid": "0x17507549793111845445391848908200"
},
{
"coin": "DOGE",
"side": "A",
"limitPx": "0.1632",
"sz": "372444.0",
"oid": 105773233112,
"timestamp": 1750754979538,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "372444.0",
"tif": "Alo",
"cloid": "0x17507549793111745445391848908200"
},
{
"coin": "DOGE",
"side": "B",
"limitPx": "0.16289",
"sz": "372444.0",
"oid": 105773233111,
"timestamp": 1750754979538,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "372444.0",
"tif": "Alo",
"cloid": "0x17507549793111645445391848908200"
},
{
"coin": "DOGE",
"side": "A",
"limitPx": "0.16317",
"sz": "372444.0",
"oid": 105773233110,
"timestamp": 1750754979538,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "372444.0",
"tif": "Alo",
"cloid": "0x17507549793111545445391848908200"
},
{
"coin": "DOGE",
"side": "B",
"limitPx": "0.16292",
"sz": "372443.0",
"oid": 105773233109,
"timestamp": 1750754979538,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "372443.0",
"tif": "Alo",
"cloid": "0x17507549793111445445391848908200"
},
{
"coin": "DOGE",
"side": "A",
"limitPx": "0.16314",
"sz": "372443.0",
"oid": 105773233108,
"timestamp": 1750754979538,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "372443.0",
"tif": "Alo",
"cloid": "0x17507549793111345445391848908200"
},
{
"coin": "DOGE",
"side": "B",
"limitPx": "0.16296",
"sz": "372443.0",
"oid": 105773233107,
"timestamp": 1750754979538,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "372443.0",
"tif": "Alo",
"cloid": "0x17507549793111245445391848908200"
},
{
"coin": "FARTCOIN",
"side": "B",
"limitPx": "1.0228",
"sz": "6079.9",
"oid": 105773232803,
"timestamp": 1750754979488,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "6079.9",
"tif": "Alo",
"cloid": "0x17507549792113649797174448022731"
},
{
"coin": "FARTCOIN",
"side": "A",
"limitPx": "1.0258",
"sz": "6079.9",
"oid": 105773232802,
"timestamp": 1750754979488,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "6079.9",
"tif": "Alo",
"cloid": "0x17507549792113549797174448022731"
},
{
"coin": "FARTCOIN",
"side": "A",
"limitPx": "1.0255",
"sz": "6080.6",
"oid": 105773232801,
"timestamp": 1750754979488,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "6080.6",
"tif": "Alo",
"cloid": "0x17507549792113349797174448022731"
},
{
"coin": "kPEPE",
"side": "B",
"limitPx": "0.009941",
"sz": "2376187.0",
"oid": 105773231622,
"timestamp": 1750754979280,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "2376187.0",
"tif": "Alo",
"cloid": "0x17507549788330843709231470747847"
},
{
"coin": "kPEPE",
"side": "B",
"limitPx": "0.009944",
"sz": "2376187.0",
"oid": 105773231621,
"timestamp": 1750754979280,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "2376187.0",
"tif": "Alo",
"cloid": "0x17507549788330443709231470747847"
},
{
"coin": "kPEPE",
"side": "B",
"limitPx": "0.009953",
"sz": "4752410.0",
"oid": 105773231620,
"timestamp": 1750754979280,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": true,
"orderType": "Limit",
"origSz": "4752410.0",
"tif": "Alo",
"cloid": "0x17507549788330043709231470747847"
},
{
"coin": "WIF",
"side": "B",
"limitPx": "0.86088",
"sz": "18806.0",
"oid": 105773230172,
"timestamp": 1750754978882,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "18806.0",
"tif": "Alo",
"cloid": "0x17507549786583864897523496997577"
},
{
"coin": "WIF",
"side": "B",
"limitPx": "0.86114",
"sz": "18806.0",
"oid": 105773230170,
"timestamp": 1750754978882,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "18806.0",
"tif": "Alo",
"cloid": "0x17507549786583664897523496997577"
},
{
"coin": "WIF",
"side": "B",
"limitPx": "0.8614",
"sz": "18630.0",
"oid": 105773230168,
"timestamp": 1750754978882,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "18630.0",
"tif": "Alo",
"cloid": "0x17507549786583464897523496997577"
},
{
"coin": "SUI",
"side": "A",
"limitPx": "2.8024",
"sz": "9197.6",
"oid": 105773229987,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "9197.6",
"tif": "Alo",
"cloid": "0x17507549786685901212688204530181"
},
{
"coin": "SUI",
"side": "B",
"limitPx": "2.7928",
"sz": "9197.6",
"oid": 105773229986,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "9197.6",
"tif": "Alo",
"cloid": "0x17507549786685801212688204530181"
},
{
"coin": "SUI",
"side": "A",
"limitPx": "2.8016",
"sz": "9197.6",
"oid": 105773229985,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "9197.6",
"tif": "Alo",
"cloid": "0x17507549786685701212688204530181"
},
{
"coin": "SUI",
"side": "B",
"limitPx": "2.7936",
"sz": "9197.6",
"oid": 105773229984,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "9197.6",
"tif": "Alo",
"cloid": "0x17507549786685601212688204530181"
},
{
"coin": "SUI",
"side": "A",
"limitPx": "2.8007",
"sz": "9197.6",
"oid": 105773229983,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "9197.6",
"tif": "Alo",
"cloid": "0x17507549786685501212688204530181"
},
{
"coin": "SUI",
"side": "B",
"limitPx": "2.7945",
"sz": "9197.6",
"oid": 105773229982,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "9197.6",
"tif": "Alo",
"cloid": "0x17507549786685401212688204530181"
},
{
"coin": "SUI",
"side": "B",
"limitPx": "2.7953",
"sz": "9197.9",
"oid": 105773229980,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "9197.9",
"tif": "Alo",
"cloid": "0x17507549786685201212688204530181"
},
{
"coin": "VIRTUAL",
"side": "A",
"limitPx": "1.6491",
"sz": "4138.6",
"oid": 105773229681,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "4138.6",
"tif": "Alo",
"cloid": "0x17507549786678957988586828586236"
},
{
"coin": "VIRTUAL",
"side": "A",
"limitPx": "1.6486",
"sz": "4138.6",
"oid": 105773229680,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "4138.6",
"tif": "Alo",
"cloid": "0x17507549786678757988586828586236"
},
{
"coin": "VIRTUAL",
"side": "B",
"limitPx": "1.6438",
"sz": "4138.6",
"oid": 105773229679,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "4138.6",
"tif": "Alo",
"cloid": "0x17507549786678657988586828586236"
},
{
"coin": "VIRTUAL",
"side": "A",
"limitPx": "1.6481",
"sz": "4138.6",
"oid": 105773229678,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "4138.6",
"tif": "Alo",
"cloid": "0x17507549786678557988586828586236"
},
{
"coin": "VIRTUAL",
"side": "B",
"limitPx": "1.6443",
"sz": "4138.6",
"oid": 105773229677,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "4138.6",
"tif": "Alo",
"cloid": "0x17507549786678457988586828586236"
},
{
"coin": "VIRTUAL",
"side": "A",
"limitPx": "1.6476",
"sz": "4139.2",
"oid": 105773229676,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "4139.2",
"tif": "Alo",
"cloid": "0x17507549786678357988586828586236"
},
{
"coin": "VIRTUAL",
"side": "B",
"limitPx": "1.6448",
"sz": "4139.2",
"oid": 105773229675,
"timestamp": 1750754978806,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "4139.2",
"tif": "Alo",
"cloid": "0x17507549786678257988586828586236"
},
{
"coin": "SPX",
"side": "B",
"limitPx": "1.2244",
"sz": "961.6",
"oid": 105773227001,
"timestamp": 1750754978001,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "961.6",
"tif": "Alo",
"cloid": "0x17507549779167274761026305691981"
},
{
"coin": "DOGE",
"side": "A",
"limitPx": "0.16325",
"sz": "372421.0",
"oid": 105773223902,
"timestamp": 1750754977053,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "372421.0",
"tif": "Alo",
"cloid": "0x17507549767596918870648052084842"
},
{
"coin": "VIRTUAL",
"side": "B",
"limitPx": "1.6437",
"sz": "4138.5",
"oid": 105773223293,
"timestamp": 1750754976748,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "4138.5",
"tif": "Alo",
"cloid": "0x17507549765616830849887833589281"
},
{
"coin": "ETH",
"side": "A",
"limitPx": "2401.5",
"sz": "114.4132",
"oid": 105773221746,
"timestamp": 1750754976348,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "114.4132",
"tif": "Alo",
"cloid": "0x17507549760938546077229377360734"
},
{
"coin": "ETH",
"side": "A",
"limitPx": "2401.1",
"sz": "114.4135",
"oid": 105773221745,
"timestamp": 1750754976348,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "114.4135",
"tif": "Alo",
"cloid": "0x17507549760938346077229377360734"
},
{
"coin": "AAVE",
"side": "B",
"limitPx": "259.62",
"sz": "122.01",
"oid": 105773221654,
"timestamp": 1750754976244,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "122.01",
"tif": "Alo",
"cloid": "0x17507549760848417121591163807259"
},
{
"coin": "AAVE",
"side": "B",
"limitPx": "259.7",
"sz": "122.01",
"oid": 105773221653,
"timestamp": 1750754976244,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "122.01",
"tif": "Alo",
"cloid": "0x17507549760848217121591163807259"
},
{
"coin": "WLD",
"side": "A",
"limitPx": "0.935",
"sz": "7252.4",
"oid": 105773220671,
"timestamp": 1750754976000,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "7252.4",
"tif": "Alo",
"cloid": "0x17507549757781902505097977928066"
},
{
"coin": "WLD",
"side": "A",
"limitPx": "0.9347",
"sz": "7252.4",
"oid": 105773220669,
"timestamp": 1750754976000,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "7252.4",
"tif": "Alo",
"cloid": "0x17507549757781702505097977928066"
},
{
"coin": "SPX",
"side": "A",
"limitPx": "1.2284",
"sz": "961.1",
"oid": 105773219538,
"timestamp": 1750754975832,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "961.1",
"tif": "Alo",
"cloid": "0x17507549756240900839957549360485"
},
{
"coin": "SPX",
"side": "B",
"limitPx": "1.2231",
"sz": "961.1",
"oid": 105773219537,
"timestamp": 1750754975832,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "961.1",
"tif": "Alo",
"cloid": "0x17507549756240800839957549360485"
},
{
"coin": "SPX",
"side": "A",
"limitPx": "1.2281",
"sz": "961.1",
"oid": 105773219536,
"timestamp": 1750754975832,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "961.1",
"tif": "Alo",
"cloid": "0x17507549756240700839957549360485"
},
{
"coin": "SPX",
"side": "B",
"limitPx": "1.2234",
"sz": "961.1",
"oid": 105773219535,
"timestamp": 1750754975832,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "961.1",
"tif": "Alo",
"cloid": "0x17507549756240600839957549360485"
},
{
"coin": "SPX",
"side": "A",
"limitPx": "1.2277",
"sz": "961.1",
"oid": 105773219534,
"timestamp": 1750754975832,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "961.1",
"tif": "Alo",
"cloid": "0x17507549756240500839957549360485"
},
{
"coin": "SPX",
"side": "B",
"limitPx": "1.2238",
"sz": "961.1",
"oid": 105773219533,
"timestamp": 1750754975832,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "961.1",
"tif": "Alo",
"cloid": "0x17507549756240400839957549360485"
},
{
"coin": "SPX",
"side": "A",
"limitPx": "1.2273",
"sz": "961.8",
"oid": 105773219532,
"timestamp": 1750754975832,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "961.8",
"tif": "Alo",
"cloid": "0x17507549756240300839957549360485"
},
{
"coin": "ETH",
"side": "B",
"limitPx": "2399.4",
"sz": "114.4035",
"oid": 105773217984,
"timestamp": 1750754975481,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "114.4035",
"tif": "Alo",
"cloid": "0x17507549752666238580516471433299"
},
{
"coin": "FARTCOIN",
"side": "A",
"limitPx": "1.0264",
"sz": "6077.7",
"oid": 105773215012,
"timestamp": 1750754974765,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "6077.7",
"tif": "Alo",
"cloid": "0x17507549746014967508468453394036"
},
{
"coin": "FARTCOIN",
"side": "A",
"limitPx": "1.0261",
"sz": "6077.7",
"oid": 105773215011,
"timestamp": 1750754974765,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "6077.7",
"tif": "Alo",
"cloid": "0x17507549746014767508468453394036"
},
{
"coin": "FARTCOIN",
"side": "B",
"limitPx": "1.0232",
"sz": "6077.7",
"oid": 105773215009,
"timestamp": 1750754974765,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "6077.7",
"tif": "Alo",
"cloid": "0x17507549746014467508468453394036"
},
{
"coin": "FARTCOIN",
"side": "B",
"limitPx": "1.0235",
"sz": "6078.4",
"oid": 105773215007,
"timestamp": 1750754974765,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "6078.4",
"tif": "Alo",
"cloid": "0x17507549746014267508468453394036"
},
{
"coin": "AAVE",
"side": "A",
"limitPx": "260.11",
"sz": "121.99",
"oid": 105773214673,
"timestamp": 1750754974765,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "121.99",
"tif": "Alo",
"cloid": "0x17507549745861302818831696178912"
},
{
"coin": "FARTCOIN",
"side": "B",
"limitPx": "1.0228",
"sz": "6077.4",
"oid": 105773205199,
"timestamp": 1750754972175,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "6077.4",
"tif": "Alo",
"cloid": "0x17507549719771854365288801031337"
},
{
"coin": "ETH",
"side": "B",
"limitPx": "2398.5",
"sz": "114.4094",
"oid": 105773201139,
"timestamp": 1750754971273,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "114.4094",
"tif": "Alo",
"cloid": "0x17507549711608898197909337594483"
},
{
"coin": "ETH",
"side": "B",
"limitPx": "2398.8",
"sz": "114.4094",
"oid": 105773201138,
"timestamp": 1750754971273,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "114.4094",
"tif": "Alo",
"cloid": "0x17507549711608698197909337594483"
},
{
"coin": "ETH",
"side": "B",
"limitPx": "2399.2",
"sz": "114.4094",
"oid": 105773201137,
"timestamp": 1750754971273,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "114.4094",
"tif": "Alo",
"cloid": "0x17507549711608498197909337594483"
},
{
"coin": "AAVE",
"side": "A",
"limitPx": "260.31",
"sz": "121.98",
"oid": 105773190574,
"timestamp": 1750754968737,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "121.98",
"tif": "Alo",
"cloid": "0x17507549684162742790577668524026"
},
{
"coin": "ETH",
"side": "A",
"limitPx": "2402.4",
"sz": "114.417",
"oid": 105773185893,
"timestamp": 1750754967749,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "114.417",
"tif": "Alo",
"cloid": "0x17507549676121940165533194380178"
},
{
"coin": "AAVE",
"side": "B",
"limitPx": "259.51",
"sz": "122.01",
"oid": 105773185354,
"timestamp": 1750754967681,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "122.01",
"tif": "Alo",
"cloid": "0x17507549674160892135101684611618"
},
{
"coin": "AAVE",
"side": "B",
"limitPx": "259.59",
"sz": "122.01",
"oid": 105773185353,
"timestamp": 1750754967681,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "122.01",
"tif": "Alo",
"cloid": "0x17507549674160692135101684611618"
},
{
"coin": "AAVE",
"side": "A",
"limitPx": "260.22",
"sz": "122.0",
"oid": 105773185352,
"timestamp": 1750754967681,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "122.0",
"tif": "Alo",
"cloid": "0x17507549674160592135101684611618"
},
{
"coin": "MKR",
"side": "A",
"limitPx": "1979.6",
"sz": "1.3244",
"oid": 105773181414,
"timestamp": 1750754966890,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "1.3244",
"tif": "Alo",
"cloid": "0x17507549666809905770649952190487"
},
{
"coin": "MKR",
"side": "B",
"limitPx": "1970.8",
"sz": "1.3244",
"oid": 105773181413,
"timestamp": 1750754966890,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "1.3244",
"tif": "Alo",
"cloid": "0x17507549666809805770649952190487"
},
{
"coin": "MKR",
"side": "B",
"limitPx": "1971.3",
"sz": "1.3244",
"oid": 105773181412,
"timestamp": 1750754966890,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "1.3244",
"tif": "Alo",
"cloid": "0x17507549666809605770649952190487"
},
{
"coin": "MKR",
"side": "B",
"limitPx": "1971.9",
"sz": "1.3242",
"oid": 105773181411,
"timestamp": 1750754966890,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "1.3242",
"tif": "Alo",
"cloid": "0x17507549666809405770649952190487"
},
{
"coin": "MKR",
"side": "A",
"limitPx": "1977.8",
"sz": "1.3245",
"oid": 105773181410,
"timestamp": 1750754966890,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "1.3245",
"tif": "Alo",
"cloid": "0x17507549666809305770649952190487"
},
{
"coin": "MKR",
"side": "B",
"limitPx": "1972.5",
"sz": "1.3245",
"oid": 105773181409,
"timestamp": 1750754966890,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "1.3245",
"tif": "Alo",
"cloid": "0x17507549666809205770649952190487"
},
{
"coin": "AAVE",
"side": "A",
"limitPx": "260.34",
"sz": "122.02",
"oid": 105773178916,
"timestamp": 1750754966307,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "122.02",
"tif": "Alo",
"cloid": "0x17507549661223956200894097584657"
},
{
"coin": "MKR",
"side": "A",
"limitPx": "1979.1",
"sz": "1.3245",
"oid": 105773175347,
"timestamp": 1750754965371,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "1.3245",
"tif": "Alo",
"cloid": "0x17507549652200761764441972761142"
},
{
"coin": "MKR",
"side": "A",
"limitPx": "1978.7",
"sz": "1.3242",
"oid": 105773158689,
"timestamp": 1750754960750,
"triggerCondition": "N/A",
"isTrigger": false,
"triggerPx": "0.0",
"children": [],
"isPositionTpsl": false,
"reduceOnly": false,
"orderType": "Limit",
"origSz": "1.3242",
"tif": "Alo",
"cloid": "0x17507549605309557570983878085517"
}
]
leadingVaults
{
"type": "leadingVaults",
"user": "0x48cd535b80439fefd6d00f74e5cf9b152adf2671"
}
liquidatable
{
"type": "liquidatable"
}
marginTable
Maximum leverage for an asset.
Any position below $150,000,000 can use leverage of 40x
Any position of $150,000,000 or greater can only use a leverage of 20x.
{
"type": "marginTable",
"id": 56
}
{
"description": "tiered 40x",
"marginTiers": [
{
"lowerBound": "0.0",
"maxLeverage": 40
},
{
"lowerBound": "150000000.0",
"maxLeverage": 20
}
]
}
maxBuilderFee
{
"type": "maxBuilderFee",
"user": "0x47fc45cebfc47cef07a09a98405b6ebaef00ef75",
"builder": "0x1922810825c90f4270048b96da7b1803cd8609ef"
}
100
maxMarketOrderNtls
Maximum notional value allowed for a market order
{
"type": "maxMarketOrderNtls"
}
[
[
25,
"15000000.0"
],
[
20,
"5000000.0"
],
[
10,
"2000000.0"
],
[
1,
"500000.0"
]
]
meta
Metadata regarding perpetual assets
- Token Name
- Id
- Number of decimals
- Max leverage
{
"type": "meta"
}
{
"universe": [
{
"szDecimals": 5,
"name": "BTC",
"maxLeverage": 40,
"marginTableId": 56
},
{
"szDecimals": 4,
"name": "ETH",
"maxLeverage": 25,
"marginTableId": 55
},
{
"szDecimals": 2,
"name": "ATOM",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "MATIC",
"maxLeverage": 20,
"marginTableId": 20,
"isDelisted": true
},
{
"szDecimals": 1,
"name": "DYDX",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 2,
"name": "SOL",
"maxLeverage": 20,
"marginTableId": 54
},
{
"szDecimals": 2,
"name": "AVAX",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 3,
"name": "BNB",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 1,
"name": "APE",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "OP",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 2,
"name": "LTC",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 1,
"name": "ARB",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 0,
"name": "DOGE",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 1,
"name": "INJ",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 1,
"name": "SUI",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 0,
"name": "kPEPE",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 1,
"name": "CRV",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 1,
"name": "LDO",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 1,
"name": "LINK",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 1,
"name": "STX",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "RNDR",
"maxLeverage": 20,
"marginTableId": 20,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "CFX",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "FTM",
"maxLeverage": 10,
"marginTableId": 10,
"isDelisted": true
},
{
"szDecimals": 2,
"name": "GMX",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "SNX",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "XRP",
"maxLeverage": 20,
"marginTableId": 53
},
{
"szDecimals": 3,
"name": "BCH",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 2,
"name": "APT",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 2,
"name": "AAVE",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 2,
"name": "COMP",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 4,
"name": "MKR",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 1,
"name": "WLD",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 1,
"name": "FXS",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "HPOS",
"maxLeverage": 3,
"marginTableId": 3,
"onlyIsolated": true,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "RLB",
"maxLeverage": 3,
"marginTableId": 3,
"onlyIsolated": true,
"isDelisted": true
},
{
"szDecimals": 3,
"name": "UNIBOT",
"maxLeverage": 3,
"marginTableId": 3,
"onlyIsolated": true,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "YGG",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "TRX",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 0,
"name": "kSHIB",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 1,
"name": "UNI",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 0,
"name": "SEI",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 1,
"name": "RUNE",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "OX",
"maxLeverage": 3,
"marginTableId": 3,
"onlyIsolated": true,
"isDelisted": true
},
{
"szDecimals": 1,
"name": "FRIEND",
"maxLeverage": 3,
"marginTableId": 3,
"onlyIsolated": true,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "SHIA",
"maxLeverage": 3,
"marginTableId": 3,
"onlyIsolated": true,
"isDelisted": true
},
{
"szDecimals": 1,
"name": "CYBER",
"maxLeverage": 3,
"marginTableId": 3,
"isDelisted": true
},
{
"szDecimals": 1,
"name": "ZRO",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "BLZ",
"maxLeverage": 5,
"marginTableId": 5,
"isDelisted": true
},
{
"szDecimals": 1,
"name": "DOT",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 1,
"name": "BANANA",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 2,
"name": "TRB",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "FTT",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "LOOM",
"maxLeverage": 10,
"marginTableId": 10,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "OGN",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "RDNT",
"maxLeverage": 5,
"marginTableId": 5,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "ARK",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "BNT",
"maxLeverage": 3,
"marginTableId": 3,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "CANTO",
"maxLeverage": 5,
"marginTableId": 5,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "REQ",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "BIGTIME",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "KAS",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "ORBS",
"maxLeverage": 3,
"marginTableId": 3,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "BLUR",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "TIA",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 2,
"name": "BSV",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "ADA",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 1,
"name": "TON",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 0,
"name": "MINA",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "POLYX",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "GAS",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "PENDLE",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "STG",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "FET",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "STRAX",
"maxLeverage": 10,
"marginTableId": 10,
"isDelisted": true
},
{
"szDecimals": 1,
"name": "NEAR",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 0,
"name": "MEME",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 2,
"name": "ORDI",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "BADGER",
"maxLeverage": 5,
"marginTableId": 5,
"isDelisted": true
},
{
"szDecimals": 2,
"name": "NEO",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 2,
"name": "ZEN",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "FIL",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "PYTH",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "SUSHI",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 2,
"name": "ILV",
"maxLeverage": 3,
"marginTableId": 3,
"isDelisted": true
},
{
"szDecimals": 1,
"name": "IMX",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "kBONK",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 0,
"name": "GMT",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "SUPER",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "USTC",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "NFTI",
"maxLeverage": 3,
"marginTableId": 3,
"onlyIsolated": true,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "JUP",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 0,
"name": "kLUNC",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "RSR",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "GALA",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "JTO",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "NTRN",
"maxLeverage": 3,
"marginTableId": 3,
"isDelisted": true
},
{
"szDecimals": 2,
"name": "ACE",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "MAV",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "WIF",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 1,
"name": "CAKE",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "PEOPLE",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 2,
"name": "ENS",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 2,
"name": "ETC",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "XAI",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "MANTA",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "UMA",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "ONDO",
"maxLeverage": 10,
"marginTableId": 51
},
{
"szDecimals": 0,
"name": "ALT",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "ZETA",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "DYM",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "MAVIA",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "W",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 5,
"name": "PANDORA",
"maxLeverage": 3,
"marginTableId": 3,
"onlyIsolated": true,
"isDelisted": true
},
{
"szDecimals": 1,
"name": "STRK",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "PIXEL",
"maxLeverage": 3,
"marginTableId": 3,
"isDelisted": true
},
{
"szDecimals": 1,
"name": "AI",
"maxLeverage": 3,
"marginTableId": 3,
"isDelisted": true
},
{
"szDecimals": 3,
"name": "TAO",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 2,
"name": "AR",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "MYRO",
"maxLeverage": 3,
"marginTableId": 3,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "kFLOKI",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "BOME",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "ETHFI",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "ENA",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 1,
"name": "MNT",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "TNSR",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "SAGA",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "MERL",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "HBAR",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "POPCAT",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 2,
"name": "OMNI",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 2,
"name": "EIGEN",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "REZ",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "NOT",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "TURBO",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "BRETT",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "IO",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "ZK",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "BLAST",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "LISTA",
"maxLeverage": 3,
"marginTableId": 3,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "MEW",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "RENDER",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "kDOGS",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "POL",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "CATI",
"maxLeverage": 3,
"marginTableId": 3,
"isDelisted": true
},
{
"szDecimals": 0,
"name": "CELO",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "HMSTR",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "SCR",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "NEIROETH",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "kNEIRO",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "GOAT",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "MOODENG",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "GRASS",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "PURR",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "PNUT",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "XLM",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "CHILLGUY",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "SAND",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "IOTA",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "ALGO",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 2,
"name": "HYPE",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 1,
"name": "ME",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "MOVE",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "VIRTUAL",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "PENGU",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "USUAL",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "FARTCOIN",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 1,
"name": "AI16Z",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "AIXBT",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "ZEREBRO",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "BIO",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "GRIFFAIN",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "SPX",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "S",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "MORPHO",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 1,
"name": "TRUMP",
"maxLeverage": 10,
"marginTableId": 52
},
{
"szDecimals": 1,
"name": "MELANIA",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "ANIME",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "VINE",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 2,
"name": "VVV",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "JELLY",
"maxLeverage": 3,
"marginTableId": 3,
"isDelisted": true
},
{
"szDecimals": 1,
"name": "BERA",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "TST",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "LAYER",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "IP",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 1,
"name": "OM",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "KAITO",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "NIL",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 3,
"name": "PAXG",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "PROMPT",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "BABY",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "WCT",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "HYPER",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "ZORA",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "INIT",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "DOOD",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "LAUNCHCOIN",
"maxLeverage": 3,
"marginTableId": 3
},
{
"szDecimals": 0,
"name": "NXPC",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "SOPH",
"maxLeverage": 5,
"marginTableId": 5
},
{
"szDecimals": 0,
"name": "RESOLV",
"maxLeverage": 3,
"marginTableId": 3
}
],
"marginTables": [
[
50,
{
"description": "",
"marginTiers": [
{
"lowerBound": "0.0",
"maxLeverage": 50
}
]
}
],
[
51,
{
"description": "tiered 10x",
"marginTiers": [
{
"lowerBound": "0.0",
"maxLeverage": 10
},
{
"lowerBound": "3000000.0",
"maxLeverage": 5
}
]
}
],
[
52,
{
"description": "tiered 10x (2)",
"marginTiers": [
{
"lowerBound": "0.0",
"maxLeverage": 10
},
{
"lowerBound": "20000000.0",
"maxLeverage": 5
}
]
}
],
[
53,
{
"description": "tiered 20x",
"marginTiers": [
{
"lowerBound": "0.0",
"maxLeverage": 20
},
{
"lowerBound": "40000000.0",
"maxLeverage": 10
}
]
}
],
[
54,
{
"description": "tiered 20x (2)",
"marginTiers": [
{
"lowerBound": "0.0",
"maxLeverage": 20
},
{
"lowerBound": "70000000.0",
"maxLeverage": 10
}
]
}
],
[
55,
{
"description": "tiered 25x",
"marginTiers": [
{
"lowerBound": "0.0",
"maxLeverage": 25
},
{
"lowerBound": "100000000.0",
"maxLeverage": 15
}
]
}
],
[
56,
{
"description": "tiered 40x",
"marginTiers": [
{
"lowerBound": "0.0",
"maxLeverage": 40
},
{
"lowerBound": "150000000.0",
"maxLeverage": 20
}
]
}
]
]
}
openOrders
User’s open orders.
Lighter version than frontendOpenOrders
{
"type": "openOrders",
"user": "0x48cd535b80439fefd6d00f74e5cf9b152adf2671"
}
[
{
"coin": "SPX",
"side": "A",
"limitPx": "1.2257",
"sz": "962.3",
"oid": 105776978379,
"timestamp": 1750755964151,
"origSz": "962.3",
"cloid": "0x17507559639529516246375212044205"
},
{
"coin": "SPX",
"side": "A",
"limitPx": "1.2253",
"sz": "962.9",
"oid": 105776978378,
"timestamp": 1750755964151,
"origSz": "962.9",
"cloid": "0x17507559639529316246375212044205"
},
{
"coin": "SPX",
"side": "B",
"limitPx": "1.2229",
"sz": "962.9",
"oid": 105776978377,
"timestamp": 1750755964151,
"origSz": "962.9",
"cloid": "0x17507559639529216246375212044205"
},
{
"coin": "DOGE",
"side": "A",
"limitPx": "0.16352",
"sz": "371611.0",
"oid": 105776977010,
"timestamp": 1750755963751,
"origSz": "371611.0",
"cloid": "0x17507559635115391326505820107857"
},
{
"coin": "DOGE",
"side": "B",
"limitPx": "0.16334",
"sz": "371611.0",
"oid": 105776977009,
"timestamp": 1750755963751,
"origSz": "371611.0",
"cloid": "0x17507559635115291326505820107857"
},
{
"coin": "SEI",
"side": "B",
"limitPx": "0.2836",
"sz": "20835.0",
"oid": 105776974611,
"timestamp": 1750755963130,
"origSz": "20835.0",
"cloid": "0x17507559629647803449121614997909"
},
{
"coin": "SEI",
"side": "A",
"limitPx": "0.2845",
"sz": "20835.0",
"oid": 105776974610,
"timestamp": 1750755963130,
"origSz": "20835.0",
"cloid": "0x17507559629647303449121614997909"
},
{
"coin": "SEI",
"side": "B",
"limitPx": "0.28386",
"sz": "20835.0",
"oid": 105776974609,
"timestamp": 1750755963130,
"origSz": "20835.0",
"cloid": "0x17507559629647203449121614997909"
},
{
"coin": "VIRTUAL",
"side": "A",
"limitPx": "1.6541",
"sz": "4126.0",
"oid": 105776973789,
"timestamp": 1750755962927,
"origSz": "4126.0",
"cloid": "0x17507559628603995268977069835943"
},
{
"coin": "VIRTUAL",
"side": "B",
"limitPx": "1.6486",
"sz": "4126.0",
"oid": 105776973788,
"timestamp": 1750755962927,
"origSz": "4126.0",
"cloid": "0x17507559628603895268977069835943"
},
{
"coin": "VIRTUAL",
"side": "A",
"limitPx": "1.6536",
"sz": "4126.0",
"oid": 105776973787,
"timestamp": 1750755962927,
"origSz": "4126.0",
"cloid": "0x17507559628603795268977069835943"
},
{
"coin": "VIRTUAL",
"side": "B",
"limitPx": "1.6491",
"sz": "4126.0",
"oid": 105776973786,
"timestamp": 1750755962927,
"origSz": "4126.0",
"cloid": "0x17507559628603695268977069835943"
},
{
"coin": "VIRTUAL",
"side": "A",
"limitPx": "1.6531",
"sz": "4126.0",
"oid": 105776973785,
"timestamp": 1750755962927,
"origSz": "4126.0",
"cloid": "0x17507559628603595268977069835943"
},
{
"coin": "VIRTUAL",
"side": "B",
"limitPx": "1.6496",
"sz": "4126.0",
"oid": 105776973784,
"timestamp": 1750755962927,
"origSz": "4126.0",
"cloid": "0x17507559628603495268977069835943"
},
{
"coin": "VIRTUAL",
"side": "A",
"limitPx": "1.6526",
"sz": "4126.6",
"oid": 105776973783,
"timestamp": 1750755962927,
"origSz": "4126.6",
"cloid": "0x17507559628603395268977069835943"
},
{
"coin": "VIRTUAL",
"side": "B",
"limitPx": "1.6501",
"sz": "4126.6",
"oid": 105776973782,
"timestamp": 1750755962927,
"origSz": "4126.6",
"cloid": "0x17507559628603295268977069835943"
},
{
"coin": "FARTCOIN",
"side": "B",
"limitPx": "1.0238",
"sz": "6075.5",
"oid": 105776973651,
"timestamp": 1750755962927,
"origSz": "6075.5",
"cloid": "0x17507559627933660643675839412425"
},
{
"coin": "FARTCOIN",
"side": "A",
"limitPx": "1.0265",
"sz": "6075.5",
"oid": 105776973650,
"timestamp": 1750755962927,
"origSz": "6075.5",
"cloid": "0x17507559627933560643675839412425"
},
{
"coin": "FARTCOIN",
"side": "B",
"limitPx": "1.0241",
"sz": "6075.5",
"oid": 105776973649,
"timestamp": 1750755962927,
"origSz": "6075.5",
"cloid": "0x17507559627933460643675839412425"
},
{
"coin": "FARTCOIN",
"side": "A",
"limitPx": "1.0262",
"sz": "6076.2",
"oid": 105776973648,
"timestamp": 1750755962927,
"origSz": "6076.2",
"cloid": "0x17507559627933360643675839412425"
},
{
"coin": "FARTCOIN",
"side": "B",
"limitPx": "1.0244",
"sz": "6076.2",
"oid": 105776973647,
"timestamp": 1750755962927,
"origSz": "6076.2",
"cloid": "0x17507559627933260643675839412425"
},
{
"coin": "WLD",
"side": "A",
"limitPx": "0.9327",
"sz": "7267.1",
"oid": 105776973184,
"timestamp": 1750755962815,
"origSz": "7267.1",
"cloid": "0x17507559622671301213236824249599"
},
{
"coin": "WLD",
"side": "B",
"limitPx": "0.9309",
"sz": "7267.1",
"oid": 105776973183,
"timestamp": 1750755962815,
"origSz": "7267.1",
"cloid": "0x17507559622671201213236824249599"
},
{
"coin": "SPX",
"side": "B",
"limitPx": "1.2216",
"sz": "962.3",
"oid": 105776973117,
"timestamp": 1750755962815,
"origSz": "962.3",
"cloid": "0x17507559621207880889294837547347"
},
{
"coin": "SPX",
"side": "B",
"limitPx": "1.222",
"sz": "962.3",
"oid": 105776973116,
"timestamp": 1750755962815,
"origSz": "962.3",
"cloid": "0x17507559621207680889294837547347"
},
{
"coin": "SPX",
"side": "B",
"limitPx": "1.2224",
"sz": "962.3",
"oid": 105776973115,
"timestamp": 1750755962815,
"origSz": "962.3",
"cloid": "0x17507559621207480889294837547347"
},
{
"coin": "XRP",
"side": "A",
"limitPx": "2.1804",
"sz": "44588.0",
"oid": 105776969200,
"timestamp": 1750755961815,
"origSz": "44588.0",
"cloid": "0x17507559614419329099593605141659"
},
{
"coin": "SEI",
"side": "A",
"limitPx": "0.28471",
"sz": "20826.0",
"oid": 105776968446,
"timestamp": 1750755961613,
"origSz": "20826.0",
"cloid": "0x17507559613646941897432941802279"
},
{
"coin": "SEI",
"side": "A",
"limitPx": "0.28462",
"sz": "20826.0",
"oid": 105776968445,
"timestamp": 1750755961613,
"origSz": "20826.0",
"cloid": "0x17507559613646741897432941802279"
},
{
"coin": "SEI",
"side": "B",
"limitPx": "0.28374",
"sz": "20826.0",
"oid": 105776968444,
"timestamp": 1750755961613,
"origSz": "20826.0",
"cloid": "0x17507559613646641897432941802279"
},
{
"coin": "SEI",
"side": "A",
"limitPx": "0.28454",
"sz": "20825.0",
"oid": 105776968443,
"timestamp": 1750755961613,
"origSz": "20825.0",
"cloid": "0x17507559613646541897432941802279"
},
{
"coin": "SEI",
"side": "B",
"limitPx": "0.28382",
"sz": "20825.0",
"oid": 105776968442,
"timestamp": 1750755961613,
"origSz": "20825.0",
"cloid": "0x17507559613646441897432941802279"
},
{
"coin": "AAVE",
"side": "B",
"limitPx": "259.62",
"sz": "122.05",
"oid": 105776968345,
"timestamp": 1750755961613,
"origSz": "122.05",
"cloid": "0x17507559610864213821018265613343"
},
{
"coin": "FARTCOIN",
"side": "A",
"limitPx": "1.0273",
"sz": "6074.9",
"oid": 105776967368,
"timestamp": 1750755961323,
"origSz": "6074.9",
"cloid": "0x17507559608588941130772109300657"
},
{
"coin": "ETH",
"side": "B",
"limitPx": "2401.0",
"sz": "114.3214",
"oid": 105776967303,
"timestamp": 1750755961323,
"origSz": "114.3214",
"cloid": "0x17507559608169497229486134862825"
},
{
"coin": "ETH",
"side": "A",
"limitPx": "2403.2",
"sz": "114.3217",
"oid": 105776967302,
"timestamp": 1750755961323,
"origSz": "114.3217",
"cloid": "0x17507559608169397229486134862825"
},
{
"coin": "ETH",
"side": "B",
"limitPx": "2401.4",
"sz": "114.3217",
"oid": 105776967301,
"timestamp": 1750755961323,
"origSz": "114.3217",
"cloid": "0x17507559608169297229486134862825"
},
{
"coin": "SUI",
"side": "A",
"limitPx": "2.8014",
"sz": "9197.2",
"oid": 105776967127,
"timestamp": 1750755961323,
"origSz": "9197.2",
"cloid": "0x17507559608777566485678066275839"
},
{
"coin": "SUI",
"side": "A",
"limitPx": "2.8006",
"sz": "9197.5",
"oid": 105776967126,
"timestamp": 1750755961323,
"origSz": "9197.5",
"cloid": "0x17507559608777366485678066275839"
},
{
"coin": "SUI",
"side": "B",
"limitPx": "2.7959",
"sz": "9197.5",
"oid": 105776967125,
"timestamp": 1750755961323,
"origSz": "9197.5",
"cloid": "0x17507559608777266485678066275839"
},
{
"coin": "WLD",
"side": "A",
"limitPx": "0.9335",
"sz": "7269.0",
"oid": 105776962977,
"timestamp": 1750755960273,
"origSz": "7269.0",
"cloid": "0x17507559601417936570812477528039"
},
{
"coin": "WLD",
"side": "B",
"limitPx": "0.9302",
"sz": "7269.0",
"oid": 105776962976,
"timestamp": 1750755960273,
"origSz": "7269.0",
"cloid": "0x17507559601417836570812477528039"
},
{
"coin": "WLD",
"side": "A",
"limitPx": "0.9332",
"sz": "7269.0",
"oid": 105776962975,
"timestamp": 1750755960273,
"origSz": "7269.0",
"cloid": "0x17507559601417736570812477528039"
},
{
"coin": "WLD",
"side": "B",
"limitPx": "0.9304",
"sz": "7269.0",
"oid": 105776962974,
"timestamp": 1750755960273,
"origSz": "7269.0",
"cloid": "0x17507559601417636570812477528039"
},
{
"coin": "WLD",
"side": "A",
"limitPx": "0.9329",
"sz": "7269.0",
"oid": 105776962973,
"timestamp": 1750755960273,
"origSz": "7269.0",
"cloid": "0x17507559601417536570812477528039"
},
{
"coin": "WLD",
"side": "B",
"limitPx": "0.9307",
"sz": "7269.0",
"oid": 105776962972,
"timestamp": 1750755960273,
"origSz": "7269.0",
"cloid": "0x17507559601417436570812477528039"
},
{
"coin": "FARTCOIN",
"side": "A",
"limitPx": "1.0268",
"sz": "6076.0",
"oid": 105776962491,
"timestamp": 1750755960273,
"origSz": "6076.0",
"cloid": "0x17507559599659736472319515359541"
},
{
"coin": "SPX",
"side": "A",
"limitPx": "1.2265",
"sz": "962.7",
"oid": 105776961046,
"timestamp": 1750755959903,
"origSz": "962.7",
"cloid": "0x17507559598198937600348386276956"
},
{
"coin": "SPX",
"side": "A",
"limitPx": "1.2261",
"sz": "962.7",
"oid": 105776961044,
"timestamp": 1750755959903,
"origSz": "962.7",
"cloid": "0x17507559598198737600348386276956"
},
{
"coin": "MKR",
"side": "A",
"limitPx": "1979.2",
"sz": "1.3241",
"oid": 105776959667,
"timestamp": 1750755959640,
"origSz": "1.3241",
"cloid": "0x17507559593719957041127028119053"
},
{
"coin": "MKR",
"side": "A",
"limitPx": "1978.6",
"sz": "1.3241",
"oid": 105776959666,
"timestamp": 1750755959640,
"origSz": "1.3241",
"cloid": "0x17507559593719757041127028119053"
},
{
"coin": "MKR",
"side": "A",
"limitPx": "1978.1",
"sz": "1.324",
"oid": 105776959665,
"timestamp": 1750755959640,
"origSz": "1.324",
"cloid": "0x17507559593719557041127028119053"
},
{
"coin": "MKR",
"side": "A",
"limitPx": "1977.5",
"sz": "1.3243",
"oid": 105776959664,
"timestamp": 1750755959640,
"origSz": "1.3243",
"cloid": "0x17507559593719357041127028119053"
},
{
"coin": "FARTCOIN",
"side": "B",
"limitPx": "1.0233",
"sz": "6077.7",
"oid": 105776955162,
"timestamp": 1750755957971,
"origSz": "6077.7",
"cloid": "0x17507559577408808738040931683694"
},
{
"coin": "AAVE",
"side": "B",
"limitPx": "259.34",
"sz": "122.07",
"oid": 105776951087,
"timestamp": 1750755956000,
"origSz": "122.07",
"cloid": "0x17507559559111878925412870752364"
},
{
"coin": "AAVE",
"side": "B",
"limitPx": "259.5",
"sz": "122.07",
"oid": 105776951086,
"timestamp": 1750755956000,
"origSz": "122.07",
"cloid": "0x17507559559111478925412870752364"
},
{
"coin": "ETH",
"side": "A",
"limitPx": "2403.8",
"sz": "114.3248",
"oid": 105776947173,
"timestamp": 1750755954464,
"origSz": "114.3248",
"cloid": "0x17507559542869736865767825040601"
},
{
"coin": "AAVE",
"side": "B",
"limitPx": "259.44",
"sz": "122.04",
"oid": 105776946981,
"timestamp": 1750755954389,
"origSz": "122.04",
"cloid": "0x17507559542727691859952875981308"
},
{
"coin": "XRP",
"side": "B",
"limitPx": "2.177",
"sz": "44588.0",
"oid": 105776943658,
"timestamp": 1750755953516,
"origSz": "44588.0",
"cloid": "0x17507559532139827166473540081628"
},
{
"coin": "XRP",
"side": "B",
"limitPx": "2.1782",
"sz": "44589.0",
"oid": 105776937708,
"timestamp": 1750755951030,
"origSz": "44589.0",
"cloid": "0x17507559509398237846291868786897"
},
{
"coin": "XRP",
"side": "A",
"limitPx": "2.1814",
"sz": "44588.0",
"oid": 105776932433,
"timestamp": 1750755949275,
"origSz": "44588.0",
"cloid": "0x17507559491552748003714818596285"
},
{
"coin": "XRP",
"side": "B",
"limitPx": "2.1773",
"sz": "44588.0",
"oid": 105776932432,
"timestamp": 1750755949275,
"origSz": "44588.0",
"cloid": "0x17507559491552648003714818596285"
},
{
"coin": "AAVE",
"side": "A",
"limitPx": "260.19",
"sz": "122.04",
"oid": 105776931978,
"timestamp": 1750755949218,
"origSz": "122.04",
"cloid": "0x17507559489481774631308710633079"
},
{
"coin": "ETH",
"side": "A",
"limitPx": "2404.3",
"sz": "114.32",
"oid": 105776931477,
"timestamp": 1750755949166,
"origSz": "114.32",
"cloid": "0x17507559488914917090404736491604"
},
{
"coin": "ETH",
"side": "B",
"limitPx": "2400.3",
"sz": "114.32",
"oid": 105776931476,
"timestamp": 1750755949166,
"origSz": "114.32",
"cloid": "0x17507559488914817090404736491604"
},
{
"coin": "ETH",
"side": "A",
"limitPx": "2403.6",
"sz": "114.32",
"oid": 105776931474,
"timestamp": 1750755949166,
"origSz": "114.32",
"cloid": "0x17507559488914517090404736491604"
},
{
"coin": "XRP",
"side": "A",
"limitPx": "2.1816",
"sz": "44595.0",
"oid": 105776928409,
"timestamp": 1750755948531,
"origSz": "44595.0",
"cloid": "0x17507559481924975003971578442110"
},
{
"coin": "XRP",
"side": "A",
"limitPx": "2.1807",
"sz": "44594.0",
"oid": 105776928408,
"timestamp": 1750755948531,
"origSz": "44594.0",
"cloid": "0x17507559481924575003971578442110"
},
{
"coin": "XRP",
"side": "B",
"limitPx": "2.1776",
"sz": "44594.0",
"oid": 105776928407,
"timestamp": 1750755948531,
"origSz": "44594.0",
"cloid": "0x17507559481924475003971578442110"
},
{
"coin": "MKR",
"side": "B",
"limitPx": "1971.1",
"sz": "1.3242",
"oid": 105776927619,
"timestamp": 1750755948328,
"origSz": "1.3242",
"cloid": "0x17507559480818844178523219453152"
},
{
"coin": "MKR",
"side": "B",
"limitPx": "1971.7",
"sz": "1.3242",
"oid": 105776927618,
"timestamp": 1750755948328,
"origSz": "1.3242",
"cloid": "0x17507559480818644178523219453152"
},
{
"coin": "MKR",
"side": "B",
"limitPx": "1972.3",
"sz": "1.324",
"oid": 105776927617,
"timestamp": 1750755948328,
"origSz": "1.324",
"cloid": "0x17507559480818444178523219453152"
},
{
"coin": "MKR",
"side": "B",
"limitPx": "1972.9",
"sz": "1.3243",
"oid": 105776927616,
"timestamp": 1750755948328,
"origSz": "1.3243",
"cloid": "0x17507559480818244178523219453152"
},
{
"coin": "DOGE",
"side": "A",
"limitPx": "0.16359",
"sz": "371663.0",
"oid": 105776922627,
"timestamp": 1750755946706,
"origSz": "371663.0",
"cloid": "0x17507559466147984928566676658647"
},
{
"coin": "AAVE",
"side": "A",
"limitPx": "260.09",
"sz": "122.06",
"oid": 105776920259,
"timestamp": 1750755946301,
"origSz": "122.06",
"cloid": "0x17507559459800535136609902516593"
},
{
"coin": "AAVE",
"side": "A",
"limitPx": "260.02",
"sz": "122.06",
"oid": 105776920257,
"timestamp": 1750755946301,
"origSz": "122.06",
"cloid": "0x17507559459800335136609902516593"
},
{
"coin": "ETH",
"side": "B",
"limitPx": "2400.5",
"sz": "114.3287",
"oid": 105776918680,
"timestamp": 1750755945880,
"origSz": "114.3287",
"cloid": "0x17507559457083606570673419071613"
},
{
"coin": "DOGE",
"side": "B",
"limitPx": "0.16323",
"sz": "371720.0",
"oid": 105776918439,
"timestamp": 1750755945880,
"origSz": "371720.0",
"cloid": "0x17507559456786810119988610037033"
},
{
"coin": "SUI",
"side": "A",
"limitPx": "2.8029",
"sz": "9200.7",
"oid": 105776917836,
"timestamp": 1750755945819,
"origSz": "9200.7",
"cloid": "0x17507559456344921658520386439473"
},
{
"coin": "SUI",
"side": "B",
"limitPx": "2.793",
"sz": "9200.7",
"oid": 105776917835,
"timestamp": 1750755945819,
"origSz": "9200.7",
"cloid": "0x17507559456344821658520386439473"
},
{
"coin": "SUI",
"side": "A",
"limitPx": "2.802",
"sz": "9200.7",
"oid": 105776917834,
"timestamp": 1750755945819,
"origSz": "9200.7",
"cloid": "0x17507559456344721658520386439473"
},
{
"coin": "SUI",
"side": "B",
"limitPx": "2.7938",
"sz": "9200.7",
"oid": 105776917833,
"timestamp": 1750755945819,
"origSz": "9200.7",
"cloid": "0x17507559456344621658520386439473"
},
{
"coin": "SUI",
"side": "B",
"limitPx": "2.7946",
"sz": "9200.7",
"oid": 105776917831,
"timestamp": 1750755945819,
"origSz": "9200.7",
"cloid": "0x17507559456344421658520386439473"
},
{
"coin": "AAVE",
"side": "A",
"limitPx": "260.2",
"sz": "122.08",
"oid": 105776907266,
"timestamp": 1750755943447,
"origSz": "122.08",
"cloid": "0x17507559432624970082636415024579"
},
{
"coin": "BTC",
"side": "A",
"limitPx": "104982.0",
"sz": "5.91126",
"oid": 105776856078,
"timestamp": 1750755928632,
"origSz": "5.91126",
"reduceOnly": true,
"cloid": "0x17507559283690186084538261737640"
},
{
"coin": "BTC",
"side": "A",
"limitPx": "105045.0",
"sz": "5.94868",
"oid": 105776851879,
"timestamp": 1750755927752,
"origSz": "5.94868",
"cloid": "0x17507559275652709376331930232338"
},
{
"coin": "BTC",
"side": "A",
"limitPx": "105029.0",
"sz": "5.94868",
"oid": 105776851878,
"timestamp": 1750755927752,
"origSz": "5.94868",
"cloid": "0x17507559275652509376331930232338"
},
{
"coin": "BTC",
"side": "A",
"limitPx": "105013.0",
"sz": "0.03742",
"oid": 105776851877,
"timestamp": 1750755927752,
"origSz": "0.03742",
"cloid": "0x17507559275652309376331930232338"
},
{
"coin": "BTC",
"side": "B",
"limitPx": "104910.0",
"sz": "5.94815",
"oid": 105776843384,
"timestamp": 1750755926488,
"origSz": "5.94815",
"cloid": "0x17507559261862608132188023550960"
},
{
"coin": "BTC",
"side": "B",
"limitPx": "104926.0",
"sz": "5.94815",
"oid": 105776843383,
"timestamp": 1750755926488,
"origSz": "5.94815",
"cloid": "0x17507559261862408132188023550960"
},
{
"coin": "BTC",
"side": "B",
"limitPx": "104941.0",
"sz": "0.03689",
"oid": 105776843381,
"timestamp": 1750755926488,
"origSz": "0.03689",
"cloid": "0x17507559261862208132188023550960"
},
{
"coin": "BTC",
"side": "B",
"limitPx": "104896.0",
"sz": "5.94892",
"oid": 105776744128,
"timestamp": 1750755902983,
"origSz": "5.94892",
"cloid": "0x17507559028301861326652170694183"
},
{
"coin": "BTC",
"side": "A",
"limitPx": "105060.0",
"sz": "5.94908",
"oid": 105776662811,
"timestamp": 1750755880789,
"origSz": "5.94908",
"cloid": "0x17507558805056935280143727637143"
}
]
perpDexs
{
"type": "perpDexs"
}
[
null,
{
"name": "test",
"full_name": "test dex",
"deployer": "0x5e89b26d8d66da9888c835c9bfcc2aa51813e152",
"oracle_updater": null
}
]
perpDeployAuctionStatus
{
"type": "perpDeployAuctionStatus"
}
{
"startTimeSeconds": 1747656000,
"durationSeconds": 111600,
"startGas": "500.0",
"currentGas": "500.0",
"endGas": null
}
perpsAtOpenInterestCap
{
"type": "perpsAtOpenInterestCap"
}
[
"CANTO",
"FTM",
"JELLY",
"LOOM",
"RLB",
"VVV"
]
spotClearinghouseState
Users positions held for spot tokens.
{
"type": "spotClearinghouseState",
"user": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00"
}
{
"balances": [
{
"coin": "USDC",
"token": 0,
"total": "1895577.62119652",
"hold": "1870590.29932",
"entryNtl": "0.0"
},
{
"coin": "PURR",
"token": 1,
"total": "9787786.0322900005",
"hold": "260438.0",
"entryNtl": "1966132.3839710001"
},
{
"coin": "HFUN",
"token": 2,
"total": "0.73279813",
"hold": "0.0",
"entryNtl": "0.0"
},
{
"coin": "MEOW",
"token": 61,
"total": "185138.227502",
"hold": "0.0",
"entryNtl": "10.664059"
},
{
"coin": "PEAR",
"token": 71,
"total": "174616.306931",
"hold": "0.0",
"entryNtl": "17.695164"
},
{
"coin": "NEIRO",
"token": 78,
"total": "118482.479186",
"hold": "0.0",
"entryNtl": "11.990523"
},
{
"coin": "BERA",
"token": 80,
"total": "0.0",
"hold": "0.0",
"entryNtl": "0.0"
},
{
"coin": "LAUNCH",
"token": 95,
"total": "1.0",
"hold": "0.0",
"entryNtl": "0.25959"
},
{
"coin": "WOW",
"token": 98,
"total": "13115.9349",
"hold": "0.0",
"entryNtl": "1.311593"
},
{
"coin": "VAULT",
"token": 106,
"total": "4627.59670321",
"hold": "0.0",
"entryNtl": "2203.184182"
},
{
"coin": "UP",
"token": 115,
"total": "0.8989855",
"hold": "0.0",
"entryNtl": "0.000898"
},
{
"coin": "FATCAT",
"token": 126,
"total": "696.69696969",
"hold": "0.0",
"entryNtl": "25.999337"
},
{
"coin": "PIP",
"token": 127,
"total": "0.5",
"hold": "0.0",
"entryNtl": "1.4088"
},
{
"coin": "LQNA",
"token": 129,
"total": "0.05493901",
"hold": "0.0",
"entryNtl": "0.096725"
},
{
"coin": "LUCKY",
"token": 143,
"total": "214.48926",
"hold": "0.0",
"entryNtl": "0.002316"
},
{
"coin": "MUNCH",
"token": 146,
"total": "258540.28178",
"hold": "0.0",
"entryNtl": "0.956714"
},
{
"coin": "HYPE",
"token": 150,
"total": "479060.86530507",
"hold": "1459.63",
"entryNtl": "17231563.7478270009"
},
{
"coin": "STAR",
"token": 154,
"total": "4939.5300722",
"hold": "0.0",
"entryNtl": "0.493953"
},
{
"coin": "JPEG",
"token": 196,
"total": "66666.66666666",
"hold": "0.0",
"entryNtl": "994.066666"
},
{
"coin": "UBTC",
"token": 197,
"total": "23.6983224585",
"hold": "7.05227",
"entryNtl": "2495305.8273490001"
},
{
"coin": "UETH",
"token": 221,
"total": "1233.818963255",
"hold": "333.2761",
"entryNtl": "2947909.7768390002"
},
{
"coin": "RAT",
"token": 253,
"total": "30.555941",
"hold": "0.0",
"entryNtl": "0.663736"
},
{
"coin": "USOL",
"token": 254,
"total": "17776.38600279",
"hold": "5506.669",
"entryNtl": "2463752.1437969999"
},
{
"coin": "USDT0",
"token": 268,
"total": "2953515.7280679601",
"hold": "369127.59",
"entryNtl": "2954924.0750409998"
},
{
"coin": "UFART",
"token": 269,
"total": "708097.327452",
"hold": "55962.7",
"entryNtl": "730290.472897"
},
{
"coin": "LICKO",
"token": 307,
"total": "31076.60957669",
"hold": "0.0",
"entryNtl": "0.186459"
}
]
}
spotDeployState
{
"type": "spotDeployState",
"user": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00"
}
{
"states": [],
"gasAuction": {
"startTimeSeconds": 1750669200,
"durationSeconds": 111600,
"startGas": "1354.95227154",
"currentGas": null,
"endGas": "722.9084269"
}
}
spotMeta
{
"type": "spotMeta"
}
{
"universe": [
{
"tokens": [
1,
0
],
"name": "PURR/USDC",
"index": 0,
"isCanonical": true
},
{
"tokens": [
2,
0
],
"name": "@1",
"index": 1,
"isCanonical": false
},
{
"tokens": [
3,
0
],
"name": "@2",
"index": 2,
"isCanonical": false
},
{
"tokens": [
4,
0
],
"name": "@3",
"index": 3,
"isCanonical": false
},
{
"tokens": [
5,
0
],
"name": "@4",
"index": 4,
"isCanonical": false
},
{
"tokens": [
6,
0
],
"name": "@5",
"index": 5,
"isCanonical": false
},
{
"tokens": [
7,
0
],
"name": "@6",
"index": 6,
"isCanonical": false
},
{
"tokens": [
8,
0
],
"name": "@7",
"index": 7,
"isCanonical": false
},
{
"tokens": [
9,
0
],
"name": "@8",
"index": 8,
"isCanonical": false
},
{
"tokens": [
10,
0
],
"name": "@9",
"index": 9,
"isCanonical": false
},
{
"tokens": [
11,
0
],
"name": "@10",
"index": 10,
"isCanonical": false
},
{
"tokens": [
12,
0
],
"name": "@11",
"index": 11,
"isCanonical": false
},
{
"tokens": [
13,
0
],
"name": "@12",
"index": 12,
"isCanonical": false
},
{
"tokens": [
14,
0
],
"name": "@13",
"index": 13,
"isCanonical": false
},
{
"tokens": [
15,
0
],
"name": "@14",
"index": 14,
"isCanonical": false
},
{
"tokens": [
16,
0
],
"name": "@15",
"index": 15,
"isCanonical": false
},
{
"tokens": [
17,
0
],
"name": "@16",
"index": 16,
"isCanonical": false
},
{
"tokens": [
18,
0
],
"name": "@17",
"index": 17,
"isCanonical": false
},
{
"tokens": [
19,
0
],
"name": "@18",
"index": 18,
"isCanonical": false
},
{
"tokens": [
20,
0
],
"name": "@19",
"index": 19,
"isCanonical": false
},
{
"tokens": [
26,
0
],
"name": "@20",
"index": 20,
"isCanonical": false
},
{
"tokens": [
24,
0
],
"name": "@21",
"index": 21,
"isCanonical": false
},
{
"tokens": [
29,
0
],
"name": "@22",
"index": 22,
"isCanonical": false
},
{
"tokens": [
27,
0
],
"name": "@23",
"index": 23,
"isCanonical": false
},
{
"tokens": [
30,
0
],
"name": "@24",
"index": 24,
"isCanonical": false
},
{
"tokens": [
23,
0
],
"name": "@25",
"index": 25,
"isCanonical": false
},
{
"tokens": [
28,
0
],
"name": "@26",
"index": 26,
"isCanonical": false
},
{
"tokens": [
31,
0
],
"name": "@27",
"index": 27,
"isCanonical": false
},
{
"tokens": [
22,
0
],
"name": "@28",
"index": 28,
"isCanonical": false
},
{
"tokens": [
34,
0
],
"name": "@29",
"index": 29,
"isCanonical": false
},
{
"tokens": [
32,
0
],
"name": "@30",
"index": 30,
"isCanonical": false
},
{
"tokens": [
35,
0
],
"name": "@31",
"index": 31,
"isCanonical": false
},
{
"tokens": [
33,
0
],
"name": "@32",
"index": 32,
"isCanonical": false
},
{
"tokens": [
37,
0
],
"name": "@33",
"index": 33,
"isCanonical": false
},
{
"tokens": [
38,
0
],
"name": "@34",
"index": 34,
"isCanonical": false
},
{
"tokens": [
25,
0
],
"name": "@35",
"index": 35,
"isCanonical": false
},
{
"tokens": [
40,
0
],
"name": "@36",
"index": 36,
"isCanonical": false
},
{
"tokens": [
42,
0
],
"name": "@37",
"index": 37,
"isCanonical": false
},
{
"tokens": [
36,
0
],
"name": "@38",
"index": 38,
"isCanonical": false
},
{
"tokens": [
45,
0
],
"name": "@39",
"index": 39,
"isCanonical": false
},
{
"tokens": [
46,
0
],
"name": "@40",
"index": 40,
"isCanonical": false
},
{
"tokens": [
21,
0
],
"name": "@41",
"index": 41,
"isCanonical": false
},
{
"tokens": [
47,
0
],
"name": "@42",
"index": 42,
"isCanonical": false
},
{
"tokens": [
52,
0
],
"name": "@43",
"index": 43,
"isCanonical": false
},
{
"tokens": [
49,
0
],
"name": "@44",
"index": 44,
"isCanonical": false
},
{
"tokens": [
55,
0
],
"name": "@45",
"index": 45,
"isCanonical": false
},
{
"tokens": [
56,
0
],
"name": "@46",
"index": 46,
"isCanonical": false
},
{
"tokens": [
50,
0
],
"name": "@47",
"index": 47,
"isCanonical": false
},
{
"tokens": [
59,
0
],
"name": "@48",
"index": 48,
"isCanonical": false
},
{
"tokens": [
39,
0
],
"name": "@49",
"index": 49,
"isCanonical": false
},
{
"tokens": [
63,
0
],
"name": "@50",
"index": 50,
"isCanonical": false
},
{
"tokens": [
64,
0
],
"name": "@51",
"index": 51,
"isCanonical": false
},
{
"tokens": [
66,
0
],
"name": "@52",
"index": 52,
"isCanonical": false
},
{
"tokens": [
58,
0
],
"name": "@53",
"index": 53,
"isCanonical": false
},
{
"tokens": [
67,
0
],
"name": "@54",
"index": 54,
"isCanonical": false
},
{
"tokens": [
62,
0
],
"name": "@55",
"index": 55,
"isCanonical": false
},
{
"tokens": [
69,
0
],
"name": "@56",
"index": 56,
"isCanonical": false
},
{
"tokens": [
72,
0
],
"name": "@57",
"index": 57,
"isCanonical": false
},
{
"tokens": [
75,
0
],
"name": "@58",
"index": 58,
"isCanonical": false
},
{
"tokens": [
76,
0
],
"name": "@59",
"index": 59,
"isCanonical": false
},
{
"tokens": [
77,
0
],
"name": "@60",
"index": 60,
"isCanonical": false
},
{
"tokens": [
74,
0
],
"name": "@61",
"index": 61,
"isCanonical": false
},
{
"tokens": [
84,
0
],
"name": "@62",
"index": 62,
"isCanonical": false
},
{
"tokens": [
92,
0
],
"name": "@63",
"index": 63,
"isCanonical": false
},
{
"tokens": [
93,
0
],
"name": "@64",
"index": 64,
"isCanonical": false
},
{
"tokens": [
94,
0
],
"name": "@65",
"index": 65,
"isCanonical": false
},
{
"tokens": [
97,
0
],
"name": "@66",
"index": 66,
"isCanonical": false
},
{
"tokens": [
99,
0
],
"name": "@67",
"index": 67,
"isCanonical": false
},
{
"tokens": [
100,
0
],
"name": "@68",
"index": 68,
"isCanonical": false
},
{
"tokens": [
101,
0
],
"name": "@69",
"index": 69,
"isCanonical": false
},
{
"tokens": [
102,
0
],
"name": "@70",
"index": 70,
"isCanonical": false
},
{
"tokens": [
105,
0
],
"name": "@72",
"index": 72,
"isCanonical": false
},
{
"tokens": [
107,
0
],
"name": "@73",
"index": 73,
"isCanonical": false
},
{
"tokens": [
53,
0
],
"name": "@74",
"index": 74,
"isCanonical": false
},
{
"tokens": [
114,
0
],
"name": "@75",
"index": 75,
"isCanonical": false
},
{
"tokens": [
110,
0
],
"name": "@76",
"index": 76,
"isCanonical": false
},
{
"tokens": [
113,
0
],
"name": "@77",
"index": 77,
"isCanonical": false
},
{
"tokens": [
118,
0
],
"name": "@78",
"index": 78,
"isCanonical": false
},
{
"tokens": [
123,
0
],
"name": "@79",
"index": 79,
"isCanonical": false
},
{
"tokens": [
112,
0
],
"name": "@80",
"index": 80,
"isCanonical": false
},
{
"tokens": [
122,
0
],
"name": "@81",
"index": 81,
"isCanonical": false
},
{
"tokens": [
125,
0
],
"name": "@82",
"index": 82,
"isCanonical": false
},
{
"tokens": [
126,
0
],
"name": "@83",
"index": 83,
"isCanonical": false
},
{
"tokens": [
104,
0
],
"name": "@84",
"index": 84,
"isCanonical": false
},
{
"tokens": [
127,
0
],
"name": "@85",
"index": 85,
"isCanonical": false
},
{
"tokens": [
129,
0
],
"name": "@86",
"index": 86,
"isCanonical": false
},
{
"tokens": [
130,
0
],
"name": "@87",
"index": 87,
"isCanonical": false
},
{
"tokens": [
128,
0
],
"name": "@88",
"index": 88,
"isCanonical": false
},
{
"tokens": [
131,
0
],
"name": "@89",
"index": 89,
"isCanonical": false
},
{
"tokens": [
132,
0
],
"name": "@90",
"index": 90,
"isCanonical": false
},
{
"tokens": [
134,
0
],
"name": "@91",
"index": 91,
"isCanonical": false
},
{
"tokens": [
135,
0
],
"name": "@92",
"index": 92,
"isCanonical": false
},
{
"tokens": [
133,
0
],
"name": "@93",
"index": 93,
"isCanonical": false
},
{
"tokens": [
136,
0
],
"name": "@94",
"index": 94,
"isCanonical": false
},
{
"tokens": [
51,
0
],
"name": "@95",
"index": 95,
"isCanonical": false
},
{
"tokens": [
137,
0
],
"name": "@96",
"index": 96,
"isCanonical": false
},
{
"tokens": [
138,
0
],
"name": "@97",
"index": 97,
"isCanonical": false
},
{
"tokens": [
141,
0
],
"name": "@99",
"index": 99,
"isCanonical": false
},
{
"tokens": [
115,
0
],
"name": "@100",
"index": 100,
"isCanonical": false
},
{
"tokens": [
142,
0
],
"name": "@101",
"index": 101,
"isCanonical": false
},
{
"tokens": [
144,
0
],
"name": "@102",
"index": 102,
"isCanonical": false
},
{
"tokens": [
143,
0
],
"name": "@103",
"index": 103,
"isCanonical": false
},
{
"tokens": [
147,
0
],
"name": "@104",
"index": 104,
"isCanonical": false
},
{
"tokens": [
148,
0
],
"name": "@105",
"index": 105,
"isCanonical": false
},
{
"tokens": [
149,
0
],
"name": "@106",
"index": 106,
"isCanonical": false
},
{
"tokens": [
150,
0
],
"name": "@107",
"index": 107,
"isCanonical": false
},
{
"tokens": [
139,
0
],
"name": "@108",
"index": 108,
"isCanonical": false
},
{
"tokens": [
98,
0
],
"name": "@109",
"index": 109,
"isCanonical": false
},
{
"tokens": [
151,
0
],
"name": "@110",
"index": 110,
"isCanonical": false
},
{
"tokens": [
152,
0
],
"name": "@111",
"index": 111,
"isCanonical": false
},
{
"tokens": [
61,
0
],
"name": "@112",
"index": 112,
"isCanonical": false
},
{
"tokens": [
78,
0
],
"name": "@113",
"index": 113,
"isCanonical": false
},
{
"tokens": [
71,
0
],
"name": "@114",
"index": 114,
"isCanonical": false
},
{
"tokens": [
153,
0
],
"name": "@115",
"index": 115,
"isCanonical": false
},
{
"tokens": [
146,
0
],
"name": "@116",
"index": 116,
"isCanonical": false
},
{
"tokens": [
80,
0
],
"name": "@117",
"index": 117,
"isCanonical": false
},
{
"tokens": [
156,
0
],
"name": "@118",
"index": 118,
"isCanonical": false
},
{
"tokens": [
158,
0
],
"name": "@119",
"index": 119,
"isCanonical": false
},
{
"tokens": [
103,
0
],
"name": "@120",
"index": 120,
"isCanonical": false
},
{
"tokens": [
159,
0
],
"name": "@121",
"index": 121,
"isCanonical": false
},
{
"tokens": [
95,
0
],
"name": "@122",
"index": 122,
"isCanonical": false
},
{
"tokens": [
161,
0
],
"name": "@123",
"index": 123,
"isCanonical": false
},
{
"tokens": [
162,
0
],
"name": "@124",
"index": 124,
"isCanonical": false
},
{
"tokens": [
106,
0
],
"name": "@125",
"index": 125,
"isCanonical": false
},
{
"tokens": [
48,
0
],
"name": "@126",
"index": 126,
"isCanonical": false
},
{
"tokens": [
168,
0
],
"name": "@127",
"index": 127,
"isCanonical": false
},
{
"tokens": [
174,
0
],
"name": "@128",
"index": 128,
"isCanonical": false
},
{
"tokens": [
164,
0
],
"name": "@129",
"index": 129,
"isCanonical": false
},
{
"tokens": [
176,
0
],
"name": "@130",
"index": 130,
"isCanonical": false
},
{
"tokens": [
177,
0
],
"name": "@131",
"index": 131,
"isCanonical": false
},
{
"tokens": [
178,
0
],
"name": "@132",
"index": 132,
"isCanonical": false
},
{
"tokens": [
109,
0
],
"name": "@133",
"index": 133,
"isCanonical": false
},
{
"tokens": [
154,
0
],
"name": "@134",
"index": 134,
"isCanonical": false
},
{
"tokens": [
186,
0
],
"name": "@135",
"index": 135,
"isCanonical": false
},
{
"tokens": [
157,
0
],
"name": "@136",
"index": 136,
"isCanonical": false
},
{
"tokens": [
187,
0
],
"name": "@137",
"index": 137,
"isCanonical": false
},
{
"tokens": [
79,
0
],
"name": "@138",
"index": 138,
"isCanonical": false
},
{
"tokens": [
163,
0
],
"name": "@139",
"index": 139,
"isCanonical": false
},
{
"tokens": [
189,
0
],
"name": "@140",
"index": 140,
"isCanonical": false
},
{
"tokens": [
165,
0
],
"name": "@141",
"index": 141,
"isCanonical": false
},
{
"tokens": [
197,
0
],
"name": "@142",
"index": 142,
"isCanonical": false
},
{
"tokens": [
199,
0
],
"name": "@143",
"index": 143,
"isCanonical": false
},
{
"tokens": [
204,
0
],
"name": "@145",
"index": 145,
"isCanonical": false
},
{
"tokens": [
206,
0
],
"name": "@146",
"index": 146,
"isCanonical": false
},
{
"tokens": [
196,
0
],
"name": "@147",
"index": 147,
"isCanonical": false
},
{
"tokens": [
217,
0
],
"name": "@148",
"index": 148,
"isCanonical": false
},
{
"tokens": [
235,
0
],
"name": "@150",
"index": 150,
"isCanonical": false
},
{
"tokens": [
221,
0
],
"name": "@151",
"index": 151,
"isCanonical": false
},
{
"tokens": [
239,
0
],
"name": "@152",
"index": 152,
"isCanonical": false
},
{
"tokens": [
241,
0
],
"name": "@153",
"index": 153,
"isCanonical": false
},
{
"tokens": [
251,
0
],
"name": "@155",
"index": 155,
"isCanonical": false
},
{
"tokens": [
254,
0
],
"name": "@156",
"index": 156,
"isCanonical": false
},
{
"tokens": [
253,
0
],
"name": "@157",
"index": 157,
"isCanonical": false
},
{
"tokens": [
209,
0
],
"name": "@158",
"index": 158,
"isCanonical": false
},
{
"tokens": [
257,
0
],
"name": "@159",
"index": 159,
"isCanonical": false
},
{
"tokens": [
222,
0
],
"name": "@160",
"index": 160,
"isCanonical": false
},
{
"tokens": [
202,
0
],
"name": "@161",
"index": 161,
"isCanonical": false
},
{
"tokens": [
269,
0
],
"name": "@162",
"index": 162,
"isCanonical": false
},
{
"tokens": [
232,
0
],
"name": "@163",
"index": 163,
"isCanonical": false
},
{
"tokens": [
271,
0
],
"name": "@164",
"index": 164,
"isCanonical": false
},
{
"tokens": [
272,
0
],
"name": "@165",
"index": 165,
"isCanonical": false
},
{
"tokens": [
268,
0
],
"name": "@166",
"index": 166,
"isCanonical": false
},
{
"tokens": [
192,
0
],
"name": "@170",
"index": 170,
"isCanonical": false
},
{
"tokens": [
240,
0
],
"name": "@171",
"index": 171,
"isCanonical": false
},
{
"tokens": [
242,
0
],
"name": "@172",
"index": 172,
"isCanonical": false
},
{
"tokens": [
277,
0
],
"name": "@173",
"index": 173,
"isCanonical": false
},
{
"tokens": [
218,
0
],
"name": "@174",
"index": 174,
"isCanonical": false
},
{
"tokens": [
65,
0
],
"name": "@175",
"index": 175,
"isCanonical": false
},
{
"tokens": [
289,
0
],
"name": "@176",
"index": 176,
"isCanonical": false
},
{
"tokens": [
255,
0
],
"name": "@177",
"index": 177,
"isCanonical": false
},
{
"tokens": [
248,
0
],
"name": "@178",
"index": 178,
"isCanonical": false
},
{
"tokens": [
219,
0
],
"name": "@179",
"index": 179,
"isCanonical": false
},
{
"tokens": [
291,
0
],
"name": "@180",
"index": 180,
"isCanonical": false
},
{
"tokens": [
297,
0
],
"name": "@182",
"index": 182,
"isCanonical": false
},
{
"tokens": [
220,
0
],
"name": "@183",
"index": 183,
"isCanonical": false
},
{
"tokens": [
292,
0
],
"name": "@184",
"index": 184,
"isCanonical": false
},
{
"tokens": [
183,
0
],
"name": "@185",
"index": 185,
"isCanonical": false
},
{
"tokens": [
307,
0
],
"name": "@187",
"index": 187,
"isCanonical": false
}
],
"tokens": [
{
"name": "USDC",
"szDecimals": 8,
"weiDecimals": 8,
"index": 0,
"tokenId": "0x6d1e7cde53ba9467b783cb7c530ce054",
"isCanonical": true,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "PURR",
"szDecimals": 0,
"weiDecimals": 5,
"index": 1,
"tokenId": "0xc1fb593aeffbeb02f85e0308e9956a90",
"isCanonical": true,
"evmContract": {
"address": "0x9b498c3c8a0b8cd8ba1d9851d40d186f1872b44e",
"evm_extra_wei_decimals": 13
},
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "HFUN",
"szDecimals": 2,
"weiDecimals": 8,
"index": 2,
"tokenId": "0xbaf265ef389da684513d98d68edf4eae",
"isCanonical": false,
"evmContract": {
"address": "0xa320d9f65ec992eff38622c63627856382db726c",
"evm_extra_wei_decimals": 10
},
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "LICK",
"szDecimals": 0,
"weiDecimals": 5,
"index": 3,
"tokenId": "0xba3aaf468f793d9b42fd3328e24f1de9",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "MANLET",
"szDecimals": 0,
"weiDecimals": 5,
"index": 4,
"tokenId": "0xe9ced9225d2a69ccc8d6a5b224524b99",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "JEFF",
"szDecimals": 0,
"weiDecimals": 5,
"index": 5,
"tokenId": "0xfcf28885456bf7e7cbe5b7a25407c5bc",
"isCanonical": false,
"evmContract": {
"address": "0x52e444545fbe9e5972a7a371299522f7871aec1f",
"evm_extra_wei_decimals": 13
},
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "SIX",
"szDecimals": 2,
"weiDecimals": 8,
"index": 6,
"tokenId": "0x50a9391b4a40caffbe8b16303b95a0c1",
"isCanonical": false,
"evmContract": {
"address": "0x41de34fc45a770ebcd50200be93f080b4b05151f",
"evm_extra_wei_decimals": 10
},
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "WAGMI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 7,
"tokenId": "0x649efea44690cf88d464f512bc7e2818",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "CAPPY",
"szDecimals": 0,
"weiDecimals": 5,
"index": 8,
"tokenId": "0x3f8abf62220007cc7ab6d33ef2963d88",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "POINTS",
"szDecimals": 0,
"weiDecimals": 5,
"index": 9,
"tokenId": "0xbb03842e1f71ed27ed8fa012b29affd4",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "TRUMP",
"szDecimals": 2,
"weiDecimals": 7,
"index": 10,
"tokenId": "0x368cb581f0d51e21aa19996d38ffdf6f",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "GMEOW",
"szDecimals": 0,
"weiDecimals": 8,
"index": 11,
"tokenId": "0x07615193eaa63d1da6feda6e0ac9e014",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "PEPE",
"szDecimals": 2,
"weiDecimals": 7,
"index": 12,
"tokenId": "0x79b6e1596ea0deb2e6912ff8392c9325",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "XULIAN",
"szDecimals": 0,
"weiDecimals": 5,
"index": 13,
"tokenId": "0x6cc648be7e4c38a8c7fcd8bfa6714127",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "RUG",
"szDecimals": 0,
"weiDecimals": 5,
"index": 14,
"tokenId": "0x4978f3f49f30776d9d7397b873223c2d",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "ILIENS",
"szDecimals": 0,
"weiDecimals": 5,
"index": 15,
"tokenId": "0xa74984ea379be6d899c1bf54db923604",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "FUCKY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 16,
"tokenId": "0x7de5b7a8c115edf0174333446ba0ea78",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "CZ",
"szDecimals": 2,
"weiDecimals": 7,
"index": 17,
"tokenId": "0x3b5ff6cb91f71032578b53960090adfb",
"isCanonical": false,
"evmContract": {
"address": "0xfdd1834677a50e61fe13e6bce49c8144e333fcbe",
"evm_extra_wei_decimals": 11
},
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "BAGS",
"szDecimals": 0,
"weiDecimals": 5,
"index": 18,
"tokenId": "0x979978fd8cb07141f97dcab921ba697a",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "ANSEM",
"szDecimals": 0,
"weiDecimals": 5,
"index": 19,
"tokenId": "0xa96cfac10eaecba151f646c5cb4c5507",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "TATE",
"szDecimals": 0,
"weiDecimals": 5,
"index": 20,
"tokenId": "0xfba416cad5d8944e954deb6bfb2a8672",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "FUN",
"szDecimals": 1,
"weiDecimals": 6,
"index": 21,
"tokenId": "0x3dc9f93c39ddd9f0182ad1e584bae0d4",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "SUCKY",
"szDecimals": 0,
"weiDecimals": 5,
"index": 22,
"tokenId": "0xfd2ac85551ac85d3f04369e296ed8cd3",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "BIGBEN",
"szDecimals": 2,
"weiDecimals": 8,
"index": 23,
"tokenId": "0x231f2a687770b13fe12adb1f339ff722",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "KOBE",
"szDecimals": 0,
"weiDecimals": 5,
"index": 24,
"tokenId": "0x0d2556646326733d86c3fc4c2fa22ad4",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "VEGAS",
"szDecimals": 2,
"weiDecimals": 8,
"index": 25,
"tokenId": "0xb693d596cd02f5f38e532e647bb43b69",
"isCanonical": false,
"evmContract": {
"address": "0xb09158c8297acee00b900dc1f8715df46b7246a6",
"evm_extra_wei_decimals": 10
},
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "PUMP",
"szDecimals": 0,
"weiDecimals": 5,
"index": 26,
"tokenId": "0xefa7e286b99ea49ce6a21d21bb41636f",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "SCHIZO",
"szDecimals": 2,
"weiDecimals": 8,
"index": 27,
"tokenId": "0xe140201197ced74f8884a698190da7aa",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "CATNIP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 28,
"tokenId": "0x8bb39ef7881404c5d019a07b1cf21725",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "HAPPY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 29,
"tokenId": "0x3d06abbbc860b7e97feb1478c21c5cd6",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "SELL",
"szDecimals": 0,
"weiDecimals": 5,
"index": 30,
"tokenId": "0x18bce4e1865f0535689b3c4c71e86a84",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "HBOOST",
"szDecimals": 0,
"weiDecimals": 5,
"index": 31,
"tokenId": "0xe292ab8f7d9ddd078ebbcbc4d328665c",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "FARMED",
"szDecimals": 2,
"weiDecimals": 7,
"index": 32,
"tokenId": "0x002911b408c1ae4ddc144e756cebdc17",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "PURRPS",
"szDecimals": 0,
"weiDecimals": 5,
"index": 33,
"tokenId": "0x1254a7b73720e7e9d53cf822a8603fbf",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "GUP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 34,
"tokenId": "0x5a9a44de6fbdb012284eec608c1cf9b8",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "GPT",
"szDecimals": 2,
"weiDecimals": 7,
"index": 35,
"tokenId": "0x2f9f45766eba7b62f30082f3d4ecc77c",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "PANDA",
"szDecimals": 0,
"weiDecimals": 5,
"index": 36,
"tokenId": "0x92588529ba00e2d2bec07c12c804a580",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "BID",
"szDecimals": 0,
"weiDecimals": 5,
"index": 37,
"tokenId": "0x21c5fd69973e1bee64c92af9eb47420a",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "HODL",
"szDecimals": 2,
"weiDecimals": 8,
"index": 38,
"tokenId": "0x33b1ee8db7496b484db887a7b748d20f",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "RAGE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 39,
"tokenId": "0x0ae968c613d445364de97769f1afb16b",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "ASI",
"szDecimals": 2,
"weiDecimals": 7,
"index": 40,
"tokenId": "0x8811d8fc24b9f4ace2c0bd21996d5899",
"isCanonical": false,
"evmContract": null,
"fullName": "Artificial Superintelligence",
"deployerTradingFeeShare": "0.0"
},
{
"name": "LEAP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 41,
"tokenId": "0xd2f2e10dbfbd43d6147f8784358f5dc4",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "VAPOR",
"szDecimals": 0,
"weiDecimals": 5,
"index": 42,
"tokenId": "0xdb5190bea4b6ab178da0162420c93a73",
"isCanonical": false,
"evmContract": null,
"fullName": "Hypervapor",
"deployerTradingFeeShare": "0.0"
},
{
"name": "PVP",
"szDecimals": 0,
"weiDecimals": 5,
"index": 43,
"tokenId": "0x42825e552b0242aa26d641f5cb6aff56",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "X",
"szDecimals": 2,
"weiDecimals": 7,
"index": 44,
"tokenId": "0x54198368f92dcfbe88e3c2090526690a",
"isCanonical": false,
"evmContract": null,
"fullName": "X",
"deployerTradingFeeShare": "0.0"
},
{
"name": "PILL",
"szDecimals": 2,
"weiDecimals": 8,
"index": 45,
"tokenId": "0xd56f8732f1cae4fc2db2e48863c25d81",
"isCanonical": false,
"evmContract": null,
"fullName": "Take the Hyperliquid pill.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "ADHD",
"szDecimals": 0,
"weiDecimals": 5,
"index": 46,
"tokenId": "0xba13ed91905624d50318d54651ad3bab",
"isCanonical": false,
"evmContract": {
"address": "0xe3d5f45d97fee83b48c85e00c8359a2e07d68fee",
"evm_extra_wei_decimals": 13
},
"fullName": "Attention Deficit Hyperliquid Disorder",
"deployerTradingFeeShare": "0.0"
},
{
"name": "LADY",
"szDecimals": 2,
"weiDecimals": 7,
"index": 47,
"tokenId": "0x71378e1ba5403eb35ad4e1af2048c6e3",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "CAT",
"szDecimals": 2,
"weiDecimals": 7,
"index": 48,
"tokenId": "0x7631702302e6c7fbf69d369e0bcf45d6",
"isCanonical": false,
"evmContract": {
"address": "0x04d02cb2e963b4490ee02b1925223d04f9d83fc6",
"evm_extra_wei_decimals": 11
},
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "HPEPE",
"szDecimals": 0,
"weiDecimals": 5,
"index": 49,
"tokenId": "0x501ebeddf15e7433cb84d7cc396cdfa5",
"isCanonical": false,
"evmContract": null,
"fullName": "HypurrPepe",
"deployerTradingFeeShare": "0.0"
},
{
"name": "MBAPPE",
"szDecimals": 2,
"weiDecimals": 7,
"index": 50,
"tokenId": "0x03e1ad7d4d6d82b3da89ac8d35cc917b",
"isCanonical": false,
"evmContract": null,
"fullName": "MBENIVINI",
"deployerTradingFeeShare": "0.0"
},
{
"name": "MAGA",
"szDecimals": 2,
"weiDecimals": 7,
"index": 51,
"tokenId": "0x9b91002773083d9292b8cb02dacb7e79",
"isCanonical": false,
"evmContract": null,
"fullName": "MAGA",
"deployerTradingFeeShare": "0.0"
},
{
"name": "MOG",
"szDecimals": 2,
"weiDecimals": 8,
"index": 52,
"tokenId": "0xbe7772099df97ec90f6ff9c4caf670d1",
"isCanonical": false,
"evmContract": null,
"fullName": "THE INTERNETS FIRST CULTURE COIN ON HYPERLIQUID.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "OMNIX",
"szDecimals": 1,
"weiDecimals": 6,
"index": 53,
"tokenId": "0x216a1428334ac9e908e76a02a1812416",
"isCanonical": false,
"evmContract": {
"address": "0x45ec8f63fe934c0213476cfb5870835e61dd11fa",
"evm_extra_wei_decimals": 12
},
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "COKE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 54,
"tokenId": "0x2f0f48f1d1698fd483a0f6f8ebe9782e",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "JEET",
"szDecimals": 0,
"weiDecimals": 5,
"index": 55,
"tokenId": "0x15fa03f87df338eb7d858da86498ea0e",
"isCanonical": false,
"evmContract": null,
"fullName": "“DEVS ARE FROM USA”",
"deployerTradingFeeShare": "0.0"
},
{
"name": "DROP",
"szDecimals": 2,
"weiDecimals": 7,
"index": 56,
"tokenId": "0x6c30da3dd84bd4f59642fd73fcd46ad6",
"isCanonical": false,
"evmContract": null,
"fullName": "Airdrop",
"deployerTradingFeeShare": "0.0"
},
{
"name": "CBD",
"szDecimals": 0,
"weiDecimals": 5,
"index": 57,
"tokenId": "0xb7bf6dd48ffeb66c22524e065abe6733",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "ARI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 58,
"tokenId": "0xb0027f425afd8f8d7bdab3d0e22c7e54",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "TEST",
"szDecimals": 0,
"weiDecimals": 5,
"index": 59,
"tokenId": "0x677482db6e19ad72108bb042b190709e",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "KING",
"szDecimals": 1,
"weiDecimals": 6,
"index": 60,
"tokenId": "0x4b5aea9c6624f354fdfe28274a363f27",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "MEOW",
"szDecimals": 1,
"weiDecimals": 6,
"index": 61,
"tokenId": "0xcb820fb2715cad58356916847960a73c",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "ANT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 62,
"tokenId": "0x8a7ade54439539fd1268ca60a528396a",
"isCanonical": false,
"evmContract": null,
"fullName": "ANT POWER",
"deployerTradingFeeShare": "0.0"
},
{
"name": "FRAC",
"szDecimals": 1,
"weiDecimals": 6,
"index": 63,
"tokenId": "0x58fb407b5fce2b90348cdf090d6dd3d4",
"isCanonical": false,
"evmContract": null,
"fullName": "Fractality",
"deployerTradingFeeShare": "0.0"
},
{
"name": "ATEHUN",
"szDecimals": 2,
"weiDecimals": 8,
"index": 64,
"tokenId": "0xbebb35d03b83a302a2aa06dbaa67dd9f",
"isCanonical": false,
"evmContract": null,
"fullName": "The official meme for the $800/pt HL retard",
"deployerTradingFeeShare": "0.0"
},
{
"name": "FRCT",
"szDecimals": 1,
"weiDecimals": 6,
"index": 65,
"tokenId": "0xfebf76468dd13f240281e4a8ef11932d",
"isCanonical": false,
"evmContract": null,
"fullName": "Fractality",
"deployerTradingFeeShare": "0.0"
},
{
"name": "COZY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 66,
"tokenId": "0xd998e1032a1fabfeaf6cf11ae7ddec2a",
"isCanonical": false,
"evmContract": null,
"fullName": "Cozy at the beach",
"deployerTradingFeeShare": "0.0"
},
{
"name": "WASH",
"szDecimals": 2,
"weiDecimals": 8,
"index": 67,
"tokenId": "0x2e348026257e41c936119bf69d9c313f",
"isCanonical": false,
"evmContract": null,
"fullName": "Don't wash the cat 🙀🧽🚿",
"deployerTradingFeeShare": "0.0"
},
{
"name": "POP",
"szDecimals": 1,
"weiDecimals": 6,
"index": 68,
"tokenId": "0x99ffa3c6ae342dcd532c8431bf4f3474",
"isCanonical": false,
"evmContract": null,
"fullName": "POP Coin",
"deployerTradingFeeShare": "0.0"
},
{
"name": "NFT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 69,
"tokenId": "0x5c621972ab84c077a1056d77f509a30f",
"isCanonical": false,
"evmContract": null,
"fullName": "First NFT collection on HL",
"deployerTradingFeeShare": "0.0"
},
{
"name": "JEFE",
"szDecimals": 1,
"weiDecimals": 6,
"index": 70,
"tokenId": "0xe711c656aaadefe8f15579ca22679acd",
"isCanonical": false,
"evmContract": null,
"fullName": "Hyperlitquid",
"deployerTradingFeeShare": "0.0"
},
{
"name": "PEAR",
"szDecimals": 1,
"weiDecimals": 6,
"index": 71,
"tokenId": "0x1ad748b576a84f6eb6541389bb53d164",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "RICH",
"szDecimals": 2,
"weiDecimals": 8,
"index": 72,
"tokenId": "0x263db50b9946a0701ccba65b52928dab",
"isCanonical": false,
"evmContract": null,
"fullName": "Rich Chinese guy with cigarette",
"deployerTradingFeeShare": "0.0"
},
{
"name": "BRIDGE",
"szDecimals": 2,
"weiDecimals": 7,
"index": 73,
"tokenId": "0xc196d2b7598991bd0425fc959bc1a40f",
"isCanonical": false,
"evmContract": null,
"fullName": "HyBridge",
"deployerTradingFeeShare": "0.0"
},
{
"name": "GUESS",
"szDecimals": 2,
"weiDecimals": 7,
"index": 74,
"tokenId": "0x8211bcb445c7c006059cfcccb4f1a1b8",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "LORA",
"szDecimals": 2,
"weiDecimals": 8,
"index": 75,
"tokenId": "0xc6d6fb326749974a028425d9db7681c4",
"isCanonical": false,
"evmContract": null,
"fullName": "Lora",
"deployerTradingFeeShare": "0.0"
},
{
"name": "CATBAL",
"szDecimals": 2,
"weiDecimals": 8,
"index": 76,
"tokenId": "0x38348c17e1a18559bbda232d22007695",
"isCanonical": false,
"evmContract": {
"address": "0x11735dbd0b97cfa7accf47d005673ba185f7fd49",
"evm_extra_wei_decimals": 10
},
"fullName": "Password? Paw paw time.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "TJIF",
"szDecimals": 2,
"weiDecimals": 8,
"index": 77,
"tokenId": "0xa167acb332328faa26eda9ec38770eec",
"isCanonical": false,
"evmContract": null,
"fullName": "Thanks Jeff I'm Free",
"deployerTradingFeeShare": "0.0"
},
{
"name": "NEIRO",
"szDecimals": 1,
"weiDecimals": 6,
"index": 78,
"tokenId": "0x0d04cae66af89099270d2931709afb32",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "TIME",
"szDecimals": 1,
"weiDecimals": 8,
"index": 79,
"tokenId": "0xae3f9675b5825ab20850ce6229c4bdbd",
"isCanonical": false,
"evmContract": {
"address": "0x266a2491f782eb03b369760889fff8785efb3e46",
"evm_extra_wei_decimals": 10
},
"fullName": "Timeswap",
"deployerTradingFeeShare": "0.0"
},
{
"name": "BERA",
"szDecimals": 1,
"weiDecimals": 6,
"index": 80,
"tokenId": "0x0b6ae68f39bfd088744374daa99db226",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "ANGY",
"szDecimals": 0,
"weiDecimals": 8,
"index": 81,
"tokenId": "0x56236a47fbbcc41ea8043207bfa0118d",
"isCanonical": false,
"evmContract": null,
"fullName": "notokmeiangy",
"deployerTradingFeeShare": "0.0"
},
{
"name": "DOG",
"szDecimals": 2,
"weiDecimals": 7,
"index": 82,
"tokenId": "0xb37dc8f9819f5c7be5393c2241d28d28",
"isCanonical": false,
"evmContract": null,
"fullName": "DOG",
"deployerTradingFeeShare": "0.0"
},
{
"name": "MOON",
"szDecimals": 2,
"weiDecimals": 8,
"index": 83,
"tokenId": "0xeff9411a23ab28ad69f67fbd9759d491",
"isCanonical": false,
"evmContract": null,
"fullName": "🌕 2themoon's retirement funds 💸",
"deployerTradingFeeShare": "0.0"
},
{
"name": "MAXI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 84,
"tokenId": "0xed660d18ef6a87bc3dc1b3eeeb94fe21",
"isCanonical": false,
"evmContract": null,
"fullName": "ALL MY FRIENDS LOVE MAX FIEGE.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "PAIN",
"szDecimals": 2,
"weiDecimals": 8,
"index": 85,
"tokenId": "0x6e99a27fd1de4723848e32d7106aa59f",
"isCanonical": false,
"evmContract": null,
"fullName": "PAINCOIN",
"deployerTradingFeeShare": "0.0"
},
{
"name": "VDO",
"szDecimals": 2,
"weiDecimals": 8,
"index": 86,
"tokenId": "0x2364d4a94a2a9f89a53b976fa8cadc80",
"isCanonical": false,
"evmContract": null,
"fullName": "ValiDAO",
"deployerTradingFeeShare": "0.0"
},
{
"name": "HQ",
"szDecimals": 1,
"weiDecimals": 6,
"index": 87,
"tokenId": "0xf6f58625ba95ecde953f4aafc7af53fd",
"isCanonical": false,
"evmContract": null,
"fullName": "HyperQuant",
"deployerTradingFeeShare": "0.0"
},
{
"name": "EUR",
"szDecimals": 1,
"weiDecimals": 6,
"index": 88,
"tokenId": "0xd125b605fa732968610dd4962e9a7fb9",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "REGARD",
"szDecimals": 1,
"weiDecimals": 8,
"index": 89,
"tokenId": "0x86df9bf70b2d72f2b168508f90026469",
"isCanonical": false,
"evmContract": null,
"fullName": "Regarded",
"deployerTradingFeeShare": "0.0"
},
{
"name": "YUM",
"szDecimals": 2,
"weiDecimals": 8,
"index": 90,
"tokenId": "0x6bc45d95a04a7fba29fdb3ecbeeb053d",
"isCanonical": false,
"evmContract": null,
"fullName": "Yum.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "REKT",
"szDecimals": 0,
"weiDecimals": 5,
"index": 91,
"tokenId": "0x4626a44a785134109cae9ea21f33d9a0",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "NMTD",
"szDecimals": 2,
"weiDecimals": 8,
"index": 92,
"tokenId": "0x22bafa9342b3ac5762056d944a2f6b2a",
"isCanonical": false,
"evmContract": null,
"fullName": "Token supporting Pascal Bridge",
"deployerTradingFeeShare": "0.0"
},
{
"name": "HPUMP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 93,
"tokenId": "0xaa6f295683beb4906a9d21accbe5e604",
"isCanonical": false,
"evmContract": null,
"fullName": "HPUMP",
"deployerTradingFeeShare": "0.0"
},
{
"name": "PIGEON",
"szDecimals": 2,
"weiDecimals": 8,
"index": 94,
"tokenId": "0xb901e2dfb2dbe1902e03be3c1e3e72ce",
"isCanonical": false,
"evmContract": null,
"fullName": "It's just a pigeon",
"deployerTradingFeeShare": "0.0"
},
{
"name": "LAUNCH",
"szDecimals": 2,
"weiDecimals": 8,
"index": 95,
"tokenId": "0xa82aa458b2c146e97733d0c05374aa0e",
"isCanonical": false,
"evmContract": {
"address": "0x4533c3002660117a56fa44ed3c4bf4b6a8e0b0a2",
"evm_extra_wei_decimals": 10
},
"fullName": "Hyperlauncher",
"deployerTradingFeeShare": "0.0"
},
{
"name": "IRL",
"szDecimals": 1,
"weiDecimals": 6,
"index": 96,
"tokenId": "0x2ef25ace7c11f77f0de071b15e8b0bc0",
"isCanonical": false,
"evmContract": null,
"fullName": "Integra",
"deployerTradingFeeShare": "0.0"
},
{
"name": "RISE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 97,
"tokenId": "0x51973ef5533887afcace6b26de5f19dd",
"isCanonical": false,
"evmContract": null,
"fullName": "Phoenix",
"deployerTradingFeeShare": "0.0"
},
{
"name": "WOW",
"szDecimals": 0,
"weiDecimals": 5,
"index": 98,
"tokenId": "0xc81b9a04884f4a8107f734c4d88f811a",
"isCanonical": false,
"evmContract": {
"address": "0x93f12d8931e97cf41d5934bb5d302aa0e2623305",
"evm_extra_wei_decimals": 13
},
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "CINDY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 99,
"tokenId": "0xf00cf2c0647e1ce1ee5c1274b4650e40",
"isCanonical": false,
"evmContract": null,
"fullName": "Hyperliquid is a CEX with a couple of extra steps",
"deployerTradingFeeShare": "0.0"
},
{
"name": "CHINA",
"szDecimals": 2,
"weiDecimals": 8,
"index": 100,
"tokenId": "0x650ba53f534d00834002ca10c4792d06",
"isCanonical": false,
"evmContract": null,
"fullName": "SUPPORT CHINA TO ONBOARD MORE CHINESE",
"deployerTradingFeeShare": "0.0"
},
{
"name": "STACK",
"szDecimals": 2,
"weiDecimals": 8,
"index": 101,
"tokenId": "0x9728448fd10546a8527b21298a9b41e4",
"isCanonical": false,
"evmContract": null,
"fullName": "Just STACK.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "FRIED",
"szDecimals": 2,
"weiDecimals": 8,
"index": 102,
"tokenId": "0xbd859b02096be7a23dd1527269be10a0",
"isCanonical": false,
"evmContract": null,
"fullName": "Hypurrfried",
"deployerTradingFeeShare": "0.0"
},
{
"name": "PICKL",
"szDecimals": 2,
"weiDecimals": 7,
"index": 103,
"tokenId": "0x1a69662de430e900be096c00ea28b810",
"isCanonical": false,
"evmContract": null,
"fullName": "PICKL",
"deployerTradingFeeShare": "0.0"
},
{
"name": "SHREK",
"szDecimals": 2,
"weiDecimals": 8,
"index": 104,
"tokenId": "0x550ff22831954938f2be76028b15eb18",
"isCanonical": false,
"evmContract": null,
"fullName": "Swamp trades, ogre-sized gains!",
"deployerTradingFeeShare": "0.0"
},
{
"name": "NOCEX",
"szDecimals": 2,
"weiDecimals": 8,
"index": 105,
"tokenId": "0x5901399de6f487a6f7b11b1487811c86",
"isCanonical": false,
"evmContract": null,
"fullName": "NO CEX",
"deployerTradingFeeShare": "0.0"
},
{
"name": "VAULT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 106,
"tokenId": "0x288553d859333b90ede88640b4279598",
"isCanonical": false,
"evmContract": null,
"fullName": "Vault",
"deployerTradingFeeShare": "0.0"
},
{
"name": "RANK",
"szDecimals": 2,
"weiDecimals": 8,
"index": 107,
"tokenId": "0xd0a824284314e8ceb8cf3c3b31ddf0bd",
"isCanonical": false,
"evmContract": null,
"fullName": "!rank",
"deployerTradingFeeShare": "0.0"
},
{
"name": "L",
"szDecimals": 2,
"weiDecimals": 7,
"index": 108,
"tokenId": "0xdb7d7cd808bdad7cedf44b5864c3866c",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "H",
"szDecimals": 2,
"weiDecimals": 7,
"index": 109,
"tokenId": "0x52a110041682dbf38277c80a72eecba6",
"isCanonical": false,
"evmContract": {
"address": "0x78c3791ea49a7c6f41e87ba96c7d09a493febb1e",
"evm_extra_wei_decimals": 11
},
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "G",
"szDecimals": 2,
"weiDecimals": 7,
"index": 110,
"tokenId": "0x7ee78dd38408381c2b5b979b7383e2e1",
"isCanonical": false,
"evmContract": null,
"fullName": "G",
"deployerTradingFeeShare": "0.0"
},
{
"name": "SCAM",
"szDecimals": 2,
"weiDecimals": 8,
"index": 111,
"tokenId": "0x425e14eb167930e81390c8091bc2d8b7",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "MONAD",
"szDecimals": 1,
"weiDecimals": 8,
"index": 112,
"tokenId": "0x3413da62384685cda2528d4ba085a055",
"isCanonical": false,
"evmContract": null,
"fullName": "Monad",
"deployerTradingFeeShare": "0.0"
},
{
"name": "BOZO",
"szDecimals": 2,
"weiDecimals": 7,
"index": 113,
"tokenId": "0x2030eb01e794e9f7e94b9e6b82a08bfb",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "RIP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 114,
"tokenId": "0xc20825d6e56b3bf1aa15d1f80471b166",
"isCanonical": false,
"evmContract": null,
"fullName": "Rest in peace HL SPOT",
"deployerTradingFeeShare": "0.0"
},
{
"name": "UP",
"szDecimals": 2,
"weiDecimals": 7,
"index": 115,
"tokenId": "0xaa60905298f022ad8efab6d4348bc61b",
"isCanonical": false,
"evmContract": null,
"fullName": "UP",
"deployerTradingFeeShare": "0.0"
},
{
"name": "GIGA",
"szDecimals": 2,
"weiDecimals": 7,
"index": 116,
"tokenId": "0xe536ad7c82d63a53aafe6ae9f19c7e03",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "FELIX",
"szDecimals": 0,
"weiDecimals": 8,
"index": 117,
"tokenId": "0x601138020f6eeb930be04fbc31379f08",
"isCanonical": false,
"evmContract": null,
"fullName": "Felix",
"deployerTradingFeeShare": "0.0"
},
{
"name": "SPH",
"szDecimals": 2,
"weiDecimals": 8,
"index": 118,
"tokenId": "0xaced5d1ad2c5ce7b7c789abfb7955b27",
"isCanonical": false,
"evmContract": {
"address": "0xd2fe47eed2d52725d9e3ae6df45593837f57c1a2",
"evm_extra_wei_decimals": 10
},
"fullName": "SPH800",
"deployerTradingFeeShare": "0.0"
},
{
"name": "STHYPE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 119,
"tokenId": "0x244d19a8576a492f44ee19622f4104e4",
"isCanonical": false,
"evmContract": null,
"fullName": "Staked HYPE",
"deployerTradingFeeShare": "0.0"
},
{
"name": "HPL",
"szDecimals": 2,
"weiDecimals": 8,
"index": 120,
"tokenId": "0x5e887f0c6c3deec190c36186bf23369f",
"isCanonical": false,
"evmContract": null,
"fullName": "HyperLend",
"deployerTradingFeeShare": "0.0"
},
{
"name": "KHYPE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 121,
"tokenId": "0xbc8a22f25703a03101630ce6b09f4baa",
"isCanonical": false,
"evmContract": null,
"fullName": "Kinetiq Staked HYPE",
"deployerTradingFeeShare": "0.0"
},
{
"name": "HOPE",
"szDecimals": 0,
"weiDecimals": 5,
"index": 122,
"tokenId": "0xe6ac9d5a7cf91cdd9fdf34fcbbdd58e9",
"isCanonical": false,
"evmContract": {
"address": "0x869ac826b78bc1d9501014994196e41025b5224b",
"evm_extra_wei_decimals": 0
},
"fullName": "Purr $HOPE for the $HYPE! No planned utility.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "SHOE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 123,
"tokenId": "0x706aae9a576b939bc8ef1656f9fe9ed0",
"isCanonical": false,
"evmContract": null,
"fullName": "Shoe Mario",
"deployerTradingFeeShare": "0.0"
},
{
"name": "KNTQ",
"szDecimals": 2,
"weiDecimals": 8,
"index": 124,
"tokenId": "0xbd31bd605c0a1b82c72aae3587f9061f",
"isCanonical": false,
"evmContract": null,
"fullName": "Kinetiq",
"deployerTradingFeeShare": "0.0"
},
{
"name": "BUSSY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 125,
"tokenId": "0xd27ab3aa48f744ca0c469902a13c8656",
"isCanonical": false,
"evmContract": null,
"fullName": "Bozoussy",
"deployerTradingFeeShare": "0.0"
},
{
"name": "FATCAT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 126,
"tokenId": "0x1b00cbe4c41fc38e2701df2d75dad892",
"isCanonical": false,
"evmContract": null,
"fullName": "Fat Cat in Catbal",
"deployerTradingFeeShare": "0.0"
},
{
"name": "PIP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 127,
"tokenId": "0xe85f43e1f91e3c8cdf3acbd7e0855b8e",
"isCanonical": false,
"evmContract": {
"address": "0x1bee6762f0b522c606dc2ffb106c0bb391b2e309",
"evm_extra_wei_decimals": 10
},
"fullName": "a tiny pip in a big hypurrrliquid puddle 🌊",
"deployerTradingFeeShare": "0.0"
},
{
"name": "YEETI",
"szDecimals": 0,
"weiDecimals": 5,
"index": 128,
"tokenId": "0x2150c49b1b981b88349dae535d607ce2",
"isCanonical": false,
"evmContract": {
"address": "0x7280cc1f369ab574c35cb8a8d0885e9486e3b733",
"evm_extra_wei_decimals": 13
},
"fullName": "YEETI 液体",
"deployerTradingFeeShare": "0.0"
},
{
"name": "LQNA",
"szDecimals": 2,
"weiDecimals": 8,
"index": 129,
"tokenId": "0x0dd6980f71e51e6f218a9b7d53c837f6",
"isCanonical": false,
"evmContract": {
"address": "0xa94676f34f6a2764c7fde5611b53834b71f228ec",
"evm_extra_wei_decimals": 10
},
"fullName": "The Queen of Hyperliquid.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "NASDAQ",
"szDecimals": 2,
"weiDecimals": 8,
"index": 130,
"tokenId": "0x6a53c88cfa761cd324b0ab4cd50dc2d5",
"isCanonical": false,
"evmContract": null,
"fullName": "Professional traders unite in DEX eco.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "SYLVI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 131,
"tokenId": "0x21c7f844092376ba85aa3875180e194b",
"isCanonical": false,
"evmContract": {
"address": "0x769a227178f37da50371200eb93aa71a214ca874",
"evm_extra_wei_decimals": 10
},
"fullName": "Sylvanian Families",
"deployerTradingFeeShare": "0.0"
},
{
"name": "FEIT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 132,
"tokenId": "0x0c29857bd79a8e17437b19f9eaa322a4",
"isCanonical": false,
"evmContract": null,
"fullName": "Fortune’s path begins with $FEIT",
"deployerTradingFeeShare": "0.0"
},
{
"name": "STRICT",
"szDecimals": 0,
"weiDecimals": 5,
"index": 133,
"tokenId": "0x83a38493d264bf3f5b1f47c8ebd67eea",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "FRUDO",
"szDecimals": 2,
"weiDecimals": 8,
"index": 134,
"tokenId": "0xb3d30d38259b99d4a6daaf72ded7bf34",
"isCanonical": false,
"evmContract": null,
"fullName": "Frudo is here to lead us into a new bold era.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "VIZN",
"szDecimals": 2,
"weiDecimals": 8,
"index": 135,
"tokenId": "0x7e640c7d4d529e332c89ac86075a1855",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "AUTIST",
"szDecimals": 2,
"weiDecimals": 8,
"index": 136,
"tokenId": "0x7b659352508b25500406b4cd7fdc4f8c",
"isCanonical": false,
"evmContract": null,
"fullName": "Hyperautism levels of autism!",
"deployerTradingFeeShare": "0.0"
},
{
"name": "HGOD",
"szDecimals": 2,
"weiDecimals": 8,
"index": 137,
"tokenId": "0xd84e1b57dad6c106c3eb8842905d773c",
"isCanonical": false,
"evmContract": null,
"fullName": "The Goddess of Hyperliquid",
"deployerTradingFeeShare": "0.0"
},
{
"name": "LIQUID",
"szDecimals": 2,
"weiDecimals": 8,
"index": 138,
"tokenId": "0x8e821d72325ab1effd3193c3ac5f9c4b",
"isCanonical": false,
"evmContract": null,
"fullName": "$LIQUID is the Hyperliquid GOD.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "CHEF",
"szDecimals": 2,
"weiDecimals": 8,
"index": 139,
"tokenId": "0xb59b1334dfefe55b4d6895bdec3ed16c",
"isCanonical": false,
"evmContract": null,
"fullName": "CHEF: The Nourisher of Hyperliquid's Powers",
"deployerTradingFeeShare": "0.0"
},
{
"name": "AZUR",
"szDecimals": 2,
"weiDecimals": 7,
"index": 140,
"tokenId": "0x14167e36345f2652e90b44ed1a015782",
"isCanonical": false,
"evmContract": null,
"fullName": "Azuro Protocol",
"deployerTradingFeeShare": "0.0"
},
{
"name": "EARTH",
"szDecimals": 2,
"weiDecimals": 8,
"index": 141,
"tokenId": "0xc9a3be0e82dde365b038c34674ed4046",
"isCanonical": false,
"evmContract": null,
"fullName": "We have only one",
"deployerTradingFeeShare": "0.0"
},
{
"name": "NIGGO",
"szDecimals": 2,
"weiDecimals": 8,
"index": 142,
"tokenId": "0x2e73765c9718421ca426a2bb2d7243b0",
"isCanonical": false,
"evmContract": {
"address": "0xc1631903081b19f0b7117f34192c7db48960989c",
"evm_extra_wei_decimals": 10
},
"fullName": "Finding Niggo in the vast hyperliquid ocean",
"deployerTradingFeeShare": "0.0"
},
{
"name": "LUCKY",
"szDecimals": 0,
"weiDecimals": 5,
"index": 143,
"tokenId": "0x6558e9071cbb754b7ee56568a9f5d80a",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "HOP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 144,
"tokenId": "0x9b2cff929d260e8d5015fa188167be74",
"isCanonical": false,
"evmContract": null,
"fullName": "Hopurr",
"deployerTradingFeeShare": "0.0"
},
{
"name": "FAN",
"szDecimals": 0,
"weiDecimals": 5,
"index": 145,
"tokenId": "0x1fedb171e381fce7051832b8bc72ef34",
"isCanonical": false,
"evmContract": null,
"fullName": "fan.fun",
"deployerTradingFeeShare": "0.0"
},
{
"name": "MUNCH",
"szDecimals": 0,
"weiDecimals": 5,
"index": 146,
"tokenId": "0x26f2bebc98ec2a579febeb5d7b7e3456",
"isCanonical": false,
"evmContract": null,
"fullName": "🍩 Staying Hungry We Keep 🍩n Munching 🍩",
"deployerTradingFeeShare": "0.0"
},
{
"name": "COPE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 147,
"tokenId": "0x53184ac4c2f5d4729f4e0c0077af63e3",
"isCanonical": false,
"evmContract": null,
"fullName": "Cope Hard Token",
"deployerTradingFeeShare": "0.0"
},
{
"name": "HPYH",
"szDecimals": 2,
"weiDecimals": 8,
"index": 148,
"tokenId": "0x18a98375ce42a0f1e40d0d666eb69e15",
"isCanonical": false,
"evmContract": null,
"fullName": "quant turned memecoin trader trying to make a buck",
"deployerTradingFeeShare": "0.0"
},
{
"name": "YAP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 149,
"tokenId": "0x7555ea01e1100621bcbf5f9ce3351a69",
"isCanonical": false,
"evmContract": null,
"fullName": "Yield Acceleration Protocol",
"deployerTradingFeeShare": "0.0"
},
{
"name": "HYPE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 150,
"tokenId": "0x0d01dc56dcaaca66ad901c959b4011ec",
"isCanonical": false,
"evmContract": null,
"fullName": "Hyperliquid",
"deployerTradingFeeShare": "0.0"
},
{
"name": "STEEL",
"szDecimals": 2,
"weiDecimals": 8,
"index": 151,
"tokenId": "0x7a176eea76f7c1337134d143d2f4939e",
"isCanonical": false,
"evmContract": null,
"fullName": "Steel Panties Token",
"deployerTradingFeeShare": "0.0"
},
{
"name": "RETARD",
"szDecimals": 2,
"weiDecimals": 8,
"index": 152,
"tokenId": "0x888b2490ddbb2a176fcd0da1e53d44c5",
"isCanonical": false,
"evmContract": null,
"fullName": "Really Effective Trading And Research Device",
"deployerTradingFeeShare": "0.0"
},
{
"name": "HOLD",
"szDecimals": 2,
"weiDecimals": 8,
"index": 153,
"tokenId": "0xdaf550b8afca818dadb7949937528bc6",
"isCanonical": false,
"evmContract": null,
"fullName": "HyperGold",
"deployerTradingFeeShare": "0.0"
},
{
"name": "STAR",
"szDecimals": 2,
"weiDecimals": 8,
"index": 154,
"tokenId": "0x68aa39b6a6d8abe04ba97d3953fea816",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "WATAR",
"szDecimals": 2,
"weiDecimals": 8,
"index": 155,
"tokenId": "0xc48ddbfec007fa7443259f6b1598797c",
"isCanonical": false,
"evmContract": null,
"fullName": "be watar, my fren",
"deployerTradingFeeShare": "0.0"
},
{
"name": "GENESY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 156,
"tokenId": "0xc8469678541042226507fd880a105523",
"isCanonical": false,
"evmContract": {
"address": "0x6f7e96c0267cd22fe04346af21f8c6ff54372939",
"evm_extra_wei_decimals": 10
},
"fullName": "First P2E on Hyperliquid, optimize and earn.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "SOLV",
"szDecimals": 2,
"weiDecimals": 8,
"index": 157,
"tokenId": "0xcf548188e24a0ce3dc3b281242baafd9",
"isCanonical": false,
"evmContract": null,
"fullName": "Solv Protocol",
"deployerTradingFeeShare": "0.0"
},
{
"name": "BUBZ",
"szDecimals": 2,
"weiDecimals": 8,
"index": 158,
"tokenId": "0x9563495f7d4c195047fc891e2622673b",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "SHEEP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 159,
"tokenId": "0xd99348c20362c8513e2808ac24adc777",
"isCanonical": false,
"evmContract": {
"address": "0x27542a8d608ee16322fae739c46e6e6ae6d2828a",
"evm_extra_wei_decimals": 10
},
"fullName": "The blue sheep on HyperLiquiq Don't Miss It",
"deployerTradingFeeShare": "0.0"
},
{
"name": "HYFI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 160,
"tokenId": "0x1c351bfdefb12591e9329adb38cdcbae",
"isCanonical": false,
"evmContract": null,
"fullName": "HypurrFi",
"deployerTradingFeeShare": "0.0"
},
{
"name": "FARM",
"szDecimals": 2,
"weiDecimals": 8,
"index": 161,
"tokenId": "0x11c83b5cfeb6419a74a85a5aaba0511d",
"isCanonical": false,
"evmContract": {
"address": "0x3880c8cf09a5454dc9cb851b08c785e55504f63c",
"evm_extra_wei_decimals": 10
},
"fullName": "World's 1st GenAI AI Agent Game",
"deployerTradingFeeShare": "0.0"
},
{
"name": "FLASK",
"szDecimals": 2,
"weiDecimals": 8,
"index": 162,
"tokenId": "0x7edce821fc9e272192e73420ac9ad319",
"isCanonical": false,
"evmContract": null,
"fullName": "The flask containing the legendary hyperliquid.",
"deployerTradingFeeShare": "0.0"
},
{
"name": "SOVRN",
"szDecimals": 2,
"weiDecimals": 8,
"index": 163,
"tokenId": "0xc6aef97252f0081eb8246e24f24c5fe7",
"isCanonical": false,
"evmContract": null,
"fullName": "Sovrun",
"deployerTradingFeeShare": "0.0"
},
{
"name": "MON",
"szDecimals": 2,
"weiDecimals": 8,
"index": 164,
"tokenId": "0x622cf551933f19f9136303dcab56488c",
"isCanonical": false,
"evmContract": null,
"fullName": "MON",
"deployerTradingFeeShare": "0.0"
},
{
"name": "GOD",
"szDecimals": 2,
"weiDecimals": 8,
"index": 165,
"tokenId": "0x5e525c76aa6e1f0a80fd8a0e71b77c45",
"isCanonical": false,
"evmContract": null,
"fullName": "GOD",
"deployerTradingFeeShare": "0.0"
},
{
"name": "CREAM",
"szDecimals": 2,
"weiDecimals": 8,
"index": 166,
"tokenId": "0x45b7ba9b61a02d94c19e606d99b7a263",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "ANIME",
"szDecimals": 2,
"weiDecimals": 8,
"index": 167,
"tokenId": "0x0d5012952afd6e4d76baa0a73d16a937",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "HYENA",
"szDecimals": 2,
"weiDecimals": 8,
"index": 168,
"tokenId": "0xf1b242b9725266c3c634909fb575ef10",
"isCanonical": false,
"evmContract": null,
"fullName": "Hyena - The Predator on HyperLiquid",
"deployerTradingFeeShare": "0.0"
},
{
"name": "ETHC",
"szDecimals": 2,
"weiDecimals": 8,
"index": 169,
"tokenId": "0x8d3aeb9873bfbe64eb0554e6fde38a8b",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "ANZ",
"szDecimals": 2,
"weiDecimals": 8,
"index": 170,
"tokenId": "0xd50882aa1d890629d02b2a616dde56e5",
"isCanonical": false,
"evmContract": null,
"fullName": "Anzen Token",
"deployerTradingFeeShare": "0.0"
},
{
"name": "GAME",
"szDecimals": 2,
"weiDecimals": 8,
"index": 171,
"tokenId": "0x323f0986ba5b7f6e8e968e3d072bcd3e",
"isCanonical": false,
"evmContract": null,
"fullName": "GAME by Virtuals",
"deployerTradingFeeShare": "0.0"
},
{
"name": "RIFT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 172,
"tokenId": "0x0b983d0a300f75b148a6a96ed4c6f793",
"isCanonical": false,
"evmContract": null,
"fullName": "RIFT",
"deployerTradingFeeShare": "0.0"
},
{
"name": "SWELL",
"szDecimals": 2,
"weiDecimals": 8,
"index": 173,
"tokenId": "0xc2fb8b0d924e6fffe98dd85e6f18f362",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "DEPIN",
"szDecimals": 2,
"weiDecimals": 8,
"index": 174,
"tokenId": "0x934a7e00c1b047c2d27967663f58befe",
"isCanonical": false,
"evmContract": {
"address": "0xa085221178b4cb7e40415bca547e76e223e6d137",
"evm_extra_wei_decimals": 10
},
"fullName": "DEPIN DEGN DEVICE OFFICIAL TOKEN",
"deployerTradingFeeShare": "0.0"
},
{
"name": "ROUTE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 175,
"tokenId": "0xd633138efb8cd5bcd1e5f7686abcb4fc",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "BEATS",
"szDecimals": 2,
"weiDecimals": 8,
"index": 176,
"tokenId": "0x74051103aba9e726e0ad877ed3e49c38",
"isCanonical": false,
"evmContract": {
"address": "0x710a6c044d23949ba3b98ce13d762503c9708ba3",
"evm_extra_wei_decimals": 10
},
"fullName": "BEATS AI - the agentic music creation lab",
"deployerTradingFeeShare": "0.0"
},
{
"name": "ORA",
"szDecimals": 2,
"weiDecimals": 8,
"index": 177,
"tokenId": "0xd7a5b9b760fd758d2e3f6f3ecd2ae5bb",
"isCanonical": false,
"evmContract": null,
"fullName": "ORA Coin",
"deployerTradingFeeShare": "0.0"
},
{
"name": "LIQD",
"szDecimals": 2,
"weiDecimals": 8,
"index": 178,
"tokenId": "0xa043053570d42d6f553896820dfd42b6",
"isCanonical": false,
"evmContract": {
"address": "0x1ecd15865d7f8019d546f76d095d9c93cc34edfa",
"evm_extra_wei_decimals": 10
},
"fullName": "LiquidLaunch",
"deployerTradingFeeShare": "0.0"
},
{
"name": "XBG",
"szDecimals": 2,
"weiDecimals": 8,
"index": 179,
"tokenId": "0x6f61f3baeca70d913bc619e3e5d559e3",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "HETU",
"szDecimals": 2,
"weiDecimals": 8,
"index": 180,
"tokenId": "0x9d417e6c0904ad3185f7dfa4c82896bc",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "GG",
"szDecimals": 0,
"weiDecimals": 8,
"index": 181,
"tokenId": "0x13eaa23f20948f2a43ae24d0630ba5e2",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "WOOL",
"szDecimals": 0,
"weiDecimals": 8,
"index": 182,
"tokenId": "0x718a34a10ea60c49aa486d5e0a66a1ce",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "ISLAND",
"szDecimals": 2,
"weiDecimals": 8,
"index": 183,
"tokenId": "0x7663c492f7cfdbb149486af546ee7f9a",
"isCanonical": false,
"evmContract": {
"address": "0x1f170f59849bf2e11a051e9da1213d672baa8748",
"evm_extra_wei_decimals": 10
},
"fullName": "Nifty Island",
"deployerTradingFeeShare": "0.0"
},
{
"name": "SIPHER",
"szDecimals": 2,
"weiDecimals": 8,
"index": 184,
"tokenId": "0x9b84608875b23c69b83b048480d7a66c",
"isCanonical": false,
"evmContract": null,
"fullName": "Sipher",
"deployerTradingFeeShare": "0.0"
},
{
"name": "DBR",
"szDecimals": 1,
"weiDecimals": 6,
"index": 185,
"tokenId": "0x1df7fcdc9af97d44310f6bb8f346b0a8",
"isCanonical": false,
"evmContract": null,
"fullName": "deBridge",
"deployerTradingFeeShare": "0.0"
},
{
"name": "SENT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 186,
"tokenId": "0x2ceb1907ce5c0c98b86e733d15aea34b",
"isCanonical": false,
"evmContract": {
"address": "0xed912f61368be50835ad7696f67d106b0cd08fe2",
"evm_extra_wei_decimals": 10
},
"fullName": "https://x.com/Sentiient_AI",
"deployerTradingFeeShare": "0.0"
},
{
"name": "FLY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 187,
"tokenId": "0x55db85bd0938b111d0f78a98173fd99a",
"isCanonical": false,
"evmContract": {
"address": "0x3f244819a8359145a8e7cf0272955e4918a50627",
"evm_extra_wei_decimals": 10
},
"fullName": "HyperFly",
"deployerTradingFeeShare": "0.0"
},
{
"name": "SSS",
"szDecimals": 2,
"weiDecimals": 8,
"index": 188,
"tokenId": "0x7bd8248ebc4bd9ed1898fcf3f61986d9",
"isCanonical": false,
"evmContract": null,
"fullName": "Smart Stables System",
"deployerTradingFeeShare": "0.0"
},
{
"name": "HWTR",
"szDecimals": 2,
"weiDecimals": 8,
"index": 189,
"tokenId": "0xad426cf28a66dc0c8f3b931018ba9845",
"isCanonical": false,
"evmContract": {
"address": "0x5804bf271d9e691611eea1267b24c1f3d0723639",
"evm_extra_wei_decimals": 10
},
"fullName": "First AI investment DAO on Hyperliquid",
"deployerTradingFeeShare": "0.0"
},
{
"name": "NEKO",
"szDecimals": 2,
"weiDecimals": 8,
"index": 190,
"tokenId": "0x7079200f1b1511a6d344d399fb9bf984",
"isCanonical": false,
"evmContract": null,
"fullName": "Neko is Omo Protocol's debut AI Agent",
"deployerTradingFeeShare": "0.0"
},
{
"name": "UNIT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 191,
"tokenId": "0x83cb6431830d27338b9afb6150023856",
"isCanonical": false,
"evmContract": null,
"fullName": "Unit",
"deployerTradingFeeShare": "0.0"
},
{
"name": "PEG",
"szDecimals": 0,
"weiDecimals": 5,
"index": 192,
"tokenId": "0x63142af22ec99122436a82c47b8ef2fa",
"isCanonical": false,
"evmContract": {
"address": "0x28245ab01298eaef7933bc90d35bd9dbca5c89db",
"evm_extra_wei_decimals": 13
},
"fullName": null,
"deployerTradingFeeShare": "0.0"
},
{
"name": "NEURAL",
"szDecimals": 2,
"weiDecimals": 8,
"index": 193,
"tokenId": "0x9c3cb39ba8fbd523f9ef02795634cf82",
"isCanonical": false,
"evmContract": null,
"fullName": "NeuralAI",
"deployerTradingFeeShare": "0.0"
},
{
"name": "PIE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 194,
"tokenId": "0xd45d3412640d43f763d94295ac7fb751",
"isCanonical": false,
"evmContract": null,
"fullName": "PIE",
"deployerTradingFeeShare": "0.0"
},
{
"name": "DRIVE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 195,
"tokenId": "0x55ac10c740e99c4542175ee946c822b1",
"isCanonical": false,
"evmContract": null,
"fullName": "Hyperdrive",
"deployerTradingFeeShare": "0.0"
},
{
"name": "JPEG",
"szDecimals": 2,
"weiDecimals": 8,
"index": 196,
"tokenId": "0xc1918b90ec9dd64ed6d226600e9f91c7",
"isCanonical": false,
"evmContract": null,
"fullName": "JPEG",
"deployerTradingFeeShare": "1.0"
},
{
"name": "UBTC",
"szDecimals": 5,
"weiDecimals": 10,
"index": 197,
"tokenId": "0x8f254b963e8468305d409b33aa137c67",
"isCanonical": false,
"evmContract": {
"address": "0x9fdbda0a5e284c32744d2f17ee5c74b284993463",
"evm_extra_wei_decimals": -2
},
"fullName": "Unit Bitcoin",
"deployerTradingFeeShare": "1.0"
},
{
"name": "TGE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 198,
"tokenId": "0x4a34dc4e210b7d224620f89a57f76497",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "HEAD",
"szDecimals": 2,
"weiDecimals": 8,
"index": 199,
"tokenId": "0x8a1c119f82fc528492b8a353c053a82e",
"isCanonical": false,
"evmContract": {
"address": "0xa0999b04c23e8b73961a97b463067d9bea5b953c",
"evm_extra_wei_decimals": 10
},
"fullName": "Head to Head",
"deployerTradingFeeShare": "1.0"
},
{
"name": "EDGE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 200,
"tokenId": "0x7ef7da504e078de1e22637eed68922a7",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "GEN",
"szDecimals": 0,
"weiDecimals": 5,
"index": 201,
"tokenId": "0xc74cbf22461b784e1b78f8d1c68b9c31",
"isCanonical": false,
"evmContract": null,
"fullName": "Generative AI",
"deployerTradingFeeShare": "1.0"
},
{
"name": "PRFI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 202,
"tokenId": "0x592e638c27be0c84f7c2a4aad919b855",
"isCanonical": false,
"evmContract": {
"address": "0x7bbcf1b600565ae023a1806ef637af4739de3255",
"evm_extra_wei_decimals": 10
},
"fullName": "PrimeFi",
"deployerTradingFeeShare": "1.0"
},
{
"name": "REI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 203,
"tokenId": "0x228f5c718414182956b11c3ea5380b35",
"isCanonical": false,
"evmContract": null,
"fullName": "REI",
"deployerTradingFeeShare": "1.0"
},
{
"name": "VORTX",
"szDecimals": 2,
"weiDecimals": 8,
"index": 204,
"tokenId": "0xce98fc675b7de6fa9776d32e00c56717",
"isCanonical": false,
"evmContract": {
"address": "0xc12b4dd5268322ddbe3d6f65ebb1ce37a9951315",
"evm_extra_wei_decimals": 10
},
"fullName": "Interact with HL on Discord, Twitter and web UI",
"deployerTradingFeeShare": "1.0"
},
{
"name": "HAR",
"szDecimals": 2,
"weiDecimals": 8,
"index": 205,
"tokenId": "0x9325025f805731935c1df7f97e654cda",
"isCanonical": false,
"evmContract": null,
"fullName": "Harmonix Finance",
"deployerTradingFeeShare": "1.0"
},
{
"name": "DEFIN",
"szDecimals": 2,
"weiDecimals": 8,
"index": 206,
"tokenId": "0x1c1c2e504b6306e6ab6c0377959dc2fb",
"isCanonical": false,
"evmContract": null,
"fullName": "Research & trading agents powered Defi trading hub",
"deployerTradingFeeShare": "1.0"
},
{
"name": "APU",
"szDecimals": 2,
"weiDecimals": 8,
"index": 207,
"tokenId": "0xf20a5f3285ec49d45360fa28d95d6ba3",
"isCanonical": false,
"evmContract": null,
"fullName": "Apu Apustaja",
"deployerTradingFeeShare": "1.0"
},
{
"name": "MOCA",
"szDecimals": 2,
"weiDecimals": 8,
"index": 208,
"tokenId": "0x0b431f75530ae2c7f68ad00f04d7778a",
"isCanonical": false,
"evmContract": null,
"fullName": "Moca Network",
"deployerTradingFeeShare": "1.0"
},
{
"name": "TILT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 209,
"tokenId": "0x346d925b4592c989ff2433dd13a4ec1a",
"isCanonical": false,
"evmContract": null,
"fullName": "Tilt.Fun",
"deployerTradingFeeShare": "1.0"
},
{
"name": "SPR",
"szDecimals": 2,
"weiDecimals": 8,
"index": 210,
"tokenId": "0x3b68a2d22a7efa9cd1ef20706a8658b6",
"isCanonical": false,
"evmContract": null,
"fullName": "Supurr App",
"deployerTradingFeeShare": "1.0"
},
{
"name": "HIPPO",
"szDecimals": 1,
"weiDecimals": 6,
"index": 211,
"tokenId": "0x42b217dcbcc3fd263935f755696070fe",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "HANA",
"szDecimals": 2,
"weiDecimals": 8,
"index": 212,
"tokenId": "0x661492e8a1f4202ed4294ef3c96c9be6",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "SWAP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 213,
"tokenId": "0x1684cb225aa305ea5be44f2a79214e7e",
"isCanonical": false,
"evmContract": null,
"fullName": "HyperSwap",
"deployerTradingFeeShare": "1.0"
},
{
"name": "MORE",
"szDecimals": 0,
"weiDecimals": 5,
"index": 214,
"tokenId": "0xdce99e9dc0c51e09bd36920b929771eb",
"isCanonical": false,
"evmContract": null,
"fullName": "Moonveil",
"deployerTradingFeeShare": "1.0"
},
{
"name": "LOOT",
"szDecimals": 0,
"weiDecimals": 7,
"index": 215,
"tokenId": "0xaebc7b19a35ec0a726962772aacc9e7a",
"isCanonical": false,
"evmContract": null,
"fullName": "LiquidLoot",
"deployerTradingFeeShare": "1.0"
},
{
"name": "LUMI",
"szDecimals": 0,
"weiDecimals": 6,
"index": 216,
"tokenId": "0x4c06e1d30e9116751344a0fb9627b0aa",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "WHYPI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 217,
"tokenId": "0x8c6028c318586b2e69cd1848a9ca6434",
"isCanonical": false,
"evmContract": null,
"fullName": "HYPI HRC-20",
"deployerTradingFeeShare": "1.0"
},
{
"name": "ANON",
"szDecimals": 2,
"weiDecimals": 8,
"index": 218,
"tokenId": "0x5b56ac883c628df1fe24d463b3ac82ac",
"isCanonical": false,
"evmContract": {
"address": "0x79bbf4508b1391af3a0f4b30bb5fc4aa9ab0e07c",
"evm_extra_wei_decimals": 10
},
"fullName": "HeyAnon",
"deployerTradingFeeShare": "1.0"
},
{
"name": "OTTI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 219,
"tokenId": "0x2d7b2c50be8a8f2d16c20cbae448109f",
"isCanonical": false,
"evmContract": {
"address": "0xe45b3fc1f0032532e3d8a3c141cd258bd3eed368",
"evm_extra_wei_decimals": 10
},
"fullName": "Odd Otties: Cute otters will overtake hyperliquid",
"deployerTradingFeeShare": "1.0"
},
{
"name": "HORSY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 220,
"tokenId": "0x259267575e6da365e8d6292a7640e675",
"isCanonical": false,
"evmContract": null,
"fullName": "$HORSY",
"deployerTradingFeeShare": "1.0"
},
{
"name": "UETH",
"szDecimals": 4,
"weiDecimals": 9,
"index": 221,
"tokenId": "0xe1edd30daaf5caac3fe63569e24748da",
"isCanonical": false,
"evmContract": {
"address": "0xbe6727b535545c67d5caa73dea54865b92cf7907",
"evm_extra_wei_decimals": 9
},
"fullName": "Unit Ethereum",
"deployerTradingFeeShare": "1.0"
},
{
"name": "BUDDY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 222,
"tokenId": "0x84ecb2340931f6b153ff10bcfafb6726",
"isCanonical": false,
"evmContract": {
"address": "0x47bb061c0204af921f43dc73c7d7768d2672ddee",
"evm_extra_wei_decimals": -2
},
"fullName": "alright buddy",
"deployerTradingFeeShare": "1.0"
},
{
"name": "LATINA",
"szDecimals": 2,
"weiDecimals": 8,
"index": 223,
"tokenId": "0x9774dccfb6ea1667ea499babe9de388d",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "WLFI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 224,
"tokenId": "0x675abb1741c0153bfb51c4298ac9e4b7",
"isCanonical": false,
"evmContract": null,
"fullName": "World Liberty Financial",
"deployerTradingFeeShare": "0.0"
},
{
"name": "AIR",
"szDecimals": 2,
"weiDecimals": 8,
"index": 225,
"tokenId": "0xd04d518a78fdda67e06c7ce42c9ac9e0",
"isCanonical": false,
"evmContract": null,
"fullName": "AIR",
"deployerTradingFeeShare": "1.0"
},
{
"name": "K",
"szDecimals": 2,
"weiDecimals": 8,
"index": 226,
"tokenId": "0x02cd8d640cf9be38bf9335213f227976",
"isCanonical": false,
"evmContract": null,
"fullName": "Kinto",
"deployerTradingFeeShare": "0.01"
},
{
"name": "PLUME",
"szDecimals": 2,
"weiDecimals": 8,
"index": 227,
"tokenId": "0x8a008852ff36d4303690fb168d6cc542",
"isCanonical": false,
"evmContract": {
"address": "0xcc0f1a2a451fb7bb0c97602e890ef0fe8b6b2e15",
"evm_extra_wei_decimals": 10
},
"fullName": "Plume",
"deployerTradingFeeShare": "1.0"
},
{
"name": "LIM",
"szDecimals": 2,
"weiDecimals": 8,
"index": 228,
"tokenId": "0xb4215c475856b8487e68e2fbdf314133",
"isCanonical": false,
"evmContract": null,
"fullName": "Liminal",
"deployerTradingFeeShare": "1.0"
},
{
"name": "HUSD",
"szDecimals": 1,
"weiDecimals": 6,
"index": 229,
"tokenId": "0x2d8e9750853bde71a1262a73c0025f99",
"isCanonical": false,
"evmContract": null,
"fullName": "Halo USD",
"deployerTradingFeeShare": "1.0"
},
{
"name": "DHYPE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 230,
"tokenId": "0xd526b265e85aa057b7a8c45383e0fb75",
"isCanonical": false,
"evmContract": null,
"fullName": "Hyperdrive Staked HYPE",
"deployerTradingFeeShare": "1.0"
},
{
"name": "EDA",
"szDecimals": 0,
"weiDecimals": 5,
"index": 231,
"tokenId": "0x7577b44c0c4eab39341cba1370681a96",
"isCanonical": false,
"evmContract": null,
"fullName": "EDAMAME",
"deployerTradingFeeShare": "1.0"
},
{
"name": "FUND",
"szDecimals": 2,
"weiDecimals": 8,
"index": 232,
"tokenId": "0xb50907c7421090108069db4681949f19",
"isCanonical": false,
"evmContract": null,
"fullName": "HL Fund",
"deployerTradingFeeShare": "1.0"
},
{
"name": "EXP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 233,
"tokenId": "0xf5a960c12ff925c3b7e1b34ca46ad147",
"isCanonical": false,
"evmContract": null,
"fullName": "Exponents",
"deployerTradingFeeShare": "1.0"
},
{
"name": "SENTI",
"szDecimals": 1,
"weiDecimals": 8,
"index": 234,
"tokenId": "0xfc2d496a192e696d134dfbc974de1732",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "USDE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 235,
"tokenId": "0x2e6d84f2d7ca82e6581e03523e4389f7",
"isCanonical": false,
"evmContract": {
"address": "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34",
"evm_extra_wei_decimals": 10
},
"fullName": "USDe",
"deployerTradingFeeShare": "0.0"
},
{
"name": "HIP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 236,
"tokenId": "0xdbc8946c19ab6d89d1ce64d08a5914f7",
"isCanonical": false,
"evmContract": null,
"fullName": "HyppieLiquid",
"deployerTradingFeeShare": "1.0"
},
{
"name": "SLAY",
"szDecimals": 1,
"weiDecimals": 6,
"index": 237,
"tokenId": "0xf9dadbe873e83783630c7089320f361a",
"isCanonical": false,
"evmContract": null,
"fullName": "SatLayer",
"deployerTradingFeeShare": "1.0"
},
{
"name": "B",
"szDecimals": 2,
"weiDecimals": 8,
"index": 238,
"tokenId": "0x8bf4496242db4851312e0d5895bf1504",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "USDXL",
"szDecimals": 2,
"weiDecimals": 7,
"index": 239,
"tokenId": "0xf448c3cad413cdf0feb1746d7b057967",
"isCanonical": false,
"evmContract": {
"address": "0xca79db4b49f608ef54a5cb813fbed3a6387bc645",
"evm_extra_wei_decimals": 11
},
"fullName": "Last USD",
"deployerTradingFeeShare": "1.0"
},
{
"name": "USH",
"szDecimals": 2,
"weiDecimals": 8,
"index": 240,
"tokenId": "0x97697ab0da91ab1c7db063b52a93bdbb",
"isCanonical": false,
"evmContract": {
"address": "0x8ff0dd9f9c40a0d76ef1bcfaf5f98c1610c74bd8",
"evm_extra_wei_decimals": 10
},
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "FEUSD",
"szDecimals": 2,
"weiDecimals": 8,
"index": 241,
"tokenId": "0x88102bea0bbad5f301f6e9e4dacdf979",
"isCanonical": false,
"evmContract": {
"address": "0x02c6a2fa58cc01a18b8d9e00ea48d65e4df26c70",
"evm_extra_wei_decimals": 10
},
"fullName": "Felix USD",
"deployerTradingFeeShare": "1.0"
},
{
"name": "COOK",
"szDecimals": 2,
"weiDecimals": 8,
"index": 242,
"tokenId": "0x2e2c62335d06f2a44d703c66501ce4d6",
"isCanonical": false,
"evmContract": {
"address": "0x9f0c013016e8656bc256f948cd4b79ab25c7b94d",
"evm_extra_wei_decimals": 10
},
"fullName": "mETH Protocol",
"deployerTradingFeeShare": "1.0"
},
{
"name": "OKI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 243,
"tokenId": "0xc19bf809d69f87f6b0e8bcf840814e94",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "BORG",
"szDecimals": 2,
"weiDecimals": 8,
"index": 244,
"tokenId": "0x69c7d7659a582b35187d364977931245",
"isCanonical": false,
"evmContract": null,
"fullName": "SwissBorg",
"deployerTradingFeeShare": "1.0"
},
{
"name": "SIGN",
"szDecimals": 2,
"weiDecimals": 8,
"index": 245,
"tokenId": "0xee794f997a8c9c83c1e23fcc7731369a",
"isCanonical": false,
"evmContract": null,
"fullName": "Sign",
"deployerTradingFeeShare": "1.0"
},
{
"name": "WMNT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 246,
"tokenId": "0x08e0dbf94cc66a239e00baefdd9ac2f6",
"isCanonical": false,
"evmContract": null,
"fullName": "Mantle",
"deployerTradingFeeShare": "1.0"
},
{
"name": "KITTEN",
"szDecimals": 2,
"weiDecimals": 8,
"index": 247,
"tokenId": "0x3bd699153fef2806ffe90f3175d916db",
"isCanonical": false,
"evmContract": null,
"fullName": "Kittenswap",
"deployerTradingFeeShare": "1.0"
},
{
"name": "USR",
"szDecimals": 2,
"weiDecimals": 8,
"index": 248,
"tokenId": "0x44759ebad788666b5ab35f4e20cea722",
"isCanonical": false,
"evmContract": {
"address": "0x0ad339d66bf4aed5ce31c64bc37b3244b6394a77",
"evm_extra_wei_decimals": 10
},
"fullName": "Resolv USR",
"deployerTradingFeeShare": "1.0"
},
{
"name": "LEND",
"szDecimals": 2,
"weiDecimals": 8,
"index": 249,
"tokenId": "0x6cf1d9a259f3797734535a7820d58b51",
"isCanonical": false,
"evmContract": null,
"fullName": "Sentiment",
"deployerTradingFeeShare": "1.0"
},
{
"name": "CATH",
"szDecimals": 2,
"weiDecimals": 8,
"index": 250,
"tokenId": "0x8e1cc390b36f72e372af7dc9949cca3c",
"isCanonical": false,
"evmContract": null,
"fullName": "CATHENA AI",
"deployerTradingFeeShare": "1.0"
},
{
"name": "QUANT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 251,
"tokenId": "0x68c563790c975869358031d0e42e49a1",
"isCanonical": false,
"evmContract": {
"address": "0xe443d488a8988262f35b921b36f1c8f5b2fa38e1",
"evm_extra_wei_decimals": 10
},
"fullName": "HypurrQuant",
"deployerTradingFeeShare": "1.0"
},
{
"name": "ONLYUP",
"szDecimals": 0,
"weiDecimals": 5,
"index": 252,
"tokenId": "0xfadb70f442b61aaf3896ae79c3e1b044",
"isCanonical": false,
"evmContract": null,
"fullName": "DOUBLEUP",
"deployerTradingFeeShare": "1.0"
},
{
"name": "RAT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 253,
"tokenId": "0xd7f58d3c744fbc0100f7d86f3e283d11",
"isCanonical": false,
"evmContract": {
"address": "0xfdc42f844f3aa19f8fc0b2d67d3276cf1efdc4ca",
"evm_extra_wei_decimals": 10
},
"fullName": "Rat Race Combat: Skill, Gems, Crypto. 🐀💎",
"deployerTradingFeeShare": "1.0"
},
{
"name": "USOL",
"szDecimals": 3,
"weiDecimals": 8,
"index": 254,
"tokenId": "0x49b67c39f5566535de22b29b0e51e685",
"isCanonical": false,
"evmContract": {
"address": "0x068f321fa8fb9f0d135f290ef6a3e2813e1c8a29",
"evm_extra_wei_decimals": 1
},
"fullName": "Unit Solana",
"deployerTradingFeeShare": "1.0"
},
{
"name": "PURRO",
"szDecimals": 2,
"weiDecimals": 8,
"index": 255,
"tokenId": "0xaea9bf1dcd2a5de3cd70260ada52c4fa",
"isCanonical": false,
"evmContract": {
"address": "0x713f4c66221c3920578675dfc45cfa71b5f1f307",
"evm_extra_wei_decimals": 10
},
"fullName": "Purro",
"deployerTradingFeeShare": "1.0"
},
{
"name": "KITTY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 256,
"tokenId": "0x29337e3b3bb954244d4b384b5b3c9c24",
"isCanonical": false,
"evmContract": null,
"fullName": "A fully on-chain game built on Hyperliquid.",
"deployerTradingFeeShare": "1.0"
},
{
"name": "TREND",
"szDecimals": 2,
"weiDecimals": 7,
"index": 257,
"tokenId": "0x34fc4f2dac4e69240efefd86729d6627",
"isCanonical": false,
"evmContract": null,
"fullName": "Trend Protocol",
"deployerTradingFeeShare": "1.0"
},
{
"name": "COIN",
"szDecimals": 2,
"weiDecimals": 8,
"index": 258,
"tokenId": "0x3e3a2bdcd2db04b313384e1c42eaa7ae",
"isCanonical": false,
"evmContract": null,
"fullName": "W",
"deployerTradingFeeShare": "1.0"
},
{
"name": "STORM",
"szDecimals": 0,
"weiDecimals": 5,
"index": 259,
"tokenId": "0x3d9b9406190361a09bc46ec965f2f087",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "RISK",
"szDecimals": 2,
"weiDecimals": 8,
"index": 260,
"tokenId": "0x210ba34d337330d07443d1dc488bf811",
"isCanonical": false,
"evmContract": null,
"fullName": "RISK",
"deployerTradingFeeShare": "1.0"
},
{
"name": "PLAY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 261,
"tokenId": "0xcdd43c66ff2c2967bbda9fe3bb385d9f",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "NET",
"szDecimals": 2,
"weiDecimals": 8,
"index": 262,
"tokenId": "0xf79028d078d6180d4617a72ec4bef202",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "LOOP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 263,
"tokenId": "0xc77768ff84182dbf7157412f544529aa",
"isCanonical": false,
"evmContract": null,
"fullName": "Looping Collective",
"deployerTradingFeeShare": "1.0"
},
{
"name": "LTHREE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 264,
"tokenId": "0x3d1cf3daf5faca4bccf7853e11383fa4",
"isCanonical": false,
"evmContract": null,
"fullName": "Layer3",
"deployerTradingFeeShare": "1.0"
},
{
"name": "WELL",
"szDecimals": 2,
"weiDecimals": 8,
"index": 265,
"tokenId": "0x74ac699fbf35540ac5407e5d49f5a044",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "WAVE",
"szDecimals": 0,
"weiDecimals": 5,
"index": 266,
"tokenId": "0x6beb0b9433ea24b5932f87e7d44b4c51",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "ZAP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 267,
"tokenId": "0x67e79f5a7be4eb7ab0da1581be098062",
"isCanonical": false,
"evmContract": null,
"fullName": "HyperZap",
"deployerTradingFeeShare": "1.0"
},
{
"name": "USDT0",
"szDecimals": 2,
"weiDecimals": 8,
"index": 268,
"tokenId": "0x25faedc3f054130dbb4e4203aca63567",
"isCanonical": false,
"evmContract": {
"address": "0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb",
"evm_extra_wei_decimals": -2
},
"fullName": "USDT0",
"deployerTradingFeeShare": "1.0"
},
{
"name": "UFART",
"szDecimals": 1,
"weiDecimals": 6,
"index": 269,
"tokenId": "0x7650808198966e4285687d3deb556ccc",
"isCanonical": false,
"evmContract": {
"address": "0x3b4575e689ded21caad31d64c4df1f10f3b2cedf",
"evm_extra_wei_decimals": 0
},
"fullName": "Unit Fartcoin",
"deployerTradingFeeShare": "1.0"
},
{
"name": "BAPE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 270,
"tokenId": "0x52d448847d2b754285d0cdce8a0bbee9",
"isCanonical": false,
"evmContract": {
"address": "0xab11329560fa9c9c860bb21a9342215a1265bbb0",
"evm_extra_wei_decimals": 10
},
"fullName": "ApeCoin",
"deployerTradingFeeShare": "1.0"
},
{
"name": "DIABLO",
"szDecimals": 2,
"weiDecimals": 8,
"index": 271,
"tokenId": "0x9348a089d6fd81ec48699e0ec949480b",
"isCanonical": false,
"evmContract": null,
"fullName": "Diablo – The little demon of HyperLiquid",
"deployerTradingFeeShare": "1.0"
},
{
"name": "PENIS",
"szDecimals": 2,
"weiDecimals": 8,
"index": 272,
"tokenId": "0xf86eb43cc683110ce33d7a86f674cfbd",
"isCanonical": false,
"evmContract": {
"address": "0xf0c82d188ee54958813e7ac650e119135fc35e94",
"evm_extra_wei_decimals": 10
},
"fullName": "Purr's Elite Network of Interactive Systems",
"deployerTradingFeeShare": "1.0"
},
{
"name": "LBS",
"szDecimals": 2,
"weiDecimals": 8,
"index": 273,
"tokenId": "0x3834dd888f9766e2fe8907d54c4c90ad",
"isCanonical": false,
"evmContract": null,
"fullName": "Lootbase",
"deployerTradingFeeShare": "1.0"
},
{
"name": "EBISU",
"szDecimals": 2,
"weiDecimals": 8,
"index": 274,
"tokenId": "0x6240595cb860815b6f1e36b3b77d1c6a",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "DEFI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 275,
"tokenId": "0xd815fbce8df4daca2c2e22ee8851d65b",
"isCanonical": false,
"evmContract": null,
"fullName": "DeFi Dollar",
"deployerTradingFeeShare": "1.0"
},
{
"name": "END",
"szDecimals": 2,
"weiDecimals": 8,
"index": 276,
"tokenId": "0x15dcde35463dd2fd241a8e2fe82e48a8",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "RUB",
"szDecimals": 5,
"weiDecimals": 10,
"index": 277,
"tokenId": "0x0921e26b2409bdbb47989ce5692f595f",
"isCanonical": false,
"evmContract": {
"address": "0x7dcffcb06b40344eeced2d1cbf096b299fe4b405",
"evm_extra_wei_decimals": 8
},
"fullName": "Reverse Unit Bias",
"deployerTradingFeeShare": "1.0"
},
{
"name": "ASF",
"szDecimals": 2,
"weiDecimals": 8,
"index": 278,
"tokenId": "0x0692dac3b63105879d1b9cf14a57d30c",
"isCanonical": false,
"evmContract": null,
"fullName": "Asymmetry Finance",
"deployerTradingFeeShare": "1.0"
},
{
"name": "BEAT",
"szDecimals": 2,
"weiDecimals": 8,
"index": 279,
"tokenId": "0xfb41962c0778da46c4cb67482019b0cd",
"isCanonical": false,
"evmContract": null,
"fullName": "Hyperbeat",
"deployerTradingFeeShare": "1.0"
},
{
"name": "VAL",
"szDecimals": 2,
"weiDecimals": 8,
"index": 280,
"tokenId": "0xab665a1c43d3c04c7021032a56bf1b04",
"isCanonical": false,
"evmContract": null,
"fullName": "VALANTIS",
"deployerTradingFeeShare": "1.0"
},
{
"name": "TRADE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 281,
"tokenId": "0xcb6bac63eddb234edf8d694301fcdbd3",
"isCanonical": false,
"evmContract": null,
"fullName": "Trade.fun",
"deployerTradingFeeShare": "1.0"
},
{
"name": "URBIT",
"szDecimals": 0,
"weiDecimals": 5,
"index": 282,
"tokenId": "0xea5feba80278099b4f7be0bc554e9b78",
"isCanonical": false,
"evmContract": null,
"fullName": "Urbit Address Space",
"deployerTradingFeeShare": "1.0"
},
{
"name": "TREE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 283,
"tokenId": "0xdecbff6efe00db0fb0e80be2b2e06dab",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "FI",
"szDecimals": 2,
"weiDecimals": 8,
"index": 284,
"tokenId": "0xba02a3914ecdddb7e398112733823a84",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "STAKE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 285,
"tokenId": "0xf228badd8bb9b73985267556f06aa38e",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "NQ",
"szDecimals": 2,
"weiDecimals": 8,
"index": 286,
"tokenId": "0xcfe4b91486b3fe0377e38433494b688b",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "BLND",
"szDecimals": 2,
"weiDecimals": 8,
"index": 287,
"tokenId": "0x1e7da953f0ba78bf06d2e330bb466199",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "WAR",
"szDecimals": 2,
"weiDecimals": 8,
"index": 288,
"tokenId": "0xda37ed48536836994807abb934062694",
"isCanonical": false,
"evmContract": null,
"fullName": "Hyperliquid vs FUD",
"deployerTradingFeeShare": "1.0"
},
{
"name": "PERP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 289,
"tokenId": "0x27e2e115b3067cb20f18a44b067ade73",
"isCanonical": false,
"evmContract": {
"address": "0xd2567ee20d75e8b74b44875173054365f6eb5052",
"evm_extra_wei_decimals": -2
},
"fullName": "Perpcoin",
"deployerTradingFeeShare": "0.5"
},
{
"name": "DNDX",
"szDecimals": 2,
"weiDecimals": 8,
"index": 290,
"tokenId": "0x61548910ed6b5e4e1f136907737dd499",
"isCanonical": false,
"evmContract": null,
"fullName": "Decentralized Nasdaq",
"deployerTradingFeeShare": "1.0"
},
{
"name": "USDHL",
"szDecimals": 2,
"weiDecimals": 7,
"index": 291,
"tokenId": "0xd289c79872a9eace15cc4cadb030661f",
"isCanonical": false,
"evmContract": {
"address": "0xb50a96253abdf803d85efcdce07ad8becbc52bd5",
"evm_extra_wei_decimals": -1
},
"fullName": "Hyper USD",
"deployerTradingFeeShare": "1.0"
},
{
"name": "HPENGU",
"szDecimals": 2,
"weiDecimals": 8,
"index": 292,
"tokenId": "0x1765b5a9ec8fc3cdbc209c63cac68e86",
"isCanonical": false,
"evmContract": null,
"fullName": "Pudgy Penguins",
"deployerTradingFeeShare": "1.0"
},
{
"name": "PAIR",
"szDecimals": 2,
"weiDecimals": 7,
"index": 293,
"tokenId": "0xa29869e9df2d282afa5e2c1a6ca091ba",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "HOLY",
"szDecimals": 2,
"weiDecimals": 7,
"index": 294,
"tokenId": "0xa1cb5a48e9dbce0771f3f501729c44af",
"isCanonical": false,
"evmContract": null,
"fullName": "Holy Liquid",
"deployerTradingFeeShare": "1.0"
},
{
"name": "SING",
"szDecimals": 2,
"weiDecimals": 8,
"index": 295,
"tokenId": "0x8a35738573d89ee4a3a4d7e8e46851c0",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "0.5"
},
{
"name": "JOFF",
"szDecimals": 2,
"weiDecimals": 8,
"index": 296,
"tokenId": "0x8ecbaadbaf3f59a7e9f97af2688d479d",
"isCanonical": false,
"evmContract": null,
"fullName": "bildin a purrty gud el 1",
"deployerTradingFeeShare": "1.0"
},
{
"name": "XAUT0",
"szDecimals": 2,
"weiDecimals": 8,
"index": 297,
"tokenId": "0xfd61ec89811ba3cf2ae12d0ed8ef1afd",
"isCanonical": false,
"evmContract": {
"address": "0xf4d9235269a96aadafc9adae454a0618ebe37949",
"evm_extra_wei_decimals": -2
},
"fullName": "XAUT0",
"deployerTradingFeeShare": "1.0"
},
{
"name": "HY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 298,
"tokenId": "0xe0c5df65121e4aa8bcef413fdfd43fbd",
"isCanonical": false,
"evmContract": null,
"fullName": "HyDAO",
"deployerTradingFeeShare": "1.0"
},
{
"name": "UPUMP",
"szDecimals": 0,
"weiDecimals": 6,
"index": 299,
"tokenId": "0x544e60f98a36d7b22c0fb5824b84f795",
"isCanonical": false,
"evmContract": null,
"fullName": "Unit Pump Fun",
"deployerTradingFeeShare": "1.0"
},
{
"name": "XP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 300,
"tokenId": "0x64c26b5cb4bdf2ce7f38c3ccfaed90cd",
"isCanonical": false,
"evmContract": null,
"fullName": "XP",
"deployerTradingFeeShare": "1.0"
},
{
"name": "HWAVE",
"szDecimals": 2,
"weiDecimals": 8,
"index": 301,
"tokenId": "0x0a036982bc089f1f9da1a664a698948d",
"isCanonical": false,
"evmContract": null,
"fullName": "Hyperwave",
"deployerTradingFeeShare": "1.0"
},
{
"name": "WHLP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 302,
"tokenId": "0x75dfa57dcf7949c37bc7947b121a3dda",
"isCanonical": false,
"evmContract": null,
"fullName": "Wrapped HLP",
"deployerTradingFeeShare": "1.0"
},
{
"name": "USDY",
"szDecimals": 2,
"weiDecimals": 8,
"index": 303,
"tokenId": "0x36ce8f49a71509ec6d2c1c946ed5b845",
"isCanonical": false,
"evmContract": null,
"fullName": null,
"deployerTradingFeeShare": "1.0"
},
{
"name": "STLOOP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 304,
"tokenId": "0xc41d4a266072f72005ba7bc56374fa84",
"isCanonical": false,
"evmContract": null,
"fullName": "Staked LOOP",
"deployerTradingFeeShare": "1.0"
},
{
"name": "HWHLP",
"szDecimals": 2,
"weiDecimals": 8,
"index": 305,
"tokenId": "0x27ef6e651e5dde63988ba030657f155f",
"isCanonical": false,
"evmContract": null,
"fullName": "Hyperwave HLP",
"deployerTradingFeeShare": "1.0"
},
{
"name": "SSR",
"szDecimals": 1,
"weiDecimals": 6,
"index": 306,
"tokenId": "0xad96194aea68cf8416366deb310f13a4",
"isCanonical": false,
"evmContract": null,
"fullName": "STRATEGIC SOLANA RESERVE",
"deployerTradingFeeShare": "1.0"
},
{
"name": "LICKO",
"szDecimals": 2,
"weiDecimals": 8,
"index": 307,
"tokenId": "0xaf5f46cd9a9fc7f7028e1028b0c5182b",
"isCanonical": false,
"evmContract": null,
"fullName": "LICKO",
"deployerTradingFeeShare": "1.0"
},
{
"name": "THLP",
"szDecimals": 0,
"weiDecimals": 5,
"index": 308,
"tokenId": "0x4d10c3c44a3113fddbf81cb52a9eec83",
"isCanonical": false,
"evmContract": null,
"fullName": "Tokenized Hyperliquidity Provider",
"deployerTradingFeeShare": "1.0"
},
{
"name": "DUSD",
"szDecimals": 2,
"weiDecimals": 8,
"index": 309,
"tokenId": "0x38714be3e734fb386dc1ba1d095d7916",
"isCanonical": false,
"evmContract": null,
"fullName": "DeFi Dollar",
"deployerTradingFeeShare": "1.0"
}
]
}
subAccounts
List a user’s subaccount along with their clearing house state.
{
"type": "subAccounts",
"user": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00"
}
[
{
"name": "test",
"subAccountUser": "0x82578861165b62466f8e11e51efe74455ed0e1a6",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub1",
"subAccountUser": "0x8185204d31602595fadbb9305155e8981762e60c",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub2",
"subAccountUser": "0xe78030f0e93def6280f7331edb81db4a3f547633",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub3",
"subAccountUser": "0x8af63f51e0c60851a30da696a6a0911a3d019d5e",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub4",
"subAccountUser": "0x153ae96fafe232f61b9a19c285b8e8e265642f69",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub5",
"subAccountUser": "0x4304dc380a4c9a452c58707487e185caf992ff05",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub6",
"subAccountUser": "0xa3e4be245fa0cbd5df1718c33cb9c08af5796f3b",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub7",
"subAccountUser": "0xc21f25650fd7165905e94014529261070c4530a3",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub8",
"subAccountUser": "0x90e678b96a3d15bac0e109535692be5361571652",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub9",
"subAccountUser": "0x91ea0caf217cb0e51d833d9b66464371fb9d1c5b",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub10",
"subAccountUser": "0x37449263a96d00ec4cd68952a3f3c7fd1927d958",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub11",
"subAccountUser": "0x152600cac5306fd519ccb2bdd4b18a441443428a",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub12",
"subAccountUser": "0x6d9f9706d647d19e93164a7217576797358fa8c3",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub13",
"subAccountUser": "0xb3514b307d17e09d2086738b62ac5db371692d9d",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub14",
"subAccountUser": "0xefee01d3a0d06c188627d98b6aa814f401f87c4b",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub15",
"subAccountUser": "0xff1ec702af93ac3e9537d9e24c2c4750d44cbf75",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub16",
"subAccountUser": "0xc64283a986819174aa0b13b22ff9ab55ac2bd394",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub17",
"subAccountUser": "0x08b095625fb698837fc436c489ce9e4f6ee084c1",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub18",
"subAccountUser": "0xfa452867a690af8bc0a3aa585facaf8e70e65ef8",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub19",
"subAccountUser": "0x88f9bd20b748c3e533374fa201621ceb119ee9db",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub20",
"subAccountUser": "0x8fecb60f12fd9a3db6901b8a7703a24fa2ee1268",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
},
{
"name": "sub21",
"subAccountUser": "0xba6be69a57e42572df416997af3b7dcdd59ef360",
"master": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
"clearinghouseState": {
"marginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMarginSummary": {
"accountValue": "0.0",
"totalNtlPos": "0.0",
"totalRawUsd": "0.0",
"totalMarginUsed": "0.0"
},
"crossMaintenanceMarginUsed": "0.0",
"withdrawable": "0.0",
"assetPositions": [],
"time": 1750757719621
},
"spotState": {
"balances": []
}
}
]
userFees
{
"type": "userFees",
"user": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00"
}
{
"dailyUserVlm": [
{
"date": "2025-06-10",
"userCross": "76535297.222202003",
"userAdd": "305016714.9012349844",
"exchange": "9886955586.1455211639"
},
{
"date": "2025-06-11",
"userCross": "82918365.0248579979",
"userAdd": "300397067.3764790297",
"exchange": "9860175305.2625484467"
},
{
"date": "2025-06-12",
"userCross": "52766737.1592739969",
"userAdd": "319392277.1205809712",
"exchange": "10780598892.1890640259"
},
{
"date": "2025-06-13",
"userCross": "106439893.4375919998",
"userAdd": "376655282.9491140246",
"exchange": "14683340315.4725551605"
},
{
"date": "2025-06-14",
"userCross": "16737554.0086429995",
"userAdd": "166595221.9775030017",
"exchange": "4947097785.2751226425"
},
{
"date": "2025-06-15",
"userCross": "34575535.051737003",
"userAdd": "129806438.0345810056",
"exchange": "4547237927.5959615707"
},
{
"date": "2025-06-16",
"userCross": "51446302.8340990022",
"userAdd": "410010453.7913060188",
"exchange": "10883029032.6397590637"
},
{
"date": "2025-06-17",
"userCross": "44466220.4781960025",
"userAdd": "433082366.5208669901",
"exchange": "12337834016.4556846619"
},
{
"date": "2025-06-18",
"userCross": "51318138.7252620012",
"userAdd": "264123558.8082680106",
"exchange": "8834473531.0802459717"
},
{
"date": "2025-06-19",
"userCross": "20499325.4004569985",
"userAdd": "217079329.3133719862",
"exchange": "5940288367.1333255768"
},
{
"date": "2025-06-20",
"userCross": "43685190.0416539982",
"userAdd": "298666579.440944016",
"exchange": "9733748824.3277797699"
},
{
"date": "2025-06-21",
"userCross": "34157510.6632310003",
"userAdd": "170297775.4792590141",
"exchange": "6512120426.6014966965"
},
{
"date": "2025-06-22",
"userCross": "62512623.756200999",
"userAdd": "590029116.9140100479",
"exchange": "13644903590.2491092682"
},
{
"date": "2025-06-23",
"userCross": "67296636.0389299989",
"userAdd": "606463299.1485910416",
"exchange": "14887164811.1422328949"
},
{
"date": "2025-06-24",
"userCross": "13057923.1208100002",
"userAdd": "149785691.8996889889",
"exchange": "3714904435.8126449585"
}
],
"feeSchedule": {
"cross": "0.00045",
"add": "0.00015",
"spotCross": "0.0007",
"spotAdd": "0.0004",
"tiers": {
"vip": [
{
"ntlCutoff": "5000000.0",
"cross": "0.0004",
"add": "0.00012",
"spotCross": "0.0006",
"spotAdd": "0.0003"
},
{
"ntlCutoff": "25000000.0",
"cross": "0.00035",
"add": "0.00008",
"spotCross": "0.0005",
"spotAdd": "0.0002"
},
{
"ntlCutoff": "100000000.0",
"cross": "0.0003",
"add": "0.00004",
"spotCross": "0.0004",
"spotAdd": "0.0001"
},
{
"ntlCutoff": "500000000.0",
"cross": "0.00028",
"add": "0.0",
"spotCross": "0.00035",
"spotAdd": "0.0"
},
{
"ntlCutoff": "2000000000.0",
"cross": "0.00026",
"add": "0.0",
"spotCross": "0.0003",
"spotAdd": "0.0"
},
{
"ntlCutoff": "7000000000.0",
"cross": "0.00024",
"add": "0.0",
"spotCross": "0.00025",
"spotAdd": "0.0"
}
],
"mm": [
{
"makerFractionCutoff": "0.005",
"add": "-0.00001"
},
{
"makerFractionCutoff": "0.015",
"add": "-0.00002"
},
{
"makerFractionCutoff": "0.03",
"add": "-0.00003"
}
]
},
"referralDiscount": "0.04",
"stakingDiscountTiers": [
{
"bpsOfMaxSupply": "0.0",
"discount": "0.0"
},
{
"bpsOfMaxSupply": "0.0001",
"discount": "0.05"
},
{
"bpsOfMaxSupply": "0.001",
"discount": "0.1"
},
{
"bpsOfMaxSupply": "0.01",
"discount": "0.15"
},
{
"bpsOfMaxSupply": "0.1",
"discount": "0.2"
},
{
"bpsOfMaxSupply": "1.0",
"discount": "0.3"
},
{
"bpsOfMaxSupply": "5.0",
"discount": "0.4"
}
]
},
"userCrossRate": "0.000182",
"userAddRate": "-0.00003",
"userSpotCrossRate": "0.00021",
"userSpotAddRate": "-0.00003",
"activeReferralDiscount": "0.0",
"trial": null,
"feeTrialReward": "0.0",
"nextTrialAvailableTimestamp": null,
"stakingLink": null,
"activeStakingDiscount": {
"bpsOfMaxSupply": "2.5231419664",
"discount": "0.3"
}
}
userRateLimit
This rate limit applies only to API endpoints in the api.hyperliquid.xyz
{
"type": "userRateLimit",
"user": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00"
}
{
"cumVlm": "122320141158.6737365723",
"nRequestsUsed": 6079898862,
"nRequestsCap": 122320151158
}
userRole
{
"type": "userRole",
"user": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00"
}
{
"role": "user"
}
userToMultiSigSigners
{
"type": "userToMultiSigSigners",
"user": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00"
}
userVaultEquities
{
"type": "userVaultEquities",
"user": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00"
}
[
{
"vaultAddress": "0xdfc24b077bc1425ad1dea75bcb6f8158e10df303",
"equity": "129.003413",
"lockedUntilTimestamp": 1713602521372
}
]
validatorL1Votes
{
"type": "validatorL1Votes",
"user": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00"
}
vaultSummaries
{
"type": "vaultSummaries",
"user": "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00"
}
[
{
"name": "Mad Scientists",
"vaultAddress": "0x565b1c32936bdaa526947178acc95c5b08cfacc4",
"leader": "0x77eea13a1146a77e637a0a5ec181d0bff8629ab4",
"tvl": "499.80942",
"isClosed": false,
"relationship": {
"type": "normal"
},
"createTimeMillis": 1750754796477
},
{
"name": "[Neutral Trade] BTC Dominance",
"vaultAddress": "0x799e0112977c37f8d93a768cf5a2305bdd3ae6f9",
"leader": "0xecb7323035ff99dc0e4ab0d23d96b13be0d00343",
"tvl": "5000.0",
"isClosed": false,
"relationship": {
"type": "normal"
},
"createTimeMillis": 1750751126111
},
{
"name": "[Neutral Trade] HYPE / SOL Pairs Trade",
"vaultAddress": "0xaae8a508a5e39c134a4d6a49d7dce82a17f84651",
"leader": "0xecb7323035ff99dc0e4ab0d23d96b13be0d00343",
"tvl": "5000.0",
"isClosed": false,
"relationship": {
"type": "normal"
},
"createTimeMillis": 1750751152062
},
{
"name": "[Neutral Trade] Alt Dominance",
"vaultAddress": "0xb03715bec4514ae7d338fcd85053ca227a1fb823",
"leader": "0xecb7323035ff99dc0e4ab0d23d96b13be0d00343",
"tvl": "5000.0",
"isClosed": false,
"relationship": {
"type": "normal"
},
"createTimeMillis": 1750751198032
}
]
votes
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Response
Successful Response
Response varies based on request type. Can be an object, array, or primitive value depending on the API endpoint called.
curl --request POST \
--url https://api.allium.so/api/v1/developer/hyperliquid/info \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "clearinghouseState",
"user": "0x48cd535b80439fefd6d00f74e5cf9b152adf2671",
"dex": ""
}'
{}