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