v3-Blockchain-Celo

Number of APIs: 12

  1. Generate Celo wallet GET {{baseUrl}}/v3/celo/wallet

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

  3. Generate Celo private key POST {{baseUrl}}/v3/celo/wallet/priv

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

  5. Get Celo block by hash GET {{baseUrl}}/v3/celo/block/:hash

  6. Get Celo transactions by address GET {{baseUrl}}/v3/celo/account/transaction/:address

  7. Get Celo Transaction GET {{baseUrl}}/v3/celo/transaction/:hash

  8. Get count of outgoing Celo transactions GET {{baseUrl}}/v3/celo/transaction/count/:address

  9. Broadcast signed Celo transaction POST {{baseUrl}}/v3/celo/broadcast

  10. Get Celo Account balance GET {{baseUrl}}/v3/celo/account/balance/:address