views

Today, the blockchain development platform Crypto APIs
announced support for TRON in its portfolio of blockchain infrastructure
solutions called cryptography APIs. Users can now interact with the TRON
mainnet and Nile networks and make requests using the unified Crypto API
endpoints with an average response time of 25ms.
Launching its mainnet in May 2018, TRON is a decentralized blockchain platform
that features high performance, security, and low costs. Thousands of
programmers are available on the TRON network, ready to create, launch, and
operate dApps on its blockchain.
Numerous decentralized applications, including as DeFi
apps, exchanges, collectibles, and games are supported by the TRON ecosystem.
We have included TRON into a number of our products in
order to meet the rising need to run and develop it. TRON now allows crypto API
users to communicate with it and send queries to 20 REST API endpoints using
our streamlined and optimized platform.
– The Crypto API Team
Features of TRON integration in
cryptographic APIs
TRON for
Wallet as a Service
Generate
Deposit Address – through this endpoint, clients can generate new TRON
addresses for their wallets
Deposit
address list – this endpoint will pull a list of deposit/receive
addresses already generated for the blockchain
List of
supported tokens – Through
this API, users may obtain data on a number of tokens simultaneously.
Get Wallet
Asset Details – This endpoint provides details about all assets
(coins, fungible tokens, non-fungible tokens) for the entire wallet.
Wallet
Transaction List – Running this endpoint will list the transactions to
and from your wallet and include additional data such as the transaction ID,
the direction of the transaction – incoming or outgoing, amount, and more.
Get wallet
transaction details by transaction ID – Through this
API, users can get wallet transaction information by providing a transaction
ID. Clients can receive information only for a transaction that has been made
from their own wallets.
Two new API
endpoints have been created by Crypto APIs particularly for the TRON
blockchain:
Create a
single transaction request from an address without fee priority – Clients
can create new single transaction requests using this endpoint without
specifying a fee priority that determines how quickly a transaction can be
mined.
Create
fungible token transaction requests from non-fee priority addresses –
Through this endpoint, clients can perform a single token transaction on TRON
without setting fee priority.
Blockchain Events (Webhooks) for
TRONpresenter
New Confirmed
Coin Transactions – Using this API endpoint, clients can create callback
subscriptions for new incoming or outgoing confirmed transactions for coins
to/from the specified address. A confirmed transaction means that miners verify
it and add it to the next block.
New Confirmed
Coin Transactions and Every Confirm – This endpoint
creates a subscription for new incoming or outgoing confirmed transactions for
coins to/from the address and also a response for every confirmation the
transaction has received until the specified confirmation limit is reached. .
Mined
transaction – by setting up a callback subscription via this API,
clients will be notified when a specific TRON transaction is mined. Information
is returned per specified transaction. When a transaction is a part of a brand-new
blockchain block, it is mined.
New Block – A
client can subscribe to get notifications for new blocks created on the TRON blockchain by creating
this subscription.
Block Height Reached
– With this API, clients can create callback
subscriptions for a specific block height and be notified when it is reached.
New Confirmed
Token Transactions – With this endpoint, a client will be notified when
there are new confirmed incoming or outgoing transactions for tokens to/from
the specified address.
New Confirmed
Token Transactions and Every Confirmation
– With this API you can create a subscription for new
confirmed incoming or outgoing transactions for tokens from/to the specified
address and also a response for every confirmation until the specified limit is
reached.
New Internal
Transactions Confirmed – Through this endpoint, customers can create callback
subscriptions and receive notifications when there are new internal
transactions confirmed.
New Confirmed
Internal Transactions and Every Confirmation – With this API
customer can create subscriptions for new confirmed internal transactions. Also
include a response in each commit.
Blockchain Tool API for TRON
Validate
Address - This endpoint verifies the accuracy of the user's
public addresses.
Derive HD
wallet (xPub, yPub, zPub) change or receive addresses –
through this endpoint, clients can derive up to 10 addresses, both for change
and receive, by supplying an extended public key from a certain HD wallet
(xPub, yPub, or\ zPub).