Last updated 4 months ago
const response = await fetch('/v1/private/abr-payments?offset=0&limit=0', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "accountId": "text", "marketId": "text", "collateralId": "text", "abrValue": 0, "abrTimestamp": 0, "amount": 0, "modifyType": "INCREASE", "positionSize": 0 } ]