Safex Blockchain Explorer API

Recently the http://explore.safex.io had been updated to display the circulating Safex cash and token supplies. As well is opened up the public api;

curl http://explore.safex.io/api/networkinfo

{“data”:{“alt_blocks_count”:0,
“block_size_limit”:40000,
“block_size_median”:103,
“cumulative_difficulty”:9193920238564,
“current”:true,
“current_hf_version”:1,
“difficulty”:573536309,
“fee_per_kb”:100000000,
“grey_peerlist_size”:0,
“hash_rate”:4779469,
“height”:24560,
“incoming_connections_count”:4,
“issued_coins”:114731523774779500,
“migrated_tokens”:1,
“outgoing_connections_count”:8,
“stagenet”:false,
“start_time”:1538749783,
“status”:true,
“target”:120,
“target_height”:0,
“testnet”:false,
“top_block_hash”:“650de8b89d93a2e929ccca8d646e9dff4dd8959ae5e9794baa42710b377ead8c”,
“tx_count”:15867,
“tx_pool_size”:0,
“tx_pool_size_kbytes”:0,
“white_peerlist_size”:149},
“status”:“success”}

5 Likes

Perfect. Thanks Dan + team. Useful to get that accurate circulation figure!

5 Likes