Http
Complete HTTP REST API examples for integrating with NextBlock.
API Endpoints
Choose the endpoint closest to your location:
Frankfurt:
http://frankfurt.nextblock.ioAmsterdam:
http://amsterdam.nextblock.ioLondon:
http://london.nextblock.ioSingapore:
http://singapore.nextblock.ioTokyo:
http://tokyo.nextblock.ioNew York:
http://ny.nextblock.ioSalt Lake City:
http://slc.nextblock.ioDublin:
http://dublin.nextblock.ioVilnius:
http://vilnius.nextblock.io
Authentication
All API requests require an API key in the Authorization header:
Authorization: your-api-key-hereSingle Transaction Submission
POST /api/v2/submit
Response:
Batched Transaction Submission
POST /api/v2/submit-batch
Response:
Tip Floor API
GET /api/v2/tipfloor
Response:
cURL Examples
For complete language-specific HTTP client implementations with error handling, retry logic, and connection management, see the detailed examples in the other language sections (Go, Rust, Python, JavaScript).
Last updated