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": "f15972de-4cdd-460c-9da3-34f7321bfa3f",
"currency": "usd",
"available_balance": "134.12",
"name": "my_account",
"created_at": "2020-01-01T00:00:00.000Z",
"updated_at": "2020-01-02T00:00:00.000Z"
}

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.