Get 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 ParamsaddressstringrequiredThe account address (Format: Base58 or Hex). Example: TFtbBrsWw5DGHoKQE8VY2WzTY3VnanQ2hzQuery Paramsonly_confirmedbooleanSet to true to return only confirmed transactions; set to false to return both confirmed and unconfirmed transactions. Cannot be used simultaneously with only_unconfirmed. (Default: false)truefalseonly_unconfirmedbooleanSet to true to return only unconfirmed transactions; set to false to return both confirmed and unconfirmed transactions. Cannot be used simultaneously with only_confirmed. (Default: false)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_bystringSpecifies the sort order. block_timestamp,asc | block_timestamp,desc (default)min_timestampdate-timeThe minimum block timestamp to filter by. (Unit: milliseconds, Default: 0)max_timestampdate-timeThe maximum block timestamp to filter by. (Unit: milliseconds, Default: current time)Responses 200200 400400Updated 3 months ago