Get Payout Status

Use this method to get the payout's status. Useful to poll the status for an ongoing payout.

Endpoint

GET https://api.dex3.io/api/v1/getpayoutstatus/

A successful POST request typically returns a 200 OK or error.

We recommend using webhook to process successful payout instead

Headers

Different Statuses

Response

{
  "state": true,
  "data": "created"
}

Last updated