POST
/
v1
/
private
/
deposit_collateral
curl --request POST \
  --url https://api.doppapp.com/v1/private/deposit_collateral \
  --header 'Content-Type: application/json' \
  --header 'x-auth-token: <x-auth-token>' \
  --data '{
  "amount": "<string>",
  "currency": "<string>"
}'
{
  "tx_hash": "<string>"
}

Headers

x-auth-token
string
default:your-token
required

Market makers authentication token

Body

application/json

Response

200 - application/json

Collateral successfully deposited

The response is of type object.