Auction state
Authorization
ApiKeyAuth x-api-key<token>
In: header
Path Parameters
mint*string
Mint address of the artwork (base58).
Length
1 <= lengthResponse 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 } }}