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

200
application/json

Successful Prefunded Account object response

The response is of type object.