Skip to content
Documentation/canton-network-docs/Splice APIsScan APIsScan APIView on canton-network-docs
canton-network-docs/Splice APIsScan APIsScan API

/v0/ans

GET
/
v0
/
ans-entries
/
by-party
/
{party}
Try it
/v0/ans-entries/by-party/{party}

cURL

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

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

party
string
required

The user party ID that holds the ANS entry.

Response

200
application/json

ok

entry
object
required

Show child attributes