TronGrid v1 APIContractsGet 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 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.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_bystringSort order: block_timestamp,asc or 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 3 days ago Get assets by ID or issuerGet internal transactions by contract address