Skip to main content
POST
/
app-fees
/
{wallet}
/
claim
cURL
curl --request POST \
  --url https://api.relay.link/app-fees/{wallet}/claim \
  --header 'Content-Type: application/json' \
  --data '
{
  "chainId": 123,
  "currency": "<string>",
  "recipient": "<string>"
}
'
{
  "steps": [
    {
      "id": "<string>",
      "action": "<string>",
      "description": "<string>",
      "kind": "<string>",
      "items": [
        {
          "status": "<string>",
          "data": "<unknown>"
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.relay.link/llms.txt

Use this file to discover all available pages before exploring further.

What are app fees?

Path Parameters

wallet
string
required

Body

application/json
chainId
number
required

Chain id of the currency to claim

currency
string
required

Currency to claim

recipient
string
required

The recipient of the claimed funds

amount
string

Amount to claim

Pattern: ^[0-9]+$

Response

Default Response

steps
object[]

An array of steps detailing what needs to be done to claim