Skip to content

Add Dexscreener Data Source for Token Price Fetching #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ _Claude uses the `list-balances` tool_
- ETH: 0.5 ETH
- USDC: 100 USDC

### Getting Your Wallet Balance Equivalent In USD
**You:** What's my balance of this token In USD? - 0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed

**Claude:** Let me check the current USD price of the token at address 0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed.

_Claude uses the `token_price` tool_

**Claude:** The current price of the token at address 0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed is $0.003139 USD per token

-This means your 10 tokens are worth approximately $0.03139 USD in total

### Getting Testnet ETH

**You:** I need some testnet ETH for development.
Expand Down
Loading