{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "slamai-dev-chain-trades-dna",
  "title": "slamai.dev \u00b7 On-chain trades with WalletDNA metrics",
  "url": "https://slamai.dev/chain/trades/dna",
  "category": "data",
  "summary": "Retrieve blockchain trade data filtered by WalletDNA behavioral metrics including IQ, Reputation, and Flow.",
  "seo": {
    "title": "WalletDNA Trade Analytics API | SLAM AI x402 on Base",
    "description": "Query on-chain trades enriched with WalletDNA metrics for 0.0415 USDC. Filter by wallet behavior, trade size, and side. Smart money tracking API on Base."
  },
  "use_cases": [
    "Track smart money wallets by behavioral signatures",
    "Filter trades by wallet reputation and trading patterns",
    "Segment on-chain activity for alpha generation"
  ],
  "ideal_buyer": "On-chain analysts and quantitative crypto researchers needing behavioral trade filtering.",
  "example_prompt": "Find large buy trades from high-reputation wallets on Base in the last hour",
  "example_request_body": {
    "dna": "Reputation|IQ",
    "blockchain": "base",
    "estimate_cost": false
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1.383,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xd85096faec1ac03075667b4c1a1661f5623bf111",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "41500",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "This endpoint retrieves trade data across the entire blockchain enriched with WalletDNA metrics. Developers can filter trades by size, side, \nor wallet behavior (IQ, Reputation, Flow, Mass, Epoch, Maker Presence). Responses include detailed trade, token, and wallet profiles, \nenabling advanced segmentation, smart-money tracking, and high-signal on-chain analytics in real time.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "dna": {
              "type": "string",
              "description": "Pipe-delimited list of walletDNA metrics to return in the response. Use 'all' to display every metric. Default: all. Valid options include: tokens, intelligence, reputation, flow, mass, epoch, makerPresence, entry, all. Example: intelligence|flow|mass|tokens"
            },
            "num": {
              "type": "integer",
              "description": "The maximum number of trade records to return. Maximum: 1000."
            },
            "side": {
              "enum": [
                "buy",
                "sell",
                "all"
              ],
              "type": "string",
              "description": "Specifies trade side for the given token_address."
            },
            "order": {
              "enum": [
                "asc",
                "desc"
              ],
              "type": "string",
              "description": "Sort order for results: asc (oldest first) or desc (newest first)."
            },
            "max_iq": {
              "type": "number",
              "description": "Maximum holder IQ (raw score). Filters out wallets with IQ scores above this threshold. Average IQ for all wallets trading a given token is 100. Max: Although possible, it is uncommon for wallets to have IQ scores above 200"
            },
            "min_iq": {
              "type": "number",
              "description": "Minimum holder IQ (raw score). Filters out wallets with IQ scores below this threshold. Average IQ for all wallets trading a given token is 100."
            },
            "max_usd": {
              "type": "number",
              "description": "Maximum trade size in USD. Filters out trades with an estimated USD value above this threshold. Calculated using on-chain price data at the time of the trade. Note: Adds additional SLAM cost to the query. A maximum of 10,000 trades that would otherwise match this query will be scanned."
            },
            "min_usd": {
              "type": "number",
              "description": "Minimum trade size in USD. Filters out trades with an estimated USD value below this threshold. Calculated using on-chain price data at the time of the trade. Note: Adds additional SLAM cost to the query. A maximum of 10,000 trades that would otherwise match this query will be scanned."
            },
            "max_flow": {
              "type": "number",
              "description": "Maximum raw holder Flow. Filters out wallets with Flow scores above this threshold. Max: Scores above 250 are rare but possible."
            },
            "max_mass": {
              "type": "number",
              "description": "Maximum raw holder Mass. Filters out wallets with Mass scores above this threshold. Max: Scores above 250 are rare but possible."
            },
            "min_flow": {
              "type": "number",
              "description": "Minimum raw holder Flow. Filters out wallets with Flow scores below this threshold."
            },
            "min_mass": {
              "type": "number",
              "description": "Minimum raw holder Mass. Filters out wallets with Mass scores below this threshold."
            },
            "max_epoch": {
              "type": "number",
              "description": "Maximum raw holder Epoch. Filters out wallets with Epoch scores above this threshold. Max: 200"
            },
            "min_epoch": {
              "type": "number",
              "description": "Minimum raw holder Epoch. Filters out wallets with Epoch scores below this threshold."
            },
            "blockchain": {
              "enum": [
                "ethereum",
                "base"
              ],
              "type": "string",
              "required": true,
              "description": "The blockchain network to query."
            },
            "start_block": {
              "type": "integer",
              "description": "Block number to start the search from (inclusive). Defaults to the latest block in desc order, or the genesis block in asc order."
            },
            "max_buy_flow": {
              "type": "number",
              "description": "Maximum raw holder buy_flow. Filters out wallets with buy_flow scores above this threshold. Max: Scores above 250 are rare but possible."
            },
            "min_buy_flow": {
              "type": "number",
              "description": "Minimum raw holder min_buy_flow. Filters out wallets with buy_flow scores below this threshold."
            },
            "estimate_cost": {
              "type": "boolean",
              "description": "When true returns the SLAM token cost for this query. It does not return any data or incur any actual charges."
            },
            "max_flow_tier": {
              "enum": [
                "dry",
                "drip",
                "trickle",
                "stream",
                "current",
                "flood",
                "torrent",
                "tsunami"
              ],
              "type": "string",
              "description": "Maximum holder Flow tier. Filters out wallets ranked above this tier."
            },
            "max_mass_tier": {
              "enum": [
                "ghost",
                "dust",
                "plankton",
                "shrimp",
                "minnow",
                "fish",
                "dolphin",
                "orca",
                "whale",
                "moby"
              ],
              "type": "string",
              "description": "Maximum holder Mass tier. Filters out wallets ranked above this tier."
            },
            "max_sell_flow": {
              "type": "number",
              "description": "Maximum raw holder sell_flow. Filters out wallets with sell_flow scores above this threshold. Max: Scores above 250 are rare but possible."
            },
            "min_flow_tier": {
              "enum": [
                "dry",
                "drip",
                "trickle",
                "stream",
                "current",
                "flood",
                "torrent",
                "tsunami"
              ],
              "type": "string",
              "description": "Minimum holder Flow tier. Filters out wallets ranked below this tier."
            },
            "min_mass_tier": {
              "enum": [
                "ghost",
                "dust",
                "plankton",
                "shrimp",
                "minnow",
                "fish",
                "dolphin",
                "orca",
                "whale",
                "moby"
              ],
              "type": "string",
              "description": "Minimum holder Mass tier. Filters out wallets ranked below this tier."
            },
            "min_sell_flow": {
              "type": "number",
              "description": "Minimum raw holder sell_flow. Filters out wallets with sell_flow scores below this threshold."
            },
            "max_epoch_tier": {
              "enum": [
                "newbie",
                "rookie",
                "core",
                "veteran",
                "early adopter",
                "genesis",
                "og",
                "ultra og"
              ],
              "type": "string",
              "description": "Maximum holder Epoch tier. Filters out wallets ranked above this tier."
            },
            "max_reputation": {
              "type": "number",
              "description": "Maximum raw holder Reputation. Filters out wallets with Reputation scores above this threshold. Max: 100"
            },
            "min_epoch_tier": {
              "enum": [
                "newbie",
                "rookie",
                "core",
                "veteran",
                "early adopter",
                "genesis",
                "og",
                "ultra og"
              ],
              "type": "string",
              "description": "Minimum holder Epoch tier. Filters out wallets ranked below this tier."
            },
            "min_reputation": {
              "type": "number",
              "description": "Minimum raw holder Reputation. Filters out wallets with Reputation scores below this threshold."
            },
            "start_log_index": {
              "type": "integer",
              "description": "Log index within the starting block to resume pagination or refine the starting point."
            },
            "start_timestamp": {
              "type": "string",
              "description": "Start searching from this UTC timestamp (inclusive). If provided, overrides start_block as the starting point."
            },
            "max_intelligence": {
              "enum": [
                "idiot",
                "dumb",
                "below avg",
                "avg",
                "avg++",
                "gifted",
                "gifted++",
                "genius",
                "einstein"
              ],
              "type": "string",
              "description": "Maximum holder Intelligence tier. Filters out wallets ranked above this tier."
            },
            "min_intelligence": {
              "enum": [
                "idiot",
                "dumb",
                "below avg",
                "avg",
                "avg++",
                "gifted",
                "gifted++",
                "genius",
                "einstein"
              ],
              "type": "string",
              "description": "Minimum holder Intelligence tier. Filters out wallets ranked below this tier."
            },
            "max_buy_flow_tier": {
              "enum": [
                "dry",
                "drip",
                "trickle",
                "stream",
                "current",
                "flood",
                "torrent",
                "tsunami"
              ],
              "type": "string",
              "description": "Maximum holder buy_flow tier. Filters out wallets ranked above this tier."
            },
            "min_buy_flow_tier": {
              "enum": [
                "dry",
                "drip",
                "trickle",
                "stream",
                "current",
                "flood",
                "torrent",
                "tsunami"
              ],
              "type": "string",
              "description": "Minimum holder buy_flow tier. Filters out wallets ranked below this tier."
            },
            "max_maker_presence": {
              "type": "number",
              "description": "Maximum raw holder maker_presence. Filters out wallets with maker_presence scores above this threshold. Max: Scores above 200 are rare but possible."
            },
            "max_sell_flow_tier": {
              "enum": [
                "dry",
                "drip",
                "trickle",
                "stream",
                "current",
                "flood",
                "torrent",
                "tsunami"
              ],
              "type": "string",
              "description": "Maximum holder sell_flow tier. Filters out wallets ranked above this tier."
            },
            "min_maker_presence": {
              "type": "number",
              "description": "Minimum raw holder maker_presence. Filters out wallets with maker_presence scores below this threshold."
            },
            "min_sell_flow_tier": {
              "enum": [
                "dry",
                "drip",
                "trickle",
                "stream",
                "current",
                "flood",
                "torrent",
                "tsunami"
              ],
              "type": "string",
              "description": "Minimum holder sell_flow tier. Filters out wallets ranked below this tier."
            },
            "max_reputation_tier": {
              "enum": [
                "a+",
                "a",
                "a\u2212",
                "b+",
                "b",
                "b\u2212",
                "c+",
                "c",
                "c\u2212",
                "d",
                "f"
              ],
              "type": "string",
              "description": "Maximum holder Reputation tier. Filters out wallets ranked above this tier."
            },
            "min_reputation_tier": {
              "enum": [
                "a+",
                "a",
                "a\u2212",
                "b+",
                "b",
                "b\u2212",
                "c+",
                "c",
                "c\u2212",
                "d",
                "f"
              ],
              "type": "string",
              "description": "Minimum holder Reputation tier. Filters out wallets ranked below this tier."
            },
            "max_maker_presence_tier": {
              "enum": [
                "hyperactive",
                "highly active",
                "active",
                "engaged",
                "occasional",
                "minimal",
                "micro",
                "zero"
              ],
              "type": "string",
              "description": "Maximum holder maker_presence tier. Filters out wallets ranked above this tier."
            },
            "min_maker_presence_tier": {
              "enum": [
                "hyperactive",
                "highly active",
                "active",
                "engaged",
                "occasional",
                "minimal",
                "micro",
                "zero"
              ],
              "type": "string",
              "description": "Minimum holder maker_presence tier. Filters out wallets ranked below this tier."
            }
          }
        },
        "output": {
          "status": 200,
          "content": {
            "application/json": {
              "schema": {
                "oneOf": [
                  {
                    "type": "object",
                    "properties": {
                      "slam": {
                        "type": "number",
                        "format": "double",
                        "description": "The SLAM token cost for this API call."
                      },
                      "chain": {
                        "type": "string",
                        "description": "The name of the blockchain network (e.g., base)."
                      },
                      "cursor": {
                        "type": "object",
                        "properties": {
                          "start_block": {
                            "type": "integer",
                            "format": "int32",
                            "description": "The block number at which to continue fetching results."
                          },
                          "start_log_index": {
                            "type": "integer",
                            "format": "int32",
                            "description": "The log index within the block at which to continue."
                          }
                        }
                      },
                      "trades": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "usd": {
                              "type": "number",
                              "format": "double",
                              "description": "The USD value of the trade at the time of execution."
                            },
                            "pair": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "description": "Pair name (e.g., WETH/USDC)."
                                },
                                "labels": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Additional tags or labels describing the pair."
                                },
                                "address": {
                                  "type": "string",
                                  "description": "The pair or pool contract address (V2/V3) or creation transaction hash (V4)."
                                }
                              }
                            },
                            "side": {
                              "type": "string",
                              "description": "The side of the trade: \"buy\" or \"sell\", relative to the trader."
                            },
                            "maker": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "A human-readable label for the address (if available)."
                                },
                                "labels": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Additional tags or labels describing the address."
                                },
                                "address": {
                                  "type": "string",
                                  "description": "The maker address."
                                }
                              }
                            },
                            "price": {
                              "type": "number",
                              "format": "double",
                              "description": "The execution price expressed as quoteToken per baseToken."
                            },
                            "sender": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "A human-readable label for the address (if available)."
                                },
                                "labels": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Additional tags or labels describing the address."
                                },
                                "address": {
                                  "type": "string",
                                  "description": "The address that invoked the pool\u2019s swap function (event sender); often a router, aggregator, or other contract executing the swap."
                                }
                              }
                            },
                            "trader": {
                              "type": "object",
                              "properties": {
                                "flow": {
                                  "type": "object",
                                  "properties": {
                                    "buy": {
                                      "type": "object",
                                      "properties": {
                                        "raw": {
                                          "type": "number",
                                          "format": "double",
                                          "nullable": true,
                                          "description": "Raw flow score."
                                        },
                                        "tier": {
                                          "type": "string",
                                          "description": "Flow tier (e.g., \"Flood\")"
                                        }
                                      }
                                    },
                                    "sell": {
                                      "type": "object",
                                      "properties": {
                                        "raw": {
                                          "type": "number",
                                          "format": "double",
                                          "nullable": true,
                                          "description": "Raw flow score."
                                        },
                                        "tier": {
                                          "type": "string",
                                          "description": "Flow tier (e.g., \"Flood\")"
                                        }
                                      }
                                    },
                                    "total": {
                                      "type": "object",
                                      "properties": {
                                        "raw": {
                                          "type": "number",
                                          "format": "double",
                                          "nullable": true,
                                          "description": "Raw flow score."
                                        },
                                        "tier": {
                                          "type": "string",
                                          "description": "Flow tier (e.g., \"Flood\")"
                                        }
                                      }
                                    }
                                  }
                                },
                                "mass": {
                                  "type": "object",
                                  "properties": {
                                    "raw": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Raw mass score."
                                    },
                                    "tier": {
                                      "type": "string",
                                      "description": "Mass tier (e.g., \"Whale\", \"Dolphin\", \"Fish\", etc.)"
                                    }
                                  }
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "A human-readable label for the address (if available)."
                                },
                                "entry": {
                                  "type": "object",
                                  "properties": {
                                    "utc": {
                                      "type": "string",
                                      "description": "Timestamp of entry (ISO 8601 format)."
                                    },
                                    "block": {
                                      "type": "integer",
                                      "format": "int32",
                                      "description": "Block number of entry."
                                    },
                                    "method": {
                                      "type": "string",
                                      "description": "How the wallet initially received the token (e.g., \"DEX\", \"Airdrop\", \"Transfer\")"
                                    },
                                    "parent": {
                                      "type": "string",
                                      "nullable": true,
                                      "description": "Address of the immediate parent wallet/contract that transferred tokens to this wallet."
                                    },
                                    "grand_parent": {
                                      "type": "string",
                                      "nullable": true,
                                      "description": "Address of the upstream source two levels back in the transfer chain."
                                    },
                                    "token_amount": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "Amount received at entry."
                                    },
                                    "great_grand_parent": {
                                      "type": "string",
                                      "nullable": true,
                                      "description": "Address of the upstream source three levels back in the transfer chain."
                                    }
                                  }
                                },
                                "epoch": {
                                  "type": "object",
                                  "properties": {
                                    "raw": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Raw epoch score."
                                    },
                                    "tier": {
                                      "type": "string",
                                      "description": "Epoch tier (e.g., \"Early Adopter\")"
                                    }
                                  }
                                },
                                "labels": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Additional tags or labels describing the address."
                                },
                                "address": {
                                  "type": "string",
                                  "description": "The trader address."
                                },
                                "reputation": {
                                  "type": "object",
                                  "properties": {
                                    "raw": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Raw reputation score."
                                    },
                                    "tier": {
                                      "type": "string",
                                      "description": "Reputation label (e.g., \"A\")"
                                    }
                                  }
                                },
                                "intelligence": {
                                  "type": "object",
                                  "properties": {
                                    "iq": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Raw IQ score."
                                    },
                                    "tier": {
                                      "type": "string",
                                      "description": "Intelligence label (e.g., \"Genius\")"
                                    }
                                  }
                                },
                                "maker_presence": {
                                  "type": "object",
                                  "properties": {
                                    "raw": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Raw presence score."
                                    },
                                    "tier": {
                                      "type": "string",
                                      "description": "Presence tier (e.g., \"Active\")"
                                    }
                                  }
                                },
                                "base_token_holding": {
                                  "type": "object",
                                  "properties": {
                                    "held": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Amount held (non-staked)."
                                    },
                                    "staked": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Net amount transferred to a staking contract."
                                    },
                                    "balance": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "Current wallet balance of the token."
                                    },
                                    "value_usd": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "USD value of the token holdings."
                                    },
                                    "staked_pct": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Percentage of the wallet's token balance transferred to a staking contract."
                                    },
                                    "supply_pct": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "Percentage of the token's total supply held."
                                    }
                                  }
                                },
                                "quote_token_holding": {
                                  "type": "object",
                                  "properties": {
                                    "held": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Amount held (non-staked)."
                                    },
                                    "staked": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Net amount transferred to a staking contract."
                                    },
                                    "balance": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "Current wallet balance of the token."
                                    },
                                    "value_usd": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "USD value of the token holdings."
                                    },
                                    "staked_pct": {
                                      "type": "number",
                                      "format": "double",
                                      "nullable": true,
                                      "description": "Percentage of the wallet's token balance transferred to a staking contract."
                                    },
                                    "supply_pct": {
                                      "type": "number",
                                      "format": "double",
                                      "description": "Percentage of the token's total supply held."
                                    }
                                  }
                                }
                              }
                            },
                            "recipient": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "A human-readable label for the address (if available)."
                                },
                                "labels": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Additional tags or labels describing the address."
                                },
                                "address": {
                                  "type": "string",
                                  "description": "The address designated to receive output tokens in the swap event (Uniswap V2: event to; Uniswap V3: event recipient). May be an intermediary contract."
                                }
                              }
                            },
                            "base_token": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "description": "Full token name."
                                },
                                "amount": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "The amount of the token exchanged (normalized by token decimals)."
                                },
                                "symbol": {
                                  "type": "string",
                                  "description": "Token symbol."
                                },
                                "address": {
                                  "type": "string",
                                  "description": "Token contract address."
                                }
                              }
                            },
                            "quote_token": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "description": "Full token name."
                                },
                                "amount": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "The amount of the token exchanged (normalized by token decimals)."
                                },
                                "symbol": {
                                  "type": "string",
                                  "description": "Token symbol."
                                },
                                "address": {
                                  "type": "string",
                                  "description": "Token contract address."
                                }
                              }
                            },
                            "transaction": {
                              "type": "object",
                              "properties": {
                                "utc": {
                                  "type": "string",
                                  "description": "UTC timestamp of the transaction (ISO 8601 format)."
                                },
                                "hash": {
                                  "type": "string",
                                  "description": "Transaction hash."
                                },
                                "block": {
                                  "type": "integer",
                                  "format": "int32",
                                  "description": "Block number containing the transaction."
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Decoded contract method name (if available)."
                                },
                                "log_index": {
                                  "type": "integer",
                                  "format": "int32",
                                  "description": "Log index for this transfer within the block."
                                }
                              }
                            }
                          }
                        },
                        "description": "List of token trade records matching the query."
                      }
                    }
                  },
                  {
                    "type": "object",
                    "properties": {
                      "slam": {
                        "type": "number",
                        "format": "double"
                      }
                    }
                  }
                ]
              }
            }
          },
          "description": "OK"
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-6fcdf11087b3",
  "origin": {
    "slug": "slamai-dev",
    "host": "slamai.dev",
    "title": "slamai.dev",
    "description": "An x402-payable API origin hosted at slamai.dev. No service description available due to server error.",
    "url": "https://slamai.dev"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/slamai-dev-chain-trades-dna",
    "url": "https://x402all.com/resource/slamai-dev-chain-trades-dna",
    "name": "slamai.dev \u00b7 On-chain trades with WalletDNA metrics",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/slamai-dev-chain-trades-dna",
      "@type": "Offer",
      "price": "0.0415",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.041500",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://slamai.dev/chain/trades/dna",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/slamai-dev",
      "url": "https://slamai.dev",
      "name": "slamai.dev",
      "@type": "Organization"
    },
    "identifier": "slamai-dev-chain-trades-dna",
    "description": "Query on-chain trades enriched with WalletDNA metrics for 0.0415 USDC. Filter by wallet behavior, trade size, and side. Smart money tracking API on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=slamai-dev-chain-trades-dna",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=slamai-dev-chain-trades-dna"
}
