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
}

Body

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

Response

Swap request accepted

success
boolean
required