Return every transaction submitted by the authenticated account.
https://relayer.forka.st/transactions with the standard L2 headers. The relayer derives the account from your credentials and automatically scopes the response.| Field | Type | Description |
|---|---|---|
transactionID | string | ULID assigned when the relayer accepts the request. |
transactionHash | string | On-chain transaction hash when broadcast. |
from | string | Source address (Safe owner or Proxy wallet). |
to | string | Destination contract. |
proxyAddress | string | Proxy wallet executing the call, when applicable. |
data | string | 0x-encoded calldata sent on-chain. |
nonce | string | Decimal nonce used by the relayer. |
value | string | Amount of wei forwarded with the call. |
state | string | Current lifecycle state such as STATE_ACCEPTED, STATE_MINED, or STATE_FAILED. |
type | string | Operation type (SAFE, SAFE-CREATE, or PROXY). |
metadata | string|null | Free-form string stored alongside the submission. |
createdAt | string | ISO 8601 timestamp for initial persistence. |
updatedAt | string | ISO 8601 timestamp for the latest state transition. |
createdAt order; use client-side filtering for pagination.403.transactionHash may be null until the relayer broadcasts it.Transactions fetched successfully.
Current lifecycle state tracked by the relayer.
Operation type such as SAFE, SAFE-CREATE, or PROXY.