Skip to content

Get the current status of a P2P tokenized asset transfer.

Request

Path
transfer-idstring, (uuid)required

Transfer Id.

curl -i -X GET \
  'https://api.nyala.de/api/external/v1/customers/retail-wallets/asset-transfer/{transfer-id}/status'

Responses

OK

Bodyapplication/json
errorMessageCodesArray of strings or nullread-only
errorsArray of objects or null(Error)read-only
dataobject(RetailWalletTokenizedAssetTransferStatusDto)
warningsArray of strings or nullread-only
Response
{ "errorMessageCodes": [ "string" ], "errors": [ {} ], "data": { "tokenizedAssetId": "ad18357f-6719-482f-a109-bd87822008b9", "senderWalletId": "35c56557-40ae-4a50-bb58-1a3b35160b82", "senderAddress": "string", "recipientAddress": "string", "recipientWalletId": "8c07a449-acb8-4144-bace-b1962d4cf954", "amount": 0.1, "message": "string", "status": "string", "created": "2019-08-24T14:15:22Z", "blockchainTxId": "string" }, "warnings": [ "string" ] }