POST
/
v2
/
vaults
/
deploy
/
action
Build a vault deployment action
curl --request POST \
  --url https://api.dfb.network/v2/vaults/deploy/action \
  --header 'Content-Type: application/json' \
  --data '
{
  "asset": "<string>",
  "bot": "<string>",
  "network": "<string>",
  "owner": "<string>",
  "strategy": "<string>"
}
'
{}

Body

application/json

Vault deployment request

asset
string
bot
string
network
string
owner
string
strategy
string

Response

Created

The response is of type object.