Skip to main content
GET
Volume History

Path Parameters

string
required
The pool config PDA address.

Query Parameters

string
default:"24h"
Bucket size. Currently only 24h is supported.
integer
Start of the time range as a Unix timestamp in seconds. Defaults to 7 days ago.
integer
End of the time range as a Unix timestamp in seconds. Defaults to current time.
string
default:"mainnet-beta"
Solana cluster — mainnet-beta or devnet.

Response

integer
Start of the requested range (Unix seconds).
integer
End of the requested range (Unix seconds).
string
The bucket size used.
array
Array of volume buckets aligned to UTC days.
Sub-day timeframes (1h, 4h, 12h) are planned for a future release.

Errors