---
title: "Get the current block number for Odos on given chain"
method: GET
path: "/info/current-block/{chain_id}"
tags: ["Information"]
---

# Get the current block number for Odos on given chain

`GET /info/current-block/{chain_id}`

Use this endpoint to monitor the current block number Odos is basing its quotes off of.

## Path parameters

- `chain_id` integer, required

## Response `200`

Successful Response

- CurrentBlockNumber — Schema for current block number response Attributes: blockNumber (int): current odos block number
  - `deprecated` string, nullable
  - `traceId` string, nullable
  - `blockNumber` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/odos/apis/odos-api.md) · [All operations](https://skmtc.dev/odos/apis/odos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/odos/odos-api/revisions/326e35e349c9/schema)
