How to get notional value / initial size for a future position in USDT ?

Hi,

I am using the SDK for binance Futures (Python).
I can’t fine a way to get the initial position size in USDT. I think that it is not possible and I only can get the margin for a position. My problem is that margin is fluctuating. Is there anyone here who can explain to me how to get this data?

Thank you so much !

Can you be more specific by providing an example, please?

If you’re talking about the notional value for the 1st bracket position, this can be obtained with https://binance-docs.github.io/apidocs/futures/en/#notional-and-leverage-brackets-user_data -> “notionalFloor” and “notionalCap”.

Thank you aisling. Here is an example of the data I’m trying to get with the API (in yellow):

I don’t think that notionalFloor or notionalCap are what I can see on the “Size” column, but I am not an expert. Is it more clear now ?

Thank you for your help.