Trades - TokenAsk AIget https://public-api.birdeye.so/defi/txs/tokenRetrieve a list of trades of a specified token.Query ParamsaddressstringrequiredThe address of the token contract.offsetinteger0 to 9999Defaults to 0Make sure offset + limit <= 10000limitinteger1 to 50Defaults to 50Number of items per page.tx_typestringenumDefaults to swapswapaddremoveallAllowed:swapaddremoveallsort_typestringenumrequiredDefaults to descSpecify the sort order.descascAllowed:descascui_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 token 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 3 months ago