sixahi6066Coinbase SPL to and from
    Updated 2024-05-04
    SELECT
    block_timestamp,
    block_id,
    tx_id,
    index,
    tx_from,
    tx_to,
    amount,
    mint
    FROM
    SOLANA.core.fact_transactions
    WHERE
    mint = 'NeonTjSjsuo3rexg9o6vHuMXw62f9V7zvmu8M8Zut44'
    tx_from = 'GdnSyH3YtwcxFvQrVVJMm1JhTS4QVX7MFsX56uJLUfiZ'
    limit 2500