v3

latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KB
exchange-external-api

Create liquidity pool contract for CEX

post/exchange/api/cexs/liquidity-pools

Request body

networkIdstring required

ID for network

cexSignerstring required

CEX signer wallet address

Example request

{
  "networkId": "bsc_testnet"
}

Response

Success

networkIdstring required

ID for network

cexSignerstring required

CEX signer wallet address

businessIdstring required

CEX profile business ID

addressstring

CEX liquidity pool address

poolIndexnumber

on-chain index of liquidity pool account

initHashstring

contract creation transaction hash

createdAtstring date-time required

Timestamp field.

updatedAtstring date-time required

Timestamp field.

Example response

{
  "networkId": "bsc_testnet"
}