API Overview
The πθχ API provides programmatic access to our decentralized research infrastructure. Developers can access cryptographic protocols, analyze network topology metrics, and integrate with our security validation framework.
Base URL: https://api.pix/v1/endpoint
Authentication required for all endpoints. For API keys, contact our operations team at api-ops@pix
Authentication
Token Credentials
Use Bearer tokens with every request:
`Authorization: Bearer YOUR_API_KEY`
Rate Limiting
- • 100 requests/minute (free tier)
- • 1000 requests/minute (enterprise tier)
- • 5000 requests/minute (partner programs)
Automatic retries after rate limit reset unless specified in header
Core Endpoints
Data Query Interface
POST /v1/data/query
Advanced research queries using SPARQL-compatible syntax
{ "query": "SELECT * WHERE { ?s ?p ?o } LIMIT 10" }
Network Analysis
GET /v1/network/topology
Retrieve network metrics and graph analysis from our distributed infrastructure
Parameters: - depth (1-10) - protocol (ipfs/ethereum)