---
title: "Get a single JIT settlement"
method: GET
path: "/v1/jit/settlements/{settlement_id}"
tags: ["Funding"]
---

# Get a single JIT settlement

`GET /v1/jit/settlements/{settlement_id}`

Returns the JIT settlement specified by the path parameter.

## Path parameters

- `settlement_id` string, uuid, required

## Response `200`

Successful response.

- SettlementResponse — A settlement response, either from creation or retrieval
  - `additional_info` string
  - `asset_class` 'crypto' | 'us_equity' — Values: * `crypto`: Used to identify a crypto only account * `us_equity`: Used to identify an account that trades US equities, or both crypto and US equities.
  - `completed_at` string, date-time
  - `created_at` string, date-time, required
  - `currency` string — The currency of the settlement. Only applicable to JIT settlements.
  - `id` string, uuid, required
  - `interest_amount` string, decimal — The total interest amount accrued on the transfers included in this settlement. Only applicable for instant funding settlements.
  - `reason` string — The reason for failure, if applicable
  - `source_account_number` string
  - `status` 'PENDING' | 'AWAITING_ADDITIONAL_FUNDS' | 'COMPLETED' | 'FAILED', required — Values: * `PENDING`: Created and waiting to be processed * `AWAITING_ADDITIONAL_FUNDS`: Waiting for additional funds to be deposited * `COMPLETED`: All transactions are reconciled * `FAILED`: Attempt to process this settlement has failed. If this is observed additional remittance information may be required, or one of the transfers being settled accrued additional interest since the settlement was created.
  - `total_amount` string, decimal, required
  - `updated_at` string, date-time, required

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/versions/62e3378bb273/schema)
