Account
Get Estimate Fee
This content applies to WaaS 1.0 only. We highly recommend that you upgrade to WaaS 2.0.
POST
Documentation Index
Fetch the complete documentation index at: https://cobo.com/developers/llms.txt
Use this file to discover all available pages before exploring further.
Request
coin code
transaction amount in decimal places (e.g. one bitcoin is divisible to eight decimal places, and 100000000 represents 1 BTC)
deposit address
Cobo ID of a transaction designated as RBF, this parameter is used when attempting to speed up or drop a previous transaction
from address
list of addresses used for receiving coins associated with the UTXO model; this value must be a JSON string and has a parameter type that fits. Please note that the
to_address_details parameter and amount parameter are alternative.Sample
transaction fees per byte; applicable to UTXO model
gas price; applicable to account model; unit: wei
gas limit, applicable to account model
UTXO Model:Web3 wallet:
- input_selection: inputs to be excluded and included in transactions associated with the UTXO model; inputs must be in correspondence with from_address (if specified); it must be a JSON string and has a structure that fits InputSelection
- inputs_to_spend: UTXO you want as input. Please note that the length of the list of UTXOs should be less than or equal to 100.
- tx_hash: Transaction tx_hash
- vout_n: UTXO index
- inputs_to_exclude: UTXO you don’t want as input
- tx_hash: Transaction tx_hash
- vout_n: UTXO index
Sample
- calldata: request data associated with an EVM contract.
Sample
Response
request successful or failed
