Deploy address

post/api/v2/{coin}/wallet/{walletId}/address/{addressId}/deployment

This API call is to manually deploy an ETH address

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: btc
  • walletIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
  • addressIdstringRequired
    Address or Id which will be used for information lookup

Request Body

forceDeploy boolean
Use forceDeploy: true to deploy the forwarder even if pendingDeployment flag is set as false
Default: false
gasPrice number
Explicit gas price to use when deploying the forwarder contract (ETH only). If not given, defaults to the current estimated network gas price.
eip1559 object
Specify eip1559 fee parameters in forwarder creation transactions.
maxFeePerGas number required
Max total gasPrice for EIP1559 transactions. Only for ETH and ERC20 tokens.
maxPriorityFeePerGas number required
Max priority tip price for EIP1559 transactions. Only for ETH and ERC20 tokens.

200 Response

txId string required

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id