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.
- Host: GitHub
- URL: https://github.com/circlefin/openapi
- Owner: circlefin
- License: apache-2.0
- Created: 2022-06-17T12:03:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T16:16:05.000Z (over 1 year ago)
- Last Synced: 2025-01-26T12:44:14.768Z (over 1 year ago)
- Topics: api
- Homepage: https://developers.circle.com
- Size: 557 KB
- Stars: 11
- Watchers: 6
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
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/