---
title: "GET /api/graphchain/{chain}/smartcontracts/receipts/self"
method: GET
path: "/api/graphchain/{chain}/smartcontracts/receipts/self"
tags: ["Graph Chain APIs"]
---

# GET /api/graphchain/{chain}/smartcontracts/receipts/self

`GET /api/graphchain/{chain}/smartcontracts/receipts/self`

<b>Allowed user roles:</b><br/><ul><li>sdzReadOnly</li><li>sdzUser</li></ul><br/><br/>gets smart contract receipts, by where clause, orderBy clause, and limit/skip.  these are optional but must include a where clause or a limit.  the orderBy format is a comma separated list of: name [ACS | DESC]

## Path parameters

- `chain` string, required

## Query parameters

- `where` string
- `orderBy` string[]
- `limit` integer
- `skip` integer

## Response `200`

OK

---

[API](https://skmtc.net/burstiq/apis/lifegraph-apis.md) · [All operations](https://skmtc.net/burstiq/apis/lifegraph-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/burstiq/lifegraph-apis/versions/381306ef1fcd/schema)
