cURL
curl --request GET \ --url https://api.bridge.xyz/v0/prefunded_accounts/{prefundedAccountID} \ --header 'Api-Key: <api-key>'
200
SuccessfulPrefundedAccountResponse
{ "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"}
Retrieve a Prefunded Account
A UUID that uniquely identifies a resource
1 - 42
Successful Prefunded Account object response
The response is of type object.
object
Was this page helpful?