The optional values for timeType are day1, day7, day30.
ticks can be used to filter the "list," allowing it to return only the ticks that are needed.If the ticks field is not provided, all BRC20 data will be returned.
In the returned fields of this interface, only the "list" field needs attention. The "deploy" and "cap" fields are included solely for display purposes on certain pages of UniSat Marketplace. Filtering the fields will not affect "deploy" and "cap"; they will always be returned.
Use start and limit
Use ticks
Get statistical data, price, market capitalization, etc. for BRC20.
post
/v3/market/brc20/auction/brc20_types_specified
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
timeTypestring · enumOptionalPossible values:
tickstringOptional
Responses
200
Default Response
application/json
post
/v3/market/brc20/auction/brc20_types_specified
200
Default Response
The optional values for timeType are day1, day7, day30
Bind btcAddress and nftAddress.
post
/v3/market/brc20/auction/bind
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
btcAddressstringRequired
nftAddressstringRequired
signstringRequired
Responses
200
Default Response
application/json
post
/v3/market/brc20/auction/bind
200
Default Response
By default, a user's address A is used for both payment and receiving inscriptions. However, for some wallets, such as the xverse and hiro wallets, different addresses are used to store BTC and inscriptions. This method allows the wallet to use address A for payments and address B for receiving inscriptions.
Retrieve the list information of the market.
post
/v3/market/brc20/auction/list
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
startnumberRequired
The data is looked up from start
limitnumber · max: 100Required
Limit the amount of data
Responses
200
Default Response
application/json
post
/v3/market/brc20/auction/list
200
Default Response
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
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
inscriptionIdstringRequired
Responses
200
Default Response
application/json
post
/v3/market/brc20/auction/inscription_info
200
Default Response
Get the basic listing information of the specified inscription list
post
/v3/market/brc20/auction/inscription_info_list
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
addressstringOptional
inscriptionIdsstring[]Optional
Responses
200
Default Response
application/json
post
/v3/market/brc20/auction/inscription_info_list
200
Default Response
Create listing order.
post
/v3/market/brc20/auction/create_put_on
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.