unisat-dev-docs

BRC20 MarketPlace API

This API provides endpoints for BRC20 marketplace services

👉 View Swagger UI


📑 Table of Contents

Route Summary
POST /v3/market/brc20/auction/bind_info Get the address bind info.
POST /v3/market/brc20/auction/brc20_kline Get tick k line.
POST /v3/market/brc20/auction/brc20_types Get statistical data, price, market capitalization, etc. for BRC20.
POST /v3/market/brc20/auction/brc20_types_specified Get statistical data, price, market capitalization, etc. for BRC20.
POST /v3/market/brc20/auction/bind Bind btcAddress and nftAddress.
POST /v3/market/brc20/auction/list Retrieve the list information of the market.
POST /v3/market/brc20/auction/inscription_info Retrieve inscription information, including brc20, names, collection. It is necessary to first determine the inscription type before calling the relevant services.
POST /v3/market/brc20/auction/inscription_info_list Get the basic listing information of the specified inscription list
POST /v3/market/brc20/auction/actions Get information on listings, delistings, and sales.
POST /v3/market/brc20/auction/create_put_on Create listing order.
POST /v3/market/brc20/auction/confirm_put_on Confirm listing order.
POST /v3/market/brc20/auction/create_bid_prepare Return params before creating purchase order.
POST /v3/market/brc20/auction/create_bid Create purchase order.
POST /v3/market/brc20/auction/confirm_bid Confirm purchase order.
POST /v3/market/brc20/auction/create_put_off Create delisting order.
POST /v3/market/brc20/auction/confirm_put_off Confirm delisting order.
POST /v3/market/brc20/auction/create_modify_price Create the order for price adjustment.
POST /v3/market/brc20/auction/confirm_modify_price Confirm the order for price adjustment.

MarketPlace-BRC20

Get the address bind info.

Method: POST
Path: /v3/market/brc20/auction/bind_info
Swagger Link: View in Swagger UI

Response (200)


Get tick k line.

Method: POST
Path: /v3/market/brc20/auction/brc20_kline
Swagger Link: View in Swagger UI

Response (200)


Get statistical data, price, market capitalization, etc. for BRC20.

Method: POST
Path: /v3/market/brc20/auction/brc20_types
Swagger Link: View in Swagger UI

Response (200)


Get statistical data, price, market capitalization, etc. for BRC20.

Method: POST
Path: /v3/market/brc20/auction/brc20_types_specified
Swagger Link: View in Swagger UI

Response (200)


Bind btcAddress and nftAddress.

Method: POST
Path: /v3/market/brc20/auction/bind
Swagger Link: View in Swagger UI

Response (200)


Retrieve the list information of the market.

Method: POST
Path: /v3/market/brc20/auction/list
Swagger Link: View in Swagger UI

Response (200)


Retrieve inscription information, including brc20, names, collection. It is necessary to first determine the inscription type before calling the relevant services.

Method: POST
Path: /v3/market/brc20/auction/inscription_info
Swagger Link: View in Swagger UI

Response (200)


Get the basic listing information of the specified inscription list

Method: POST
Path: /v3/market/brc20/auction/inscription_info_list
Swagger Link: View in Swagger UI

Response (200)


Get information on listings, delistings, and sales.

Method: POST
Path: /v3/market/brc20/auction/actions
Swagger Link: View in Swagger UI

Response (200)


Create listing order.

Method: POST
Path: /v3/market/brc20/auction/create_put_on
Swagger Link: View in Swagger UI

Response (200)


Confirm listing order.

Method: POST
Path: /v3/market/brc20/auction/confirm_put_on
Swagger Link: View in Swagger UI

Response (200)


Return params before creating purchase order.

Method: POST
Path: /v3/market/brc20/auction/create_bid_prepare
Swagger Link: View in Swagger UI

Response (200)


Create purchase order.

Method: POST
Path: /v3/market/brc20/auction/create_bid
Swagger Link: View in Swagger UI

Response (200)


Confirm purchase order.

Method: POST
Path: /v3/market/brc20/auction/confirm_bid
Swagger Link: View in Swagger UI

Response (200)


Create delisting order.

Method: POST
Path: /v3/market/brc20/auction/create_put_off
Swagger Link: View in Swagger UI

Response (200)


Confirm delisting order.

Method: POST
Path: /v3/market/brc20/auction/confirm_put_off
Swagger Link: View in Swagger UI

Response (200)


Create the order for price adjustment.

Method: POST
Path: /v3/market/brc20/auction/create_modify_price
Swagger Link: View in Swagger UI

Response (200)


Confirm the order for price adjustment.

Method: POST
Path: /v3/market/brc20/auction/confirm_modify_price
Swagger Link: View in Swagger UI

Response (200)