TEOS API references
Last updated
Was this helpful?
Last updated
Was this helpful?
Most of the TEOS API calls require the authentication header: Bearer token.
can be used for most of the TEOS API requests, swagger documentation provides explicitly the info about the methods that are already odata-compatible, and which are not.
Please note that TEOS API is case-sensitive. Pay attention to the upper/lower-case usage within request data
Please note that starting from v0.5 the API object referencing using "resource/key" style is deprecated
Test scripts made for can be found in . Contact CoreLedger support if you don't have access to it.
All changes to the blockchain state take more time than the usual synchronous request timeouts allow. Therefore, according to , all exposed actions and writing http verbs are executed asynchronously and return Code 202 Accepted
with the transaction ID even when the client does not specify respond-async
in the request.