How can I integrate the Nexus Market functionality?
Nexus is a collection of smart contracts deployed to Ethereum and other blockchain networks. Nexus functionality can be integrated into an application by interacting with the protocol smart contracts.
contains references for available functions.
How do I query Nexus data?
Nexus data can be queried directly through view functions. The Docs contain details on available functions, and all protocol addresses can be viewed and integrated through the .
Historical data for protocol data such as parameters, rates, balances can be queried through contract events or indexed data sources. A breakdown of all core protocol events can be found here. The Nexus Protocol subgraphs are an example of an indexed data source that maps Nexus contract events to a GraphQL endpoint.