Price Node
Overview
Input Parameters
Parameter
Type
Required
Description
Output
Output
Type
Description
Data Output Format
Current Price
{
"source": "coingecko",
"data_type": "current_price",
"symbol": "bitcoin",
"data": {
"coin_id": "bitcoin",
"current_price": 50000.0,
"last_updated": 1700000000
}
}OHLC/Kline Data
Credits Cost
Common Use Cases
Example Usage
Scenario 1: Get Bitcoin Current Price
Scenario 2: Get Ethereum OHLC Data
Notes
Migration from Binance Price Node
Old (Binance)
New (CoinGecko)
Related Nodes
Last updated