added

New API: OTC Trades – Quote, Order, and Trade Retrieval

Added a new set of OTC trading endpoints to enable seamless quote generation, trade execution, and trade history retrieval. These new APIs allow merchants to get real-time price quotes, execute OTC trades programmatically, and view a paginated list of past trades.

Endpoints include:

/otc/quote – Get a real-time OTC quote for a trade pair.

/otc/orders – Create OTC trade orders directly from your application.

/otc/trades – Retrieve executed OTC trade history with filtering options.

This enhancement supports more flexible and automated OTC trading workflows for crypto merchants.