Price change of tokens

how can i get status of 24 hour change or 7d, 3m 6m 1 year change of all tokens on ethereum , or based on thier base currency

Are you talking about balance change? If yes, check here BalanceUpdates API | Streaming API (V2 API Docs)

Are you talking about price change? If yes, you must get the prices at both timestamps and find the change at your end. Token Trades API | Streaming API (V2 API Docs)

You can get OHLC data directly DEX Trades API | Streaming API (V2 API Docs)

Please try this query to check the price change