Skip to main content
GET
Chi tiết mã giao dịch
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