POST
/
v1
/
strategies
/
wallet
/
payout
curl --request POST \
  --url https://backend.swap.coffee/v1/strategies/wallet/payout \
  --header 'Content-Type: application/json' \
  --data '{
  "address": "<string>",
  "entries": [
    {
      "token": "native",
      "amount": "<string>"
    }
  ]
}'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Body

application/json
address
string
required
entries
object[]
required

Response

200

ok