mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:06:45 +00:00
467 B
467 B
{% docs token_out_source %} The address from which the token is withdrawn ("token out") in a DEX swap. Data type: STRING. For the first swap in a transaction, this is typically the trader's address; for subsequent swaps in a multi-hop route, it may be a pool address. Used to trace token flow and participant roles in swaps. Example: '0x1cf0e2f2f715450' (trader) or a pool address for later hops. Important for swap path analysis and wallet attribution. {% enddocs %}