# Flow Provides endpoints for analyzing historical USD flows for addresses and entities across supported chains, including inflows, outflows, and running totals over time. ## Get USD flow data for an address - [GET /flow/address/{address}](https://docs.intel.arkm.com/openapi/flow/getaddressflow.md): Retrieves historical USD flow snapshots for the specified address across all supported chains. Flow data includes: - Inflow: USD value flowing into the address per time period - Outflow: USD value flowing out of the address per time period - Cumulative flows: Running totals of inflows and outflows over time Filter parameters: - address: The blockchain address to get flow data for. Can be a comma-separated list of addresses. - chains: Optional comma-separated list of chains to filter results (e.g. "ethereum,bsc"). ## Get USD flow data for an entity - [GET /flow/entity/{entity}](https://docs.intel.arkm.com/openapi/flow/getentityflow.md): Retrieves historical USD flow snapshots for the specified entity across all supported chains. Flow data includes: - Inflow: USD value flowing into the entity per time period - Outflow: USD value flowing out of the entity per time period - Cumulative flows: Running totals of inflows and outflows over time Entity types supported: - User entities (custom entities created by users) - Arkham entities (pre-labeled entities in the Arkham database) Filter parameters: - entity: The entity ID to get flow data for - chains: Optional comma-separated list of chains to filter results (e.g. "ethereum,bsc").