v3-Blockchain-KuCoin

Number of APIs: 11

  1. Generate Kcs wallet GET {{baseUrl}}/v3/kcs/wallet

  2. Generate Kcs account address from Extended public key GET {{baseUrl}}/v3/kcs/address/:xpub/:index

  3. Generate Kcs private key POST {{baseUrl}}/v3/kcs/wallet/priv

  4. Get current block number GET {{baseUrl}}/v3/kcs/block/current

  5. Get Kcs block by hash GET {{baseUrl}}/v3/kcs/block/:hash

  6. Get Kcs Account balance GET {{baseUrl}}/v3/kcs/account/balance/:address

  7. Get Kcs Transaction GET {{baseUrl}}/v3/kcs/transaction/:hash

  8. Broadcast signed Kcs transaction POST {{baseUrl}}/v3/kcs/broadcast

  9. Invoke a method in a smart contract on KuCoin Community Chain POST {{baseUrl}}/v3/kcs/smartcontract

  10. Send KCS from account to account POST {{baseUrl}}/v3/kcs/transaction