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 | None
Search query.
query: str | None
Search query.
Data
- standard
- fmp
symbol: str
Symbol representing the entity requested in the data. (Crypto)
name: str | None
Name of the crypto.
symbol: str
Symbol representing the entity requested in the data. (Crypto)
name: str | None
Name of the crypto.
exchange: str | None
The exchange code the crypto trades on.
ico_date: date | None
The ICO date of the token.
circulating_supply: float | None
The circulating supply of the token.
total_supply: float | None
The total supply of the token.