v3-Blockchain-KuCoin
Number of APIs: 11
-
Generate Kcs wallet GET {{baseUrl}}/v3/kcs/wallet
-
Generate Kcs account address from Extended public key GET {{baseUrl}}/v3/kcs/address/:xpub/:index
-
Generate Kcs private key POST {{baseUrl}}/v3/kcs/wallet/priv
-
Get current block number GET {{baseUrl}}/v3/kcs/block/current
-
Get Kcs block by hash GET {{baseUrl}}/v3/kcs/block/:hash
-
Get Kcs Account balance GET {{baseUrl}}/v3/kcs/account/balance/:address
-
Get Kcs Transaction GET {{baseUrl}}/v3/kcs/transaction/:hash
-
Broadcast signed Kcs transaction POST {{baseUrl}}/v3/kcs/broadcast
-
Invoke a method in a smart contract on KuCoin Community Chain POST {{baseUrl}}/v3/kcs/smartcontract
-
Send KCS from account to account POST {{baseUrl}}/v3/kcs/transaction