# Tbank — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Access current T-Bank loan products with detailed information on interest rates, loan amounts, repayment terms, applicable fees, and specific conditions all in one place. Compare T-Bank's lending options to find the loan that best fits your financial needs.

**Category:** Finance & Markets | **Website:** [www.tbank.ru/loans/cash-loan/](https://www.tbank.ru/loans/cash-loan/) | **Docs:** [parse.bot/marketplace/df167729-5563-4835-be98-119b098e1fac/tbank-ru-api](https://parse.bot/marketplace/df167729-5563-4835-be98-119b098e1fac/tbank-ru-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-tbank-ru-api-df167729/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_loan_products

Get all available loan products from T-Bank with their terms and conditions. Returns detailed information about each loan including interest rates, loan amounts, terms, fees, collateral requirements, and special conditions. When loan_type is 'all', returns all 5 product categories; when a specific type is passed, returns only that one product. Each product carries rate ranges (annual percentage), total cost ranges, amount limits, term bounds, and textual conditions.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `loan_type` | string | No | Filter by loan product type. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-tbank-ru-api-df167729/get_loan_products \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"loan_type":"<string>"}'
```
