Http

Complete HTTP REST API examples for integrating with NextBlock.

API Endpoints

Choose the endpoint closest to your location:

  • Frankfurt: http://frankfurt.nextblock.io

  • Amsterdam: http://amsterdam.nextblock.io

  • London: http://london.nextblock.io

  • Singapore: http://singapore.nextblock.io

  • Tokyo: http://tokyo.nextblock.io

  • New York: http://ny.nextblock.io

  • Salt Lake City: http://slc.nextblock.io

  • Dublin: http://dublin.nextblock.io

  • Vilnius: http://vilnius.nextblock.io

Authentication

All API requests require an API key in the Authorization header:

Authorization: your-api-key-here

Single 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