sender_address string |
type stringType of operation e.g transfer |
status stringThis value indicates the state of the operations |
token_transfer_recipient_address string |
amount string |
symbol string |
decimals integer |
gas_limit numberMaximum price a user is willing to pay. |
gas_price numberCost necessary to perform a transaction on the network |
suggested_fee_multiplier numberA 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 stringMaximum fee user is willing to pay |
fee string |
size integerTransaction approximative size (used to calculate total fee). |
memo string |
number_of_cycles integerNumber of cycles when stacking. |
contract_address stringAddress of the contract to call. |
contract_name stringName of the contract to call. |
burn_block_height integerSet the burnchain (BTC) block for stacking lock to start. |
reward_cycle_id integerThe reward cycle ID for stacking transaction. |
delegate_to stringDelegator address for when calling delegate-stacking . |
pox_addr stringThe reward address for stacking transaction. It should be a valid Bitcoin address |
signer_key stringThe hex-encoded signer key (buff 33) for PoX. |
signer_private_key stringThe 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 stringThe 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 stringThe 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 stringThe auth ID for the PoX transaction. If not specified, a random value will be generated. |