get https://unbelievaboat.com/api/v1/guilds//users/
Response
xxxxxxxxxx
const { Client } = require('unb-api');
const client = new Client('API_TOKEN');
const guildId = '305129477627969547';
client.getGuildLeaderboard(guildId, { sort: 'cash' });
Try It!
to start a request and see the response here! Or choose an example: