---
title: "POST /app-fees/{wallet}/claim"
method: POST
path: "/app-fees/{wallet}/claim"
---

# POST /app-fees/{wallet}/claim

`POST /app-fees/{wallet}/claim`

## Path parameters

- `wallet` string, required

## Headers

- `x-api-key` string

## Request body

- object
  - `chainId` number, required — Chain id of the currency to claim
  - `currency` string, required — Currency to claim
  - `amount` string — Amount to claim
  - `recipient` string, required — The recipient of the claimed funds

## Response `200`

Default Response

- object
  - `steps` object[] — An array of steps detailing what needs to be done to claim
    - `id` string — Unique identifier tied to the step
    - `action` string — A call to action for the step
    - `description` string — A short description of the step and what it entails
    - `kind` string — The kind of step, for claims this will be `signature`
    - `items` object[] — For claims, we'll always have a single `signature` step
      - `status` string — Can either be complete or incomplete
      - `data` unknown

## Other responses

- `400` — Default Response

---

[API](https://skmtc.net/relay/apis/cross-chain-solver.md) · [All operations](https://skmtc.net/relay/apis/cross-chain-solver/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/relay/cross-chain-solver/versions/428d669c2830/schema)
