Skip to main content
GET
/
stats
/
api
/
v1
/
supply
Get DDX Supply
curl --request GET \
  --url https://api.example.com/stats/api/v1/supply
{
  "value": {
    "circulatingSupply": "<string>"
  },
  "success": true,
  "timestamp": 123
}

Response

DDX Circulating Supply

Successful response for the Exchange Supply API

value
object
required

The value of the response.

Example:
{ "circulatingSupply": "26094663" }
success
boolean
required

Whether the request was successful

timestamp
number
required

The timestamp of the response

Example:

1673031089

Last modified on April 27, 2026