📈 New US500-BTC contract live! Learn more →
cURL
curl --request GET \ --url https://api.roxom.com/v1/positions \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Signature: <api-key>'
{ "data": { "positions": [ { "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "adlRank": 1, "avgEntry": "<string>", "createdAt": 123, "entryAmount": "<string>", "entryFees": "<string>", "exitAmount": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "initialMargin": "<string>", "instrumentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "leverage": "<string>", "liquidationPrice": "<string>", "maintenanceMarginRatio": "<string>", "margin": "<string>", "openDate": 123, "side": "long", "size": "<string>", "status": "normal", "unit": "sats", "updatedAt": 123, "avgExit": "<string>", "closeDate": 123, "exitFees": "<string>", "stopLossOrderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "takeProfitOrderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ] }, "error": true }
Retrieve current position information for all trading instruments or a specific symbol.
Your API key
The signature of the request
perpetual
spot
btc
digital
stock
index
sats
Represents a successful API response wrapper
Show child attributes
Was this page helpful?