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.
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.