users

Get all users who have authorized a particular grantee (developer app) identified by their wallet address. Supports pagination.

get/grantees/{address}/users

Path parameters

addressstring required

The wallet address of the grantee (developer app)

Query parameters

offsetinteger

The number of items to skip. Useful for pagination (page number * limit)

limitinteger

The number of items to fetch

is_approvedboolean

If true, only return users where the grant has been approved. If false, only return users where the grant was not approved. If omitted, returns all users regardless of approval status.

is_revokedboolean

If true, only return users where the grant has been revoked. Defaults to false.

user_idstring

The user ID of the user making the request

Response

Success

latest_chain_blockinteger required
latest_indexed_blockinteger required
latest_chain_slot_playsinteger required
latest_indexed_slot_playsinteger required
signaturestring required
timestampstring required

Changes