TronGrid v1 APIAccounts & TransactionsGet transaction info by account addressget https://api.shasta.trongrid.io/v1/accounts/{address}/transactionsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamsaddressstringrequiredAccount address. (Format: Base58 or Hex). Example: TUoHaVjx7n5xz8LwPRDckgFrDWhMhuSuJMQuery Paramsonly_confirmedbooleanSet to true to return only confirmed transactions; set to false (or omit) to return both confirmed and unconfirmed. Cannot be used simultaneously with only_unconfirmed.truefalseonly_unconfirmedbooleanSet to true to return only unconfirmed transactions; set to false (or omit) to return both. Cannot be used simultaneously with only_confirmed.truefalseonly_tobooleanSet to true to return only transactions sent to the address specified in the path. (Default: false)truefalseonly_frombooleanSet to true to return only transactions sent from the address specified in the path. (Default: false)truefalselimitint32The maximum number of transactions to return per page. (Default: 20, Max: 200)fingerprintstringThe fingerprint for pagination, obtained from the meta.fingerprint field of a previous response. Note: When using fingerprint, all other parameters must remain the same.order_bystringSort order: block_timestamp,asc or block_timestamp,desc (default). Also accepts timestamp,asc / timestamp,desc.min_timestampint64The minimum block timestamp to filter by. (Unit: milliseconds, Default: 0)max_timestampint64The maximum block timestamp to filter by. (Unit: milliseconds, Default: current time)min_block_timestampint64Synonym for min_timestamp. (Unit: milliseconds, integer epoch.)max_block_timestampint64Synonym for max_timestamp. (Unit: milliseconds, integer epoch.)Responses 200200 400400Updated 4 days ago Get account info by addressGet TRC-20 transaction info by account address