Update Listing
Update an existing marketplace listing
An API Key is required to interact with MarketPlace APIs. Please contact us to get an API Key and get started.
This endpoint updates an existing marketplace listing with a new price. Calling the endpoint returns a psbt which needs to be signed by the seller's ordinal wallet address. Once signed the signed psbt needs to be returned by calling /marketplace/confirm-relist
. if confirm-relist is not called then the existing ordinal listing remains unchanged.
POST
Update a Listing
POST
Update a ListingUpdate a marketplace listing
POST
https://api.ordinalsbot.com/marketplace/relist
Example using Xverse Wallet:
Request Body
Name | Type | Description |
---|---|---|
sellerOrdinalPublicKey | String | The public key for the wallet address that owns the ordinal |
ordinalId* | String | Ordinal id to update |
price | Number | The listing price for the ordinal |
sellerPaymentAddress | String | Payment wallet address for the seller, this wallet address will receive the payment the ordinal is sold |
Last updated