---
title: "List Static Memos"
method: GET
path: "/static_memos"
tags: ["Static Memos"]
---

# List Static Memos

`GET /static_memos`

List all Static Memo objects

## Query parameters

- `status` 'activated' | 'deactivated' — The activation status of the Virtual Account
- `limit` integer
- `starting_after` string
- `ending_before` string

## Response `200`

List of Static Memos

- object
  - `count` integer, required — total number of items in data
  - `data` StaticMemoResponse[], required
    - `id` string — A UUID that uniquely identifies a resource
    - `developer_fee_percent` string, number — The developer fee percent that will be applied to this Virtual Account. The value is a base 100 percentage, i.e. 10.2% is 10.2 in the API.
    - `source_deposit_instructions` StaticMemoSourceDepositInstructions
      - `currency` 'usd'
      - `payment_rails` PaymentRail[] — All supported payment rails for deposits
      - `deposit_message` string — The message that the customer MUST include in their wire memo/message or ACH description.
      - `bank_name` string — The name of the bank that the customer should send the deposit to
      - `bank_address` string — The address of the bank that the customer should send the deposit to
      - `bank_routing_number` string — The routing number of the bank that the customer should send the deposit to
      - `bank_account_number` string — The account number of the bank that the customer should send the deposit to
      - `bank_beneficiary_name` string — The name of the beneficiary of the bank account that the customer should send the deposit to
      - `bank_beneficiary_address` string — The address of the beneficiary of the bank account that the customer should send the deposit to
    - `destination` StaticMemoDestination
      - `currency` 'usdb' | 'usdc' | 'usdt' | 'pyusd' | 'eurc', required
      - `payment_rail` 'arbitrum' | 'avalanche_c_chain' | 'base' | 'celo' | 'ethereum' | 'optimism' | 'polygon' | 'solana' | 'stellar' | 'tempo' | 'tron', required
      - `address` string, required — The crypto wallet address that the customer wishes to ultimately receive funds at
      - `bridge_wallet_id` string — A UUID that uniquely identifies a resource
      - `blockchain_memo` string — The memo to include when sending funds on chain. Only allowed for blockchains that support memos such as Stellar
    - `created_at` string, date-time — Time of creation of the static memo

---

[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)
