---
title: "List contracts"
method: GET
path: "/v1/capitals/contracts"
tags: ["contracts"]
---

# List contracts

`GET /v1/capitals/contracts`

Retrieves all contracts for the authenticated account, including associated loans and available credit limit.

## Query parameters

- `after` string
- `limit` integer
- `status` string

## Response `200`

OK

- object — Standard response containing data and its metadata if any
  - `data` InternalLoanHandlerContractResponse[]
    - `approved_amount` integer
    - `created_at` string
    - `currency` string
    - `id` string
    - `interest_fee` integer
    - `interest_fee_type` 'bps' | 'fixed'
    - `lender` InternalLoanHandlerContractLender
      - `code` string
      - `id` string
    - `loan_type` 'term' | 'revolving'
    - `loans` InternalLoanHandlerLoanResponse[]
      - `created_at` string
      - `id` string
      - `outstanding_dst_amount` integer
      - `outstanding_interest_amount` integer
      - `outstanding_principal_amount` integer
      - `principal_amount` integer
      - `purpose` string
      - `status` 'active' | 'repaid'
    - `remaining_amount` integer
    - `repayment_rate` integer
    - `repayment_rate_type` 'bps' | 'fixed'
    - `status` string
    - `term` integer
    - `term_type` 'week' | 'month'
  - `message` string
  - `meta` GithubComPaymongoCapitalGoApiPkgDtoMetaDTO
    - `next` string
    - `prev` string
    - `total` integer

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/paymongo/apis/paymongo-api.md) · [All operations](https://skmtc.net/paymongo/apis/paymongo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymongo/paymongo-api/revisions/c18f9a027b2c/schema)
