Get transaction info by contract addressget https://api.shasta.trongrid.io/v1/contracts/{contractAddress}/transactionsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamscontractAddressstringrequiredThe address of contract (format: Base58 or Hex). Example: TG3XXyExBkPp9nzdajDZsozEu4BkaSJozsQuery Paramsonly_confirmedbooleanSet to true to return only confirmed [items]; set to false to return both confirmed and unconfirmed [items]. Cannot be used simultaneously with only_unconfirmed. (Default: false)truefalseonly_unconfirmedbooleanSet to true to return only unconfirmed [items]; set to false to return both confirmed and unconfirmed [items]. Cannot be used simultaneously with only_confirmed. (Default: false)truefalsemin_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)order_bystringSpecifies the sort order. block_timestamp,asc | block_timestamp,desc (default).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.limitint32The maximum number of transactions to return per page. (Default: 20,Max: 200)Responses 200200 400400Updated 5 months ago