Skip to main content
GET
/
v1
/
info
API Info
curl --request GET \
  --url https://api.novashield.so/v1/info
{
  "service": "NovaShield Security Engine",
  "version": "3.0.0",
  "chain": "solana",
  "timestamp": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nshield.org/llms.txt

Use this file to discover all available pages before exploring further.

Returns service name, version, chain, and timestamp.

Response

200 - application/json

API information

service
string
Example:

"NovaShield Security Engine"

version
string
Example:

"3.0.0"

chain
string
Example:

"solana"

timestamp
string<date-time>