Create Account
These are result codes that communicate success (200) or failure (400) specific to the Create Account operation, which often fails because the new account does not meet the minimum reserve.
Learn more about the Create Account operation.
- RESULT CODE -
OpSuccess
CREATE_ACCOUNT_SUCCESSThe inner object result is valid, the operation was a success, and an acount was created.
OpMalformed
CREATE_ACCOUNT_MALFORMEDThe destination was invalid.
OpUnderfunded
CREATE_ACCOUNT_UNDERFUNDEDThe source account performing the command does not have enough funds to give the destination account the necessary mininum reserve and still maintain its own minimum reserve.
OpLowReserve
CREATE_ACCOUNT_LOW_RESERVEThe operation would create an account below the minimum reserve.
OpAlreadyExists
CREATE_ACCOUNT_ALREADY_EXISTThe destination account already exists.
Last updated
Was this helpful?