Skip to main content
GET
Danh sách mã giao dịch
Search the available instrument universe by asset class, exchange and symbol prefix.

Search by symbol

Use q to search by symbol prefix.

Filter universe

Use asset_class and exchange to narrow results.

Common use cases

  • Build symbol autocomplete.
  • Check whether a symbol is available.
  • Filter the universe before requesting ticks or candles.

Key parameters

  • asset_class: asset group such as stock, crypto or fx.
  • exchange: market or venue identifier.
  • q: case-insensitive symbol prefix.
  • limit and cursor: pagination controls.

Authorizations

X-API-KEY
string
header
required

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

Query Parameters

asset_class
string
Example:

"crypto"

exchange
string
Example:

"BINANCE"

q
string

Tiền tố symbol, không phân biệt hoa thường

Example:

"BTC"

limit
integer
default:1000
Required range: 1 <= x <= 10000
Example:

100

cursor
string

Token phân trang lấy từ next_cursor trước đó.

Response

OK

data
object[]
next_cursor
string | null