Skip to main content
GET
/
special-settlements-pending
cURL
curl --request GET \
  --url https://gateway.architect.exchange/api/special-settlements-pending \
  --header 'Authorization: Bearer <token>'
{
  "special_settlements": [
    {
      "long_holder_extra_funding_amount": "<string>",
      "settlement_ts": "2023-11-07T05:31:56Z",
      "symbol": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

User session token

Query Parameters

days
integer<int32> | null

Number of days ahead to include. Defaults to 7; capped at 365.

Required range: x >= 0

Response

200 - application/json

Upcoming special settlements

special_settlements
object[]
required

Upcoming special settlements, ordered by settlement time.