| Field name | Required? | Detail |
|---|---|---|
| Variable to save result | Yes | This processor will return the token price in USD. Choose a variable name to store this result. For example: TOKEN_PRICE |
| Data source | Yes | Choose to retrieve prices from either CoinGecko or Dexscreener |
Retrieve the price from CoinGecko

For example, retrieving the price of ETH from CoinGecko.
| Field name | Required? | Detail |
|---|---|---|
| Coin ID | Yes | This refers to the API IDfield on the CoinGecko interface |

For example, retrieving the Coin ID from the API ID field for Ethereum on CoinGecko
Retrieve the price from Dexscreener

For example, retrieving the price of the DEGEN token on Dexscreener.
| Field name | Required? | Detail |
|---|---|---|
| Chain ID | Yes | The blockchain’s Chain ID, which you can look up on the ChainList website |
| Token address | Yes | The address of the token for which you want to retrieve the price |