---
title: "GET /special-settlements-pending"
method: GET
path: "/special-settlements-pending"
tags: ["api-gateway"]
---

# GET /special-settlements-pending

`GET /special-settlements-pending`

## Query parameters

- `days` integer, nullable

## Response `200`

Upcoming special settlements

- GetUpcomingSpecialSettlementsResponse
  - `special_settlements` UpcomingSpecialSettlement[], required — Upcoming special settlements, ordered by settlement time.
    - `long_holder_extra_funding_amount` string, required — Per-contract amount credited to long holders (and debited from short holders) when the settlement executes. Always non-negative.
    - `settlement_ts` string, date-time, required — Time at which the settlement will be applied. Positions held in the symbol at this instant determine who is credited or debited.
    - `symbol` string, required — Symbol the settlement applies to.

---

[API](https://skmtc.net/architect/apis/ax-api-gateway.md) · [All operations](https://skmtc.net/architect/apis/ax-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/architect/ax-api-gateway/versions/2955c31c524d/schema)
