Subscribe to quotes
This example demonstrates how to subscribe to quotes from the bloXroute gateway.
Name: Quotes
Quotes
is a GRPC stream of new quote that match the dappAddress
of the subscription as they are propagated in the BDN.\
QuotesRequest
arguments:
Key
Description
Values
dappAddress
ETH address of DApp that should receive quotes
string
QuotesReply
fields (stream message):
Key
Description
Values
quoteId
UUID of the quote
string
quote
quote
byte[]
dappAddress
ETH address of the DApp that should receive quote
string
solverAddress
ETH address of the quote solver
string