I have used position end point and got the response, Need to understand what does it mean? if result is false that means requested product_id/asset is not available? if true? what is the size=0 means?
@syamdevendla
If the success is false into api response, you will get an error too in the response. It can be due to the requried params missing, input validation, invalid product/asset etc.
Size=0 means you do not have any active position into the product id specified. Let’s say if you do not have any active position in ETHUSD, the calling the api with ETHUSD product id will return size 0.