POST
/
v2
/
vaults
/
deploy
/
quote
Create a vault deployment quote
curl --request POST \
  --url https://api.dfb.network/v2/vaults/deploy/quote \
  --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

OK

The response is of type object.