sender_address string — OPTIONAL |
type string — OPTIONALType of operation e.g transfer |
status string — OPTIONALThis value indicates the state of the operations |
token_transfer_recipient_address string — OPTIONAL |
amount string — OPTIONAL |
symbol string — OPTIONAL |
decimals integer — OPTIONAL |
gas_limit number — OPTIONALMaximum price a user is willing to pay. |
gas_price number — OPTIONALCost necessary to perform a transaction on the network |
suggested_fee_multiplier number — 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_fee string — OPTIONALMaximum fee user is willing to pay |
fee string — OPTIONAL |
size integer — OPTIONALTransaction approximative size (used to calculate total fee). |
memo string — OPTIONAL |
number_of_cycles integer — OPTIONALNumber of cycles when stacking. |
contract_address string — OPTIONALAddress of the contract to call. |
contract_name string — OPTIONALName of the contract to call. |
burn_block_height integer — OPTIONALSet the burnchain (BTC) block for stacking lock to start. |
reward_cycle_id integer — OPTIONALThe reward cycle ID for stacking transaction. |
delegate_to string — OPTIONALDelegator address for when calling delegate-stacking . |
pox_addr string — OPTIONALThe reward address for stacking transaction. It should be a valid Bitcoin address |
signer_key string — OPTIONALThe hex-encoded signer key (buff 33) for PoX. |
signer_private_key string — 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_signature string — 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_amount string — OPTIONALThe maximum amount of STX to stack for PoX. If not specified, the amount will be used as the max-amount for the PoX transaction. |
pox_auth_id string — OPTIONALThe auth ID for the PoX transaction. If not specified, a random value will be generated. |