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.

Core Functionality API

  1. Balances - List all balances GET {{baseUrl}}/v1/businessAccount/balances

  2. Wires - List all Wire bank accounts GET {{baseUrl}}/v1/businessAccount/banks/wires

  3. Payouts - Create a payout POST {{baseUrl}}/v1/businessAccount/payouts

  4. Payouts - List all payouts GET {{baseUrl}}/v1/businessAccount/payouts

  5. Payouts - Get a payout GET {{baseUrl}}/v1/businessAccount/payouts/:id

  6. Wires - Create a Wire bank account POST {{baseUrl}}/v1/businessAccount/banks/wires

  7. Wires - Get a Wire bank account GET {{baseUrl}}/v1/businessAccount/banks/wires/:id

  8. Wires - Get Wire instructions GET {{baseUrl}}/v1/businessAccount/banks/wires/:id/instructions

  9. CBIT - Create a CBIT bank account POST {{baseUrl}}/v1/businessAccount/banks/cbit

  10. CBIT - List all CBIT bank accounts GET {{baseUrl}}/v1/businessAccount/banks/cbit