---
title: "Claim position from earn vault"
method: GET
path: "/credit/earn/claim"
tags: ["Credit"]
---

# Claim position from earn vault

`GET /credit/earn/claim`

Creates list of contract calls to Claim a position from an earn vault,
converting vault shares back to the underlying asset.

## Query parameters

- `owner` string, required
- `receiver` string, required
- `asset` string, required
- `chain` string, required
- `claimRequestId` string, required

## Response `200`

OK

- CreditClaimResponse
  - `calls` EvmContractCall[], required — List of contract calls to execute the Claim
    - `chain` string, required
    - `data` integer[], required
    - `to` integer[], required
    - `value` TypesBigInt, required

## Other responses

- `400` — Invalid input parameters
- `500` — Internal server error

---

[API](https://skmtc.net/sprintertech/apis/untitled-api.md) · [All operations](https://skmtc.net/sprintertech/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sprintertech/untitled-api/revisions/a1172848364e/schema)
