POST
/
ledger
/
withdraw
curl --request POST \
  --url https://api.joinswift.app/ledger/withdraw \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 123,
  "method": "rtp"
}'
This response has no body data.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
amount
integer
required

Amount in USD cents. Must not exceed ledger balance

method
enum<string>
required
Available options:
rtp,
ach