Skip to main content

rosetta-specifications

All specifications for the Rosetta APIs are documented here in the OpenAPI 3.0 format (the successor to Swagger/OpenAPI 2.0). Because all interfaces are in this format, code (both for servers and clients) can be automatically generated using Swagger Codegen or OpenAPI Generator.

caution

Check out rosetta-sdk-go for an example of generating both a server and a client from rosetta-specifications.

Specification Changes

If it is not possible to represent the abstractions used by a blockchain with the current specifications, please open an issue describing specifically what limitation is preventing you from implementing the Rosetta APIs for a blockchain.

Was this helpful?