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=circulatingExample Response
0Get 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=noncirculatingExample Response
0Get Total Coins
Returns the outstanding number of coins/tokens
GET
https://okcash.network/api.dws?q=totalcoinsExample Response
0Get Max Supply
Returns the expected Max supply of coins/tokens that will ever be created
GET
https://okcash.network/api.dws?q=maxsupplyExample Response
0Get 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.usdExample Response
0Get Market Cap
Returns the OK Multichain MarketCap in USD
GET
https://okcash.network/api.dws?q=marketcapExample Response
0
