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>" } ] } ] }
This API claims app fees for a specific wallet.
Chain id of the currency to claim
Currency to claim
The recipient of the claimed funds
Default Response
An array of steps detailing what needs to be done to claim
Show child attributes
Unique identifier tied to the step
A call to action for the step
A short description of the step and what it entails
The kind of step, for claims this will be signature
signature
For claims, we'll always have a single signature step
Can either be complete or incomplete
Was this page helpful?