post https://api.bridge.xyz/v0/customers//batch_settlement_schedules
Creates a Batch Settlement Schedule that can be used as the destination of a liquidation address.
Log in to see full request history
Responses
Creates a Batch Settlement Schedule that can be used as the destination of a liquidation address.
xxxxxxxxxx
12curl --request POST \
--url https://api.bridge.xyz/v0/customers/customerID/batch_settlement_schedules \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"destination": {
"currency": "dai",
"payment_rail": "ach"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: