Get payouts

Get the list of payouts

POST https://app.thedex.cloud/api/v1/payouts

Headers

Request Body

List of payouts. When the list item is identical to the response by /api/v1/payouts/one

Request curl:

curl --location 'https://app.thedex.cloud/api/v1/payouts' \
--header 'X-EX-APIKEY: <string>' \
--header 'X-EX-PAYLOAD: <string>' \
--header 'X-EX-SIGNATURE: <string>' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--data '{
  "from": "<Long>",
  "to": "<Long>"
}'

Last updated