| sender_addressstring —  OPTIONAL | 
| typestring —  OPTIONALType of operation e.g transfer | 
| statusstring —  OPTIONALThis value indicates the state of the operations | 
| token_transfer_recipient_addressstring —  OPTIONAL | 
| amountstring —  OPTIONAL | 
| symbolstring —  OPTIONAL | 
| decimalsinteger —  OPTIONAL | 
| gas_limitnumber —  OPTIONALMaximum price a user is willing to pay. | 
| gas_pricenumber —  OPTIONALCost necessary to perform a transaction on the network | 
| suggested_fee_multipliernumber —  OPTIONALA suggested fee multiplier to indicate that the suggested fee should be scaled. This may be used to set higher fees for urgent transactions or to pay lower fees when there is less urgency. | 
| max_feestring —  OPTIONALMaximum fee user is willing to pay | 
| feestring —  OPTIONAL | 
| sizeinteger —  OPTIONALTransaction approximative size (used to calculate total fee). | 
| memostring —  OPTIONAL | 
| number_of_cyclesinteger —  OPTIONALNumber of cycles when stacking. | 
| contract_addressstring —  OPTIONALAddress of the contract to call. | 
| contract_namestring —  OPTIONALName of the contract to call. | 
| burn_block_heightinteger —  OPTIONALSet the burnchain (BTC) block for stacking lock to start. | 
| reward_cycle_idinteger —  OPTIONALThe reward cycle ID for stacking transaction. | 
| delegate_tostring —  OPTIONALDelegator address for when calling delegate-stacking. | 
| pox_addrstring —  OPTIONALThe reward address for stacking transaction. It should be a valid Bitcoin address | 
| signer_keystring —  OPTIONALThe hex-encoded signer key (buff 33) for PoX. | 
| signer_private_keystring —  OPTIONALThe hex-encoded signer private key for PoX. Specify either this or signer_signature, otherwise the PoX transaction requires allow-listing from the signer. | 
| signer_signaturestring —  OPTIONALThe hex-encoded signer signature for PoX. Specify either this or signer_private_key, otherwise the PoX transaction requires allow-listing from the signer. | 
| pox_max_amountstring —  OPTIONALThe maximum amount of STX to stack for PoX. If not specified, the amountwill be used as themax-amountfor the PoX transaction. | 
| pox_auth_idstring —  OPTIONALThe auth ID for the PoX transaction. If not specified, a random value will be generated. |