POST
/
cURL
curl --request POST \
  --url https://mainnet.helius-rpc.com/ \
  --header 'Content-Type: application/json' \
  --data '{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "getIndexerHealth"
}'
"ok"

Authorizations

api-key
string
query
required

您的 Helius API 密钥。您可以在仪表板中免费获取一个。

Body

application/json

Response

200
application/json

Solana 压缩索引器健康并与网络同步

当 Solana 压缩索引器健康并正常运行时返回 "ok"

Available options:
ok