Coin Gecko
Node: coinGecko · Full type: n8n-nodes-base.coinGecko · Version: 1
Operations
Resource: coin
candlestick
| Parameter |
Type |
Default |
Details |
baseCurrency |
options |
"" |
required |
quoteCurrency |
options |
"" |
required |
days |
options |
"" |
required; 1, 7, 14, 30, 90, 180, 365, max |
get
| Parameter |
Type |
Default |
Details |
searchBy |
options |
"coinId" |
required; coinId, contractAddress |
coinId |
options |
"" |
required |
platformId |
options |
"ethereum" |
required; ethereum |
contractAddress |
string |
"" |
required |
options |
collection |
{} |
keys: community_data, developer_data, localization, market_data, sparkline, tickers |
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
100 |
|
history
| Parameter |
Type |
Default |
Details |
coinId |
options |
"" |
required |
date |
dateTime |
"" |
required |
options |
collection |
{} |
keys: localization |
market
| Parameter |
Type |
Default |
Details |
baseCurrency |
options |
"" |
required |
returnAll |
boolean |
false |
|
limit |
number |
100 |
|
options |
collection |
{} |
keys: ids, category, order, sparkline, price_change_percentage |
marketChart
| Parameter |
Type |
Default |
Details |
searchBy |
options |
"coinId" |
required; coinId, contractAddress |
platformId |
options |
"ethereum" |
required; ethereum |
contractAddress |
string |
"" |
required |
baseCurrency |
options |
"" |
required |
quoteCurrency |
options |
"" |
required |
days |
options |
"" |
required; 1, 7, 14, 30, 90, 180, 365, max |
price
| Parameter |
Type |
Default |
Details |
searchBy |
options |
"coinId" |
required; coinId, contractAddress |
baseCurrencies |
multiOptions |
[] |
required |
platformId |
options |
"ethereum" |
required; ethereum |
contractAddresses |
string |
"" |
required |
quoteCurrencies |
multiOptions |
[] |
required |
options |
collection |
{} |
keys: include_24hr_change, include_24hr_vol, include_last_updated_at, include_market_cap |
ticker
| Parameter |
Type |
Default |
Details |
coinId |
options |
"" |
required |
returnAll |
boolean |
false |
|
limit |
number |
100 |
|
options |
collection |
{} |
keys: exchange_ids, include_exchange_logo, order |
Resource: event
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
100 |
|
options |
collection |
{} |
keys: country_code, from_date, to_date, type, upcoming_events_only |
Parameter Details
options children:
| Parameter |
Type |
Default |
Details |
community_data |
boolean |
false |
|
developer_data |
boolean |
false |
|
localization |
boolean |
false |
|
market_data |
boolean |
false |
|
sparkline |
boolean |
false |
|
tickers |
boolean |
false |
|
Example
NODE "coinGecko" AS "Coin Gecko" {
resource: "coin",
operation: "get",
contractAddress: {{ $json.contractAddress }},
contractAddresses: {{ $json.contractAddresses }}
}