- Monerium Redeem. Place Order on Monerium to Redeem.
Returns a list of retail wallet object associated with the given customer id.
Request a new wallet for a customer from the selected custodian.
Get the current status of a P2P tokenized asset transfer.
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.
Create a request for tokenized asset transfer to another wallet.
Monerium Redeem.
Place Or...
- Production Environmenthttps://api.nyala.de/api/external/v1/customers/{customer-id}/monerium-redeem
- UAT / Sandbox Environmenthttps://uat.api.nyala.de/api/external/v1/customers/{customer-id}/monerium-redeem
curl -i -X POST \
'https://api.nyala.de/api/external/v1/customers/{customer-id}/monerium-redeem' \
-H 'Content-Type: application/json' \
-d '{
"amount": "string",
"iban": "string"
}'Response
{ "errorMessageCodes": [ "string" ], "errors": [ { … } ], "data": [ { … } ] }