Skip to main content
GET
/
v0
/
ans-entries
/
by-party
/
{party}
/v0/ans-entries/by-party/{party}
curl --request GET \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/ans-entries/by-party/{party}
{
  "entry": {
    "user": "<string>",
    "name": "<string>",
    "url": "<string>",
    "description": "<string>",
    "contract_id": "<string>",
    "expires_at": "2023-11-07T05:31:56Z"
  }
}

Path Parameters

party
string
required

The user party ID that holds the ANS entry.

Response

ok

entry
object
required