unisat-dev-docs

Runes MarketPlace API

This API provides endpoints for runes marketplace services

👉 View Swagger UI


📑 Table of Contents

Route Summary
POST /v3/market/runes/auction/runes_types Get statistical data.
POST /v3/market/runes/auction/runes_types_specified Get statistical data for specified runes.
POST /v3/market/runes/auction/list Retrieve the list information of the market.
POST /v3/market/runes/auction/actions Get information on listings, delistings, and sales.
POST /v3/market/runes/auction/create_put_on Create listing order.
POST /v3/market/runes/auction/confirm_put_on Confirm listing order.
POST /v3/market/runes/auction/create_bid_prepare Return params before creating purchase order.
POST /v3/market/runes/auction/create_bid Create purchase order.
POST /v3/market/runes/auction/confirm_bid Confirm purchase order.
POST /v3/market/runes/auction/create_put_off Create delisting order.
POST /v3/market/runes/auction/confirm_put_off Confirm delisting order.
POST /v3/market/runes/auction/create_modify_price Create the order for price adjustment.
POST /v3/market/runes/auction/confirm_modify_price Confirm the order for price adjustment.
POST /v3/market/runes/auction/create_batch_put_on Create batch listing order.
POST /v3/market/runes/auction/confirm_batch_put_on Confirm batch listing order.
POST /v3/market/runes/auction/create_batch_bid_prepare Return params before creating purchase order.
POST /v3/market/runes/auction/create_batch_bid Create purchase order.
POST /v3/market/runes/auction/confirm_batch_bid Confirm purchase order.

MarketPlace-Runes

Get statistical data.

Method: POST
Path: /v3/market/runes/auction/runes_types
Swagger Link: View in Swagger UI

Description

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

Response (200)


Get statistical data for specified runes.

Method: POST
Path: /v3/market/runes/auction/runes_types_specified
Swagger Link: View in Swagger UI

Description

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

Response (200)


Retrieve the list information of the market.

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

Response (200)


Get information on listings, delistings, and sales.

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

Response (200)


Create listing order.

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

Response (200)


Confirm listing order.

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

Response (200)


Return params before creating purchase order.

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

Response (200)


Create purchase order.

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

Response (200)


Confirm purchase order.

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

Response (200)


Create delisting order.

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

Response (200)


Confirm delisting order.

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

Response (200)


Create the order for price adjustment.

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

Response (200)


Confirm the order for price adjustment.

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

Response (200)


Create batch listing order.

Method: POST
Path: /v3/market/runes/auction/create_batch_put_on
Swagger Link: View in Swagger UI

Response (200)


Confirm batch listing order.

Method: POST
Path: /v3/market/runes/auction/confirm_batch_put_on
Swagger Link: View in Swagger UI

Response (200)


Return params before creating purchase order.

Method: POST
Path: /v3/market/runes/auction/create_batch_bid_prepare
Swagger Link: View in Swagger UI

Response (200)


Create purchase order.

Method: POST
Path: /v3/market/runes/auction/create_batch_bid
Swagger Link: View in Swagger UI

Response (200)


Confirm purchase order.

Method: POST
Path: /v3/market/runes/auction/confirm_batch_bid
Swagger Link: View in Swagger UI

Response (200)