Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.16 KB

File metadata and controls

25 lines (14 loc) · 1.16 KB

RateOffer

Properties

Name Type Description Notes
via AccessType [default to undefined]
baseAssetId string The source asset identifier [default to undefined]
quoteAssetId string The target asset identifier [default to undefined]
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. [default to undefined]
offerType string The type of offer — RATE for indicative pricing. [default to undefined]
baseAssetRail TransferRail [optional] [default to undefined]
quoteAssetRail TransferRail [optional] [default to undefined]

Enum: RateOfferOfferTypeEnum

  • Rate (value: 'RATE')

[Back to top] [Back to API list] [Back to Model list] [Back to README]