Get A List Of All Transfer Actions

This endpoint returns you a list of all possible actions identified in a transfers model

Results

Valid Response

[String]- an array of strings identifying each possible transfer action

Example of a valid response:

[
  "createAccount",
  "assign",
  "transfer",
  "createAccountWithSeed",
  "advanceNonceAccount",
  "withdrawNonceAccount",
  "initializeNonceAccount",
  "authorizeNonceAccount",
  "allocate",
  "allocateWithSeed",
  "assignWithSeed",
  "transferWithSeed",
  "upgradedNonceAccount",
  "purgeAccount",
  "unknownTransfer",
  "initializeMint",
  "initializeAccount",
  "initializeMultisig",
  "transfer",
  "approve",
  "revoke",
  "setAuthority",
  "mintTo",
  "burn",
  "closeAccount",
  "freezeAccount",
  "thawAccount",
  "transferChecked",
  "approveChecked",
  "mintToChecked",
  "burnChecked",
  "initializeAccount2",
  "syncNative",
  "initializeAccount3",
  "initializeMultisig2",
  "initializeMint2",
  "getAccountDataSize",
  "initializeImmutableOwner",
  "amountToUiAmount",
  "uiAmountToAmount",
  "payTxFees",
  "transferCheckedWithFee",
  "withdrawWithheldTokensFromMint",
  "withdrawWithheldTokensFromAccounts",
  "harvestWithheldTokensToMint"
]

Invalid Response

<object> - a JSON object containing the following fields if the requested account doesn't exist

  • code:<integer>, The error code
  • message:<String>, An error message to indicate which part of the query went wrong
  • status:<String>, The response status following the error code
    • 400 = Bad Request (client side)
    • 500 = Internal Server Error (server side)
Language
Click Try It! to start a request and see the response here!