Core Functionality
Number of APIs: 21
All of Circle's APIs share a common set of core functionality that lets you manage your Circle Account in a programmatic way.
With a Circle Account your business can deposit traditional money from 80+ countries and seamlessly convert them into digital currency dollars
: USDC. You can then use USDC for everyday payments and treasury flows.
-
Balances - List all balances GET {{baseUrl}}/v1/businessAccount/balances
-
Wires - List all Wire bank accounts GET {{baseUrl}}/v1/businessAccount/banks/wires
-
Payouts - Create a payout POST {{baseUrl}}/v1/businessAccount/payouts
-
Payouts - List all payouts GET {{baseUrl}}/v1/businessAccount/payouts
-
Payouts - Get a payout GET {{baseUrl}}/v1/businessAccount/payouts/:id
-
Wires - Create a Wire bank account POST {{baseUrl}}/v1/businessAccount/banks/wires
-
Wires - Get a Wire bank account GET {{baseUrl}}/v1/businessAccount/banks/wires/:id
-
Wires - Get Wire instructions GET {{baseUrl}}/v1/businessAccount/banks/wires/:id/instructions
-
CBIT - Create a CBIT bank account POST {{baseUrl}}/v1/businessAccount/banks/cbit
-
CBIT - List all CBIT bank accounts GET {{baseUrl}}/v1/businessAccount/banks/cbit