- Get the current status of a P2P tokenized asset transfer.
Returns a list of retail wallet object associated with the given customer id.
Request a new wallet for a customer from the selected custodian.
Approves the customer for Monerium.
Requests Ibans for all customer wallets from Monerium.
Request to whitelist a retail wallet for an asset class.
Update asset class optin.
Monerium Redeem.
Place Order on Monerium to Redeem.
Create a request for tokenized asset transfer to another wallet.
Get the current status of...
- Production Environmenthttps://api.nyala.de/api/external/v1/customers/retail-wallets/asset-transfer/{transfer-id}/status
- UAT / Sandbox Environmenthttps://uat.api.nyala.de/api/external/v1/customers/retail-wallets/asset-transfer/{transfer-id}/status
curl -i -X GET \
'https://api.nyala.de/api/external/v1/customers/retail-wallets/asset-transfer/{transfer-id}/status'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" ] }