Get ABR payments

get
Query parameters
offsetnumberRequired
limitnumberRequired
marketIdstringOptional
Responses
200Success
application/json
get
GET /v1/private/abr-payments?offset=1&limit=1 HTTP/1.1
Host: 
Accept: */*
200Success
[
  {
    "accountId": "text",
    "marketId": "text",
    "collateralId": "text",
    "abrValue": 1,
    "abrTimestamp": 1,
    "amount": 1,
    "modifyType": "INCREASE",
    "positionSize": 1
  }
]

Last updated