POST
/
v1
/
dex
/
vault
/
{asset}
curl --request POST \
  --url https://backend.swap.coffee/v1/dex/vault/{asset}
{
  "address": "EQCM3B12QK1e4yZSf8GtBRT0aLMNyEsBc_DhVfRRtOEffLez",
  "value": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

asset
string
required

Response

200
application/json
Transaction to be sent
payload_cell
file
required

Base64-encoded cell. Treated as a payload field in TonConnect transaction.

address
string
required
value
string
required

Amount of nanotons to be sent. Can be passed to TonConnect transaction.

state_init
file

Base64-encoded cell. Treated as a stateInit field in TonConnect transaction.