Getting Started

Learn how to use the Deccord Blockchain API to access public blockchain data.

Making API Requests
How to interact with the API

All API endpoints are accessible via HTTP requests. The API accepts GET requests and returns responses in JSON format.

Base URL: https://api.deccord.com
Example Request
Get current block height
curl https://api.deccord.com/api/blocks

Response format:

{ "height": 123456 }
API Guidelines
Important information for usage
  • • All endpoints return JSON responses
  • • No authentication required for public endpoints
  • • Rate limiting may apply to prevent abuse
  • • Keep requests cached when possible