Get instant answers to the most common questions and learn how to use Paiblock like a pro.
The Blockchain Wallet API provides a simple interface Merchants can use to programmatically interact with their wallet.
To use this API, you will need to follow 3 simple steps:
Sign up in paiblock.app
Create a business WALLET
Retrieve your API KEY and secret required for each query to be successful in Paiblock coin network
Your application interacts with this service locally via HTTPS API calls.
For all requests add the following key/value pairs to the header:
x-api-key = Your puut key
api-secret = Your puut secret
https://paiblock.co/testnet/getnewaddress?account=$walletname
Reponse Body
https://paiblock.co/testnet/getnetworkinfo
Reponse Body
https://paiblock.co/testnet/getbalance/$address
Reponse Body
https://paiblock.co/testnet/getaccount/$address
Reponse Body
https://paiblock.co/testnet/getblockcount
Reponse Body
https://paiblock.co/testnet/getblock?hash=$hash
Reponse Body
https://paiblock.co/testnet/getblockhash?index=$index
Reponse Body
https://paiblock.co/testnet/getblockbyheight/$height
Reponse Body
https://paiblock.co/testnet/getrawtransaction?txid=$txid
Reponse Body
https://paiblock.co/testnet/getaddress/$address
Reponse Body
https://paiblock.co/testnet/getmoneysupply
Reponse Body
https://paiblock.co/testnet/gettransactions?account=$account
Reponse Body
https://paiblock.co/testnet/importprivatekey?privateKey=$privateKey&toAddress=$toAddress
Reponse Body
https://paiblock.co/testnet/sendcoins?identifier=$identifier&fromAddress=$fromAddress&toAddress=$toAddress&amountSent=$amountSent
Reponse Body