CAIZ Testnet
CAIZ test-net is the testing platform for developers and users that works in a similar
way with beta-tests helps people to understand the system before going into the main
net. It is quite identical with a single difference in that test-net does not have any
real value.
CAIZ test-net is managed and maintained by Caiz Development GmbH for public use to try out
the CAIZ Chain.

Create Wallet
API to generate CAIZ wallet on the CAIZ Chain, the user will
receive a set of keys in
response:
i) Public Key (the wallet address which will be exposed publically)
ii) Private Key (this should be kept safe, will be required for signing transactions like
a security password)
API Info
Try our here: https://testnet.caiz.network/
caiz/test/api/createwallet
CAIZ Testnet
CAIZ test-net is the testing platform for developers and users that works in a similar
way with beta-tests helps people to understand the system before going into the main
net. It is quite identical with a single difference in that test-net does not have any
real value.
CAIZ test-net is managed and maintained by CAIZ Development Gmbh for public use to try out
the CAIZ Chain.
Transaction History
API to fetch the transaction details of a particular wallet or transaction detail of any particular transaction.
API info:
TYPE: GET
params: hashOrId (wallet address or the transaction hash)
Response
transactions: all the transaction array will be shared in this param
memo: memo of the transaction
successful: transaction status
hash: transaction hash
created_at: transaction creation date
source_account: wallet address from where the transaction is generated
fee_charged: fee charged for the transaction
ledger: ledger number
try our here:
https://testnet2.api.caizscan.com/caiz/test/api/txnhistory?hashOrId=CCW74YJ5GM4ZJOTKYZADWKEDJ2LCF37ANNZS4URITRS32P4CECSAU4LT
Get CAIZ Balance
API to fetch the CAIZ balance in your wallet from CAIZ Chain.
API info:
TYPE: GET
params: hashOrId (wallet address or the transaction hash)
publicKey: CAIZ wallet public key
Response
balance: CAIZ amount in wallet
code: code name of the coin
name: full name of the coin
Transfer Token
API to transfer tokens from one wallet to another wallet on the CAIZ Chain network.
API info:
TYPE:
Params Below:
privatekey: private key of the sender wallet
txAmount: CAIZ coin amount to transfer
receiverPublickey: public key of the receiver wallet
memo: any remarks you want to write
assetname: coin name you want to transfer in our case CAIZ
Response
receiverKey: receivers wallet address
amount: transaction amount
hash: transaction hash