API construction
The Chainabuse API is organized around REST.
Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
You can view code examples in our Recipe section.
Updated over 1 year ago