1. Methods
Safepays Crypto Client Api
  • Methods
    • deposit
      POST
    • withdraw
      POST
  1. Methods

withdraw

POST
/api/v1/withdraw/start

Request

Header Params

Body Params multipart/form-data

Responses

🟠401withdraw - error
application/json
Body

⚪0withdraw - success
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/withdraw/start' \
--header 'X-Customer-Authorization: {{hash}}' \
--header 'X-Customer-Language: en' \
--header 'X-Customer-Id: {{client_id}}' \
--form 'player_username="playlser_user_name"' \
--form 'player_fullname="player full name"' \
--form 'player_id="666"' \
--form 'bet_provider_txid="99999123212"' \
--form 'amount="5"' \
--form 'wallet_address="11111111111111111"' \
--form 'currency="TRY"'
Response Response Example
401 - withdraw - error
{
    "error": "Invalid authorization in request"
}
Modified at 2025-12-30 14:25:10
Previous
deposit
Built with