API Specification

Circulating Supply

Information about circulatating coins can be retrieved with our Json API. Retrieve Json data with https://explorer.dynexcoin.org/api_supply. The following blocks and fields are being returned:

[already_generated_coins] => 9324215.139675710


Retrieve circulating coins as plain result with https://explorer.dynexcoin.org/api_supply_plain

9324215.139675710


Summary Information

Additional information about the blockchain and PoUW can be retrieved with our Json API. Retrieve Json data with https://explorer.dynexcoin.org/api. The following blocks and fields are being returned:

[block_header] => Array
        (
            {"already_generated_coins":"70314196.120535698",
             "alt_blocks_count":160,
             "block_major_version":1,
             "contact":"",
             "cumulative_difficulty":11659412931212625,
             "difficulty":176718786328,
             "fee_address":"",
             "grey_peerlist_size":4666,
             "height":267696,
             "incoming_connections_count":0,
             "last_known_block_index":267695,
             "min_tx_fee":1000000,
             "next_reward":151389327543,
             "outgoing_connections_count":8,
             "readable_tx_fee":"0.001000000",
             "rpc_connections_count":97,
             "start_time":1685004523,
             "status":"OK",
             "top_block_hash":"1d93a42ab044ff598329ba933f1f59f72b829a762706df6a280b94502f7a0f46",
             "tx_count":608561,
             "tx_pool_size":2,
             "version":"2.2.2-20221218 (#mandatory)",
             "version_build":"20221218",
             "version_num":"2.2.2",
             "version_remark":"#mandatory",
             "white_peerlist_size":1000,
             "hashrate":1472656552.7333333,
             "max_supply":100000000000000000},

             "jobdata":
             {"ALL_JOBS":"3616",
              "FINISHED_JOBS":"3615",
              "UPCOMING_JOBS":"0",
              "INPROGRESS_JOBS":"1",
              "SOLUTION_REWARDS":"27000",
              "DYNEXCHIPS":"229850301",
              "GPUS":184174}}]
        )


Additional API Endpoints

  • Mallob Endpoints: https://explorer.dynexcoin.org/malloblocations
  • Historical hash-rate: https://explorer.dynexcoin.org/hashrate
  • Historical PoUW job information: https://explorer.dynexcoin.org/jobs
  • Block metrics (hourly): https://explorer.dynexcoin.org/blockmetrics
  • Finished PoUW jobs: https://cloud.dynexcoin.org/apijobs.php?jobtype=finished
  • Running PoUW jobs: https://cloud.dynexcoin.org/apijobs.php?jobtype=inprogress