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

GET /v0/scan-proxy/unclaimed

GET
/
v0
/
scan-proxy
/
unclaimed-development-fund-coupons
Try it
GET /v0/scan-proxy/unclaimed-development-fund-coupons

cURL

curl --request GET \
  --url https://example.com/api/validator/v0/scan-proxy/unclaimed-development-fund-coupons
200
{
  "unclaimed-development-fund-coupons": [
    {
      "contract": {
        "template_id": "<string>",
        "contract_id": "<string>",
        "payload": {},
        "created_event_blob": "<string>",
        "created_at": "<string>"
      },
      "domain_id": "<string>"
    }
  ]
}

Response

200 - application/json

ok

unclaimed-development-fund-coupons
object[]
required

Contracts of the Daml template Splice.Amulet:UnclaimedDevelopmentFundCoupon.

Show child attributes