- Request to whitelist a retail wallet for an asset class.
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.
Update asset class optin.
Monerium Redeem.
Place Order on Monerium to Redeem.
Create a request for tokenized asset transfer to another wallet.
Request to whitelist a re...
- Production Environmenthttps://api.nyala.de/api/external/v1/customers/{customer-id}/asset-class-opt-in
- UAT / Sandbox Environmenthttps://uat.api.nyala.de/api/external/v1/customers/{customer-id}/asset-class-opt-in
curl -i -X POST \
'https://api.nyala.de/api/external/v1/customers/{customer-id}/asset-class-opt-in' \
-H 'Content-Type: application/json' \
-d '{
"tokenizedAssetId": "ad18357f-6719-482f-a109-bd87822008b9",
"approvedForDelivery": true,
"amount": 0.1,
"custodyProvider": "HADC"
}'Response
{ "errorMessageCodes": [ "string" ], "errors": [ { … } ], "data": "808ac6e4-93ed-4040-85a5-6c71a2444e90" }