mallow
  • SMORES Token
    • Overview
    • How to earn
    • Economics
    • SMORES Uses
    • FAQ
  • REST API
    • Overview
    • Reference
      • Types
        • Artwork
        • Collection
      • /artworks
        • GET /artworks/:mintAccount
        • GET /artworks/trending
        • POST /artworks/listedBySeller
        • POST /artworks/byCreator
      • /events
        • POST /events/byMint
        • POST /events/bySeller
      • /users
        • GET /users/:address
      • /rewards
        • GET /rewards/unclaimed/:address
      • /getBidOrBuyTx
        • POST /getBidOrBuyTx
      • /scheduledBids
        • POST /scheduledBids/getBidTx
        • POST /scheduledBids/getCancelBidTx
        • GET /scheduledBids/:bidder
  • Actions/Blinks
Powered by GitBook
On this page

Actions/Blinks

Endpoints to interact with mallow using the Actions/Blinks protocol

PreviousGET /scheduledBids/:bidder

Last updated 4 months ago

For more information on Actions/Blinks usage please visit

Artwork

Allows users to bid on or buy artwork.

GET/POST https://api.mallow.art/actions/artwork/:mint

Allows the seller or highest bidder to settle an auction.

POST https://api.mallow.art/actions/artwork/:mint/settle
https://docs.dialect.to/documentation/actions