Tesnet api trade return(python)

I want to see my trades so I use the get_my_trades() funcion with python binance.But I don’t know why it seems like each trades are returned splitted with differents ids.Is it specific to the tesnet api?Is there a way to only return the full trade?

You might be confusing an order with a trade. A filled order is composed of one or multiple trades.

Have a look at the all orders endpoint:

https://binance-docs.github.io/apidocs/spot/en/#all-orders-user_data