Caution

The QUOINEX exchange was renamed Liquid, which later ceased operations. The connector no longer works; the documentation is retained for reference only.

Adapter initialization Quoinex

The code below demonstrates how to initialize the QuoinexMessageAdapter and send it to Connector.

			Connector Connector = new Connector();				
			...				
			var messageAdapter = new QuoinexMessageAdapter(Connector.TransactionIdGenerator)
			{
				Key = "<Your API Key>".To<SecureString>(),
				Secret = "<Your API Secret>".To<SecureString>(),
			};
			Connector.Adapter.InnerAdapters.Add(messageAdapter);
			...	
							

Connection settings window