Retrieve timeseries trading stats by token addresses
Market Metrics
Token Analytics - Timeseries
Fetch timeseries swap buy volume, sell volume, liquidity and FDV for multiple tokens. Accepts an array of up to 200 tokens, each requiring chain and tokenAddress.
POST
Retrieve timeseries trading stats by token addresses
Documentation Index
Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
The timeframe to query
Available options:
1d, 7d, 30d Example:
"1d"
Body
application/json
Body
The tokens to be fetched
Maximum array length:
30Example:
[
{
"chain": "0x1",
"tokenAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7"
},
{
"chain": "solana",
"tokenAddress": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
}
]Response
200 - application/json
Successful response

