API Reference

Welcome to the Counterparty section of our API. This section succinctly defines the endpoints to effectively manage counterparty data—involving adding, updating, or removing counterparty details—thereby ensuring smooth financial transactions. These functionally integral endpoints are designed for seamless integration into your application, requiring specific parameters for precise counterparty interactions. Immerse yourself in the guidelines provided for each endpoint to optimize counterparty transactions within your application ecosystem.

The Counterparty section of our API facilitates operations related to counterparties for a customer. This includes retrieving a list of counterparties, adding new ones, updating and deleting existing ones.

  • [GET/counterparty](https://braidfi.readme.io/reference/getcounterparty)
  • POST /counterparty
  • POST /counterparty/unblock/{id}
  • POST /counterparty/whitelist/{id}
  • DELETE /counterparty/{id}
  • GET /counterparty/{id}
  • PUT /counterparty/{id}