unisat-dev-docs

Ordinals Collection MarketPlace API

This API provides endpoints for ordinals collection marketplace services

👉 View Swagger UI


📑 Table of Contents

Route Summary
POST /v3/market/collection/auction/collection_statistic Return a summary of collection.
POST /v3/market/collection/auction/collection_statistic_list Return a summary of collection.
POST /v3/market/collection/auction/collection_summary Get the collection statistics information at a certain address
POST /v3/market/collection/auction/collection_inscriptions Get the list details of a certain collection at a certain address
POST /v3/market/collection/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/collection/auction/inscription_info_list Get the basic listing information of the specified inscription list
POST /v3/market/collection/auction/list Retrieve the list information of the market.
POST /v3/market/collection/auction/actions Get information on listings, delistings, and sales.
POST /v3/market/collection/auction/create_put_on Create listing order.
POST /v3/market/collection/auction/confirm_put_on Confirm listing order.
POST /v3/market/collection/auction/create_bid_prepare Return params before creating purchase order.
POST /v3/market/collection/auction/create_bid Create purchase order.
POST /v3/market/collection/auction/confirm_bid Confirm purchase order.
POST /v3/market/collection/auction/create_put_off Create delisting order.
POST /v3/market/collection/auction/confirm_put_off Confirm delisting order.
POST /v3/market/collection/auction/create_modify_price Create the order for price adjustment.
POST /v3/market/collection/auction/confirm_modify_price Confirm the order for price adjustment.

MarketPlace-Collection

Return a summary of collection.

Method: POST
Path: /v3/market/collection/auction/collection_statistic
Swagger Link: View in Swagger UI

Response (200)


Return a summary of collection.

Method: POST
Path: /v3/market/collection/auction/collection_statistic_list
Swagger Link: View in Swagger UI

Response (200)


Get the collection statistics information at a certain address

Method: POST
Path: /v3/market/collection/auction/collection_summary
Swagger Link: View in Swagger UI

Response (200)


Get the list details of a certain collection at a certain address

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

Response (200)


Retrieve the list information of the market.

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

Response (200)


Get information on listings, delistings, and sales.

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

Response (200)


Create listing order.

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

Response (200)


Confirm listing order.

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

Response (200)


Return params before creating purchase order.

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

Response (200)


Create purchase order.

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

Response (200)


Confirm purchase order.

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

Response (200)


Create delisting order.

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

Response (200)


Confirm delisting order.

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

Response (200)


Create the order for price adjustment.

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

Response (200)


Confirm the order for price adjustment.

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

Response (200)