Post-Quantum GPS Tracking
Immutable, cryptographically-signed location tracking with government-grade security
🔒 Dilithium Mode3
🌐 TLS 1.3
📊 PostgreSQL
⚡ Real-time
System Status
-
Blocks in Chain
-
System Uptime
-
Valid Submissions
-
Health Status
API Endpoints
Base URL
https://notarychain.org:8443
Available Endpoints
GET /health
Public health check
Public health check
POST /gps
Submit GPS data (auth required)
Submit GPS data (auth required)
GET /stats
Server statistics (auth required)
Server statistics (auth required)
GET /chain/verify
Verify chain integrity (auth required)
Verify chain integrity (auth required)
Submit GPS Data
Note: Data must be signed with Dilithium Mode3. Generate keypairs and signatures using the CLI tool or your own implementation.
Documentation
Example: Submit GPS Data with cURL
curl -X POST https://notarychain.org:8443/gps \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"data": {
"package_id": "PKG-001",
"latitude": 37.7749,
"longitude": -122.4194,
"altitude": 10.0,
"accuracy": 2.5,
"timestamp": "2026-02-10T04:00:00Z",
"speed": 5.0,
"heading": 90.0
},
"signature": "...",
"public_key": "...",
"timestamp": "2026-02-10T04:00:00Z"
}'
Security Features
- ✅ Post-quantum cryptography (Dilithium Mode3)
- ✅ TLS 1.3 encryption
- ✅ API key authentication
- ✅ Rate limiting (500 req/min)
- ✅ Comprehensive audit logging
- ✅ Immutable blockchain storage