Backend Endpoint Refactor
From the 27th of October 2025, in an effort to reduce the size of payloads returned, the /trading-variables endpoint will omit allTrades. Please use the new, already available, endpoints to fetch open trades and a leaner version of trading variables.
TLDR:
GET /trading-variablespartially deprecatedCurrently returns the
allTradesproperty.allTradesproperty will be deprecated on 10/27/2025.
GET /trading-variables/allnewReturns trading variables with an empty
allTradesproperty.Significantly reduces payload size and speeds up request time.
GET /open-trades/<?address>newReturns an array of open trades. Trade container types remain the same.
Replaces
allTradespayload from deprecated/trading-variablesendpoint.Optional: provide an address to filter returned trades. Significantly reduces payload size.
Important: If provided,
addressMUST be checksummed.
Last updated
Was this helpful?