Deploy Pool

/deploy_pool interface pre-load, get the signature content, gas and byte information.

get
/v1/brc20-swap/pre_deploy_pool
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
addressstringRequired
tick0stringRequired
tick1stringRequired
tsnumberRequired

Timestamp (seconds)

Responses
200

Default Response

application/json
get
/v1/brc20-swap/pre_deploy_pool
200

Default Response

Deploy the pool operation.

post
/v1/brc20-swap/deploy_pool
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
addressstringRequired
tick0stringRequired
tick1stringRequired
tsnumberRequired

Timestamp (seconds)

sigstringRequired

User signature

Responses
200

Default Response

application/json
post
/v1/brc20-swap/deploy_pool
200

Default Response

Last updated