Block Height Information Retrieval API
Merchants use this API to receive the block height to confirm the transaction and the current block height from different networks.
Get Block Height Information
POST https://admin.ccpayment.com/ccpayment/v1/get/network/height/info
Headers
Timestamp*
string
Timestamp in seconds (10-digit). The request is valid for two minutes.
Content-Type*
String
application/json; charset=utf-8
As a security measure, we will sign the returned data (and according to this only { code: 10000 } should be signed, but it's signing all the returned body.). Additionally, it will return Appid, Sign, Timestamp in the header of the response. The signature method SHA-256 (appid+appSecret+Timestamp+body).
Please use the data with caution if the signature verification fails. It indicates that the data has been tampered with.
Last updated