Skip to main content
GET
/
v1
/
externalEntities
/
{walletId}
Get an external entity by wallet ID
curl --request GET \
  --url https://api-sandbox.circle.com/v1/externalEntities/{walletId} \
  --header 'Authorization: Bearer <token>'
{
  "walletId": "212000",
  "businessName": "Circle Internet Financial Inc.",
  "businessUniqueIdentifier": "1234567890",
  "identifierIssuingCountryCode": "US",
  "complianceState": "PENDING"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

walletId
string
required

The wallet ID of the external entity.

Response

200 - application/json

Successfully retrieved an external entity.

An external entity

walletId
string

Unique system-generated identifier for the wallet of the institutional entity.

Example:

"212000"

businessName
string

The name of the business.

Example:

"Circle Internet Financial Inc."

businessUniqueIdentifier
string

The unique identifier of the business. For example, a company number or tax ID.

Example:

"1234567890"

identifierIssuingCountryCode
string

The country code of the issuing authority. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.

Example:

"US"

complianceState
enum<string>

The compliance status of the external entity.

Available options:
PENDING,
ACCEPTED,
REJECTED