POST
/
v1
/
bucket
/
b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1
/
cash-deposit
curl --request POST \
  --url https://api.rokcel.com/v1/bucket/b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1/cash-deposit \
  --header 'Content-Type: application/json' \
  --data '{
  "firm_name": "SOCABU",
  "money": {
    "amount": 500000,
    "currency": 108
  }
}'

Headers

x-auth-token
string
Example:

"{{APP_TOKEN}}"

Query Parameters

skip
string
Example:

"89563"

Body

application/json