Skip to content

Builder Volume Statistics

GET /v1/builders/volume

Server: https://data.openfish.fun

Authentication: None required


ParameterTypeDefaultDescription
builderIdstringNarrow results to a single builder
timePeriodstring (enum)DAYDAY, WEEK, MONTH, ALL
limitinteger25Maximum entries returned (0-50)
offsetinteger0Pagination offset (0-1000)

The body is an array of builder volume entries.

FieldTypeDescription
builderstringBuilder identifier
volumenumberTotal trading volume
tradeCountintegerNumber of trades
timePeriodstringAggregation period

Sample Response:

[
{
"builder": "my-trading-bot",
"volume": 450000.00,
"tradeCount": 1205,
"timePeriod": "DAY"
}
]
{ "error": "invalid parameters" }
{ "error": "Internal server error" }