Adapter initialization: DEX Screener
The following code initializes DexScreenerMessageAdapter and adds it to Connector.
Connector connector = new Connector();
...
var messageAdapter = new DexScreenerMessageAdapter(connector.TransactionIdGenerator);
connector.Adapter.InnerAdapters.Add(messageAdapter);
...
Set the credentials and any other required properties described on the Connector configuration page.