---
title: "Get funding history of a Prefunded Account"
method: GET
path: "/prefunded_accounts/{prefundedAccountID}/history"
tags: ["Prefunded Accounts"]
---

# Get funding history of a Prefunded Account

`GET /prefunded_accounts/{prefundedAccountID}/history`

Retrieve the funding events and returns for a Prefunded Account

## Response `200`

Successful Prefunded Account object response

- PrefundedAccountHistory
  - `id` string, required — A UUID that uniquely identifies a resource
  - `amount` string, required — Amount of the transaction, represented as a dollar denominated string. Examples include "100.25", "0.1", "1.234567", "1.01" etc.
  - `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.
  - `type` 'funding' | 'refunded transfer', required — The type of the transaction.
  - `created_at` string, date-time, required — Time of creation of the External Account
  - `withdrawal_id` string — The ID of the transfer which created this event. Exclusive with deposit_id.
  - `deposit_id` string — The ID of the transfer which created this event. Exclusive with withdrawal_id.

## 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/revisions/570998bde3b5/schema)
