unisat-dev-docs

Ordinals Domain MarketPlace API

This API provides endpoints for ordinals domain marketplace services.

👉 View Swagger UI


📑 Table of Contents

Route Summary
POST /v3/market/domain/auction/domain_types Get statistical data.
POST /v3/market/domain/auction/domain_statistic Return a summary of domain.
POST /v3/market/domain/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/domain/auction/inscription_info_list Get the basic listing information of the specified inscription list
POST /v3/market/domain/auction/list Retrieve the list information of the market.
POST /v3/market/domain/auction/actions Get information on listings, delistings, and sales.
POST /v3/market/domain/auction/create_put_on Create listing order.
POST /v3/market/domain/auction/confirm_put_on Confirm listing order.
POST /v3/market/domain/auction/create_bid_prepare Return params before creating purchase order.
POST /v3/market/domain/auction/create_bid Create purchase order.
POST /v3/market/domain/auction/confirm_bid Confirm purchase order.
POST /v3/market/domain/auction/create_put_off Create delisting order.
POST /v3/market/domain/auction/confirm_put_off Confirm delisting order.
POST /v3/market/domain/auction/create_modify_price Create the order for price adjustment.
POST /v3/market/domain/auction/confirm_modify_price Confirm the order for price adjustment.

MarketPlace-Domain

Get statistical data.

Method: POST
Path: /v3/market/domain/auction/domain_types
Swagger Link: View in Swagger UI

Description

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

Response (200)


Return a summary of domain.

Method: POST
Path: /v3/market/domain/auction/domain_statistic
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/domain/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/domain/auction/inscription_info_list
Swagger Link: View in Swagger UI

Response (200)


Retrieve the list information of the market.

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

Response (200)


Get information on listings, delistings, and sales.

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

Response (200)


Create listing order.

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

Response (200)


Confirm listing order.

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

Response (200)


Return params before creating purchase order.

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

Response (200)


Create purchase order.

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

Response (200)


Confirm purchase order.

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

Response (200)


Create delisting order.

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

Response (200)


Confirm delisting order.

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

Response (200)


Create the order for price adjustment.

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

Response (200)


Confirm the order for price adjustment.

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

Response (200)