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.
-
Wallets - Get a wallet GET {{baseUrl}}/v1/wallets/:walletId
-
Wallets - Create a wallet POST {{baseUrl}}/v1/wallets
-
Wallets - List all wallets GET {{baseUrl}}/v1/wallets
-
Transfers - Create a transfer POST {{baseUrl}}/v1/transfers
-
Transfers - List all transfers GET {{baseUrl}}/v1/transfers?pageSize=2
-
Transfers - Get a transfer GET {{baseUrl}}/v1/transfers/:id