GET
/
prefunded_accounts
Get a list of all Prefunded Account
curl --request GET \
  --url https://api.bridge.xyz/v0/prefunded_accounts \
  --header 'Api-Key: <api-key>'
{
"data": [
{
"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

Response

200
application/json

List of prefunded accounts.

The response is of type object.