Get payouts
Get the list of payouts
POST
https://app.thedex.cloud/api/v1/payouts
Headers
Name
Type
Description
X-EX-APIKEY*
String
Your API key
X-EX-PAYLOAD*
String
Body to base64
X-EX-SIGNATURE*
String
Encrypted body with the secret key
Request Body
Name
Type
Description
from*
Long
Timestamp (from) in milliseconds
to*
Long
Timestamp (to) in milliseconds
List of payouts. When the list item is identical to the response by /api/v1/payouts/one
Request curl:
Last updated