Skip to main content
GET
Get Symbol by ID

Path Parameters

symbolId
string
required

Query Parameters

symbolIds
string[]

Filter results to only include these specific symbol IDs

assetIds
string[]

Filter results to only include symbols that are used by these specific asset IDs. Useful when you want to know which symbols are available for certain assets.

limit
string<int64>
offset
string<int64>

Response

OK

name
string
required

The full name of what this symbol represents

Example:

"Bitcoin"

symbol
string
required

The ticker symbol that traders and users recognize

Example:

"BTC"

symbolId
string
required

The unique ID for this symbol

Example:

"s20012"