---
title: "Static Memo Activity Across All Customers"
method: GET
path: "/static_memos/history"
tags: ["Static Memos"]
---

# Static Memo Activity Across All Customers

`GET /static_memos/history`

History of activity across all customers and Virtual Accounts

## Response `200`

List of Static Memo events

- object
  - `count` integer, required — The number of events returned
  - `data` StaticMemoEvent[], required
    - `id` string, required — A UUID that uniquely identifies a resource
    - `type` 'funds_received' | 'payment_submitted' | 'payment_processed' | 'in_review' | 'refunded' | 'refund_in_flight' | 'refund_failed' | 'account_update' — The type of activity
    - `customer_id` string — A UUID that uniquely identifies a resource
    - `static_memo_id` string — A UUID that uniquely identifies a resource
    - `amount` string — Amount for that event, represented as a dollar denominated string. Examples include "100.25", "0.1", "1.234567" etc. For "incoming" events such as funds_received or under_review, this is the initial amount received. For "outgoing" events such as payment_submitted and payment_processed, this is the amount of funds sent to the destination. For non-transactional events such as account_update, this will be zero.
    - `currency` 'usdb' | 'usdc' | 'usdt' | 'usd' | 'pyusd'
    - `developer_fee_amount` string — Amount of the developer fee if any, represented as a dollar denominated string. This is the final amount taken out of what is ultimately received by your customer, not a percentage. Examples include "100.25", "0.1", "1.234567" etc.
    - `exchange_fee_amount` string — Amount of the exchange fee if any, represented as a dollar denominated string. Examples include "100.25", "0.1", "1.234567" etc.
    - `subtotal_amount` string — Amount of the subtotal, represented as a dollar denominated string. Examples include "100.25", "0.1", "1.234567" etc.
    - `gas_fee` string — Amount of the gas fee if any, represented as a dollar denominated string. Examples include "100.25", "0.1", "1.234567" etc.
    - `deposit_id` string — The id of the deposit related to this event. This id can be used to link multiple events to the same transaction
    - `destination_tx_hash` string — The hash of the on-chain transfer to the destination address
    - `destination_payment_rail` string — The destination payment rail where the funds are deposited to
    - `source_deposit_instructions` StaticMemoEventSourceDepositInstructions
      - `deposit_message` string, required — The message that the customer MUST include in their wire memo/message or ach push description
    - `source` StaticMemoEventSource
      - `payment_rail` 'ach' | 'wire' | 'ach_push' | 'ach_same_day' | 'arbitrum' | 'avalanche_c_chain' | 'base' | 'bre_b' | 'co_bank_transfer' | 'celo' | 'ethereum' | 'optimism' | 'pix' | 'polygon' | 'solana' | 'spei' | 'stellar' | 'tempo', required
      - `description` string — (ACH only) The description of the deposit that the customer sent
      - `sender_name` string — (ACH only) The name of the business or individual who initiated the transaction
      - `sender_bank_routing_number` string — (ACH only) The routing number of the entity that initiated this ACH transaction
      - `trace_number` string — (ACH only) The unique, a 15-digit number associated with each ACH transaction that is used for tracking and reconciling transactions
      - `bank_routing_number` string — (Wire only) The routing number of the bank that the customer sent the deposit to
      - `bank_name` string — (Wire only) The name of the bank that the customer sent the deposit to
      - `bank_beneficiary_name` string — (Wire only) The beneficiary name of this deposit
      - `bank_beneficiary_address` string — (Wire only) The beneficiary address of this deposit
      - `originator_name` string — (Wire only) The originator name of this deposit
      - `originator_address` string — (Wire only) The originator address of this deposit
      - `wire_message` string — (Wire only) The memo for this wire
      - `imad` string — (Wire only) The IMAD of a wire transfer, if available
      - `omad` string — (Wire only) The OMAD of a wire transfer, if available
    - `created_at` string, date-time — Time of creation of the event

---

[API](https://skmtc.net/bridge/apis/bridge-api.md) · [All operations](https://skmtc.net/bridge/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bridge/bridge-api/revisions/570998bde3b5/schema)
