🆕Price OHLCV
Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for Token OHLCV endpoint.
This endpoint provides unified OHLCV (Open, High, Low, Close, Volume) data for tokens across supported chains with different time resolutions.
chainstring · enumRequiredExample:
Blockchain chain
ethereumPossible values: token_addressstringRequiredExample:
Token contract address
0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9date_rangeany ofOptional
Date range for the data (defaults to last 30 days if not specified)
timeframestring · enumRequiredExample:
Time resolution for OHLCV data
1hPossible values: Responses
200
Token OHLCV data
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
402
Payment Required
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
post
/api/v1/tgm/token-ohlcvLast updated
Was this helpful?