Payout limitations

Below is a list of currency pairs and the minimum and maximum amounts per currency pair supported for payouts.

currencypayNetworkMin amountMax amount

EUR

BTC

50 EUR

100,000 EUR

EUR

TRX:USDT

50 EUR

100,000 EUR

EUR

TRX

50 EUR

100,000 EUR

USD

BTC

50 USD

100,000 USD

USD

TRX:USDT

50 USD

100,000 USD

USD

TRX

50 USD

100,000 USD

TRY

BTC

1,000 TRY

3,000,000 TRY

TRY

TRX:USDT

1,000 TRY

3,000,000 TRY

TRY

TRX

1,000 TRY

3,000,000 TRY

USDT

TRX:USDT

50 USDT

100,000 USDT

TRX

TRX

300 TRX

750,000 TRX

BTC

BTC

0.0008 BTC

1.7 BTC

In the event that you exceed the min/max invoice amount thresholds, you can expect the following error messages from our API in response to your Create Payout request:

{
  "errors": [
    {
      "status": 422,
      "title": "amount is below minimum",
      "code": "amount_below_minimum"
    }
  ]
}

Last updated