Accounts API

Number of APIs: 6

The Accounts API allows you to easily create and host digital wallets for your customers, and manage transfers of funds across accounts within the Circle platform.

Accounts API

  1. Wallets - Get a wallet GET {{baseUrl}}/v1/wallets/:walletId

  2. Wallets - Create a wallet POST {{baseUrl}}/v1/wallets

  3. Wallets - List all wallets GET {{baseUrl}}/v1/wallets

  4. Transfers - Create a transfer POST {{baseUrl}}/v1/transfers

  5. Transfers - List all transfers GET {{baseUrl}}/v1/transfers?pageSize=2

  6. Transfers - Get a transfer GET {{baseUrl}}/v1/transfers/:id