Skip to content
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

API for Getting Supported Tokens Info on the Faucet #6

Open
3 tasks
AtelyPham opened this issue May 10, 2023 · 0 comments
Open
3 tasks

API for Getting Supported Tokens Info on the Faucet #6

AtelyPham opened this issue May 10, 2023 · 0 comments
Labels
p2 🟡 Issue should be resolved soon

Comments

@AtelyPham
Copy link
Member

Description

Currently, the cryptocurrency faucet does not have an API to retrieve information on supported tokens. This feature is necessary for developers who are building on top of the faucet and need to programmatically get the list of supported tokens.

Proposed Solution

Add a new API to the Faucet Backend repo to get supported tokens info. Ideally, the endpoint will return a list of supported tokens with their corresponding information such as token name, symbol, address, and supported typed chain ID.

Acceptance Criteria

  • A new endpoint is added to the Faucet Backend repo that returns supported tokens info.
  • The response should include the token name, symbol, address, and supported typed chain ID.
  • Documentation for the new endpoint should be added to the API documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2 🟡 Issue should be resolved soon
Projects
None yet
Development

No branches or pull requests

2 participants