v3-Blockchain-Celo
Number of APIs: 12
-
Generate Celo wallet GET {{baseUrl}}/v3/celo/wallet
-
Generate Celo account address from Extended public key GET {{baseUrl}}/v3/celo/address/:xpub/:index
-
Generate Celo private key POST {{baseUrl}}/v3/celo/wallet/priv
-
Get current block number GET {{baseUrl}}/v3/celo/block/current
-
Get Celo block by hash GET {{baseUrl}}/v3/celo/block/:hash
-
Get Celo transactions by address GET {{baseUrl}}/v3/celo/account/transaction/:address
-
Get Celo Transaction GET {{baseUrl}}/v3/celo/transaction/:hash
-
Get count of outgoing Celo transactions GET {{baseUrl}}/v3/celo/transaction/count/:address
-
Broadcast signed Celo transaction POST {{baseUrl}}/v3/celo/broadcast
-
Get Celo Account balance GET {{baseUrl}}/v3/celo/account/balance/:address