curl --request GET \
--url https://example.com/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"
}
}If present, the first ANS entry for user party according to
name lexicographic order.
curl --request GET \
--url https://example.com/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"
}
}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.