POST
/
v2
/
pools
/
{poolId}
/
quote
Create a pool quote
curl --request POST \
  --url https://api.dfb.network/v2/pools/{poolId}/quote \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "<string>",
  "address": "<string>",
  "amount": "<string>",
  "asset": "<string>"
}
'
{}

Path Parameters

poolId
string
required

Pool id

Body

application/json

Pool action request

action
string
address
string
amount
string
asset
string

Response

OK

The response is of type object.