/trading-variables endpoint omits allTrades. Use the endpoints below to fetch open trades and a leaner version of trading variables.TLDR:
GET /trading-variablespartially deprecated- Currently returns the
allTradesproperty. allTradesproperty was removed on 10/27/2025.
- Currently returns the
GET /trading-variables/allnew- Returns trading variables with an empty
allTradesproperty. - Significantly reduces payload size and speeds up request time.
- Returns trading variables with an empty
GET /open-trades/<?address>new- Returns 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.
- Important: If provided,
