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_1
must have size between 1 and 255 charactersaddress.address_2
must have size between 0 and 255 charactersaddress.city
must have size between 1 and 40 charactersaddress.state
must have size of 2 charactersaddress.postal_code
must have size between 1 and 10 charactersaddress.country
must have size of 2 charactersfirst_name
must have size between 1 and 40 charactersmiddle_name
must have size between 0 and 40 characterslast_name
must have size between 1 and 40 charactersemail
must have size between 1 and 255 characters