Get transaction info by contract address

get/v1/contracts/{contractAddress}/transactions

Path parameters

contractAddressstring required

The address of contract (format: Base58 or Hex). Example: TG3XXyExBkPp9nzdajDZsozEu4BkaSJozs

Query parameters

only_confirmedboolean

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.

only_unconfirmedboolean

Set to true to return only unconfirmed transactions; set to false (or omit) to return both. Cannot be used simultaneously with only_confirmed.

min_timestampstring date-time

The minimum block timestamp to filter by. (Unit: milliseconds, Default: 0)

max_timestampstring date-time

The maximum block timestamp to filter by. (Unit: milliseconds, Default: current time)

order_bystring

Sort order: block_timestamp,asc or block_timestamp,desc (default).

fingerprintstring

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.

limitinteger

The maximum number of transactions to return per page. (Default: 20, Max: 200)

Response

200

successboolean

Whether the request was successful.

Changes

No recorded changes to this endpoint across all 1 revision of this API.