USER | CHAIN | AMOUNT | |
---|---|---|---|
1 | 0x03739f52ab1bd514682c6e21de70e06a676920f0 | arbitrum | 323.825504476 |
2 | 0x03739f52ab1bd514682c6e21de70e06a676920f0 | polygon | 0.1226524607 |
3 | 0x03739f52ab1bd514682c6e21de70e06a676920f0 | base | 39.596227813 |
4 | 0x03739f52ab1bd514682c6e21de70e06a676920f0 | binance-smart-chain | 6804.867471404 |
5 | 0x03739f52ab1bd514682c6e21de70e06a676920f0 | blast | 62.099779958 |
6 | 0x03739f52ab1bd514682c6e21de70e06a676920f0 | ethereum | 12408.392466233 |
7 | 0x0871deb34bfd2052b1c10dc4f6c0912a2a47e927 | polygon | 17.418274646 |
8 | 0x0871deb34bfd2052b1c10dc4f6c0912a2a47e927 | polygon-zkevm | 58.881891501 |
9 | 0x0871deb34bfd2052b1c10dc4f6c0912a2a47e927 | blast | 836.462006665 |
10 | 0x0871deb34bfd2052b1c10dc4f6c0912a2a47e927 | base | 19681.086542157 |
11 | 0x0871deb34bfd2052b1c10dc4f6c0912a2a47e927 | ethereum | 744396.24909885 |
12 | 0x0871deb34bfd2052b1c10dc4f6c0912a2a47e927 | optimism | 0.05267185026 |
13 | 0x0871deb34bfd2052b1c10dc4f6c0912a2a47e927 | arbitrum | 336.371964329 |
14 | 0x0871deb34bfd2052b1c10dc4f6c0912a2a47e927 | binance-smart-chain | 69.494732011 |
15 | 0x0ae87d9ec2c6ddd30f61935b0c323fd08cebbdf2 | ethereum | 141776.310356081 |
16 | 0x0ae87d9ec2c6ddd30f61935b0c323fd08cebbdf2 | arbitrum | 4026.845755837 |
17 | 0x104b2fdd2b89176c7e349ddc3fa95371a5f1961e | ethereum | 249.825599734 |
18 | 0x11095ef3777113eed4721b8f8b76659bf720c9dd | ethereum | 113663.535380276 |
19 | 0x1811cfd037a33d65e7e75e1aa6cd0d6c6ea67141 | ethereum | 7822.278878366 |
20 | 0x36fc00f224f72abdf182f16d940e31621f583a93 | optimism | 4662.245463256 |
freemartianPositions & Portfolios
Updated 2025-02-14
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
WITH positions_api AS (
SELECT
value AS temp_value
FROM (
SELECT
livequery.live.udf_api(
'https://raw.githubusercontent.com/mehdimarjan/Opensea/refs/heads/main/positions.json'
) AS response
),
LATERAL FLATTEN(input => response:data)
),
positions AS(
SELECT
value:user_address::string AS user,
value:id::string AS position_id,
value:wallet_position_asset::string AS position_asset,
value:wallet_position_amount::string AS position_amount,
value:chain_position::string AS chain_position,
'Position' AS label
FROM
positions_api, LATERAL FLATTEN(input => temp_value)
),
portfolios AS (
SELECT
user_address,
key::string AS chain_name,
value::string AS amount,
'Portfolio' AS label
FROM (
SELECT
value:user_address::STRING AS user_address,
value:chain_distribution AS chain_distribution,
FROM (
SELECT
Last run: about 2 months agoAuto-refreshes every 1 hour
...
241
17KB
2s