Skip to main content
POST
Create a Transaction

Authorizations

X-ORKI-API-KEY
string
header
required

Body

application/json
fiat_currency
string
required
Example:

"EUR"

crypto_currency
string
required
Example:

"BTC"

payment_method
string
required
Example:

"credit_debit_card"

network
string
required
Example:

"mainnet"

amount
number
required
Example:

900

provider
string
required
Example:

"guardarian"

type
string
required
Example:

"BUY"

redirect_url
string
Example:

"https://website.com/success"

partner_context
string
Example:

"abcd"

wallet_address
string

Per-transaction destination wallet. Required when provider is binance and type is BUY; optional for other providers.

Example:

"YOUR_BTC_WALLET_ADDRESS"

Response

200 - application/json

Successful response

msg
string
Example:

"Success"

data
object
success
boolean
Example:

true

code
integer
Example:

200