v1

latestOpenAPI 3.0.02026-07-2412592575.3 KB
counterparties

Retrieve global counterparties

Retrieves list of global counterparties.

get/global-counterparties

Query parameters

limitinteger

The total number of records to retrieve

offsetinteger

The offset at which to start retrieving records

Response

Successful Counterparties Response

metaobject

Example response

{
  "data": [
    {
      "id": "a7920ee2-62f4-5465-84eb-af6ef1f7074a",
      "name": "J P Morgan Chase",
      "parentId": null,
      "parentName": null,
      "fullCompanyName": "J P MORGAN CHASE & CO.",
      "logoUrl": "https://s3.eu-west-1.amazonaws.com/mft-counterparty-logos-prod/55faa0f4226fe84c78e011df.svg",
      "website": "https://www.jpmorganchase.com/",
      "merchantCategoryCode": null,
      "merchantCategoryDescription": null,
      "registeredLocation": "25 Bank Street, London, United Kingdom",
      "categoryId": "bank",
      "analyticalCategory": "bank",
      "transactionCategoryId": "std:2f3e2df7-827b-449d-a085-909c042d7f41",
      "transactionCategory": "investment"
    }
  ]
}