mallow docs

Edition buyer stats

GET
/v2/editions/{mint}/buyers/{buyer}

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Path Parameters

mint*string

Mint address of the artwork (base58).

Length1 <= length
buyer*string

Wallet address to report stats for (base58).

Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/editions/string/buyers/string"
{  "result": {    "buyCount": 0,    "walletLimit": 0,    "whitelistConfig": {      "walletsRoot": "string",      "durationSec": 0,      "isActive": true    },    "viewSlot": 0  }}