cURL
curl --request POST \ --url https://core-api-dev.vanish.trade/deposit \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "tx_id": "<string>", "user_address": "<string>", "bank_address": "<string>", "token_address": "<string>", "amount": "<string>" }'
{ "status": "success", "message": "<string>" }
Handles a deposit transaction initiated by the user.
Request payload for a deposit
The body is of type object.
object
Successful deposit response.
The response is of type object.