JUNKCOIN API

Comprehensive REST API for JUNKCOIN blockchain statistics, supply analysis, and halving schedules. Real-time data with custom milestone projections and complete halving information.

API Status

Checking...

Real-Time Data

Live blockchain statistics including current supply, block information, network difficulty, and hashrate.

  • • Current supply and percentage mined
  • • Block rewards and inflation rates
  • • Network difficulty and hashrate
  • • 5-minute caching for performance

Custom Projections

Dynamic milestone projections for any custom timeframe from days to years.

  • • Flexible timeframe formats (10d, 5m, 1y)
  • • Supply projections with inflation rates
  • • Block and reward estimations
  • • Up to 20 timeframes per request

Halving Schedule

Complete halving schedule with countdown timers and UTC timestamps.

  • • Next halving countdown and progress
  • • Upcoming 10 halvings with dates
  • • Supply estimates at each halving
  • • Phase names and reward changes

Quick Start Examples

Basic Statistics

curl -X GET "https://supply.junkcoinjkc.com/api/junkcoin-stats"

Custom Timeframes

curl -X GET "https://supply.junkcoinjkc.com/api/junkcoin-comprehensive?timeframes=10d,1m,1y"

JavaScript Example

// Get new supply in 1 year
const response = await fetch('https://supply.junkcoinjkc.com/api/junkcoin-supply-milestone?timeframes=1y');
const data = await response.json();
console.log(`New supply in 1 year: ${data.milestones[0].newSupply.toLocaleString()} JKC`);

// Get next halving info
const halvingResponse = await fetch('https://supply.junkcoinjkc.com/api/junkcoin-halving');
const halvingData = await halvingResponse.json();
console.log(`Next halving in ${halvingData.nextHalving.daysRemaining} days`);

Supply Milestone

curl -X GET "https://supply.junkcoinjkc.com/api/junkcoin-supply-milestone?timeframes=1y"

Halving Info

curl -X GET "https://supply.junkcoinjkc.com/api/junkcoin-halving"

Available Endpoints

/api/junkcoin-stats
GETPOST

Basic JUNKCOIN blockchain statistics

/api/junkcoin-stats/formatted
GET

Human-readable formatted statistics

/api/junkcoin-supply-milestone
GETPOST

Supply projections and new supply calculations for custom timeframes

/api/junkcoin-halving
GETPOST

Complete halving schedule with current status and emission rates

/api/junkcoin-comprehensive
GETPOST

Comprehensive analytics with custom timeframes

/api/junkcoin-comprehensive/formatted
GETPOST

Formatted comprehensive analytics

/api/test-stats
GET

API testing and validation endpoint

/api/status
GET

API service status and performance metrics

Rate Limiting

Per IP:300/5min
Burst:10/sec
Headers:Included

Caching

Duration:5 minutes
Strategy:Public
Bypass:POST method

CORS & Access

Origins:All (*)
Methods:GET, POST
Auth:None required

Get Started Today

The JUNKCOIN API is free to use and requires no authentication. Start building with real-time blockchain data in minutes.

Base URL: https://supply.junkcoinjkc.com