POST
/
deposit
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Request payload for a deposit

The body is of type object.

Response

200
application/json

Successful deposit response.

The response is of type object.