---
title: "Get a list of all Prefunded Account"
method: GET
path: "/prefunded_accounts"
tags: ["Prefunded Accounts"]
---

# Get a list of all Prefunded Account

`GET /prefunded_accounts`

Retrieve a all Prefunded Accounts

## Response `200`

List of prefunded accounts.

- object
  - `data` PrefundedAccount[], required
    - `id` string, required — A UUID that uniquely identifies a resource
    - `available_balance` string, required — Amount available for spending, represented as a dollar denominated string. Examples include "100.25", "0.1", "1.234567", "1.01" etc.
    - `currency` 'usd', required
    - `name` string, required — Serialized name of the account which identifies the counterparty.

## Other responses

- `401` — Missing or invalid API key
- `404` — No resource found
- `500` — Unexpected error. User may try and send the request again.

---

[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/versions/570998bde3b5/schema)
