mallow docs

Auction state

GET
/v2/auctions/{mint}

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Path Parameters

mint*string

Mint address of the artwork (base58).

Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/auctions/string"
{  "result": {    "viewSlot": 0,    "auction": {      "auctionAccount": "string",      "seller": "string",      "bidMint": "string",      "reservePrice": 0,      "currentBidAmount": 0,      "currentBidder": "string",      "bidCount": 0,      "startsAt": "string",      "endsAt": "string",      "isSettled": true    }  }}