Indexer Status
pumpfun_bot_statusReturns the configuration and health status of the pump.fun indexer backend. Always available — does not require PUMPFUN_BOT_URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Failure reason when healthy is false | |
| healthy | Yes | true when the indexer answered the health ping | |
| message | No | Human-readable note when the indexer is unconfigured | |
| latencyMs | No | Round-trip ms of the health ping (configured backends only) | |
| configured | Yes | true when PUMPFUN_BOT_URL is set on the server |