Skip to main content

Withdrawal Fee

Retrieves the current withdrawal fee.

Endpoint

GET /v1/withdrawals/fee

Request Example

curl -X GET https://api.bopay.io/v1/withdrawals/fee \
-H "X-Identity: your-api-key" \
-H "X-Signature: your-signature"

Response

{
"fee": 5,
"currency": "USDT"
}