get_asset
Get a single Coinbase brokerage product by product_id (e.g. ‘BTC-USD’) as a canonical Asset model.
Documentation Index
Fetch the complete documentation index at: https://opentools.page/docs/llms.txt
Use this file to discover all available pages before exploring further.
coinbase_get_asset
- Required
symbol_or_asset_id: Coinbase product_id / trading pair (e.g.BTC-USD).
include/exclude: filter which tools are exposed (use full names likecoinbase_get_asset).minimal: omitproviderandprovider_fieldswhenTrue.
Body
This is a request to obtain information. Your API keys are required.
Coinbase product_id / trading pair (e.g. 'BTC-USD').
Response
Asset (OpenTools trading schema) or null if not found.
Ticker symbol or asset symbol.
Trading provider identifier. Omitted when minimal=True.
Provider asset id when available.
Human-readable asset name when available.
Exchange code when available (provider dependent).
Canonical asset class when available. Some providers use different naming (e.g. Alpaca uses 'class').
Provider status when available (e.g. 'active', 'inactive').
Whether the asset is tradable on the provider, if known.
Whether the asset is marginable on the provider, if known.
Whether the asset is shortable on the provider, if known.
Whether the asset is easy-to-borrow on the provider, if known.
Whether fractional trading is supported on the provider, if known.
Additional provider-specific fields. Omitted when minimal=True