GET
/
1
/
wallet
/
smart-money
curl --request GET \
  --url https://api.mobula.io/api/1/wallet/smart-money
{
  "data": [
    {
      "wallet_address": "<string>",
      "realized_pnl": 123,
      "unrealized_pnl": 123,
      "txns_count": 123,
      "volume": 123,
      "blockchains": [
        "<string>"
      ],
      "win_rate": 123,
      "tokens_distribution": {
        "10x+": 123,
        "4x - 10x": 123,
        "2x - 4x": 123,
        "10% - 2x": 123,
        "-10% - 10%": 123,
        "-50% - -10%": 123,
        "-100% - -50%": 123
      },
      "top_3_tokens": [
        {}
      ]
    }
  ]
}

Response

200 - application/json
Smart Money response
data
object[]
required