POST
/
v1
/
transfers
curl --request POST \
  --url https://omnisafe.sandbox.ecrop.de/omni-safe/v1/transfers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id-in-client": "<string>",
  "tokenAddress": "<string>",
  "tokenMark": "<string>",
  "senderAddress": "<string>",
  "recipientAddress": "<string>",
  "quantity": 123
}'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

201
application/json
The created transfer transaction

The response is of type string.