Trader - Trades Seek By TimeAsk AIget https://public-api.birdeye.so/trader/txs/seek_by_timeRetrieve a list of trades of a trader with time bound option.Query ParamsaddressstringrequiredThe address of a trader.offsetinteger0 to 10000Defaults to 0Pagination start position. offset + limit <= 10000limitinteger1 to 100Defaults to 100Number of items per page.tx_typestringenumswapaddremoveallAllowed:swapaddremoveallbefore_timeinteger1 to 10000000000Specify the time seeked before using unix timestamps in secondsafter_timeinteger1 to 10000000000Specify the time seeked after using unix timestamps in secondsui_amount_modestringenumDefaults to scaledIndicate whether to use the scaled amount for scaled ui amount tokens. Only support solanarawscaledAllowed:rawscaledHeadersx-chainstringenumDefaults to solanaA chain name listed in supported networks.solanaethereumarbitrumavalanchebscoptimismpolygonbasezksyncmonadhyperevmaptosfogomantlemegaethsuiShow 16 enum valuesResponses 200JSON object containing transactions of a trader 400Bad Request 401Unauthorized. API key is missing or invalid 403Forbidden. Request is blacklisted or not whitelisted 429Too Many Requests. Rate limit reached 500Internal Server ErrorUpdated 15 days ago