Skip to content

View the position information

bitstarcom edited this page Jun 27, 2017 · 1 revision

URI:
https://www.bitstar.com/api/v1/trade/storeinfo/{businessType}(POST)
Parameter description:
businessType:See the first chapter(General parameter specification
Return value format:

    {   
    	"list":[    
    	     {      
    		"type":"position type",       
    		"amount":<position amount(product amount)>,    
    		"price":<position average price>,             
    		"active":<active position amount(product amount)>,      
    		"float":<float profit>      
    	     },        
    	     {      
    		"type":"position type",       
    		"amount":<position amount(product amount)>,    
    		"price":<position average price>,             
    		"active":<active position amount(product amount)>,      
    		"float":<float profit>      
    	     }  
    	]   
    }   

additional illustrations
Type:position type  1 Long positions   2 Short position

Clone this wiki locally