Symbols & Tradability
Last updated
GET /api/v1/symbolsReturns data array items:
symbol
string
Stock symbol, e.g. AAPL.
contractAddress
string
On-chain token address.
contractSymbol
string
Contract symbol.
contractName
string
Contract name.
decimals
number
Contract decimals.
onChainDecimals
number
On-chain decimals.
tradable
boolean
Tradable flag.
fractionable
boolean
Fractional shares supported.
overnightTradable
boolean
Overnight session supported.
fractionalEhEnabled
boolean
Fractional extended-hours supported.
price
number
Latest price.
change24H
number
24h price change.
change24HPercent
number
24h change percent.
logoUrl
string
Logo URL.
lastUpdateTimestamp
number
Cache update (Unix seconds).
name
string
Company name.
pdfUrl
string
Prospectus PDF URL.
volume24H
number
24h volume.
Use contractAddress as stockAddress when placing orders.
symbol
string
Stock symbol.
Response fields (returned at the top level of data, not wrapped in a basicInfo object):
symbol
string
Stock symbol.
contractAddress
string
Token contract address.
contractSymbol
string
Contract symbol.
onChainDecimals
number
On-chain decimals.
name
string
Company name.
exchange
string
Exchange.
status
string
active or inactive.
price
number
Latest price.
change24H
number
24h change.
change24HPercent
number
24h change percent.
volume24H
number
24h volume.
tradable
boolean
Tradable flag.
fractionable
boolean
Fractional shares.
lastUpdateTimestamp
number
Cache update (Unix seconds).
Last updated
GET /api/v1/underlying/{symbol}/price
