---
title: "Get a pgf payment by proposal id"
method: GET
path: "/api/v1/pgf/payments/{id}"
---

# Get a pgf payment by proposal id

`GET /api/v1/pgf/payments/{id}`

## Path parameters

- `id` string, required

## Response `200`

The pgf payments related to the proposal id.

- PgfPayment[]
  - `proposal_id` number, required
  - `receipient` string, required
  - `amount` string, required
  - `kind` 'ibc' | 'native', required
  - `recurrence` 'retro' | 'continous', required

---

[API](https://skmtc.net/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.net/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/namada-net/namada-interface-indexer-rest-api/versions/89e2cef092d6/schema)
