Skip to main content

whales

Whale Alert's API allows you to retrieve live and historical transaction data from major blockchains.

Source Code: [link]

openbb.crypto.onchain.whales(min_value: int = 800000, limit: int = 100, sortby: str = "date", ascend: bool = False)

Parameters

NameTypeDescriptionDefaultOptional
min_valueintMinimum value of trade to track.800000True
limitintLimit of transactions. Max 100100True
sortbystrKey to sort by.dateTrue
ascendstrSort in ascending order.FalseTrue

Returns

TypeDescription
pd.DataFrameCrypto wales transactions