v3-Blockchain-Algorand
Number of APIs: 10
- 
Generate Algorand wallet GET {{baseUrl}}/v3/algorand/wallet 
- 
Get Algorand Account balance GET {{baseUrl}}/v3/algorand/account/balance/:address 
- 
Get current block number GET {{baseUrl}}/v3/algorand/block/current 
- 
Get Algorand block by block round number GET {{baseUrl}}/v3/algorand/block/:roundNumber 
- 
Send ALGO from account to account POST {{baseUrl}}/v3/algorand/transaction 
- 
Get Algorand Transaction GET {{baseUrl}}/v3/algorand/transaction/:txid 
- 
Enable receiving asset on account POST {{baseUrl}}/v3/algorand/asset/receive 
- 
Broadcast signed Algorand transaction POST {{baseUrl}}/v3/algorand/broadcast 
- 
Generate Algorand account address from private key GET {{baseUrl}}/v3/algorand/address/:priv 
- 
Get Algorand Transactions between from and to GET {{baseUrl}}/v3/algorand/transactions/:from/:to