/v1/snapshot
Returns all wallets that have the given role Discord role.
Last updated 2 years ago
Returns the snapshot.
const response = await fetch('https://api.matrica.io/v1/snapshot/role/{roleId}?apiKey=text', { method: 'GET', headers: {}, }); const data = await response.json();