GET
/
v1
/
sv
/
liquidation_fees_share_history
curl --request GET \
  --url https://api.orderly.org/v1/sv/liquidation_fees_share_history
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "meta": {
      "total": 2,
      "records_per_page": 25,
      "current_page": 1
    },
    "rows": [
      {
        "executed_time": 1734652800000,
        "amount": 13633.532389
      }
    ]
  }
}

Query Parameters

account_id
string
required
orderly_key
string
required
orderly_signature
string
required

Response

200 - application/json
Success
success
boolean
required
timestamp
integer
data
object