v1

latestOpenAPI 3.0.12026-08-061638881007.6 KB
Gas station (obsolete)

List accounts in a domain with their sponsorship status

Returns all accounts within the domain along with whether each account is currently sponsored by a Gas Station.

get/v1/domain/{domainId}/sponsors/sponsored-accounts

Path parameters

domainIdstring uuid required

Domain ID to list sponsored accounts for

Query parameters

limitnumber

Maximum number of items per page

startingAfterstring

Cursor for pagination - returns items after this ID

sortBystring

Field to sort by

sortOrder'asc' | 'desc'

Sort direction

sponsorAccountIdstring uuid

Filter by a specific sponsor account ID. When provided, only entities sponsored by this sponsor are marked as sponsored.

Response

List of accounts with sponsorship status

countnumber required

Total count of items in current page

currentStartingAfterstring

Current pagination cursor

nextStartingAfterstring

Next pagination cursor for fetching more items