cURL
curl --request GET \ --url https://merits.blockscout.com/admin/api/v1/users \ --header 'Authorization: <api-key>'
{ "items": [ { "address": "<string>", "is_active": true, "balances": { "total": "<string>", "staked": "<string>", "unstaked": "<string>", "total_staking_rewards": "<string>", "total_referral_rewards": "<string>", "pending_referral_rewards": "<string>" } } ] }
Documentation IndexFetch the complete documentation index at: https://blockscout-mf-14206.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://blockscout-mf-14206.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication token, prefixed by Bearer: Bearer
A successful response.
Show child attributes
Was this page helpful?