Get total coin supply from DB minus burnt number
GEThttps://api.fuse.io/api/v0/explorer/?module=stats&action=coinsupply
Get total coin supply from DB minus burnt number
Request
Query Parameters
module stringrequired
Possible values: [stats
]
action stringrequired
Possible values: [coinsupply
]
param stringrequired
apiKey stringrequired
Example: pk_1234567890
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
message string
result string
status string
{
"message": "string",
"result": "string",
"status": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://api.fuse.io/api/v0/explorer' \
-H 'Accept: application/json'
ResponseClear