Skip to main content
POST
/
v1
/
swap
Create a new swap request
curl --request POST \
  --url https://api.webdeeds.org/v1/swap \
  --header 'Content-Type: application/json' \
  --data '
{
  "inputs": [
    "<string>"
  ],
  "outputs": [
    "<string>"
  ]
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://webdeeds.org/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
inputs
string[]
required
outputs
string[]
required

Response

Swap request accepted

success
boolean
required