---
title: "Resolve domain-wide sponsorship for a domain"
method: GET
path: "/v1/domains/{domainId}/sponsors/domain-sponsor"
tags: ["Gas station"]
---

# Resolve domain-wide sponsorship for a domain

`GET /v1/domains/{domainId}/sponsors/domain-sponsor`

Returns whether the domain is sponsored domain-wide, without requiring an account ID. Resolution follows the sponsorship hierarchy: 1) Domain-level sponsor for the domain itself, 2) Parent domain sponsors that have includeSubDomains=true. Account-level sponsorships are NOT considered. Returns isSponsored=false if no domain-wide sponsor is found.

## Path parameters

- `domainId` string, uuid, required

## Response `200`

Domain-wide sponsorship status returned

- GasStationDomainSponsorResponseDto
  - `isSponsored` boolean, required — Whether the domain is sponsored domain-wide by a gas station
  - `sponsorAccountId` string — Gas station account ID that is sponsoring
  - `type` 'domain'
  - `includeSubDomains` boolean — Whether the resolving sponsor extends to sub-domains

---

[API](https://skmtc.net/ripple/apis/ripple-custody-api.md) · [All operations](https://skmtc.net/ripple/apis/ripple-custody-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripple-custody-api/revisions/0b55c0ddf07a/schema)
