GET
/
{slug}
/
api.dws
curl --request GET \
  --url https://chainz.cryptoids.info/{slug}/api.dws
"100000000.00"

Path Parameters

slug
string
default:
required

Query Parameters

q
enum<string>
default:select_query
required

Type of query

Available options:
select_query,
maxcoins,
totalcoins,
circulating
Example:

"select_query"

Response

200
text/plain
Successful operation

The response is of type string.

Example:

"100000000.00"