Skip to main content
POST
/
execute
/
permits
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>"
          }
        }
      ]
    }
  ]
}

Query Parameters

signature
string
required

Body

application/json
kind
string
required
requestId
string
required
api
enum<string>
Available options:
bridge,
swap,
user-swap

Response

Default Response

message
string
steps
object[]