/
CE
centrifuge
/
Centrifuge OS Node API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
Swagger 2.0
MIT
2026-07-17
36
47
104.7 KB
Health
Health check for Node
returns node version and network
get
/ping
Response
OK
HealthPong
required
network
string
version
string
All 36 operations
get
Health check for Node
get
Returns all the accounts in the node.
post
Generates a new account with defaults.
get
Returns the account associated with the identity provided in the JW3T auth token.
get
Returns the account associated with accountID.
post
Signs and returns the signature of the Payload.
post
Creates a new document.
patch
Updates a pending document.
post
Add attributes to pending document.
delete
Deletes attribute on a pending document.
post
Creates a new cloned document from an existing Template document.
delete
Removes the collaborators from the document.
post
Commits a pending document.
get
Returns the latest committed document associated with docID.
get
Returns the pending document associated with docID.
post
Generates proofs for the fields from latest version of the document.
post
Adds a new role to the document.
get
Returns the role associated with the role ID in the document.
patch
Updates an existing role on the document.
post
Signs the given payload and add it the pending document.
post
Adds a transition new rules to the document.
get
Returns the rule associated with the ruleID in the document.
delete
Deletes the transition rule associated with ruleID from the document.
get
Returns the specific version of the document.
post
Generates proofs for the fields from a specific document version.
get
Returns the entity relationships.
get
Returns the details of a given Job.
get
Returns the latest version of the Entity through relationship ID.
get
retrieves an asset (document) that belongs to an issuer.
post
Creates a specific NFT collection.
post
commits a pending document and mints an NFT on the Centrifuge chain.
get
Returns the attribute of an NFT item.
get
Returns the metadata of an NFT item.
get
Returns the owner of an NFT.
post
Mints an NFT for a specified document.
post
Webhook is a place holder to describe webhook response in swagger.