Edition buyer stats
Authorization
ApiKeyAuth x-api-key<token>
In: header
Path Parameters
mint*string
Mint address of the artwork (base58).
Length
1 <= lengthbuyer*string
Wallet address to report stats for (base58).
Length
1 <= lengthResponse 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 }}