---
title: "Get details for a specific Prefunded Account"
method: GET
path: "/prefunded_accounts/{prefundedAccountID}"
tags: ["Prefunded Accounts"]
---

# Get details for a specific Prefunded Account

`GET /prefunded_accounts/{prefundedAccountID}`

Retrieve a Prefunded Account

## Response `200`

Successful Prefunded Account object response

- PrefundedAccount
  - `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)
