GET
/
v1
/
sv
/
protocol_revenue_share_history
curl --request GET \
  --url https://api.orderly.org/v1/sv/protocol_revenue_share_history \
  --header 'orderly-account-id: <orderly-account-id>' \
  --header 'orderly-key: <orderly-key>' \
  --header 'orderly-signature: <orderly-signature>' \
  --header 'orderly-timestamp: <orderly-timestamp>'
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "meta": {
      "total": 2,
      "records_per_page": 25,
      "current_page": 1
    },
    "rows": [
      {
        "executed_time": 1734652800000,
        "amount": 13633.532389
      }
    ]
  }
}

Headers

orderly-timestamp
string
required
orderly-account-id
string
required
orderly-key
string
required
orderly-signature
string
required

Query Parameters

page
number

the page you wish to query

size
number

the page size you wish to query (max: 500)

Response

200 - application/json

Success

The response is of type object.