How to Get all trades stellar sdk? for enpoint
https://laboratory.stellar.org/#explorer?resource=trades&endpoint=all&network=test.
currently doing
StellarServer.trades()
.forAssetPair(base, counter)
.forOffer(offer_id)
.limit(limit)
.order(order)
.cursor(cursor)
.call();
What i'm doing wrong or what should i do to filter all with both assets pair or Offer.