Get ABR payments
Last updated
Last updated
GET /v1/private/abr-payments?offset=1&limit=1 HTTP/1.1
Host:
Accept: */*
[
{
"accountId": "text",
"marketId": "text",
"collateralId": "text",
"abrValue": 1,
"abrTimestamp": 1,
"amount": 1,
"modifyType": "INCREASE",
"positionSize": 1
}
]