| 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] |
Rate(value:'RATE')
[Back to top] [Back to API list] [Back to Model list] [Back to README]