---
title: "Claim Fees"
method: POST
path: "/fees/claim"
tags: ["fees"]
---

# Claim Fees

`POST /fees/claim`

## Headers

- `Authorization-Signature` string, required

## Request body

- ClaimFeesRequest
  - `currency` CurrencyBase, required
    - `address` string, nullable
    - `chain_id` 1 | 10 | 56 | 137 | 4663 | 8453 | 42161 | 20000000000001 | 30000000000001 | 30000000000002, required
  - `recipient` string, required
  - `metadata` OrderMetadata
    - `items` MetadataItems[]
      - `name` string, nullable
      - `description` string, nullable
      - `image` string, nullable
      - `quantity` integer, nullable
      - `unit_price` number, nullable
      - `currency` string, nullable
    - `refund` MetadataRefund
      - `name` string, nullable
      - `reason` string, nullable
      - `additional_info` string, nullable
      - `refund_amount` number, nullable
      - `currency` string, nullable

## Response `200`

Fees claimed (or a no-claimable-fees message)

- ClaimFeesView
  - `claim_order_id` string, required
  - `source_transaction_hash` string, required
  - `source_chain_id` 1 | 10 | 56 | 137 | 4663 | 8453 | 42161 | 20000000000001 | 30000000000001 | 30000000000002, required
  - `currency` Amount, required
    - `ui` string, required
    - `raw` string, required — A big integer represented as a string to preserve precision
    - `value_usd` number, nullable

## Other responses

- `400` — Invalid recipient address
- `401` — Unauthorized
- `422` — Invalid request body
- `500` — Internal Server Error

---

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