get https://public-api.birdeye.so/defi/token_overview
Retrieve stats of a specified token.
Frames selection is only supported on Solana
Usage notes:
- User can optionally select one or multiple timeframes using the
frames
parameter. - If
frames
are not specified, the API will return data for all supported timeframes. - If
frames
include both supported and unsupported intervals, only supported intervals will be returned. - Supported timeframes include: 1m, 5m, 30m, 1h, 2h, 4h, 8h, 24h
Example usage: frames=1m,5m
to get token data for 1 minute and 5 minute intervals.