U.S. availability by customer and account type
Custodial accounts (business and individual) are U.S.-only. They are not available outside the United States: a non-US country on a custodial request is refused with
422 unsupported_jurisdiction.
A request from a jurisdiction Brale does not serve for the requested account type returns 422 unsupported_jurisdiction. The rejection is permanent, so retrying the same request will not succeed and it is safe to cache the error against an idempotency key.
All account creation remains subject to verification, program approval, applicable compliance requirements, and Brale’s restricted-business policies. Availability in a state or country does not guarantee approval.
Custodial availability by state
Individual custodial accounts are supported in these 44 states and territories:
Individual custodial accounts are not available in California (CA), Massachusetts (MA), Montana (MT), North Carolina (NC), New York (NY), Tennessee (TN), Texas (TX), Virginia (VA), or the territories American Samoa (AS), Guam (GU), the Northern Mariana Islands (MP), and the U.S. Virgin Islands (VI).
Business custodial accounts are supported in the 44 jurisdictions above plus California (CA), Massachusetts (MA), Montana (MT), and North Carolina (NC). They are unavailable in New York (NY), Tennessee (TN), Texas (TX), Virginia (VA), and the territories American Samoa (AS), Guam (GU), the Northern Mariana Islands (MP), and the U.S. Virgin Islands (VI).
US states and territories in requests
- When the individual’s
countryisUS,address.stateis required and must be a US state or territory, as an abbreviation or full name ("CA","California", and"PR"all work). Otherwise the request returns422 invalid_us_state. - A US territory is a US jurisdiction, not a separate country. Send
country: "US"with the territory inaddress.state(PR,GU,AS,VI,MP), which is how a territory address is normally written. Do not put a territory in a country field. - For a non-US individual,
address.stateis optional and free-form (a province or region).
International transactional availability
Business transactional and individual transactional accounts are available in the same set of 131 approved countries outside the United States, listed below. Transactional accounts are non-custodial: they receive no Brale-managed internal wallets, hold no balances at Brale, and register external destination-only addresses. Coverage remains subject to identity verification, sanctions screening, program approval, product support, applicable law, and Brale’s restricted-business policies. A country appearing in this list does not guarantee that an applicant from that country is approved.Country eligibility and verification method are separate. In some countries Brale can verify an identity number against a government registry; in others, no registry check is available and verification is completed through identity document collection instead. An eligible applicant may therefore be asked for documents even though their country is approved. The document request flow is the same as for U.S. accounts — see Verification.
individual.country and send a matching identity document type. See Creating a non-US individual account.
Approved countries (131)
Countries not in this list are not currently eligible for transactional account creation. Requests for individuals in unapproved countries are rejected before verification begins.
Custodial vs. transactional
- Custodial accounts receive Brale-managed internal wallet addresses and can hold Brale-custodied balances. See Custodial Accounts.
- Transactional accounts are non-custodial. They do not receive internal wallet addresses and cannot hold balances at Brale.
- Transactional accounts can register external, self-custody destination addresses.
- External addresses belonging to a transactional account are destination-only. They cannot originate on-chain transfers.
Which address determines eligibility
- Individual accounts — the individual’s principal residential address.
- Business accounts — the business’s principal operating address.
Related
- Account types — the
entity_typeandaccount_typefields onPOST /accounts. - Accounts — the full account resource, fields, and lifecycle.
POST /accounts— API reference.