@mycelium-sdk/core
Preparing search index...
TopUpUrlResponse
Interface TopUpUrlResponse
The quote and session URL for a valid on-ramp operation
interface
TopUpUrlResponse
{
quote
?:
{
destinationNetwork
:
string
;
exchangeRate
:
string
;
fees
:
{
amount
:
string
;
currency
:
string
;
type
:
string
}
[]
;
paymentCurrency
:
string
;
paymentSubtotal
:
string
;
paymentTotal
:
string
;
purchaseAmount
:
string
;
purchaseCurrency
:
string
;
}
;
session
?:
{
onrampUrl
:
string
}
;
}
Index
Properties
quote?
session?
Properties
Optional
quote
quote
?:
{
destinationNetwork
:
string
;
exchangeRate
:
string
;
fees
:
{
amount
:
string
;
currency
:
string
;
type
:
string
}
[]
;
paymentCurrency
:
string
;
paymentSubtotal
:
string
;
paymentTotal
:
string
;
purchaseAmount
:
string
;
purchaseCurrency
:
string
;
}
Optional
session
session
?:
{
onrampUrl
:
string
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
quote
session
@mycelium-sdk/core
Loading...
The quote and session URL for a valid on-ramp operation