cURL
curl --request GET \ --url https://api.bridge.xyz/v0/prefunded_accounts \ --header 'Api-Key: <api-key>'
200
PrefundedAccountsFound
{ "data": [ { "$ref": "#/components/examples/SuccessfulPrefundedAccountResponse/value" } ] }
Retrieve a all Prefunded Accounts
List of prefunded accounts.
Show child attributes
A UUID that uniquely identifies a resource
1 - 42
Amount available for spending, represented as a dollar denominated string. Examples include "100.25", "0.1", "1.234567", "1.01" etc.
currency associated with the bank account.
usd
Serialized name of the account which identifies the counterparty.
Was this page helpful?