POST
/
v1
/
liquidity
/
migration
/
{user_address}
curl --request POST \
  --url https://backend.swap.coffee/v1/liquidity/migration/{user_address} \
  --header 'Content-Type: application/json' \
  --data '{
  "source_pool": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
  "destination_pool": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
  "source_lp": "<string>",
  "min_destination_lp": "<string>",
  "pool_action_type": "not_existing_pool"
}'
{
  "query_id": 123,
  "message": {
    "address": "EQCM3B12QK1e4yZSf8GtBRT0aLMNyEsBc_DhVfRRtOEffLez",
    "value": "<string>"
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

user_address
string
required

Body

application/json
source_pool
string
required
Example:

"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"

source_lp
string
required

Absolute value

min_destination_lp
string
required

Absolute value

pool_action_type
enum<string>
required
Available options:
not_existing_pool,
existing_pool
destination_pool
string

If not passed, then volatile pool with source pool tokens will be created

Example:

"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"

Response

200
application/json
Transaction to be sent
query_id
integer
required
message
object
required