cURL
curl --request GET \ --url https://merits.blockscout.com/admin/api/v1/users/{address_or_code} \ --header 'Authorization: <api-key>'
{ "address": "<string>", "balances": { "total": "<string>", "staked": "<string>", "unstaked": "<string>", "total_staking_rewards": "<string>", "total_referral_rewards": "<string>", "pending_referral_rewards": "<string>" }, "logs": [ { "id": "<string>", "action": "<string>", "details": {}, "timestamp": "<string>" } ], "code": "<string>", "invited_users": [ "<string>" ], "passport_score": { "score": "<string>", "expiry_at": "<string>", "details": {} } }
Authentication token, prefixed by Bearer: Bearer <token>
A successful response.
Show child attributes
Was this page helpful?