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"
}
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>