Skip to main content

Overview

Codefi Assets is a platform for creating, issuing, and managing the life-cycle of digital assets and digital financial instruments on public or permissioned Ethereum blockchain networks.

Asset APIs

Codefi Asset APIs are available for developers to use in two ways:

  • Postman quick start documentation, instructions here.
  • Swagger documentation in this section.

Response codes

Success

  • 200 - OK: Standard response for successful HTTP requests.

  • 201 - Created: The request has been fulfilled, resulting in the creation of a new resource.

  • 202 - Accepted: The request has been accepted for processing, but the processing has not been completed. The request might or might not be eventually acted upon, and may be disallowed when processing occurs.

    note

    202 is returned when a transaction has been sent on a blockchain network.