---
title: "Get Instant Funding List"
method: GET
path: "/v1/instant_funding"
tags: ["Instant Funding"]
---

# Get Instant Funding List

`GET /v1/instant_funding`

Returns a list of instant funding records based on the query parameters. The results are
paginated, sorted, and filtered based on the parameters provided.

## Query parameters

- `sort_by` 'created_at' | 'amount' | 'deadline'
- `sort_order` 'ASC' | 'DESC'
- `limit` integer
- `offset` integer
- `system_date` string, date
- `deadline` string, date
- `status` 'PENDING' | 'CANCELED' | 'EXECUTED' | 'FAILED' | 'COMPLETED' — Status: * `PENDING`: Created and waiting to be processed * `CANCELED`: Canceled * `EXECUTED`: All fees (including Partner fee) are transacted * `FAILED`: Failed mostly due to technical reasons * `COMPLETED`: All transactions are settled
- `before` string, date-time

## Response `200`

list of transfers

- InstantFunding[]
  - `account_no` string, required
  - `amount` string, decimal, required
  - `created_at` string, date-time, required
  - `deadline` string, date, required
  - `fees` IFFee[], required
    - `amount` string, decimal, required
    - `id` string, uuid, required
    - `type` 'partner' | 'alpaca', required — Status: * `partner`: The fee on a transfer that was allocated to the partner * `alpaca`: The fee on a transfer that was allocated to Alpaca
  - `id` string, uuid, required
  - `interests` Interest[], required
    - `amount` string, decimal, required
    - `created_at` string, date-time, required
    - `date` string, date, required
    - `id` string, uuid, required
    - `reconciled_at` string, date-time, required
    - `status` 'PENDING' | 'CANCELED' | 'EXECUTED' | 'FAILED' | 'COMPLETED', required — Status: * `PENDING`: Created and waiting to be processed * `CANCELED`: Canceled * `EXECUTED`: All fees (including Partner fee) are transacted * `FAILED`: Failed mostly due to technical reasons * `COMPLETED`: All transactions are settled
  - `remaining_payable` string, decimal, required
  - `source_account_no` string, required
  - `status` 'PENDING' | 'CANCELED' | 'EXECUTED' | 'FAILED' | 'COMPLETED', required — Status: * `PENDING`: Created and waiting to be processed * `CANCELED`: Canceled * `EXECUTED`: All fees (including Partner fee) are transacted * `FAILED`: Failed mostly due to technical reasons * `COMPLETED`: All transactions are settled
  - `system_date` string, date, required
  - `total_interest` string, decimal, required

## Other responses

- `default` — error

---

[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/revisions/62e3378bb273/schema)
