POST
/
mock
/
deposit
curl --request POST \
  --url https://staging-api.getpartna.com/v4/mock/deposit \
  --header 'Content-Type: application/json' \
  --data '{
  "accountName": "",
  "amount": 0,
  "confirmations": 0,
  "currency": "",
  "fiatEvent": "",
  "fromAddress": "",
  "network": "",
  "reference": "",
  "txHash": "",
  "username": ""
}'
{
  "message": "deposit in progress!"
}

Body

application/json

Response

200
application/json

post mock deposit ok

The response is of type object.