An open API service indexing awesome lists of open source software.

https://github.com/circlefin/openapi

An OpenAPI specification for the Circle APIs.
https://github.com/circlefin/openapi

api

Last synced: over 1 year ago
JSON representation

An OpenAPI specification for the Circle APIs.

Awesome Lists containing this project

README

          

# Circle's OpenAPI Specification

This repository contains [OpenAPI specifications][openapi] for Circle's API.

All files currrently use OpenAPI version 3.0, and can be found under the `openapi/{json or yaml}` directory:

* `account.{json,yaml}:` APIs to manage your account balance.
* `accounts.{json,yaml}:` APIs to manage custodial wallets.
* `circle-apis.{json,yaml}:` All Circle APIs combined into one file.
* `general.{json,yaml}:` Common endpoints shared across all Circle APIs.
* `payments.{json,yaml}:` APIs to accept payments.
* `payouts.{json,yaml}:` APIs to make payouts.

[openapi]: https://www.openapis.org/