Fast Response Times
Average response time under 100ms with global edge deployment.
Secure Authentication
API keys with granular permissions and rate limiting.
Global Availability
99.9% uptime SLA with redundant infrastructure.
HTTPS Only
All API communications are encrypted end-to-end.
Base URL
All API requests should be made to:
https://api.nexpad.io/v1API Endpoints
Available endpoints for interacting with the NexPad platform
GET
/api/projectsList all active and upcoming projects
Response:
{ projects: Project[] }GET
/api/projects/:slugGet detailed information about a specific project
Response:
{ project: Project }GET
/api/tier/:addressGet the staking tier for a wallet address
Response:
{ tier: string, staked: number }GET
/api/participations/:addressGet all participations for a wallet address
Response:
{ participations: Participation[] }POST
/api/participationsRecord a new participation in a token sale
Response:
{ success: boolean, participation: Participation }GET
/api/whitelist/checkCheck if an address is whitelisted for a project
Response:
{ whitelisted: boolean, allocation: number }Rate Limits
API requests are rate limited to ensure fair usage and platform stability.
Free Tier
100 req/min
Pro Tier
1,000 req/min
Enterprise
Unlimited