Developer Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
Welcome to Tokensoft's developer documentation. This guide illustrates how our partners can interact with Tokensoft services programmatically in the following use cases:
ATS partners whitelisting a user to trade an ERC-1404 digital asset
Price feed providers querying current and historical asset prices
Note that certain features are restricted: please for more instructions on accessing this API.
Almost all API endpoints require API users to authenticate. Each request must include:
an API key
the current time
a signature of the request information by the API secret
The Tokensoft SDK takes care of this logic, and we encourage you to use it.
This is an example request which provides the access-key
, access-sign
, and access-timestamp
headers.
The Tokensoft Platform supports token issuers managing digital securities and investors purchasing the securities.
Tokensoft also has an which simplifies interactions with the API.
API integrations should be tested against a Tokensoft sandbox environment before being used in any production environment. Tokensoft also supports the tool for rapid API testing.
URL:
GraphQL Playground: