Crypto Search
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
CryptoSearch | CryptoSearchQueryParams | CryptoSearchData |
Import Statement
from openbb_core.provider.standard_models.crypto_search import (
CryptoSearchData,
CryptoSearchQueryParams,
)
Parameters
- standard
- fmp
query
: str
Search query.
• Optional: True
query
: str
Search query.
• Optional: True
Data
- standard
- fmp
symbol
: str
Symbol representing the entity requested in the data. (Crypto)
name
: str
Name of the crypto.
symbol
: str
Symbol representing the entity requested in the data. (Crypto)
name
: str
Name of the crypto.
currency
: str
The currency the crypto trades for.
exchange
: str
The exchange code the crypto trades on.
exchange_name
: str
The short name of the exchange the crypto trades on.