Developer API

API Reference

Build powerful integrations with the NexPad API. Access project data, participation records, and more.

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/v1

API Endpoints

Available endpoints for interacting with the NexPad platform

GET/api/projects

List all active and upcoming projects

Response: { projects: Project[] }
GET/api/projects/:slug

Get detailed information about a specific project

Response: { project: Project }
GET/api/tier/:address

Get the staking tier for a wallet address

Response: { tier: string, staked: number }
GET/api/participations/:address

Get all participations for a wallet address

Response: { participations: Participation[] }
POST/api/participations

Record a new participation in a token sale

Response: { success: boolean, participation: Participation }
GET/api/whitelist/check

Check 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

Ready to start building?

Get your API key and start integrating with NexPad today.