---
title: "Estimate query"
method: POST
path: "/api/v1/services/stats/query/estimate"
tags: ["stats_service"]
---

# Estimate query

`POST /api/v1/services/stats/query/estimate`

## Query parameters

- `chain` 'mainnet' | 'testnet'

## Request body

- object
  - `project_id` integer, required
  - `name` string
  - `query` string
  - `gpt_message` string
  - `repeat_interval` integer — cyclic execution of requests

## Response `200`

Estimate query

- StatsEstimateQuery
  - `approximate_time` integer, required
  - `approximate_usd_cost` number, required
  - `explain` string

## Other responses

- `400` — Something went wrong on client side
- `403` — Access token is missing or invalid
- `404` — The specified resource was not found
- `500` — Something went wrong on server side

---

[API](https://skmtc.net/tonkeeper/apis/rest-api-to-ton-console.md) · [All operations](https://skmtc.net/tonkeeper/apis/rest-api-to-ton-console/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonkeeper/rest-api-to-ton-console/revisions/bffcc11719d3/schema)
