Exchange of funds within client balances
Commission float64 json:"commission" binding:"required"
json:"commission" binding:"required"
curl -L \ --request POST \ --url 'http://api.client.nbcgate.tech//api/transfer/exchange' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "amount": 1, "from_balance_id": 1, "order_id": "text", "product_id": 1, "rate": 1, "to_balance_id": 1, "user_id": 1 }'
No body