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>"
        }
      ]
    }
  ]
}
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

Response

Default Response

steps
object[]

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