Withdrawal Payout

This is Withdrawal Payout endpoint.

POST https://exchanger-api.fuspay.finance/gateway/payout

your-fuspay-secret-key

Request

{

amount: Number,

chain: "usdt-trc20"

}

Request Body

Name
Type
Description

amount*

Number

chain*

String

"usdt-trc20"

{
  "status": "success",
  "withdrawal_reference": String,
}

Last updated