LogoLogo
  • Introduction
  • Get started
  • Trading Account
  • Signing
  • REST API
    • Account
      • Get Account Info
      • Get Positions
      • Get ABR payments
    • Market
      • Get Markets
      • Get Assets
      • Get Orderbook
    • Trade
      • Create Order
      • Cancel Order
      • Query order
      • List historical orders
      • List active orders
      • Trade list
    • Time
  • Web Sockets
    • Authentication
    • Connectivity check
    • Subscription
    • Public topics
      • trade
      • marketInfo
      • orderBook
      • accountCreated
      • kline
    • Private topics
      • conditionalOrder
      • balance
      • order
      • fill
  • Glossary
Powered by GitBook
On this page
  1. REST API
  2. Account

Get ABR payments

PreviousGet PositionsNextMarket

Last updated 10 months ago

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
  }
]