1. TCC Supply API:

Info : This API Will Provide Live Market Pricing Like. 24 Hour High and Low, Total BTC Volume, Total TCC Volume, etc. URL : http://tccworld.org/getsupply Reponse : Json Response Example : {"blocks_mined":1138945,"total_supply":191416835, "circulating_supply":164925727}

2. TCC Block Explorer API :

(a) Get Block Information Info : Get Block information that includes the all the detail of a transaction. URL : http://tccworld.org/api/block/{block_hash} Reponse : Json Response Example : {"difficulty":"2355740","extraData":"0xd683010803846765746886676f312e3130856c696e7578","gasLimit":4712388,"gasUsed":21000,"hash":"0x728729c77dda4def831166bce5b4ffc8ca02880f434054dd62042cf54b62c1a9","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","miner":"0x39408873c54f5b8efe67c43532ac3b3b5db7fb7f","mixHash":"0x7ff9bc65a624e8f237624a910f03f80d034ac2c173c142c9907d9d72b382be28","nonce":"0x0d6a4e2537272e4d","number":1131162,"parentHash":"0x9792a75692fc12fbca5c3da9cbd9c0fab6c7465e4967d60e67409b423325d282","receiptsRoot":"0x056b23fbba480696b65fe5a59b8f2148a1299103c4f57df839233af2cf4ca2d2","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","size":649,"stateRoot":"0x4a59ca903c129ad97bc85410626e63c8dfde0535313b1b6debd1b9d6eee0f884","timestamp":1534748251,"totalDifficulty":"2560876501262","transactions":["0xa5dc9af227a2209db27df504c0d49830d5741521791cf698d071b56ecde36132"],"transactionsRoot":"0xc8a7d83bb209431fb1700b3c8223875d26e84125518fed72d616af6312d48924","uncles":[]} (b) Get Detailed Transaction Information Info : Get Block information that includes the all the detail of a transaction. URL : http://tccworld.org/api/transaction/{transaction_ hash} Reponse : Json Response Example : {"blockHash":"0x211fc9a713f52f46e3ad9825a2a6f527749fae5f52c874b55f56dfdaca4bea4c","blockNumber":1138921,"from":"0xd59b48de15df7498ab612c73886e179af29a7f02","gas":21000,"gasPrice":"15","hash":"0xf0e75e353eb24a761cb5e57a46f695f9ae190a82e23faae0bc9819902cd85499","input":"0x","nonce":1,"to":"0xc97ca3c8923e722396d42a71cc9271d8ed2563c1","transactionIndex":0,"value":"19200","v":"0x26947","r":"0x2de01c7d4f4808287450c70e98f4bc1b47b6b62b6dd398b10c7ed3124b3dadd9","s":"0x5ffa7ab33e019160da0d84a8a2fa577e330cc6841805b3ef6d7222c0bbcc9204"} (c) Get recent transaction of an address: Info : Get Block information that includes the all the detail of a transaction. URL : http://tccworld.org/api/address/{address} Reponse : Json Response Example : [{"blockHash":"0x0959cbae22ddb1570fc7aaf31ff46872dc1a285e9815ac36f32247b3920687d1","blockNumber":1138886,"from":"0xd59b48de15df7498ab612c73886e179af29a7f02","gas":21000,"gasPrice":"15","hash":"0xb836f09573d91deb18b6d0ce887f3d7a16fa0acb3584bdd3502b0dfc8ca73b95","input":"0x","nonce":0,"to":"0xc97ca3c8923e722396d42a71cc9271d8ed2563c1","transactionIndex":0,"value":"100000000000000000000","v":"0x26947","r":"0xb39d213ca263a841cd76f63801252c3f32513823b860304acf62923c1037387e","s":"0x6a388991b9a11967b9857dbcda81ac9385c49478409103bb8e6fe0517d521884"},{"blockHash":"0x211fc9a713f52f46e3ad9825a2a6f527749fae5f52c874b55f56dfdaca4bea4c","blockNumber":1138921,"from":"0xd59b48de15df7498ab612c73886e179af29a7f02","gas":21000,"gasPrice":"15","hash":"0xf0e75e353eb24a761cb5e57a46f695f9ae190a82e23faae0bc9819902cd85499","input":"0x","nonce":1,"to":"0xc97ca3c8923e722396d42a71cc9271d8ed2563c1","transactionIndex":0,"value":"1.92e+22","v":"0x26947","r":"0x2de01c7d4f4808287450c70e98f4bc1b47b6b62b6dd398b10c7ed3124b3dadd9","s":"0x5ffa7ab33e019160da0d84a8a2fa577e330cc6841805b3ef6d7222c0bbcc9204"}]

3. TCC Live market API :

Info : Get Live market rates, bids, asks and changes. URL : http://tccworld.org/api/market/liverate Reponse : Json Response Example : {"BTC":{"BTC_TCC":{"id":"1","last":"0.00005179","lowestAsk":"0.00005174","highestBid":"0.00003179","percentChange":"-1.50990878","baseVolume":"100.80665398","quoteVolume":"6040643.70989708","isFrozen":"0","high24hr":"0.00005340","low24hr":"0.00005170"}}}