---
title: "Quote User Batch Request"
method: POST
path: "/v0/batch/quote_user_job"
tags: ["batch", "log_post_param_vals"]
---

# Quote User Batch Request

`POST /v0/batch/quote_user_job`

## Query parameters

- `dataset` string, required
- `symbols` string, required
- `schema` string, required
- `encoding` string, required
- `start` string, required
- `end` string, nullable, required
- `stype_in` string
- `stype_out` string
- `compression` string
- `limit` string, nullable
- `split_symbols` boolean
- `split_duration` string
- `split_size` string, nullable
- `packaging` string
- `map_symbols` boolean
- `retry` integer

## Response `200`

Successful Response

- BatchQuoteJobResponse
  - `estimated_size` integer, required
  - `estimated_cost_usd` number, nullable, required
  - `net_estimated_cost_usd` number, nullable, required
  - `standard_plan_cost_usd` number, nullable, required
  - `estimated_file_count` integer, required
  - `warnings` string[], required
  - `errors` string[], required
  - `can_submit` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
