v3-Blockchain-Algorand

Number of APIs: 10

  1. Generate Algorand wallet GET {{baseUrl}}/v3/algorand/wallet

  2. Get Algorand Account balance GET {{baseUrl}}/v3/algorand/account/balance/:address

  3. Get current block number GET {{baseUrl}}/v3/algorand/block/current

  4. Get Algorand block by block round number GET {{baseUrl}}/v3/algorand/block/:roundNumber

  5. Send ALGO from account to account POST {{baseUrl}}/v3/algorand/transaction

  6. Get Algorand Transaction GET {{baseUrl}}/v3/algorand/transaction/:txid

  7. Enable receiving asset on account POST {{baseUrl}}/v3/algorand/asset/receive

  8. Broadcast signed Algorand transaction POST {{baseUrl}}/v3/algorand/broadcast

  9. Generate Algorand account address from private key GET {{baseUrl}}/v3/algorand/address/:priv

  10. Get Algorand Transactions between from and to GET {{baseUrl}}/v3/algorand/transactions/:from/:to