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

Create GraphQL API to get token information #407

Closed
ghost opened this issue Jun 27, 2022 · 3 comments
Closed

Create GraphQL API to get token information #407

ghost opened this issue Jun 27, 2022 · 3 comments
Assignees
Labels
API Involve API facing user feature New feature request

Comments

@ghost
Copy link

ghost commented Jun 27, 2022

Is your feature request related to a problem?

Because tokens are created on transaction chain, we might change the supply along the way, causing the addresses to change;
Hence we don't know if the new token is on the right chain.

Describe the solution you'd like

We can create an API to get the token information as long as the genesis address to provide a better identification of the token.

token(address: "0fA02C9....") {
   genesisAddress,
   supply,
   name,
   symbol,
   properties ...
}

The API will fetch the genesis and token metadata and send them back in the response

Additional context

No response

@ghost ghost added feature New feature request API Involve API facing user labels Jun 27, 2022
@ghost ghost mentioned this issue Jun 27, 2022
@ghost
Copy link
Author

ghost commented Jul 1, 2022

Hey team! Please add your planning poker estimate with ZenHub @apoorv-2204 @imnik11 @Neylix @prix-uniris

@apoorv-2204
Copy link
Contributor

An api also required for getting Oracle Transaction by after time stamp

@prix-uniris prix-uniris self-assigned this Aug 1, 2022
@ghost
Copy link
Author

ghost commented Aug 4, 2022

Closed by #490

@ghost ghost closed this as completed Aug 4, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Involve API facing user feature New feature request
Projects
None yet
Development

No branches or pull requests

2 participants