When API endpoint for liquid swap is added in the future?

Recently liquidity swap become available, and I frequently use it.
As it is new service, I suppose there is no API access.
I’m grateful if binance developers would prepare it and users can make use of information through codes.

Good news, we just released the endpoints recently:


    GET /sapi/v1/bswap/pools to list all swap pools.
    GET /sapi/v1/bswap/liquidity to get liquidity information of a pool.
    POST /sapi/v1/bswap/liquidityAdd to add liquidity.
    POST /sapi/v1/bswap/liquidityRemove to remove liquidity.
    GET /sapi/v1/bswap/liquidityOps to get liquidity operation record.
    GET /sapi/v1/bswap/quote to request quotes.
    POST /sapi/v1/bswap/swap to swap.
    GET /sapi/v1/bswap/swap to get swap history.

please find the details from the document:

https://binance-docs.github.io/apidocs/spot/en/#change-log

1 Like