The first step in the tokenization lifecycle is to create a Customer that will receive the token.
Nyala Customer API (v1)
NYALA's tokenization API allows you to issue tokens on Polygon & Stellar. It allows you to create and manage tokens - including tokenized securities that have an ISIN - and to manage customer data. Interactions such as creating a new customer entity, request a wallet opening, creating a token and distributing a token to a customer are covered in this document. During the onboarding process, an institution entity will be created for you.
Download OpenAPI description
Overview
URL
Nyala Digital Asset AG
Languages
Servers
Production Environment
https://api.nyala.de
UAT / Sandbox Environment
https://uat.api.nyala.de
- Production Environmenthttps://api.nyala.de/api/external/v1/status/auth
- UAT / Sandbox Environmenthttps://uat.api.nyala.de/api/external/v1/status/auth
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.nyala.de/api/external/v1/status/authResponse
application/json
{ "errorMessageCodes": [ "string" ], "errors": [ { … } ], "data": { "institutionName": "string", "productAccess": [ … ], "userName": "string" } }