Create an external entity
Creates an external entity for the institutional account.
To access the Core API for Institutions, contact your Circle account representative.
Documentation Index
Fetch the complete documentation index at: https://developers.circle.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The name of the business.
"Circle Internet Financial Inc."
The unique identifier of the business. For example, a company number or tax ID.
"1234567890"
The country code of the issuing authority. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.
^[A-Z]{2}$"US"
Response
Successfully created an external entity.
An external entity
Unique system-generated identifier for the wallet of the institutional entity.
"212000"
The name of the business.
"Circle Internet Financial Inc."
The unique identifier of the business. For example, a company number or tax ID.
"1234567890"
The country code of the issuing authority. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.
^[A-Z]{2}$"US"
The compliance status of the external entity.
PENDING, ACCEPTED, REJECTED