---
title: "GetApplications returns the paginated list of all registered applications."
method: GET
path: "/haqq/ethiq/v1/get-applications"
tags: ["Query"]
---

# GetApplications returns the paginated list of all registered applications.

`GET /haqq/ethiq/v1/get-applications`

## Query parameters

- `pagination.key` string, byte
- `pagination.offset` string, uint64
- `pagination.limit` string, uint64
- `pagination.countTotal` boolean
- `pagination.reverse` boolean

## Response `200`

A successful response.

- HaqqEthiqV1QueryGetApplicationsResponse — QueryGetApplicationsResponse is the response type for the Query/GetApplications RPC method.
  - `applications` HaqqEthiqV1BurnApplication[] — applications is the list of all registered applications.
    - `id` string, uint64
    - `fromAddress` string
    - `toAddress` string
    - `source` 'SOURCE_OF_FUNDS_BANK' | 'SOURCE_OF_FUNDS_UCDAO' — SourceOfFunds enumerates the valid options for a source of funds. - SOURCE_OF_FUNDS_BANK: SOURCE_OF_FUNDS_BANK defines a bank balance as a source of funds option - SOURCE_OF_FUNDS_UCDAO: SOURCE_OF_FUNDS_UCDAO defines a UC DAO module balance as a source of funds option
    - `burnAmount` CosmosBaseV1beta1Coin — Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
      - `denom` string
      - `amount` string
    - `burnedBeforeAmount` CosmosBaseV1beta1Coin — Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
      - `denom` string
      - `amount` string
    - `isExecuted` boolean
    - `isCanceled` boolean
  - `pagination` CosmosBaseQueryV1beta1PageResponse — PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest. message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }
    - `nextKey` string, byte — next_key is the key to be passed to PageRequest.key to query the next page most efficiently. It will be empty if there are no more results.
    - `total` string, uint64

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/revisions/2d0419923f40/schema)
