Skip to main content
GET
/
prefunded_accounts
/
{prefundedAccountID}
Get details for a specific Prefunded Account
curl --request GET \
  --url https://api.bridge.xyz/v0/prefunded_accounts/{prefundedAccountID} \
  --header 'Api-Key: <api-key>'
{
  "id": "<string>",
  "available_balance": "<string>",
  "currency": "usd",
  "name": "<string>"
}

Authorizations

Api-Key
string
header
required

Path Parameters

prefundedAccountID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Response

Successful Prefunded Account object response

id
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
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
enum<string>
required

currency associated with the bank account.

Available options:
usd
name
string
required

Serialized name of the account which identifies the counterparty.