Account
Last updated
Last updated
POST /login HTTP/1.1
Host: api.margin.trade
Content-Type: application/json
Accept: */*
Content-Length: 71
{
"address": "text",
"signature": {
"r": "0x1234...",
"s": "0x5678...",
"v": 27
}
}{
"token": "text",
"expiresAt": 1
}POST /user HTTP/1.1
Host: api.margin.trade
Content-Type: application/json
Accept: */*
Content-Length: 18
{
"address": "text"
}{
"address": "text",
"positions": [
{
"coin": "BTC",
"szi": "1.5",
"leverage": {
"type": "cross",
"value": 10
},
"entryPx": "43000.00",
"positionValue": "64500.00",
"unrealizedPnl": "375.75",
"liquidationPx": "38700.00",
"marginUsed": "6450.00"
}
],
"balance": "text"
}