Skip to main content
GET
/
atlas
/
directory
/
counterparties
/
{counterpartyId}
Get a counterparty by ID
curl --request GET \
  --url https://api.anchorage-staging.com/v2/atlas/directory/counterparties/{counterpartyId} \
  --header 'Api-Access-Key: <api-key>'
{
  "counterparty": {
    "counterpartyId": "<string>",
    "counterpartyName": "<string>",
    "isActive": true,
    "description": "<string>"
  }
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Path Parameters

counterpartyId
string
required

ID of trusted counterparty to fetch

Query Parameters

participantId
string
required

ID of the participant this trusted counterparty is for

Response

counterparty

counterparty
object
required