Assets Listing
Workflow for listing creation, fetching and deletion.
Last updated
Workflow for listing creation, fetching and deletion.
Last updated
Prepare listing (to generate unsigned psbt for client to sign)
Client sign psbt
from last step's response
Confirm listing
psbt
in the post body is last step's signedSellerPsbt
Get listings by address
Delist listing
Generate the message to be signed by the client:
const generateSigningMessage = (bidId) => You are signing this message to unlist your asset (Listing ID: ${bidId}) from AM.
Get sig
by signing the message (eg using https://docs.unisat.io/dev/unisat-developer-service/unisat-wallet#signmessage)
Post by /market/v1/token_atom/unlist
Get listing history by wallet and ticker. Deprecated, use /:market/:wallet/listing instead.
"token"|"collection|"realm"
Prepare listing
Only support "token" for now.
Confirm listing
Signed psbt
"token"|"collection|"realm"
From signing the message: "You are signing this message to unlist your asset (Listing ID: [:bidId]) from AM.