Skip to main content
GET
Get quotations

Authorizations

X-ORKI-API-KEY
string
header
required

Query Parameters

fiat_currency
string
required

The fiat currency

Example:

"MXN"

crypto_currency
string
required

The crypto currency

Example:

"BTC"

payment_method
string
required

The payment method

Example:

"credit_debit_card"

network
string
required

The network

Example:

"mainnet"

amount
number
required

Amount

Example:

900

type
enum<string>
required

The type of ramp operation

Available options:
BUY,
SELL
Example:

"BUY"

wallet_address
string

Per-transaction destination wallet. Required for Binance BUY quote eligibility; optional for other providers.

Example:

"YOUR_BTC_WALLET_ADDRESS"

Response

200 - application/json

Successful quotation response

msg
string
Example:

"Success"

data
object[]
success
boolean
Example:

true

code
integer
Example:

200