Duna DefAi

Tax Report

It seems you haven't provided any token data for analysis. Please supply the token market data in the required format so I can analyze it and provide you with a detailed investment recommendation.

If you're unsure how the data should be structured, please refer to this example format:

[
    {
        "schemaVersion": "1.0.0",
        "pairs": [
            {
                "chainId": "ethereum",
                "dexId": "uniswap_v3",
                "baseToken": {
                    "name": "Example Token",
                    "symbol": "EXT"
                },
                "priceUsd": "1.00",
                "txns": {
                    "m5": {"buys": 10, "sells": 5},
                    "h1": {"buys": 50, "sells": 30},
                    "h6": {"buys": 100, "sells": 80},
                    "h24": {"buys": 200, "sells": 190}
                },
                "volume": {
                    "h24": 10000,
                    "h6": 5000,
                    "h1": 1000,
                    "m5": 200
                },
                "priceChange": {
                    "m5": 0.5,
                    "h1": 2,
                    "h6": -1,
                    "h24": 5
                },
                "marketCap": 500000,
                "info": {
                    "websites": ["https://example.com"],
                    "socials": ["https://twitter.com/example"]
                }
            }
        ]
    }
]

Let me know if you have any questions!