get https://api.solana.fm/v1/actions
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 codemessage:
<String>, An error message to indicate which part of the query went wrongstatus:
<String>, The response status following the error code- 400 = Bad Request (client side)
- 500 = Internal Server Error (server side)