Koveh API

Tinkoff Investments API

Portfolio management and real-time market data via Tinkoff Invest

The Tinkoff Investments API allows you to monitor your stock portfolio, search for market instruments, and view order books directly from the Tinkoff platform.

Base URL

https://api.koveh.com/tinkoff-investments/ (or /t/)

Authentication

Private endpoints require a Bearer Token. Market data endpoints are public.

Authorization: Bearer <YOUR_API_KEY>

Endpoints

1. List Accounts

GET /accounts

Returns all Tinkoff accounts associated with the server's master token.

2. Portfolio View

GET /portfolio/{account_id}

Fetches current positions and total value for a specific account.

3. Market search (Public)

GET /market/search/by-ticker?ticker=AAPL

Finds instrument details by ticker.

4. Order Book (Public)

GET /market/orderbook?figi=BBG000B9XRY4&depth=20

Returns real-time bids and asks for a specific FIGI.


Service Health

GET /health

Checks connectivity to Tinkoff API and RabbitMQ analytics.

On this page