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
Amount to claim
^[0-9]+$
Default Response
An array of steps detailing what needs to be done to claim
Show child attributes
Was this page helpful?