POST
Deploy address
This API call is to manually deploy an ETH address
Path Params
-
coinstring requiredA cryptocurrency symbol or token ticker symbol -
walletIdstring required -
addressIdstring requiredAddress or Id which will be used for information lookup
Body Params
object
-
forceDeploybooleanUse forceDeploy: true to deploy the forwarder even if pendingDeployment flag is set as false -
gasPricenumberExplicit gas price to use when deploying the forwarder contract (ETH only). If not given, defaults to the current estimated network gas price. -
eip1559objectSpecify eip1559 fee parameters in forwarder creation transactions.eip1559 object
-
maxFeePerGasnumber requiredMax total gasPrice for EIP1559 transactions. Only for ETH and ERC20 tokens. -
maxPriorityFeePerGasnumber requiredMax priority tip price for EIP1559 transactions. Only for ETH and ERC20 tokens.
-
Responses
200
OK
Response Body
object
-
txIdstring required
400
Bad Request
Response Body
object
-
namestringError code -
contextmap of objects requiredProperties that apply to a specific error namecontext object
-
<key>object
-
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id
401
Unauthorized
Response Body
object
-
namestringError code -
contextmap of objects requiredProperties that apply to a specific error namecontext object
-
<key>object
-
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id