Added
Added size constraints to Create Wallet API requests
September 30th, 2025
The Create Wallet API request structure now enforces explicit size constraints for the following fields:
address.address_1must have size between 1 and 255 charactersaddress.address_2must have size between 0 and 255 charactersaddress.citymust have size between 1 and 40 charactersaddress.statemust have size of 2 charactersaddress.postal_codemust have size between 1 and 10 charactersaddress.countrymust have size of 2 charactersfirst_namemust have size between 1 and 40 charactersmiddle_namemust have size between 0 and 40 characterslast_namemust have size between 1 and 40 charactersemailmust have size between 1 and 255 characters
