cURL
curl --request POST \ --url https://api.relay.link/execute/permits \ --header 'Content-Type: application/json' \ --data '{ "kind": "<string>", "requestId": "<string>", "api": "bridge" }'
{ "message": "<string>", "steps": [ { "id": "<string>", "action": "<string>", "description": "<string>", "kind": "<string>", "items": [ { "status": "<string>", "data": { "to": "<string>", "data": "<string>", "value": "<string>", "chainId": 123 }, "check": { "endpoint": "<string>", "method": "<string>" } } ] } ] }
This API is used to submit a permit from the quote API.
bridge
swap
user-swap
Default Response
Show child attributes