Market data

get_current_trx_price()

Get Tronix price

get_current_trx_market_data()

Get TRX market data

get_trx_market_data_for_date()

Get TRX market data for a date

get_trx_market_data_for_time_range()

Get historical TRX market data

get_trx_market_data_for_last_n_days()

Get historical TRX market data

get_trx_ohlc_data_for_last_n_days()

Get historical TRX price data

get_supported_coingecko_currencies()

Get CoinGecko currencies

Account balance

get_account_balance()

Get account balance

get_account_trx_balance()

Get Tronix balance

list_top_trx_holders()

List top TRX holders

Blocks

get_block_info()

Get block attributes

get_blocks_for_time_range()

Get blocks for a time range

Transactions

get_tx_info_by_id()

Get transaction attributes

get_tx_info_by_account_address()

Get transactions for an account

get_tx_for_time_range()

Get transactions for a time range

Transfers

get_trc10_transfers()

Get TRC-10 transfers

get_trc20_transfers()

Get TRC-20 transfers

Smart contract events

get_events_of_latest_block()

Get events of latest block

get_events_by_block_number()

Get events by block number

get_events_by_tx_id()

Get events by transaction ID

get_events_by_contract_address()

Get events by contract address

Token descriptions

get_trc10_token_description()

Get description of a TRC-10 token

get_trc20_token_description()

Get description of a TRC-20 token

Blockchain statistics

get_chain_statistics()

Get historical metrics of the TRON blockchain

Utility functions

apply_decimal()

Change representation of token amounts

convert_address()

Convert TRON addresses

is_address()

Validate TRON addresses

from_unix_timestamp()

Convert to POSIXct datetime values

to_unix_timestamp()

Convert to Unix timestamp