Faucet request limit reached and incorrect indexer IP when referencing a self-hosted Full Node through the Aptos TS SDK #76
-
Asked by
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Although you are referencing your Full Node successfully, that won't change the rate limits imposed by the devnet Labs-Hosted Indexer API endpoint that you're currently using. The Node API and Indexer API do not exist through the same service. You'll need to self-host and reference an Indexer API, if this rate limit is too low for your use case. Here's some helpful documentation on:
|
Beta Was this translation helpful? Give feedback.
Although you are referencing your Full Node successfully, that won't change the rate limits imposed by the devnet Labs-Hosted Indexer API endpoint that you're currently using. The Node API and Indexer API do not exist through the same service.
You'll need to self-host and reference an Indexer API, if this rate limit is too low for your use case.
Here's some helpful documentation on: