userFills
curl --request POST \
--url 'https://api.uniblock.dev/uni/v1/hyperliquid/info#41' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"type": "userFills",
"user": "0x000000000000000000000000000000000000dEaD"
}
'const options = {
method: 'POST',
headers: {'X-API-KEY': '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({type: 'userFills', user: '0x000000000000000000000000000000000000dEaD'})
};
fetch('https://api.uniblock.dev/uni/v1/hyperliquid/info#41', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.uniblock.dev/uni/v1/hyperliquid/info#41"
payload = {
"type": "userFills",
"user": "0x000000000000000000000000000000000000dEaD"
}
headers = {
"X-API-KEY": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)[
{
"coin": "@305",
"px": "0.071916",
"sz": "0.028766",
"side": "A",
"time": 1779580800038,
"startPosition": "0.028766",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 439553311407,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@188",
"px": "0.0017754",
"sz": "0.090505",
"side": "A",
"time": 1779580800038,
"startPosition": "0.090505",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 439553311402,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@166",
"px": "0.99997",
"sz": "0.00702922",
"side": "A",
"time": 1772755200030,
"startPosition": "0.00702922",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 339777806137,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@206",
"px": "0.1032",
"sz": "0.0496",
"side": "A",
"time": 1772409600044,
"startPosition": "0.0496",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 334663993966,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@166",
"px": "0.9997",
"sz": "0.003306",
"side": "A",
"time": 1766188800049,
"startPosition": "0.003306",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 274644835733,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@230",
"px": "0.99997",
"sz": "0.00188948",
"side": "A",
"time": 1766102400067,
"startPosition": "0.00188948",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 273606103340,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@243",
"px": "0.030574",
"sz": "0.09241",
"side": "A",
"time": 1764028800027,
"startPosition": "0.09241",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 247895591441,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@210",
"px": "0.31764",
"sz": "0.0405",
"side": "A",
"time": 1762732800049,
"startPosition": "0.0405",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 229209068373,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@156",
"px": "164.56",
"sz": "0.000685",
"side": "A",
"time": 1762732800049,
"startPosition": "0.000685",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 229209068363,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@142",
"px": "115538.0",
"sz": "0.00000008",
"side": "A",
"time": 1757635200055,
"startPosition": "0.00000008",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 159725296618,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@142",
"px": "108376.0",
"sz": "0.000009169",
"side": "A",
"time": 1756512000046,
"startPosition": "0.000009169",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 148186330902,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@188",
"px": "0.0035998",
"sz": "0.917835",
"side": "A",
"time": 1755216000002,
"startPosition": "0.917835",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 134586652141,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@162",
"px": "1.42",
"sz": "0.057423",
"side": "A",
"time": 1753056000039,
"startPosition": "0.057423",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 117789741944,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@156",
"px": "147.05",
"sz": "0.00095496",
"side": "A",
"time": 1750377600010,
"startPosition": "0.00095496",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 104170243285,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@151",
"px": "2520.4",
"sz": "0.000088867",
"side": "A",
"time": 1750377600010,
"startPosition": "0.000088867",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 104170243279,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "PURR/USDC",
"px": "0.088313",
"sz": "0.08674",
"side": "A",
"time": 1743206400086,
"startPosition": "0.08674",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 82402861435,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@118",
"px": "1.1557",
"sz": "0.00011312",
"side": "A",
"time": 1738886400068,
"startPosition": "0.00011312",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 70298508536,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@37",
"px": "0.012618",
"sz": "0.0945",
"side": "A",
"time": 1738886400068,
"startPosition": "0.0945",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 70298508491,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@37",
"px": "0.013912",
"sz": "0.77176",
"side": "A",
"time": 1738713600003,
"startPosition": "0.77176",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 69647054929,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@135",
"px": "0.001368",
"sz": "0.00186603",
"side": "A",
"time": 1738540800021,
"startPosition": "0.00186603",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 68724859157,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "PURR/USDC",
"px": "0.13664",
"sz": "0.98686",
"side": "A",
"time": 1738540800021,
"startPosition": "0.98686",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 68724859045,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@135",
"px": "0.003367",
"sz": "0.00847268",
"side": "A",
"time": 1737590400080,
"startPosition": "0.00847268",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 65740579035,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@138",
"px": "0.010276",
"sz": "0.01",
"side": "A",
"time": 1737504000037,
"startPosition": "0.01",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 65462307295,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@124",
"px": "0.78265",
"sz": "0.00512626",
"side": "A",
"time": 1735689600054,
"startPosition": "0.00512626",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 59920016729,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@2",
"px": "0.00057149",
"sz": "0.15291",
"side": "A",
"time": 1735171200565,
"startPosition": "0.15291",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 58642017933,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@108",
"px": "1.540767",
"sz": "0.00647879",
"side": "A",
"time": 1734480000134,
"startPosition": "0.00647879",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 56128027775,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@116",
"px": "0.0002673",
"sz": "0.14656",
"side": "A",
"time": 1733529600117,
"startPosition": "0.14656",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53344728985,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@117",
"px": "0.010462",
"sz": "0.006374",
"side": "A",
"time": 1733529600117,
"startPosition": "0.006374",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53344728962,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@113",
"px": "0.000888",
"sz": "0.036693",
"side": "A",
"time": 1733529600117,
"startPosition": "0.036693",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53344728961,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@116",
"px": "0.00026254",
"sz": "0.84965",
"side": "A",
"time": 1733443200143,
"startPosition": "0.84965",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53082667189,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@117",
"px": "0.0080426",
"sz": "0.090205",
"side": "A",
"time": 1733443200143,
"startPosition": "0.090205",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53082667170,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@113",
"px": "0.0007601",
"sz": "0.044705",
"side": "A",
"time": 1733443200143,
"startPosition": "0.044705",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53082667169,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@107",
"px": "8.4961",
"sz": "0.001",
"side": "A",
"time": 1733011200042,
"startPosition": "0.001",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 51566784546,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@11",
"px": "0.000207",
"sz": "3702.0",
"side": "A",
"time": 1725148800068,
"startPosition": "3702.0",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 36337921562,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@36",
"px": "0.00051",
"sz": "1172.2190392",
"side": "A",
"time": 1724803200029,
"startPosition": "1172.2190392",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 35808022063,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@44",
"px": "0.00001565",
"sz": "4824.67863",
"side": "A",
"time": 1723161600115,
"startPosition": "4824.67863",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 33465934492,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@12",
"px": "0.00030569",
"sz": "1704.31653",
"side": "A",
"time": 1722902400125,
"startPosition": "1704.31653",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 32853570537,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@30",
"px": "0.000674",
"sz": "718.6321586",
"side": "A",
"time": 1722816000097,
"startPosition": "718.6321586",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 32494656152,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@19",
"px": "0.00232198",
"sz": "263.00075",
"side": "A",
"time": 1721865600023,
"startPosition": "263.00075",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x1eae8447068d2cb4e74c040e0f75c40151006dbd87647828e5cf3843579e0c49",
"oid": 31044886648,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@37",
"px": "0.00004004",
"sz": "479.20598",
"side": "A",
"time": 1721779200121,
"startPosition": "479.20598",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x171bc45c0156e35b3270040e00a3e9014600ba2a302b789da3ce1661781be7d3",
"oid": 30932195290,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@41",
"px": "0.2980095",
"sz": "0.02197",
"side": "A",
"time": 1721779200121,
"startPosition": "0.02197",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x171bc45c0156e35b3270040e00a3e9014600ba2a302b789da3ce1661781be7d3",
"oid": 30932195271,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@6",
"px": "0.001819",
"sz": "0.00904241",
"side": "A",
"time": 1721779200121,
"startPosition": "0.00904241",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x171bc45c0156e35b3270040e00a3e9014600ba2a302b789da3ce1661781be7d3",
"oid": 30932195257,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
}
]Hyperliquid
userFills
Native Hyperliquid /info operation. Returns the user’s most recent fills.
POST
/
v1
/
hyperliquid
/
info#41
userFills
curl --request POST \
--url 'https://api.uniblock.dev/uni/v1/hyperliquid/info#41' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"type": "userFills",
"user": "0x000000000000000000000000000000000000dEaD"
}
'const options = {
method: 'POST',
headers: {'X-API-KEY': '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({type: 'userFills', user: '0x000000000000000000000000000000000000dEaD'})
};
fetch('https://api.uniblock.dev/uni/v1/hyperliquid/info#41', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.uniblock.dev/uni/v1/hyperliquid/info#41"
payload = {
"type": "userFills",
"user": "0x000000000000000000000000000000000000dEaD"
}
headers = {
"X-API-KEY": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)[
{
"coin": "@305",
"px": "0.071916",
"sz": "0.028766",
"side": "A",
"time": 1779580800038,
"startPosition": "0.028766",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 439553311407,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@188",
"px": "0.0017754",
"sz": "0.090505",
"side": "A",
"time": 1779580800038,
"startPosition": "0.090505",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 439553311402,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@166",
"px": "0.99997",
"sz": "0.00702922",
"side": "A",
"time": 1772755200030,
"startPosition": "0.00702922",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 339777806137,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@206",
"px": "0.1032",
"sz": "0.0496",
"side": "A",
"time": 1772409600044,
"startPosition": "0.0496",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 334663993966,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@166",
"px": "0.9997",
"sz": "0.003306",
"side": "A",
"time": 1766188800049,
"startPosition": "0.003306",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 274644835733,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@230",
"px": "0.99997",
"sz": "0.00188948",
"side": "A",
"time": 1766102400067,
"startPosition": "0.00188948",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 273606103340,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@243",
"px": "0.030574",
"sz": "0.09241",
"side": "A",
"time": 1764028800027,
"startPosition": "0.09241",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 247895591441,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@210",
"px": "0.31764",
"sz": "0.0405",
"side": "A",
"time": 1762732800049,
"startPosition": "0.0405",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 229209068373,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@156",
"px": "164.56",
"sz": "0.000685",
"side": "A",
"time": 1762732800049,
"startPosition": "0.000685",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 229209068363,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@142",
"px": "115538.0",
"sz": "0.00000008",
"side": "A",
"time": 1757635200055,
"startPosition": "0.00000008",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 159725296618,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@142",
"px": "108376.0",
"sz": "0.000009169",
"side": "A",
"time": 1756512000046,
"startPosition": "0.000009169",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 148186330902,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@188",
"px": "0.0035998",
"sz": "0.917835",
"side": "A",
"time": 1755216000002,
"startPosition": "0.917835",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 134586652141,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@162",
"px": "1.42",
"sz": "0.057423",
"side": "A",
"time": 1753056000039,
"startPosition": "0.057423",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 117789741944,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@156",
"px": "147.05",
"sz": "0.00095496",
"side": "A",
"time": 1750377600010,
"startPosition": "0.00095496",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 104170243285,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@151",
"px": "2520.4",
"sz": "0.000088867",
"side": "A",
"time": 1750377600010,
"startPosition": "0.000088867",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 104170243279,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "PURR/USDC",
"px": "0.088313",
"sz": "0.08674",
"side": "A",
"time": 1743206400086,
"startPosition": "0.08674",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 82402861435,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@118",
"px": "1.1557",
"sz": "0.00011312",
"side": "A",
"time": 1738886400068,
"startPosition": "0.00011312",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 70298508536,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@37",
"px": "0.012618",
"sz": "0.0945",
"side": "A",
"time": 1738886400068,
"startPosition": "0.0945",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 70298508491,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@37",
"px": "0.013912",
"sz": "0.77176",
"side": "A",
"time": 1738713600003,
"startPosition": "0.77176",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 69647054929,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@135",
"px": "0.001368",
"sz": "0.00186603",
"side": "A",
"time": 1738540800021,
"startPosition": "0.00186603",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 68724859157,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "PURR/USDC",
"px": "0.13664",
"sz": "0.98686",
"side": "A",
"time": 1738540800021,
"startPosition": "0.98686",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 68724859045,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@135",
"px": "0.003367",
"sz": "0.00847268",
"side": "A",
"time": 1737590400080,
"startPosition": "0.00847268",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 65740579035,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@138",
"px": "0.010276",
"sz": "0.01",
"side": "A",
"time": 1737504000037,
"startPosition": "0.01",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 65462307295,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@124",
"px": "0.78265",
"sz": "0.00512626",
"side": "A",
"time": 1735689600054,
"startPosition": "0.00512626",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 59920016729,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@2",
"px": "0.00057149",
"sz": "0.15291",
"side": "A",
"time": 1735171200565,
"startPosition": "0.15291",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 58642017933,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@108",
"px": "1.540767",
"sz": "0.00647879",
"side": "A",
"time": 1734480000134,
"startPosition": "0.00647879",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 56128027775,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@116",
"px": "0.0002673",
"sz": "0.14656",
"side": "A",
"time": 1733529600117,
"startPosition": "0.14656",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53344728985,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@117",
"px": "0.010462",
"sz": "0.006374",
"side": "A",
"time": 1733529600117,
"startPosition": "0.006374",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53344728962,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@113",
"px": "0.000888",
"sz": "0.036693",
"side": "A",
"time": 1733529600117,
"startPosition": "0.036693",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53344728961,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@116",
"px": "0.00026254",
"sz": "0.84965",
"side": "A",
"time": 1733443200143,
"startPosition": "0.84965",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53082667189,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@117",
"px": "0.0080426",
"sz": "0.090205",
"side": "A",
"time": 1733443200143,
"startPosition": "0.090205",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53082667170,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@113",
"px": "0.0007601",
"sz": "0.044705",
"side": "A",
"time": 1733443200143,
"startPosition": "0.044705",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53082667169,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@107",
"px": "8.4961",
"sz": "0.001",
"side": "A",
"time": 1733011200042,
"startPosition": "0.001",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 51566784546,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@11",
"px": "0.000207",
"sz": "3702.0",
"side": "A",
"time": 1725148800068,
"startPosition": "3702.0",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 36337921562,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@36",
"px": "0.00051",
"sz": "1172.2190392",
"side": "A",
"time": 1724803200029,
"startPosition": "1172.2190392",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 35808022063,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@44",
"px": "0.00001565",
"sz": "4824.67863",
"side": "A",
"time": 1723161600115,
"startPosition": "4824.67863",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 33465934492,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@12",
"px": "0.00030569",
"sz": "1704.31653",
"side": "A",
"time": 1722902400125,
"startPosition": "1704.31653",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 32853570537,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@30",
"px": "0.000674",
"sz": "718.6321586",
"side": "A",
"time": 1722816000097,
"startPosition": "718.6321586",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 32494656152,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@19",
"px": "0.00232198",
"sz": "263.00075",
"side": "A",
"time": 1721865600023,
"startPosition": "263.00075",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x1eae8447068d2cb4e74c040e0f75c40151006dbd87647828e5cf3843579e0c49",
"oid": 31044886648,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@37",
"px": "0.00004004",
"sz": "479.20598",
"side": "A",
"time": 1721779200121,
"startPosition": "479.20598",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x171bc45c0156e35b3270040e00a3e9014600ba2a302b789da3ce1661781be7d3",
"oid": 30932195290,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@41",
"px": "0.2980095",
"sz": "0.02197",
"side": "A",
"time": 1721779200121,
"startPosition": "0.02197",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x171bc45c0156e35b3270040e00a3e9014600ba2a302b789da3ce1661781be7d3",
"oid": 30932195271,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@6",
"px": "0.001819",
"sz": "0.00904241",
"side": "A",
"time": 1721779200121,
"startPosition": "0.00904241",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x171bc45c0156e35b3270040e00a3e9014600ba2a302b789da3ce1661781be7d3",
"oid": 30932195257,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
}
]Authorizations
API key to access the API (Optional)
Query Parameters
Unique identifier for a blockchain network.
Available options:
999, 998 Example:
999
Specify which provider to use. The project's provider priority list is used by default if no providers are selected. (Priority list can be managed on Uniblock's dashboard)
Available options:
Dwellir, Chainstack, Covalent Body
application/json
Response
200 - application/json
Successful response.
Example:
"BTC"
Example:
"63786.0"
Example:
"0.028766"
A for ask (sell), B for bid (buy).
Example:
"A"
Example:
1779580800038
Example:
"0x0000000000000000000000000000000000000000000000000000000000000000"
Example:
439553311407
Example:
0
Example:
"0.028766"
Example:
"Spot Dust Conversion"
Example:
"0.0"
Example:
true
Example:
"0.0"
Example:
"USDC"
Example:
[
{
"coin": "@305",
"px": "0.071916",
"sz": "0.028766",
"side": "A",
"time": 1779580800038,
"startPosition": "0.028766",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 439553311407,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@188",
"px": "0.0017754",
"sz": "0.090505",
"side": "A",
"time": 1779580800038,
"startPosition": "0.090505",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 439553311402,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@166",
"px": "0.99997",
"sz": "0.00702922",
"side": "A",
"time": 1772755200030,
"startPosition": "0.00702922",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 339777806137,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@206",
"px": "0.1032",
"sz": "0.0496",
"side": "A",
"time": 1772409600044,
"startPosition": "0.0496",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 334663993966,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@166",
"px": "0.9997",
"sz": "0.003306",
"side": "A",
"time": 1766188800049,
"startPosition": "0.003306",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 274644835733,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@230",
"px": "0.99997",
"sz": "0.00188948",
"side": "A",
"time": 1766102400067,
"startPosition": "0.00188948",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 273606103340,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@243",
"px": "0.030574",
"sz": "0.09241",
"side": "A",
"time": 1764028800027,
"startPosition": "0.09241",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 247895591441,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@210",
"px": "0.31764",
"sz": "0.0405",
"side": "A",
"time": 1762732800049,
"startPosition": "0.0405",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 229209068373,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@156",
"px": "164.56",
"sz": "0.000685",
"side": "A",
"time": 1762732800049,
"startPosition": "0.000685",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 229209068363,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@142",
"px": "115538.0",
"sz": "0.00000008",
"side": "A",
"time": 1757635200055,
"startPosition": "0.00000008",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 159725296618,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@142",
"px": "108376.0",
"sz": "0.000009169",
"side": "A",
"time": 1756512000046,
"startPosition": "0.000009169",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 148186330902,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@188",
"px": "0.0035998",
"sz": "0.917835",
"side": "A",
"time": 1755216000002,
"startPosition": "0.917835",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 134586652141,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@162",
"px": "1.42",
"sz": "0.057423",
"side": "A",
"time": 1753056000039,
"startPosition": "0.057423",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 117789741944,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@156",
"px": "147.05",
"sz": "0.00095496",
"side": "A",
"time": 1750377600010,
"startPosition": "0.00095496",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 104170243285,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@151",
"px": "2520.4",
"sz": "0.000088867",
"side": "A",
"time": 1750377600010,
"startPosition": "0.000088867",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 104170243279,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "PURR/USDC",
"px": "0.088313",
"sz": "0.08674",
"side": "A",
"time": 1743206400086,
"startPosition": "0.08674",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 82402861435,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@118",
"px": "1.1557",
"sz": "0.00011312",
"side": "A",
"time": 1738886400068,
"startPosition": "0.00011312",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 70298508536,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@37",
"px": "0.012618",
"sz": "0.0945",
"side": "A",
"time": 1738886400068,
"startPosition": "0.0945",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 70298508491,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@37",
"px": "0.013912",
"sz": "0.77176",
"side": "A",
"time": 1738713600003,
"startPosition": "0.77176",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 69647054929,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@135",
"px": "0.001368",
"sz": "0.00186603",
"side": "A",
"time": 1738540800021,
"startPosition": "0.00186603",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 68724859157,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "PURR/USDC",
"px": "0.13664",
"sz": "0.98686",
"side": "A",
"time": 1738540800021,
"startPosition": "0.98686",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 68724859045,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@135",
"px": "0.003367",
"sz": "0.00847268",
"side": "A",
"time": 1737590400080,
"startPosition": "0.00847268",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 65740579035,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@138",
"px": "0.010276",
"sz": "0.01",
"side": "A",
"time": 1737504000037,
"startPosition": "0.01",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 65462307295,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@124",
"px": "0.78265",
"sz": "0.00512626",
"side": "A",
"time": 1735689600054,
"startPosition": "0.00512626",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 59920016729,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@2",
"px": "0.00057149",
"sz": "0.15291",
"side": "A",
"time": 1735171200565,
"startPosition": "0.15291",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 58642017933,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@108",
"px": "1.540767",
"sz": "0.00647879",
"side": "A",
"time": 1734480000134,
"startPosition": "0.00647879",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 56128027775,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@116",
"px": "0.0002673",
"sz": "0.14656",
"side": "A",
"time": 1733529600117,
"startPosition": "0.14656",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53344728985,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@117",
"px": "0.010462",
"sz": "0.006374",
"side": "A",
"time": 1733529600117,
"startPosition": "0.006374",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53344728962,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@113",
"px": "0.000888",
"sz": "0.036693",
"side": "A",
"time": 1733529600117,
"startPosition": "0.036693",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53344728961,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@116",
"px": "0.00026254",
"sz": "0.84965",
"side": "A",
"time": 1733443200143,
"startPosition": "0.84965",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53082667189,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@117",
"px": "0.0080426",
"sz": "0.090205",
"side": "A",
"time": 1733443200143,
"startPosition": "0.090205",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53082667170,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@113",
"px": "0.0007601",
"sz": "0.044705",
"side": "A",
"time": 1733443200143,
"startPosition": "0.044705",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 53082667169,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@107",
"px": "8.4961",
"sz": "0.001",
"side": "A",
"time": 1733011200042,
"startPosition": "0.001",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 51566784546,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@11",
"px": "0.000207",
"sz": "3702.0",
"side": "A",
"time": 1725148800068,
"startPosition": "3702.0",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 36337921562,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@36",
"px": "0.00051",
"sz": "1172.2190392",
"side": "A",
"time": 1724803200029,
"startPosition": "1172.2190392",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 35808022063,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@44",
"px": "0.00001565",
"sz": "4824.67863",
"side": "A",
"time": 1723161600115,
"startPosition": "4824.67863",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 33465934492,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@12",
"px": "0.00030569",
"sz": "1704.31653",
"side": "A",
"time": 1722902400125,
"startPosition": "1704.31653",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 32853570537,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@30",
"px": "0.000674",
"sz": "718.6321586",
"side": "A",
"time": 1722816000097,
"startPosition": "718.6321586",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"oid": 32494656152,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@19",
"px": "0.00232198",
"sz": "263.00075",
"side": "A",
"time": 1721865600023,
"startPosition": "263.00075",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x1eae8447068d2cb4e74c040e0f75c40151006dbd87647828e5cf3843579e0c49",
"oid": 31044886648,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@37",
"px": "0.00004004",
"sz": "479.20598",
"side": "A",
"time": 1721779200121,
"startPosition": "479.20598",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x171bc45c0156e35b3270040e00a3e9014600ba2a302b789da3ce1661781be7d3",
"oid": 30932195290,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@41",
"px": "0.2980095",
"sz": "0.02197",
"side": "A",
"time": 1721779200121,
"startPosition": "0.02197",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x171bc45c0156e35b3270040e00a3e9014600ba2a302b789da3ce1661781be7d3",
"oid": 30932195271,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
},
{
"coin": "@6",
"px": "0.001819",
"sz": "0.00904241",
"side": "A",
"time": 1721779200121,
"startPosition": "0.00904241",
"dir": "Spot Dust Conversion",
"closedPnl": "0.0",
"hash": "0x171bc45c0156e35b3270040e00a3e9014600ba2a302b789da3ce1661781be7d3",
"oid": 30932195257,
"crossed": true,
"fee": "0.0",
"tid": 0,
"feeToken": "USDC",
"twapId": null
}
]
Was this page helpful?
⌘I