Get transaction info by contract address
Path parameters
The address of contract (format: Base58 or Hex). Example: TG3XXyExBkPp9nzdajDZsozEu4BkaSJozs
Query parameters
Set 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.
Set to true to return only unconfirmed transactions; set to false (or omit) to return both. Cannot be used simultaneously with only_confirmed.
The minimum block timestamp to filter by. (Unit: milliseconds, Default: 0)
The maximum block timestamp to filter by. (Unit: milliseconds, Default: current time)
Sort order: block_timestamp,asc or block_timestamp,desc (default).
The fingerprint for pagination, obtained from the meta.fingerprint field of a previous response. Note: When using fingerprint, all other parameters must remain the same.
The maximum number of transactions to return per page. (Default: 20, Max: 200)
Response
200
Changes
No recorded changes to this endpoint across all 1 revision of this API.