Readonly
methods: { Readonly
authenticate: { Used to check if a given connection is authenticated, returns the address which is authenticated for a nonce cookie
from rpc valorem.trade.v1.Auth.Authenticate
Readonly
geofenced: { Used to check if a given connection is geofenced. If access is restricted, returns true, otherwise false.
from rpc valorem.trade.v1.Auth.Geofenced
Readonly
nonce: { Returns an EIP-4361 nonce for session and invalidates existing session
from rpc valorem.trade.v1.Auth.Nonce
Readonly
session: { Returns the SIWE Session for the request's sessionId
from rpc valorem.trade.v1.Auth.Session
Readonly
I: typeof EmptyReadonly
O: typeof SiweSessionReadonly
kind: UnaryReadonly
name: "Session"Readonly
signInvalidates the session for the request's sessionId
from rpc valorem.trade.v1.Auth.SignOut
Readonly
verify: { Verifies the SignedMessage is valid and returns the verified address
from rpc valorem.trade.v1.Auth.Verify
Readonly
I: typeof VerifyTextReadonly
O: typeof H160Readonly
kind: UnaryReadonly
name: "Verify"Readonly
typeOptional
feesReadonly
methods: { Readonly
getReturns the Valorem Fee structure.
from rpc valorem.trade.v1.Fees.getFeeStructure
Readonly
I: typeof EmptyReadonly
O: typeof FeeStructureReadonly
kind: UnaryReadonly
name: "getFeeStructure"Readonly
typeReadonly
methods: { Readonly
maker: { Send quotes to takers via a stream of QuoteResponse messages and receive a stream of QuoteRequest messages.
from rpc valorem.trade.v1.RFQ.Maker
Readonly
I: typeof QuoteResponseReadonly
O: typeof QuoteRequestReadonly
kind: BiDiStreamingReadonly
name: "Maker"Readonly
taker: { Request quotes from makers via a stream of QuoteRequest messages and receive a stream of QuoteResponse messages.
from rpc valorem.trade.v1.RFQ.Taker
Readonly
I: typeof QuoteRequestReadonly
O: typeof QuoteResponseReadonly
kind: BiDiStreamingReadonly
name: "Taker"Readonly
webRequest quotes from makers via a single QuoteRequest message and receive a stream of QuoteResponse messages for use by gRPC-web clients.
from rpc valorem.trade.v1.RFQ.WebTaker
Readonly
I: typeof QuoteRequestReadonly
O: typeof QuoteResponseReadonly
kind: ServerStreamingReadonly
name: "WebTaker"Readonly
typeOptional
spotReadonly
methods: { Readonly
getGetSpotPriceStream is a server-streaming RPC. It provides real-time spot prices for a list of tokens across multiple chains.
Parameters: SpotPriceRequest: Contains information about which tokens' spot prices should be fetched on their respective chains. Returns: stream of SpotPriceResponse: Continuously streams data about the spot prices of the requested tokens on their respective chains as updates are available.
from rpc valorem.trade.v1.Spot.GetSpotPrice
Readonly
I: typeof SpotPriceRequestReadonly
O: typeof SpotPriceInfoReadonly
kind: ServerStreamingReadonly
name: "GetSpotPrice"Readonly
typeGenerated using TypeDoc
Constructor arguments for creating a Trader instance.