OK Network API
Access OK Network data through our public API endpoints. All endpoints are accessed via https://okcash.network/api.dws
The API function to call is specified through the [ q ] parameter. All responses are plain text values.
Get Circulating Supply
Returns the number of circulating coins/tokens in all the Multichain System. (minus multichain staking pool rewards)
GET
https://okcash.network/api.dws?q=circulating
Example Response
0
Get Non-Circulating Supply
Returns the number of non-circulating coins that are tied in multichain staking pool rewards
GET
https://okcash.network/api.dws?q=noncirculating
Example Response
0
Get Total Coins
Returns the outstanding number of coins/tokens
GET
https://okcash.network/api.dws?q=totalcoins
Example Response
0
Get Max Supply
Returns the expected Max supply of coins/tokens that will ever be created
GET
https://okcash.network/api.dws?q=maxsupply
Example Response
0
Get USD Price
Returns the last market ticker in USD, as tracked by the explorer and CoinGecko rate
GET
https://okcash.network/api.dws?q=ticker.usd
Example Response
0
Get Market Cap
Returns the OK Multichain MarketCap in USD
GET
https://okcash.network/api.dws?q=marketcap
Example Response
0