BlockChainAPI
Generate Tron Wallet, Get Balance Of Wallet on Blockchain, Make Transaction (in development), Get Transaction Detail Base of the transaction hash. There is no database in this service so if you need to store data you need to do that by yourself
BlockChainAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Tron | ||
| GET |
GenerateWallet /api/wallet/generate |
|
| POST |
GetTronWalletBalance /api/wallet/balance |
|
| POST |
GetWalletContractBalance /api/wallet/contract/balance |
|
| POST |
GetTransactionDetail /api/transaction/detail |
|
| TronTestnet | ||
| GET |
GenerateWallet0 /api/test/wallet/generate |
|
| POST |
GetTransactionDetail3 /api/test/transaction/detail |
|
| POST |
GetWalletContractBalance2 /api/test/wallet/contract/balance |
|
| POST |
GetTronWalletBalance1 /api/test/wallet/balance |
|
BlockChainAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|