aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

Is indexer service without graphql service?

Open 99Kies opened this issue 3 years ago • 2 comments

I built indexer service locally and tried to query through graphql but it failed. There seems to be no documentation for the graphql service.

https://aptos.dev/guides/indexing/#aptos-indexer-graphql-servers

99Kies avatar Oct 25 '22 10:10 99Kies

Also interested in that. Is the graphql layer open source - or will it be?

Flofie avatar Oct 27 '22 17:10 Flofie

Following, please add some documentation and or OS code for graphql indexers setup

AKnownEntity avatar Nov 06 '22 10:11 AKnownEntity

This issue is stale because it has been open 45 days with no activity. Remove the stale label or comment - otherwise this will be closed in 15 days.

github-actions[bot] avatar Dec 23 '22 01:12 github-actions[bot]

Much of this is on aptos.dev now, feel free to re-open if you can't find what you're looking for.

davidiw avatar Dec 24 '22 06:12 davidiw

I am trying to retrieve account tx history, I have been playing with the SDK getAccountTransactions method but got mixed results.

Following this discussion and the instructions https://aptos.dev/nodes/indexer-fullnode/ I have a running instance but as it's been already pointed out the service does not offer GraphQL.

Official documentation is inviting to use https://aptos.dev/guides/indexing/#use-the-aptos-provided-indexing-service but with a rate limit. Perhaps there is a paid plan?

There is some 3rd party apis. I explored the https://blockeden.xyz/docs/aptos/analytics-and-graphql/ which provides an indexer but the aggregate queries are locked out. There is also moralis, it gives similar results as the public GraphQL indexer but is also lacking aggregate data.

Are there any other options out there now?

makstr avatar Apr 03 '23 23:04 makstr