Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 862 Bytes

File metadata and controls

27 lines (15 loc) · 862 Bytes

RateOffer

Properties

Name Type Description Notes
via AccessType
baseAssetId String The source asset identifier
baseAssetRail TransferRail [optional]
quoteAssetId String The target asset identifier
quoteAssetRail TransferRail [optional]
rate String The indicative exchange rate — the number of units of the quote asset that equal 1 unit of the base asset. For example, if base is BTC and quote is USD, a rate of 75000 means 1 BTC = 75,000 USD.
offerType OfferTypeEnum The type of offer — RATE for indicative pricing.

Enum: OfferTypeEnum

Name Value
RATE "RATE"