Our GraphQL API provides programmatic access to blockchain data and transaction capabilities. The endpoint supports modern query patterns with rate limiting, pagination, and subscription capabilities. All endpoints are TLS-encrypted and follow RESTful best practices.
POST /api/graphql
{"query": "{ block(height: 1234) { hash timestamp { height timestamp transactions { id from to value } } }"}