Skip to main content
GET
/
v1
/
instruments
/
{symbol}
Chi tiết mã giao dịch
curl --request GET \
  --url https://api-gw.verolabs.co/v1/instruments/{symbol} \
  --header 'X-API-KEY: <api-key>'
{
  "symbol": "<string>",
  "asset_class": "<string>",
  "status": "<string>",
  "exchange": "<string>",
  "base": "<string>",
  "quote": "<string>",
  "currency": "<string>",
  "isin": "<string>",
  "listing_date": "2023-12-25",
  "delisting_date": "2023-12-25"
}

Documentation Index

Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Fetch metadata for a single instrument by symbol.

Instrument metadata

Returns symbol, asset class, exchange, currency and status.

Direct lookup

Useful after a user selects a symbol from search.

Common use cases

  • Open an instrument detail page.
  • Validate a symbol before requesting historical data.
  • Show symbol metadata in a chart or dashboard.

Key parameter

  • symbol: instrument identifier, for example BTCUSDT.

Authorizations

X-API-KEY
string
header
required

API key được cấp cho tài khoản của bạn.

Path Parameters

symbol
string
required
Example:

"BTCUSDT"

Response

OK

symbol
string
required
asset_class
string
required
status
string
required
exchange
string | null
base
string | null
quote
string | null
currency
string | null
isin
string | null
listing_date
string<date> | null
delisting_date
string<date> | null