tvemulap2023-04-18 01:14 PM
Updated 2023-04-18
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
›
⌄
SELECT
block_timestamp,
platform_address,
platform_name,
seller_address,
buyer_address,
tokenid,
currency_symbol,
price,
price_usd,
total_fees,
platform_fee,
creator_fee,
tx_fee
FROM
ethereum.core.ez_nft_sales
WHERE
nft_address = lower('0xED5AF388653567Af2F388E6224dC7C4b3241C544')
AND block_timestamp >= CURRENT_DATE - 30
Run a query to Download Data