serum-community / pyserum

Pyserum is client library to interact with Serum DEX
MIT License
160 stars 61 forks source link

how to retrieve unsettled balance #108

Open ilanoh opened 2 years ago

ilanoh commented 2 years ago

Hello guys,

I'm placing an order on a market, and when filled,

How to I retrieve the unsettled balance of the new token without having to settle the funds?

I know raydium does it in typescript, but which function should I use with pyserum?

Thanks

adrida commented 2 years ago

Same problem, let's hope someone figured it out